﻿@keyframes fadeIn
{
    0%
    {
        opacity: 0;
    }
    100%
    {
        opacity: 1;
    }
}
.rotate-center
{
    -webkit-animation: rotate-center 4s ease-in-out infinite both;
    animation: rotate-center 4s ease-in-out infinite both;
}
@-webkit-keyframes rotate-center
{
    0%
    {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50%
    {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100%
    {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}
@keyframes rotate-center
{
    0%
    {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    50%
    {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }
    100%
    {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
}
.approved:hover svg
{
    -webkit-animation: hand-wave 4s ease-in-out infinite both;
    animation: hand-wave 4s ease-in-out infinite both;
}
@-webkit-keyframes hand-wave
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%
    {
        -webkit-transform: rotate(45deg) translate(5px,-10px);
        transform: rotate(45deg) translate(5px,-10px);
    }
    100%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
@keyframes hand-wave
{
    0%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50%
    {
        -webkit-transform: rotate(45deg) translate(5px,-10px);
        transform: rotate(45deg) translate(5px,-10px);
    }
    100%
    {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}
.loader
{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    margin: auto;
    display: none;
    border: 15px solid #fff;
    border-radius: 50%;
    border-top: 15px solid #f38623;
    width: 100px;
    height: 100px;
    animation: spinner 2s linear infinite;
}
@keyframes spinner
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(360deg);
    }
}
body
{
    font-family: adelle-sans,sans-serif!important;
    overflow-x: hidden;
}
.entry-content:not(:first-child), .entry-summary:not(:first-child), .page-content:not(:first-child)
{
    margin-top: 0;
}
.one-container .site-content
{
    padding: 0!important;
}
.grid-container
{
    max-width: 100%;
}
.gfield input.large, .gfield select.large
{
    font-family: adelle-sans,sans-serif!important;
}
.gfield input.large:focus, .gfield select.large:focus
{
    outline: none;
}
#gform_submit_button_1, .gform_button
{
    font-family: adelle-sans,sans-serif!important;
}
.primary-btn .elementor-button
{
    font-weight: 400;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    transform: translate(4px,-3px);
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.primary-btn .elementor-button:hover
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 10px 80px 10px 30px;
    background-position: 90% 40%;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.secondary-btn .elementor-button
{
    font-weight: 400;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    transform: translate(4px,-3px);
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.secondary-btn .elementor-button:hover
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.sqb-case-studies-single-page
{
    position: relative;
    margin-top: 30px;
    right: -85px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sqb-case-studies-single-page .row
{
    display: flex;
    flex-wrap: wrap;
}
.sqb-case-studies-single-page .row:first-child
{
    justify-content: flex-end;
}
.sqb-case-studies-single-page .row:first-child .case-study-sp h4
{
    text-align: left;
    font-size: 24px;
    color: #4c1e3a;
    font-weight: 600;
    padding: 0 40px;
}
.sqb-case-studies-single-page .row:first-child .case-study-sp img
{
    margin-top: -140px;
}
.sqb-case-studies-single-page .row:first-child .case-study-sp .cs-categories-sp
{
    color: #5945c3;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 40px 40px;
}
.sqb-case-studies-single-page .row:first-child .case-study-sp .cs-categories-sp .cs-fields
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sqb-case-studies-single-page .row:last-child
{
    justify-content: flex-start;
}
.sqb-case-studies-single-page .row:last-child .case-study-sp
{
    position: relative;
    height: fit-content;
    width: 37%;
    background-color: #fff;
    margin: 120px 20px 40px 20px;
    padding: 0;
    text-align: center;
    border-radius: 8px;
    max-width: 450px;
    -webkit-box-shadow: 0 0 25px 1px rgba(0,0,0,.13);
    box-shadow: 0 0 25px 1px rgba(0,0,0,.13);
}
.sqb-case-studies-single-page .row:last-child .case-study-sp h4
{
    text-align: left;
    font-size: 24px;
    color: #4c1e3a;
    font-weight: 600;
    padding: 0 40px;
}
.sqb-case-studies-single-page .row:last-child .case-study-sp:nth-child(1)
{
    position: relative;
    margin-left: -8%;
}
.sqb-case-studies-single-page .row:last-child .case-study-sp:nth-child(1):before
{
    content: url(/wp-content/uploads/2022/08/lines.svg);
    position: absolute;
    top: -230px;
    left: -150px;
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}
.sqb-case-studies-single-page .row:last-child .case-study-sp img
{
    margin-top: -140px;
}
.sqb-case-studies-single-page .row:last-child .case-study-sp .cs-categories-sp
{
    color: #5945c3;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    padding: 40px 40px;
}
.sqb-case-studies-single-page .row:last-child .case-study-sp .cs-categories-sp .cs-fields
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media(max-width: 1600px)
{
    .sqb-case-studies-single-page .row .case-study-sp
    {
        width: 40%!important;
    }
    .sqb-case-studies-single-page .row .case-study-sp h4
    {
        padding: 0 20px!important;
    }
    .sqb-case-studies-single-page .row .case-study-sp .cs-categories-sp
    {
        padding: 20px!important;
    }
    .sqb-case-studies-single-page .row:last-child .case-study-sp:nth-child(1)
    {
        margin-left: -15%;
    }
}
@media(max-width: 1200px)
{
    .sqb-case-studies-single-page .row .case-study-sp
    {
        width: 42%!important;
    }
    .sqb-case-studies-single-page .row .case-study-sp h4
    {
        font-size: 20px!important;
        padding: 0 10px!important;
    }
    .sqb-case-studies-single-page .row .case-study-sp .cs-categories-sp
    {
        padding: 10px!important;
        font-size: 12px!important;
    }
    .sqb-case-studies-single-page .row:last-child .case-study-sp:nth-child(1):before
    {
        content: "";
    }
}
@media(max-width: 1024px)
{
    .sqb-case-studies-single-page .row:last-child .case-study-sp:nth-child(1)
    {
        position: relative;
    }
    .sqb-case-studies-single-page .row:last-child .case-study-sp:nth-child(1):before
    {
        content: "";
    }
}
@media(max-width: 768px)
{
    .sqb-case-studies-single-page
    {
        width: 100%;
    }
    .sqb-case-studies-single-page .row
    {
        justify-content: space-evenly;
    }
    .sqb-case-studies-single-page .row .case-study-sp
    {
        width: 100%;
        margin: 140px 0 0 0;
    }
    .sqb-case-studies-single-page .row .case-study-sp:nth-child(1)
    {
        margin-left: 0;
    }
    .sqb-case-studies-single-page .row .case-study-sp h4
    {
        padding: 0 20px;
        font-size: 20px;
        margin-bottom: 5px;
    }
    .sqb-case-studies-single-page .row .case-study-sp .cs-categories-sp
    {
        padding: 10px 20px 20px 20px;
        font-size: 12px;
    }
}
@media(min-width: 768px) and (max-width: 1025px)
{
    .sqb-case-studies-single-page
    {
        width: 100%;
    }
    .sqb-case-studies-single-page .row
    {
        justify-content: space-evenly;
    }
    .sqb-case-studies-single-page .row .case-study-sp
    {
        width: 40%;
    }
    .sqb-case-studies-single-page .row .case-study-sp:nth-child(1)
    {
        margin-left: 50px;
    }
    .sqb-case-studies-single-page .row .case-study-sp h4
    {
        padding: 0 25px;
    }
    .sqb-case-studies-single-page .row .case-study-sp .cs-categories-sp
    {
        padding: 20px;
    }
}
.sqb-case-studies-single-page-new
{
    padding: 80px 0 40px 0;
    display: flex;
    gap: 60px;
    justify-content: center;
}
@media(max-width: 1400px)
{
    .sqb-case-studies-single-page-new
    {
        gap: 60px;
    }
}
@media(max-width: 900px)
{
    .sqb-case-studies-single-page-new
    {
        gap: 40px;
    }
}
@media(max-width: 600px)
{
    .sqb-case-studies-single-page-new
    {
        flex-direction: column;
        gap: 60px;
    }
}
.sqb-case-studies-single-page-new .case-study-sp
{
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent;
    max-width: 33%;
}
.sqb-case-studies-single-page-new .case-study-sp:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: .5;
    background-color: #fff;
    height: 80%;
    width: 100%;
    border-radius: 5px;
    z-index: 0;
}
.sqb-case-studies-single-page-new .case-study-sp img
{
    max-height: 500px;
    height: 340px;
    min-height: 340px;
    width: 95%;
    display: block;
    margin: auto;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
.sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp
{
    padding: 20px;
    position: relative;
    left: 50%;
    background-color: #fff;
    border-radius: 8px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}
.sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp h4
{
    color: #4c1e3a;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
.sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp span, .sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp a
{
    font-size: 12px;
    color: #5945c3!important;
    line-height: 10px;
    font-weight: 500!important;
    display: flex!important;
    align-items: flex-end;
}
.sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp span.left-span
{
    margin-bottom: 10px;
}
.sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp span.left-span:before
{
    content: url(/wp-content/uploads/2023/07/Icon-material-computer.svg);
    width: 19px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}
.sqb-case-studies-single-page-new .case-study-sp .cs-categories-sp span.right-span:before
{
    content: url(/wp-content/uploads/2023/07/Icon-ionic-ios-business.svg);
    width: 12px;
    height: 16px;
    display: inline-block;
    margin: 0 15px 0 3px;
}
.squibble-the-team
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.squibble-the-team .squibble-team-container
{
    font-family: adelle-sans,sans-serif!important;
    width: 31%;
}
@media(max-width: 1200px)
{
    .squibble-the-team .squibble-team-container
    {
        width: 49%;
    }
}
@media(max-width: 767px)
{
    .squibble-the-team .squibble-team-container
    {
        width: 100%;
    }
}
.squibble-the-team .squibble-team-container .squibble-team-image
{
    width: 100%;
    height: 490px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
@media(max-width: 1600px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 450px;
    }
}
@media(max-width: 1500px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 420px;
    }
}
@media(max-width: 1400px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 390px;
    }
}
@media(max-width: 1300px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 360px;
    }
}
@media(max-width: 1200px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 490px;
    }
}
@media(max-width: 1024px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 450px;
    }
}
@media(max-width: 950px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 425px;
    }
}
@media(max-width: 900px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 400px;
    }
}
@media(max-width: 767px)
{
    .squibble-the-team .squibble-team-container .squibble-team-image
    {
        height: 100%;
    }
}
.squibble-the-team .squibble-team-container .squibble-text-block
{
    padding: 120px 40px 60px 40px;
    background-color: #fff;
    box-shadow: 0 0 6px 3px rgba(0,0,0,.16);
    text-align: center;
    margin-top: -80px;
    height: 600px;
    margin-bottom: 40px;
}
@media(max-width: 1300px)
{
    .squibble-the-team .squibble-team-container .squibble-text-block
    {
        height: 650px;
    }
}
@media(max-width: 1200px)
{
    .squibble-the-team .squibble-team-container .squibble-text-block
    {
        height: 600px;
    }
}
@media(max-width: 767px)
{
    .squibble-the-team .squibble-team-container .squibble-text-block
    {
        height: auto;
        margin-bottom: 60px;
    }
}
.squibble-the-team .squibble-team-container .squibble-text-block .squibble-team-name
{
    font-size: 36px;
    font-weight: 600;
    color: #4c1e3a;
    margin-bottom: 0;
}
.squibble-the-team .squibble-team-container .squibble-text-block .squibble-team-title
{
    font-size: 22px;
    color: #5945c3;
    margin-bottom: 10px;
}
.squibble-the-team .squibble-team-container .squibble-text-block .squibble-team-linked-in
{
    color: #f38623;
    font-size: 24px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.squibble-the-team .squibble-team-container .squibble-text-block .squibble-team-linked-in a
{
    font-size: 18px;
    margin-left: 6px;
    text-transform: lowercase;
}
.squibble-the-team .squibble-team-container .squibble-text-block .squibble-team-excerpt
{
    font-size: 16px;
    color: #000;
}
.our-work-case-studies::-webkit-scrollbar, .our-work-case-studies-home::-webkit-scrollbar
{
    display: none;
}
.our-work-case-studies .row, .our-work-case-studies-home .row
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.our-work-case-studies .row.case-rows :nth-child(0), .our-work-case-studies-home .row.case-rows :nth-child(0)
{
    padding-top: 0;
}
.our-work-case-studies .row.case-rows:nth-child(2n+0), .our-work-case-studies-home .row.case-rows:nth-child(2n+0)
{
    padding-top: 80px;
}
.our-work-case-studies .row.case-rows:nth-child(2n+0) .smaller-blocks, .our-work-case-studies-home .row.case-rows:nth-child(2n+0) .smaller-blocks
{
    align-items: flex-end;
}
.our-work-case-studies .row.case-rows:nth-child(2n-1), .our-work-case-studies-home .row.case-rows:nth-child(2n-1)
{
    padding-top: 80px;
}
.our-work-case-studies .row.smaller-blocks, .our-work-case-studies-home .row.smaller-blocks
{
    width: 53%;
}
.our-work-case-studies .row .case-study, .our-work-case-studies-home .row .case-study
{
    position: relative;
    height: fit-content;
    max-width: 360px;
    width: 43%;
    transition: all .4s ease;
}
.our-work-case-studies .row .case-study:hover, .our-work-case-studies-home .row .case-study:hover
{
    transform: scale(.98);
}
.our-work-case-studies .row .case-study.big-right, .our-work-case-studies-home .row .case-study.big-right
{
    max-width: 640px;
    width: 40%;
    margin-top: 0!important;
}
.our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories
{
    height: 650px;
    padding: 50px 50px 35px 50px;
    max-height: 640px;
    min-height: 620px;
}
.our-work-case-studies .row .case-study.big-right .cs-categories h4, .our-work-case-studies-home .row .case-study.big-right .cs-categories h4
{
    font-size: 30px;
}
.our-work-case-studies .row .case-study.big-right .cs-categories .left-span, .our-work-case-studies-home .row .case-study.big-right .cs-categories .left-span
{
    font-size: 18px;
    line-height: 20px;
}
.our-work-case-studies .row .case-study.big-right .cs-categories .right-span, .our-work-case-studies-home .row .case-study.big-right .cs-categories .right-span
{
    font-size: 18px;
    line-height: 20px;
}
.our-work-case-studies .row .case-study.big-left, .our-work-case-studies-home .row .case-study.big-left
{
    max-width: 640px;
    width: 40%;
    margin-top: 165px;
}
.our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories
{
    height: 650px;
    padding: 50px 50px 35px 50px;
    max-height: 640px;
    min-height: 620px;
}
.our-work-case-studies .row .case-study.big-left .cs-categories h4, .our-work-case-studies-home .row .case-study.big-left .cs-categories h4
{
    font-size: 30px;
}
.our-work-case-studies .row .case-study.big-left .cs-categories .left-span, .our-work-case-studies-home .row .case-study.big-left .cs-categories .left-span
{
    font-size: 18px;
    line-height: 20px;
}
.our-work-case-studies .row .case-study.big-left .cs-categories .right-span, .our-work-case-studies-home .row .case-study.big-left .cs-categories .right-span
{
    font-size: 18px;
    line-height: 20px;
}
.our-work-case-studies .row .case-study img, .our-work-case-studies-home .row .case-study img
{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-30%);
    width: 100%;
}
.our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories
{
    background-color: #fff;
    font-family: adelle-sans,sans-serif!important;
    max-height: 390px;
    min-height: 370px;
    width: 100%;
    max-width: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.16);
}
.our-work-case-studies .row .case-study .cs-categories h4, .our-work-case-studies-home .row .case-study .cs-categories h4
{
    font-size: 18px;
    color: #4c1e3a;
    font-weight: 600;
}
.our-work-case-studies .row .case-study .cs-categories .cs-fields, .our-work-case-studies-home .row .case-study .cs-categories .cs-fields
{
    display: flex;
    justify-content: space-between;
}
.our-work-case-studies .row .case-study .cs-categories .left-span, .our-work-case-studies-home .row .case-study .cs-categories .left-span
{
    text-align: left;
    font-size: 10px;
    color: #5945c3;
    line-height: 12px;
}
.our-work-case-studies .row .case-study .cs-categories .right-span, .our-work-case-studies-home .row .case-study .cs-categories .right-span
{
    text-align: right;
    font-size: 10px;
    color: #5945c3;
    line-height: 12px;
}
.nav-tabs
{
    list-style: none;
    margin: 0 0 60px 0;
    display: flex;
}
.nav-tabs .tab-control
{
    font-size: 20px;
    position: relative;
    margin-right: 40px;
}
.nav-tabs .tab-control#control-selected:before
{
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2022/07/header-line.svg");
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: -5px;
    width: calc(100% + 20px);
    height: 8px;
}
.nav-tabs .tab-control a
{
    color: #5945c3;
}
@media(max-width: 1620px)
{
    .our-work-case-studies .row.case-rows :nth-child(0), .our-work-case-studies-home .row.case-rows :nth-child(0)
    {
        padding-top: 0;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n+0), .our-work-case-studies-home .row.case-rows:nth-child(2n+0)
    {
        padding-top: 80px;
        align-items: flex-end;
    }
    .our-work-case-studies .row.smaller-blocks, .our-work-case-studies-home .row.smaller-blocks
    {
        width: 60%;
    }
    .our-work-case-studies .row .case-study, .our-work-case-studies .row .case-study-home, .our-work-case-studies-home .row .case-study, .our-work-case-studies-home .row .case-study-home
    {
        width: 46%;
        max-width: 400px;
    }
    .our-work-case-studies .row .case-study.big-right, .our-work-case-studies .row .case-study-home.big-right, .our-work-case-studies-home .row .case-study.big-right, .our-work-case-studies-home .row .case-study-home.big-right
    {
        width: 35%;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies .row .case-study-home.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories
    {
        min-height: 530px;
    }
    .our-work-case-studies .row .case-study.big-left, .our-work-case-studies .row .case-study-home.big-left, .our-work-case-studies-home .row .case-study.big-left, .our-work-case-studies-home .row .case-study-home.big-left
    {
        width: 35%;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies .row .case-study-home.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories
    {
        min-height: 530px;
    }
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies .row .case-study-home .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study-home .cs-categories
    {
        max-height: 420px;
        min-height: 420px;
    }
}
@media(max-width: 1500px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories
    {
        min-height: 510px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories
    {
        min-height: 510px;
    }
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories
    {
        max-height: 410px;
        min-height: 410px;
    }
}
@media(max-width: 1500px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies .row .case-study-home.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories
    {
        min-height: 510px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies .row .case-study-home.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories
    {
        min-height: 510px;
    }
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies .row .case-study-home .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study-home .cs-categories
    {
        max-height: 390px;
        min-height: 390px;
    }
}
@media(max-width: 1280px)
{
    .our-work-case-studies .row.case-rows :nth-child(0), .our-work-case-studies-home .row.case-rows :nth-child(0)
    {
        padding-top: 0;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n+0), .our-work-case-studies-home .row.case-rows:nth-child(2n+0)
    {
        padding-top: 60px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies .row .case-study-home.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories
    {
        min-height: 460px;
        padding: 35px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories h4, .our-work-case-studies .row .case-study-home.big-right .cs-categories h4, .our-work-case-studies-home .row .case-study.big-right .cs-categories h4, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories h4
    {
        font-size: 22px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories .left-span, .our-work-case-studies .row .case-study-home.big-right .cs-categories .left-span, .our-work-case-studies-home .row .case-study.big-right .cs-categories .left-span, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories .left-span
    {
        font-size: 12px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories .right-span, .our-work-case-studies .row .case-study-home.big-right .cs-categories .right-span, .our-work-case-studies-home .row .case-study.big-right .cs-categories .right-span, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories .right-span
    {
        font-size: 12px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies .row .case-study-home.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories
    {
        min-height: 460px;
        padding: 35px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories h4, .our-work-case-studies .row .case-study-home.big-left .cs-categories h4, .our-work-case-studies-home .row .case-study.big-left .cs-categories h4, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories h4
    {
        font-size: 22px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories .left-span, .our-work-case-studies .row .case-study-home.big-left .cs-categories .left-span, .our-work-case-studies-home .row .case-study.big-left .cs-categories .left-span, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories .left-span
    {
        font-size: 12px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories .right-span, .our-work-case-studies .row .case-study-home.big-left .cs-categories .right-span, .our-work-case-studies-home .row .case-study.big-left .cs-categories .right-span, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories .right-span
    {
        font-size: 12px;
    }
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies .row .case-study-home .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study-home .cs-categories
    {
        height: 365px;
        font-size: 18px;
        padding: 30px;
        max-height: 365px;
        min-height: 365px;
    }
    .our-work-case-studies .row .case-study .cs-categories .left-span, .our-work-case-studies .row .case-study-home .cs-categories .left-span, .our-work-case-studies-home .row .case-study .cs-categories .left-span, .our-work-case-studies-home .row .case-study-home .cs-categories .left-span
    {
        font-size: 10px;
    }
    .our-work-case-studies .row .case-study .cs-categories .right-span, .our-work-case-studies .row .case-study-home .cs-categories .right-span, .our-work-case-studies-home .row .case-study .cs-categories .right-span, .our-work-case-studies-home .row .case-study-home .cs-categories .right-span
    {
        font-size: 10px;
    }
}
@media(max-width: 1280px) and (max-width: 850px) and (min-width: 767px)
{
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies .row .case-study-home .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study-home .cs-categories
    {
        padding: 20px;
    }
}
@media(max-width: 1200px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies .row .case-study-home.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories
    {
        min-height: 420px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies .row .case-study-home.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories
    {
        min-height: 420px;
    }
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies .row .case-study-home .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study-home .cs-categories
    {
        max-height: 340px;
        min-height: 340px;
    }
}
@media(max-width: 1100px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories, .our-work-case-studies .row .case-study-home.big-right .cs-categories, .our-work-case-studies-home .row .case-study.big-right .cs-categories, .our-work-case-studies-home .row .case-study-home.big-right .cs-categories
    {
        min-height: 395px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories, .our-work-case-studies .row .case-study-home.big-left .cs-categories, .our-work-case-studies-home .row .case-study.big-left .cs-categories, .our-work-case-studies-home .row .case-study-home.big-left .cs-categories
    {
        min-height: 395px;
    }
    .our-work-case-studies .row .case-study .cs-categories, .our-work-case-studies .row .case-study-home .cs-categories, .our-work-case-studies-home .row .case-study .cs-categories, .our-work-case-studies-home .row .case-study-home .cs-categories
    {
        max-height: 320px;
        min-height: 320px;
    }
}
@media(max-width: 1024px)
{
    .our-work-case-studies .row
    {
        align-items: flex-end;
    }
    .our-work-case-studies .row.case-rows :nth-child(0)
    {
        padding-top: 0;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n+0)
    {
        padding-top: 60px;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n+0) .smaller-blocks
    {
        align-items: flex-end;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n-1)
    {
        padding-top: 60px;
    }
    .our-work-case-studies .row.smaller-blocks
    {
        width: 32%;
        flex-direction: column;
    }
    .our-work-case-studies .row.smaller-blocks .case-study:nth-child(1)
    {
        margin-bottom: 65px;
    }
    .our-work-case-studies .row .case-study
    {
        width: 100%;
    }
    .our-work-case-studies .row .case-study.big-right
    {
        width: 60%;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 575px;
    }
    .our-work-case-studies .row .case-study.big-left
    {
        width: 60%;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 575px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 335px;
        min-height: 335px;
    }
    .our-work-case-studies .row .case-study .cs-categories h4
    {
        font-size: 16px;
    }
    .our-work-case-studies .row .case-study .cs-categories .left-span
    {
        font-size: 10px;
    }
    .our-work-case-studies .row .case-study .cs-categories .right-span
    {
        font-size: 10px;
    }
}
@media(max-width: 950px)
{
    .our-work-case-studies .row.smaller-blocks .case-study:nth-child(1)
    {
        margin-bottom: 25px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 535px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 535px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 325px;
        min-height: 325px;
    }
}
@media(max-width: 900px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 515px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 515px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 310px;
        min-height: 310px;
    }
}
@media(max-width: 900px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 485px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 485px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 285px;
        min-height: 285px;
    }
}
@media(max-width: 767px)
{
    .our-work-case-studies .row
    {
        align-items: flex-end;
    }
    .our-work-case-studies .row.case-rows :nth-child(0)
    {
        padding-top: 0;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n+0)
    {
        padding-top: 0;
    }
    .our-work-case-studies .row.case-rows:nth-child(2n-1)
    {
        padding-top: 0;
    }
    .our-work-case-studies .row.smaller-blocks
    {
        width: 100%;
        flex-direction: column;
    }
    .our-work-case-studies .row.smaller-blocks .case-study:nth-child(1)
    {
        margin-bottom: 40px;
    }
    .our-work-case-studies .row .case-study
    {
        width: 100%;
        max-width: 100%;
        margin-bottom: 40px;
    }
    .our-work-case-studies .row .case-study.big-right
    {
        width: 100%;
        max-width: 100%;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 675px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories h4
    {
        font-size: 22px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories .left-span
    {
        font-size: 14px;
    }
    .our-work-case-studies .row .case-study.big-right .cs-categories .right-span
    {
        font-size: 14px;
    }
    .our-work-case-studies .row .case-study.big-left
    {
        width: 100%;
        max-width: 100%;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 675px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories h4
    {
        font-size: 22px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories .left-span
    {
        font-size: 14px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories .right-span
    {
        font-size: 14px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 675px;
        min-height: 675px;
        padding: 35px;
    }
    .our-work-case-studies .row .case-study .cs-categories h4
    {
        font-size: 22px;
    }
    .our-work-case-studies .row .case-study .cs-categories .left-span
    {
        font-size: 14px;
    }
    .our-work-case-studies .row .case-study .cs-categories .right-span
    {
        font-size: 14px;
    }
}
@media(max-width: 700px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 625px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 625px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 625px;
        min-height: 625px;
    }
}
@media(max-width: 650px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 575px;
        max-height: 575px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 575px;
        max-height: 575px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 575px;
        min-height: 575px;
    }
}
@media(max-width: 600px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 535px;
        max-height: 535px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 535px;
        max-height: 535px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 535px;
        min-height: 535px;
    }
}
@media(max-width: 550px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 495px;
        max-height: 495px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 495px;
        max-height: 495px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 495px;
        min-height: 495px;
    }
}
@media(max-width: 500px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 455px;
        max-height: 455px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 455px;
        max-height: 455px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 455px;
        min-height: 455px;
    }
}
@media(max-width: 450px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 415px;
        max-height: 415px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 415px;
        max-height: 415px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 415px;
        min-height: 415px;
    }
}
@media(max-width: 400px)
{
    .our-work-case-studies .row .case-study.big-right .cs-categories
    {
        min-height: 400px;
        max-height: 400px;
    }
    .our-work-case-studies .row .case-study.big-left .cs-categories
    {
        min-height: 400px;
        max-height: 400px;
    }
    .our-work-case-studies .row .case-study .cs-categories
    {
        max-height: 400px;
        min-height: 400px;
    }
}
.nav-tabs
{
    margin-bottom: 60px!important;
}
.our-work-case-studies
{
    display: grid;
    grid-template-columns: repeat(4,minmax(0,1fr));
    gap: 30px;
}
@media(max-width: 1100px)
{
    .our-work-case-studies
    {
        grid-template-columns: repeat(3,minmax(0,1fr));
        gap: 25px;
    }
}
@media(max-width: 900px)
{
    .our-work-case-studies
    {
        grid-template-columns: auto auto;
        gap: 25px;
    }
}
@media(max-width: 676px)
{
    .our-work-case-studies
    {
        grid-template-columns: auto;
        gap: 20px;
    }
}
.our-work-case-studies .casestudy
{
    -webkit-border-radius: 8px;
    border-radius: 8px;
    position: relative;
    margin-bottom: 30px;
    padding: 0;
    background-color: transparent;
}
.our-work-case-studies .casestudy p
{
    font-size: 16px;
    line-height: 20px;
    color: #333;
}
@media(max-width: 900px)
{
    .our-work-case-studies .casestudy
    {
        margin-bottom: 20px;
    }
}
.our-work-case-studies .casestudy:before
{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    opacity: .5;
    background-color: #fff;
    height: 80%;
    width: 100%;
    border-radius: 5px;
    z-index: 0;
}
.our-work-case-studies .casestudy img
{
    max-height: 500px;
    width: 100%;
    object-fit: contain;
    position: relative;
    z-index: 1;
}
@media(max-width: 1350px)
{
    .our-work-case-studies .casestudy img
    {
        max-height: 400px;
    }
}
@media(max-width: 676px)
{
    .our-work-case-studies .casestudy img
    {
        max-height: 350px;
    }
}
.our-work-case-studies .casestudy .cs-categories
{
    padding: 20px;
    position: relative;
    left: 50%;
    background-color: #fff;
    border-radius: 8px;
    transform: translateX(-50%);
    width: 100%;
    z-index: 1;
}
.our-work-case-studies .casestudy .cs-categories h4
{
    color: #4c1e3a;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 10px;
}
@media(max-width: 676px)
{
    .our-work-case-studies .casestudy .cs-categories h4
    {
        font-size: 18px;
        line-height: 16px;
    }
}
.our-work-case-studies .casestudy .cs-categories .cs-fields span
{
    font-size: 12px;
    color: #5945c3!important;
    font-weight: 500!important;
    display: flex!important;
    align-items: flex-end;
}
.our-work-case-studies .casestudy .cs-categories .cs-fields span:first-child
{
    margin-bottom: 10px;
}
.our-work-case-studies .casestudy .cs-categories .cs-fields span.left-span:before
{
    content: url("/wp-content/uploads/2023/07/Icon-material-computer.svg");
    width: 19px;
    height: 13px;
    display: inline-block;
    margin-right: 10px;
}
.our-work-case-studies .casestudy .cs-categories .cs-fields span.right-span:before
{
    content: url("/wp-content/uploads/2023/07/Icon-ionic-ios-business.svg");
    width: 12px;
    height: 16px;
    display: inline-block;
    margin: 0 15px 0 3px;
}
#more_posts
{
    text-align: center;
    display: block;
    max-width: fit-content;
    margin: 30px auto 10px auto;
    background-color: #4c1e3a;
    padding: 9px 35px 10px 10px;
    color: #f9c6a8;
    box-shadow: -3px 4px 0 0 black;
    transform: translate(4px,-3px);
    transition: all 400ms ease-in-out!important;
}
#more_posts img
{
    vertical-align: middle;
    margin-right: 10px;
}
#more_posts:hover
{
    cursor: pointer;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.blog-page
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 160px;
}
.blog-page::-webkit-scrollbar
{
    display: none;
}
.blog-page .blog-study
{
    position: relative;
    width: 31%;
    height: 700px;
    transition: all .4s ease;
    display: flex;
    flex-direction: column;
    margin-bottom: 80px;
}
.blog-page .blog-study:hover
{
    transform: scale(.98);
}
.blog-page .blog-study:before
{
    content: "";
    background-image: url(/wp-content/uploads/2022/08/tape1.svg);
    width: 155px;
    height: 52px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    z-index: 1;
}
.blog-page .blog-study.big-right
{
    width: 66%;
    flex-direction: row;
}
.blog-page .blog-study.big-right:before
{
    content: "";
    background-image: url(/wp-content/uploads/2022/10/Group-2439.svg);
    width: 272px;
    height: 52px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    z-index: 1;
}
.blog-page .blog-study.big-right .blog-img
{
    width: 45%;
    height: 100%;
}
.blog-page .blog-study.big-right .blog-img img
{
    height: 100%;
    object-fit: cover;
}
.blog-page .blog-study.big-right .cs-categories
{
    width: 55%;
    height: 100%;
    padding: 80px 30px 120px 30px;
}
.blog-page .blog-study.big-right .cs-categories h4
{
    font-size: 30px;
    font-weight: 500;
    color: #4c1e3a;
    line-height: 32px;
}
.blog-page .blog-study.big-right .cs-categories p
{
    font-size: 16px;
}
.blog-page .blog-study.big-right .cs-categories .left-span
{
    font-size: 18px;
}
.blog-page .blog-study.big-right .cs-categories .right-span
{
    font-size: 18px;
}
.blog-page .blog-study.big-left
{
    width: 66%;
    flex-direction: row;
}
.blog-page .blog-study.big-left:before
{
    content: "";
    background-image: url(/wp-content/uploads/2022/10/Group-2439.svg);
    width: 272px;
    height: 52px;
    background-size: cover;
    display: block;
    position: absolute;
    left: 50%;
    top: -30px;
    transform: translateX(-50%);
    z-index: 1;
}
.blog-page .blog-study.big-left .blog-img
{
    width: 45%;
    height: 100%;
}
.blog-page .blog-study.big-left .blog-img img
{
    height: 100%;
    object-fit: cover;
}
.blog-page .blog-study.big-left .cs-categories
{
    width: 55%;
    height: 100%;
    padding: 80px 30px 120px 30px;
}
.blog-page .blog-study.big-left .cs-categories h4
{
    font-size: 30px;
    font-weight: 500;
    color: #4c1e3a;
    line-height: 32px;
}
.blog-page .blog-study.big-left .cs-categories p
{
    font-size: 16px;
}
.blog-page .blog-study.big-left .cs-categories .left-span
{
    font-size: 18px;
}
.blog-page .blog-study.big-left .cs-categories .right-span
{
    font-size: 18px;
}
.blog-page .blog-study .blog-img
{
    height: 40%;
}
.blog-page .blog-study .blog-img img
{
    height: 100%;
    object-fit: cover;
}
.blog-page .blog-study .cs-categories
{
    background-color: #fff;
    font-family: adelle-sans,sans-serif!important;
    width: 100%;
    max-width: 100%;
    height: 60%;
    padding: 40px 30px 120px 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    border-radius: 0 0 8px 8px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.16);
}
.blog-page .blog-study .cs-categories .categories
{
    display: flex;
    margin-bottom: 20px;
}
.blog-page .blog-study .cs-categories .categories span
{
    font-size: 16px;
    color: #5945c3;
    margin-right: 4px;
}
.blog-page .blog-study .cs-categories h4
{
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    color: #4c1e3a;
    width: 90%;
    margin-bottom: 50px;
    position: relative;
}
.blog-page .blog-study .cs-categories h4:before
{
    content: "";
    background: url(/wp-content/uploads/2022/08/line-scratch.svg);
    display: inline-block;
    position: absolute;
    width: 100%;
    height: 40px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -30px;
    left: -5px;
}
.blog-page .blog-study .cs-categories p
{
    color: #4c1e3a;
    font-size: 14px;
    line-height: 20px;
}
.blog-page .blog-study .cs-categories .cs-fields
{
    display: flex;
    justify-content: space-between;
}
.blog-page .blog-study .cs-categories .left-span
{
    text-align: left;
    font-size: 10px;
    color: #5945c3;
}
.blog-page .blog-study .cs-categories .read-more
{
    font-weight: 400;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    transform: translate(4px,-3px);
    transition: all .4s ease;
    background-color: #f38622;
    border: 2px solid #000;
    padding: 8px 20px 8px 15px;
    position: absolute;
    font-size: 0;
    bottom: 50px;
    height: 43px;
    width: 182px;
    display: block;
    margin-top: 40px;
}
.blog-page .blog-study .cs-categories .read-more:hover
{
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.blog-page .blog-study .cs-categories .read-more:before
{
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2022/08/more-info.svg");
    height: 30px;
    width: 32px;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translateY(-50%);
}
.blog-page .blog-study .cs-categories .read-more:after
{
    content: "Show me more";
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    right: 20px;
    top: 48%;
    transform: translateY(-50%);
}
.nav-tabs
{
    list-style: none;
    margin: 0 0 30px 0;
    display: flex;
}
.nav-tabs .tab-control, .nav-tabs .tab-control-1200, .nav-tabs .tab-control-767
{
    font-size: 20px;
    position: relative;
    margin-right: 40px;
}
.nav-tabs .tab-control#control-selected:before, .nav-tabs .tab-control-1200#control-selected:before, .nav-tabs .tab-control-767#control-selected:before
{
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2022/07/header-line.svg");
    background-size: cover;
    position: absolute;
    bottom: -10px;
    left: -5px;
    width: calc(100% + 20px);
    height: 8px;
}
.nav-tabs .tab-control a, .nav-tabs .tab-control-1200 a, .nav-tabs .tab-control-767 a
{
    color: #5945c3;
}
@media(max-width: 1400px)
{
    .blog-page .blog-study
    {
        height: 750px;
    }
    .blog-page .blog-study .cs-categories h4
    {
        width: 100%;
    }
}
@media(max-width: 1200px)
{
    .blog-page
    {
        margin-top: 100px;
    }
    .blog-page .blog-study
    {
        width: 49%;
        height: 600px;
        margin-bottom: 60px;
    }
    .blog-page .blog-study.big-right
    {
        width: 100%;
    }
    .blog-page .blog-study.big-left
    {
        width: 100%;
    }
    .blog-page .blog-study .cs-categories
    {
        padding: 30px 30px 120px 30px;
    }
    .blog-page .blog-study .cs-categories p
    {
        color: #4c1e3a;
        font-size: 14px;
        line-height: 16px;
    }
    .blog-page .blog-study .cs-categories .left-span
    {
        font-size: 10px;
    }
    .nav-tabs
    {
        flex-wrap: wrap;
    }
    .nav-tabs .tab-control, .nav-tabs .tab-control-1200, .nav-tabs .tab-control-767
    {
        margin-bottom: 20px;
    }
}
@media(max-width: 1400px)
{
    .blog-page .blog-study
    {
        height: 750px;
    }
}
@media(max-width: 767px)
{
    .blog-page
    {
        margin-top: 80px;
    }
    .blog-page .blog-study
    {
        width: 100%;
        height: 600px;
    }
    .blog-page .blog-study:before
    {
        content: "";
        background-image: url(/wp-content/uploads/2022/10/Group-2439.svg);
        width: 180px;
        height: 40px;
        background-size: cover;
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        z-index: 1;
    }
    .blog-page .blog-study.big-right
    {
        width: 100%;
        flex-direction: column;
    }
    .blog-page .blog-study.big-right:before
    {
        content: "";
        background-image: url(/wp-content/uploads/2022/10/Group-2439.svg);
        width: 180px;
        height: 40px;
        background-size: cover;
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        z-index: 1;
    }
    .blog-page .blog-study.big-right .blog-img
    {
        width: 100%;
        height: 40%;
    }
    .blog-page .blog-study.big-right .cs-categories
    {
        width: 100%;
        height: 60%;
        padding: 40px 30px 120px 30px;
    }
    .blog-page .blog-study.big-right .cs-categories h4
    {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-page .blog-study.big-right .cs-categories p
    {
        font-size: 14px;
    }
    .blog-page .blog-study.big-left
    {
        width: 100%;
        flex-direction: column;
    }
    .blog-page .blog-study.big-left:before
    {
        content: "";
        background-image: url(/wp-content/uploads/2022/10/Group-2439.svg);
        width: 180px;
        height: 40px;
        background-size: cover;
        display: block;
        position: absolute;
        left: 50%;
        top: -20px;
        transform: translateX(-50%);
        z-index: 1;
    }
    .blog-page .blog-study.big-left .blog-img
    {
        width: 100%;
        height: 40%;
    }
    .blog-page .blog-study.big-left .cs-categories
    {
        width: 100%;
        height: 60%;
        padding: 40px 30px 120px 30px;
    }
    .blog-page .blog-study.big-left .cs-categories h4
    {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-page .blog-study.big-left .cs-categories p
    {
        font-size: 14px;
    }
    .blog-page .blog-study .cs-categories p
    {
        color: #4c1e3a;
        font-size: 14px;
        line-height: 16px;
    }
    .blog-page .blog-study .cs-categories .left-span
    {
        font-size: 10px;
    }
}
@media(max-width: 767px)
{
    .page-id-31487 .elementor-loop-container
    {
        grid-auto-rows: auto!important;
    }
    .elementor-31496 .elementor-element, .elementor-31502 .elementor-element, .elementor-31506 .elementor-element, .elementor-31509 .elementor-element
    {
        padding: 0!important;
    }
    .elementor-31496 .elementor-widget-image, .elementor-31502 .elementor-widget-image, .elementor-31506 .elementor-widget-image, .elementor-31509 .elementor-widget-image
    {
        width: 100%!important;
    }
    .elementor-31496 .elementor-widget-image img, .elementor-31502 .elementor-widget-image img, .elementor-31506 .elementor-widget-image img, .elementor-31509 .elementor-widget-image img
    {
        aspect-ratio: 1.6842105263!important;
        width: 100%!important;
        height: auto!important;
    }
    .elementor-31496 p, .elementor-31502 p, .elementor-31506 p, .elementor-31509 p
    {
        text-align: left!important;
    }
    .elementor-31496 .elementor-widget-theme-post-title>.elementor-widget-container, .elementor-31502 .elementor-widget-theme-post-title>.elementor-widget-container, .elementor-31506 .elementor-widget-theme-post-title>.elementor-widget-container, .elementor-31509 .elementor-widget-theme-post-title>.elementor-widget-container
    {
        margin: 30px 0 0 0!important;
        padding: 0 30px 0 30px!important;
    }
    .elementor-31496 .elementor-widget-post-info>.elementor-widget-container, .elementor-31496 .elementor-widget-theme-post-excerpt>.elementor-widget-container, .elementor-31502 .elementor-widget-post-info>.elementor-widget-container, .elementor-31502 .elementor-widget-theme-post-excerpt>.elementor-widget-container, .elementor-31506 .elementor-widget-post-info>.elementor-widget-container, .elementor-31506 .elementor-widget-theme-post-excerpt>.elementor-widget-container, .elementor-31509 .elementor-widget-post-info>.elementor-widget-container, .elementor-31509 .elementor-widget-theme-post-excerpt>.elementor-widget-container
    {
        margin: 0 0 0 0!important;
        padding: 0 30px 0 30px!important;
    }
    .elementor-31496 .elementor-widget-button, .elementor-31502 .elementor-widget-button, .elementor-31506 .elementor-widget-button, .elementor-31509 .elementor-widget-button
    {
        padding: 0!important;
        margin: 0!important;
    }
    .elementor-31496 .elementor-widget-button>.elementor-widget-container, .elementor-31502 .elementor-widget-button>.elementor-widget-container, .elementor-31506 .elementor-widget-button>.elementor-widget-container, .elementor-31509 .elementor-widget-button>.elementor-widget-container
    {
        margin: 0 0 30px 0!important;
        padding: 0 30px 0 30px!important;
    }
    .elementor-31496 .e-con, .elementor-31502 .e-con, .elementor-31506 .e-con, .elementor-31509 .e-con
    {
        padding: 0!important;
        margin: 0!important;
        gap: 10px!important;
        height: auto!important;
    }
    .elementor-31496 .e-con-inner, .elementor-31502 .e-con-inner, .elementor-31506 .e-con-inner, .elementor-31509 .e-con-inner
    {
        padding: 0!important;
        margin: 0!important;
        gap: 10px!important;
        height: auto!important;
    }
}
@media(max-width: 1024px)
{
    #blog-sign.thrive-signup-section .gform_wrapper.gravity-theme .gform_fields
    {
        display: flex;
        width: 100%;
        justify-content: center;
    }
    #blog-sign.thrive-signup-section .gform_wrapper.gravity-theme .gform_fields #field_2_1
    {
        width: 100%;
        max-width: 400px;
        margin-right: 20px;
    }
}
.related-blogs
{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-column-gap: 40px;
    grid-row-gap: 35px;
}
.related-blogs .related-blog
{
    box-shadow: 0 0 25px 0 rgba(0,0,0,.13);
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition-property: background,border,-webkit-box-shadow;
    transition-property: background,border,-webkit-box-shadow;
    -o-transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow;
    transition-property: background,border,box-shadow,-webkit-box-shadow;
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    padding: 0;
    margin: 0;
}
.related-blogs .related-blog .post-img
{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: relative;
    padding-bottom: calc(.6 * 100%);
    overflow: hidden;
    margin-bottom: 20px;
}
.related-blogs .related-blog .post-img img
{
    height: auto;
    position: absolute;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
    display: block;
    width: 100%;
    max-height: none;
    max-width: none;
    -webkit-transition: -webkit-filter .3s;
    transition: -webkit-filter .3s;
    -o-transition: filter .3s;
    transition: filter .3s;
    transition: filter .3s,-webkit-filter .3s;
}
.related-blogs .related-blog .blog-content-block
{
    padding: 30px 30px 130px 30px;
    height: 100%;
    position: relative;
}
.related-blogs .related-blog .blog-content-block h3
{
    line-height: 30px;
    position: relative;
}
.related-blogs .related-blog .blog-content-block h3 a
{
    color: #4c1e3a;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}
.related-blogs .related-blog .blog-content-block .excerpt
{
    margin-top: 40px;
}
.related-blogs .related-blog .blog-content-block .excerpt p
{
    line-height: 1.5em;
    font-size: 14px;
    color: #4c1e3a;
    margin-bottom: 0;
}
.related-blogs .related-blog .blog-content-block .excerpt p a
{
    display: none!important;
}
.related-blogs .related-blog .read-more
{
    font-weight: 400;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    transform: translate(4px,-3px);
    transition: all .4s ease;
    background-color: #f38622;
    border: 2px solid #000;
    padding: 8px 20px 8px 15px;
    position: absolute;
    font-size: 0;
    bottom: 50px;
    height: 43px;
    width: 182px;
    display: block;
    margin-top: 40px;
}
.related-blogs .related-blog .read-more:hover
{
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.related-blogs .related-blog .read-more:before
{
    content: "";
    display: inline-block;
    background-image: url("/wp-content/uploads/2022/08/more-info.svg");
    height: 30px;
    width: 32px;
    background-size: cover;
    position: absolute;
    left: 10px;
    top: 48%;
    transform: translateY(-50%);
}
.related-blogs .related-blog .read-more:after
{
    content: "Show me more";
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    right: 20px;
    top: 48%;
    transform: translateY(-50%);
}
@media(max-width: 1100px)
{
    .related-blogs
    {
        grid-template-columns: repeat(2,1fr);
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
    }
}
@media(max-width: 767px)
{
    .related-blogs
    {
        grid-template-columns: repeat(1,1fr);
    }
}
.cs-slider .cs-slide .cs-inner
{
    display: flex;
    align-items: center;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img, .cs-slider .cs-slide .cs-inner .cs-slide-text
{
    flex: 1;
    width: 50%;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img
{
    position: relative;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img .cs-image-box
{
    padding: 20px;
    max-width: 70%;
    margin: auto;
    position: relative;
    z-index: 2;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img .cs-image-box img
{
    width: 100%;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img .cs-image-box .cs-categories-sp
{
    padding: 20px;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img .cs-image-box .cs-categories-sp h6
{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}
.cs-slider .cs-slide .cs-inner .cs-slide-img .cs-image-box:before
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 70%;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.16);
}
.cs-slider .cs-slide .cs-inner .cs-slide-text h3
{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #4c1e3a;
}
.cs-slider .cs-slide .cs-inner .cs-slide-text a
{
    display: inline-block;
    gap: 10px;
    background-color: #4c1e3a;
    color: #f9c6a8;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 9px 35px 10px 10px;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    transform: translate(4px,-3px);
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.cs-slider .cs-slide .cs-inner .cs-slide-text a img
{
    display: inline;
    vertical-align: middle;
    margin-right: 15px;
}
.cs-slider .cs-slide .cs-inner .cs-slide-text a:hover
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    background-position: 90% 40%;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.cs-slider .slick-dots
{
    bottom: -65px!important;
}
@media(max-width: 800px)
{
    .cs-slider .cs-slide .cs-inner .cs-slide-text h3
    {
        font-size: 36px;
        line-height: 40px;
    }
}
@media(max-width: 670px)
{
    .cs-slider .cs-slide .cs-inner
    {
        flex-direction: column;
    }
    .cs-slider .cs-slide .cs-inner .cs-slide-text
    {
        padding: 60px 20px;
    }
    .cs-slider .cs-slide .cs-inner .cs-slide-text h3
    {
        font-size: 24px;
        line-height: 28px;
    }
    .cs-slider .cs-slide .cs-inner .cs-slide-text, .cs-slider .cs-slide .cs-inner .cs-slide-img
    {
        width: 100%;
    }
    .cs-slider .cs-slide .cs-inner .cs-slide-img .cs-image-box
    {
        max-width: 90%;
    }
}
.contact-form-container
{
    position: relative;
}
.contact-form-container .gform_wrapper.gravity-theme
{
    width: fit-content;
    margin: auto;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield
{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield input.large, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
{
    color: rgba(76,30,58,.49);
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #4c1e3a;
    margin-top: -6px;
    max-width: 300px;
    padding-bottom: 0;
    font-family: adelle-sans,sans-serif!important;
    text-align: center;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield input.large:focus, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large:focus
{
    outline: none;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield_label
{
    font-size: 22px;
    line-height: 26px;
    font-weight: 400;
}
.contact-form-container .contact-page-form
{
    background-color: #fff!important;
    border: 3px solid #000;
    padding: 160px 60px;
    position: relative;
    z-index: 99!important;
}
.contact-form-container #gform_submit_button_1, .contact-form-container #gform_submit_button_14
{
    background-color: #f38623;
    color: #fff;
    font-weight: 400;
    font-family: adelle-sans,sans-serif!important;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    border: 2px solid #000;
    position: relative;
    background-image: url(/wp-content/uploads/2022/07/paper-plane.svg);
    background-repeat: no-repeat;
    background-size: 18%;
    padding: 10px 30px 10px 80px;
    background-position: 15px 9px;
    transform: translate(4px,-3px);
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.contact-form-container #gform_submit_button_1:hover, .contact-form-container #gform_submit_button_14:hover
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 10px 80px 10px 30px;
    background-position: 90% 40%;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.contact-form-container .gform_wrapper .gform_validation_errors
{
    background: #fcede1;
    border: 1.5px solid #f38623;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.04);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%;
}
.contact-form-container .gform_wrapper .gform_validation_errors>h2
{
    color: #4c1e3a;
}
.contact-form-container .gform_wrapper .gfield_error label
{
    color: #f38623;
}
.contact-form-container .gform_wrapper .gfield_required_asterisk, .contact-form-container .gform_wrapper .gform_required_legend, .contact-form-container .gform_wrapper .validation_message
{
    display: none;
}
.contact-form-container .gform_wrapper .gform-icon--close:before
{
    color: #4c1e3a;
}
.thrive-signup-section .gform_wrapper.gravity-theme .gfield input.large
{
    background-color: #fff;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 3px 6px 2px rgba(0,0,0,.07);
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.07);
    position: relative;
    border: none;
    padding: 15px 20px;
    color: #4c1e3a;
}
.thrive-signup-section #gform_submit_button_2
{
    padding-bottom: 4px;
}
.thrive-signup-section .elementor-heading-title span
{
    position: relative;
}
.thrive-signup-section .elementor-heading-title span:after
{
    content: url(/wp-content/uploads/2022/07/header-line.svg);
    position: absolute;
    bottom: -20px;
    left: 5px;
    transform-origin: 0 0;
    -moz-transform: scale(.8);
    -webkit-transform: scale(.8);
    -o-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
}
.thrive-signup-section #field_2_1
{
    grid-column: span 8;
}
.thrive-signup-section #field_submit
{
    grid-column: span 4;
}
::-webkit-input-placeholder
{
    color: rgba(76,30,58,.49);
    font-size: 24px;
    font-family: adelle-sans,sans-serif!important;
}
:-ms-input-placeholder
{
    color: rgba(76,30,58,.49);
    font-size: 24px;
    font-family: adelle-sans,sans-serif!important;
}
::placeholder
{
    color: rgba(76,30,58,.49);
    font-size: 24px;
    font-family: adelle-sans,sans-serif!important;
}
.elementor-element.elementor-element-266eaae a, .contact-address-section a
{
    color: #4c1e3a!important;
}
#gform_submit_button_2
{
    transition: all .2s ease-in;
}
#gform_submit_button_2:hover
{
    transform: scale(.95);
    opacity: .9;
}
@media(max-width: 767px)
{
    .contact-form-container .elementor-widget-heading
    {
        margin-bottom: 0!important;
    }
    .contact-form-container .contact-page-form
    {
        padding: 50px 30px;
    }
    .contact-form-container .gform_wrapper.gravity-theme
    {
        width: 100%;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield
    {
        display: block;
        margin-bottom: 20px;
        text-align: left;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield input.large
    {
        max-width: 100%;
        width: 100%;
        padding: 0;
        margin-left: 0;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        font-size: 18px;
        line-height: 23px;
        max-width: 100%;
        text-align: left;
        padding: 0;
        margin-left: 0;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 18px;
        line-height: 26px;
    }
    .contact-form-container #gform_submit_button_1, .contact-form-container #gform_submit_button_14
    {
        max-width: 75%;
        margin: auto;
        padding: 10px 30px 10px 60px;
    }
    .contact-form-container:before
    {
        -moz-transform: scale(.5);
        -webkit-transform: scale(.5);
        -o-transform: scale(.5);
        -ms-transform: scale(.5);
        transform: scale(.5);
        top: 14px;
        left: -12px;
        transform-origin: 0% 0%;
    }
    .contact-form-container:after
    {
        transform-origin: 100% 100%;
        -moz-transform: scale(.3);
        -webkit-transform: scale(.3);
        -o-transform: scale(.3);
        -ms-transform: scale(.3);
        transform: scale(.3);
        bottom: 9px;
        right: -4px;
        transform-origin: 100% 100%;
    }
    ::-webkit-input-placeholder
    {
        color: rgba(76,30,58,.49);
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    :-ms-input-placeholder
    {
        color: rgba(76,30,58,.49);
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    ::placeholder
    {
        color: rgba(76,30,58,.49);
        font-size: 18px;
        line-height: 23px;
        text-align: left;
    }
    .thrive-signup-section .elementor-widget-heading
    {
        margin-bottom: 0!important;
    }
    .thrive-signup-section .gform_wrapper.gravity-theme .gfield input.large
    {
        padding: 10px!important;
    }
    .thrive-signup-section .gform_wrapper.gravity-theme #field_submit
    {
        padding: 7px 15px 15px 15px;
    }
    .thrive-signup-section #gform_submit_button_2
    {
        padding-bottom: 4px;
    }
    .thrive-signup-section ::-webkit-input-placeholder
    {
        color: rgba(76,30,58,.49);
        font-family: adelle-sans,sans-serif!important;
    }
    .thrive-signup-section :-ms-input-placeholder
    {
        color: rgba(76,30,58,.49);
        font-family: adelle-sans,sans-serif!important;
    }
    .thrive-signup-section ::placeholder
    {
        color: rgba(76,30,58,.49);
        font-family: adelle-sans,sans-serif!important;
    }
    .thrive-signup-section #field_2_1
    {
        grid-column: span 10;
    }
    .thrive-signup-section #field_submit
    {
        grid-column: span 2;
    }
}
@media(max-width: 413px)
{
    .thrive-signup-section .gform_wrapper.gravity-theme #field_submit
    {
        padding: 7px;
    }
}
@media(max-width: 280px)
{
    .contact-form-container #gform_submit_button_1, .contact-form-container #gform_submit_button_14
    {
        max-width: 100%;
    }
    .elementor-element.elementor-element-95e31cf .elementor-button .elementor-align-icon-left
    {
        margin-right: 10px;
    }
}
@media(max-width: 1152px) and (min-width: 768px)
{
    .contact-form-container .elementor-widget-heading
    {
        margin-bottom: 0;
    }
    .contact-form-container .contact-page-form
    {
        padding: 100px 40px 80px 40px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 20px;
        line-height: 31px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield input.large, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        color: rgba(76,30,58,.49);
        font-size: 18px;
        line-height: 29px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        padding: 10px 10px 4px 0;
    }
    .contact-form-container #gform_submit_button_1, .contact-form-container #gform_submit_button_14
    {
        padding: 10px 30px 10px 60px;
    }
    .contact-form-container #field_1_1
    {
        grid-column: span 6!important;
    }
    .contact-form-container #field_1_1 .ginput_container
    {
        width: 48%;
    }
    .contact-form-container #field_1_3
    {
        grid-column: span 6!important;
    }
    .contact-form-container ::-webkit-input-placeholder
    {
        font-size: 18px;
    }
    .contact-form-container :-ms-input-placeholder
    {
        font-size: 18px;
    }
    .contact-form-container ::placeholder
    {
        font-size: 18px;
    }
    .thrive-signup-section .elementor-widget-heading
    {
        margin-bottom: 0;
    }
    .thrive-signup-section #field_2_1
    {
        grid-column: span 10;
    }
    .thrive-signup-section #field_submit
    {
        grid-column: span 2;
    }
    .thrive-signup-section #gform_submit_button_2
    {
        padding: 10px 10px 10px 20px!important;
    }
}
@media(min-width: 1153px) and (max-width: 1200px)
{
    .contact-form-container .contact-page-form
    {
        padding: 100px 40px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 20px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        font-size: 18px;
    }
    .contact-form-container ::-webkit-input-placeholder
    {
        font-size: 18px;
    }
    .contact-form-container :-ms-input-placeholder
    {
        font-size: 18px;
    }
    .contact-form-container ::placeholder
    {
        font-size: 18px;
    }
}
@media(min-width: 1201px) and (max-width: 1441px)
{
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 20px;
        font-weight: 400;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield input.large
    {
        max-width: 260px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        font-size: 20px;
    }
    .contact-form-container ::-webkit-input-placeholder
    {
        font-size: 20px;
    }
    .contact-form-container :-ms-input-placeholder
    {
        font-size: 20px;
    }
    .contact-form-container ::placeholder
    {
        font-size: 20px;
    }
}
.sqb-process-step
{
    display: flex;
    gap: 20px;
    position: relative;
    border-radius: 14px;
    margin-bottom: 31px;
    border: 1px solid #0000001a;
    padding: 18px 33px 15px;
    background-color: #fff;
    font-size: 16px;
    line-height: 20px;
    color: #4c1e3a;
}
@media(min-width: 768px)
{
    .sqb-process-step
    {
        margin-left: 58px;
    }
}
.sqb-process-step:last-child
{
    margin-bottom: 0;
}
@media(min-width: 768px)
{
    .sqb-process-step:before
    {
        content: " ";
        position: absolute;
        background-color: #f38622;
        width: 2px;
        top: 0;
        bottom: -35px;
        left: -44px;
    }
    .sqb-process-step:first-child:before
    {
        top: 50%;
    }
    .sqb-process-step:last-child:before
    {
        bottom: 50%;
    }
    .sqb-process-step:after
    {
        content: " ";
        position: absolute;
        background-color: #f38622;
        width: 28px;
        height: 28px;
        border-radius: 50%;
        top: calc(50% - 14px);
        left: -58px;
    }
}
.sqb-process-step .sqb-ps-container>*:last-child
{
    margin-bottom: 0;
}
.sqb-process-step .sqb-ps-title
{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 5px;
}
.sqb-process-step .sqb-ps-background
{
    position: relative;
    width: 70px;
    height: 56px;
    text-align: center;
}
.sqb-process-step .sqb-ps-background img
{
    width: auto;
    height: 56px;
}
.sqb-process-step .sqb-ps-container
{
    position: relative;
    z-index: 2;
}
.sqb-referral-option
{
    border-radius: 14px;
    background-color: #fff;
    border: 1px solid #0000001a;
    padding: 32px 32px 38px 32px;
}
.sqb-referral-option .sqb-ro-graphic
{
    background-color: #fcede1;
    width: 54px;
    height: 56px;
    border-radius: 12px;
    padding: 7px 14px;
    margin-bottom: 30px;
}
.sqb-referral-option .sqb-ro-graphic img
{
    width: 30px;
    height: 41px;
    object-fit: contain;
}
.sqb-referral-option .sqb-ro-title
{
    color: #4c1e3a;
    font-family: "Adelle Sans",Sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 30px;
}
.sqb-referral-option .sqb-ro-price-full
{
    margin-bottom: 30px;
}
.sqb-referral-option .sqb-ro-price-full .sqb-ro-price
{
    color: #4c1e3a;
    font-family: "Adelle Sans",Sans-serif;
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.sqb-referral-option .sqb-ro-price-full .sqb-ro-after-price
{
    color: #4c1e3a;
    font-family: "Adelle Sans",Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.sqb-referral-option .sqb-ro-options-title
{
    color: #4c1e3a;
    font-family: "Adelle Sans",Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 27px;
}
.sqb-referral-option .sqb-ro-options
{
    list-style: none;
    margin: 0;
}
.sqb-referral-option .sqb-ro-options li
{
    position: relative;
    margin: 0 0 25px;
    padding-left: 38px;
    color: #4c1e3a;
    font-family: "Adelle Sans",Sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 130.387%;
}
.sqb-referral-option .sqb-ro-options li:before
{
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    background-image: url(../image/referral-list-checkbox.svg);
    width: 23px;
    height: 22px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.sqb-content-switcher .sqb-cs-switch
{
    position: relative;
    display: inline-block;
    width: 68px;
    height: 39px;
}
.sqb-content-switcher .sqb-cs-switch input
{
    opacity: 0;
    width: 0;
    height: 0;
}
.sqb-content-switcher .sqb-cs-slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fcede1;
    background-color: transparent;
    border: 5px solid #4c1e3a;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}
.sqb-content-switcher .sqb-cs-slider:before
{
    position: absolute;
    content: "";
    height: 19px;
    width: 19px;
    left: 5px;
    bottom: 5px;
    background-color: #4c1e3a;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}
.sqb-content-switcher input:checked+.sqb-cs-slider
{
    background-color: #4c1e3a;
}
.sqb-content-switcher input:focus+.sqb-cs-slider
{
    box-shadow: 0 0 1px #4c1e3a;
}
.sqb-content-switcher input:checked+.sqb-cs-slider:before
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
    background-color: #fcede1;
}
.sqb-hidden
{
    display: none!important;
}
@media(max-width: 767px)
{
    .sqb-process-step
    {
        padding: 30px 20px;
    }
    .sqb-ps-background
    {
        display: none;
    }
}
.scrolled .elementor-location-header
{
    background: #4c1e3a;
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.above-footer
{
    z-index: 999;
}
.above-footer .footer-menu
{
    display: flex;
}
.above-footer .footer-menu .fmenu
{
    list-style-type: none;
}
.above-footer .footer-menu .fmenu li
{
    font-size: 18px;
    line-height: 26px;
    color: #4c1e3a;
    margin-bottom: 20px;
    position: relative;
    min-width: 200px;
}
@media(max-width: 767px)
{
    .above-footer .footer-menu .fmenu li
    {
        font-size: 16px;
    }
}
.above-footer .footer-menu .fmenu li:hover
{
    cursor: pointer;
}
.above-footer .footer-menu .fmenu li:hover
{
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.above-footer .footer-menu .fmenu li:hover:after
{
    content: url(/wp-content/uploads/2022/07/underline-purple.svg)!important;
    position: absolute!important;
    bottom: -22px;
    left: -28px!important;
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
    animation: fadeIn .3s ease-in;
    transition-timing-function: ease;
    transition-timing-function: cubic-bezier(.45,.1,.41,1);
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}
.above-footer .footer-menu .fmenu li a
{
    font-size: 18px;
    line-height: 26px;
    color: #4c1e3a;
    position: relative;
}
@media(max-width: 767px)
{
    .above-footer .footer-menu .fmenu li a
    {
        font-size: 16px;
    }
}
.above-footer .footer-menu .fmenu .fmenu-has-child
{
    padding-right: 35px;
    min-width: unset;
    display: inline-flex;
    flex-direction: column;
    width: 100%;
}
.above-footer .footer-menu .fmenu .fmenu-has-child:first-of-type:before
{
    content: url(/wp-content/uploads/2022/07/simple-drop-down-arrow.svg);
    position: absolute;
    left: 100px;
    top: 0;
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}
.above-footer .footer-menu .fmenu .fmenu-has-child:last-of-type:before
{
    content: url(/wp-content/uploads/2022/07/simple-drop-down-arrow.svg);
    position: absolute;
    left: 140px;
    top: 0;
    -moz-transform: scale(.7);
    -webkit-transform: scale(.7);
    -o-transform: scale(.7);
    -ms-transform: scale(.7);
    transform: scale(.7);
}
.above-footer .footer-menu .fmenu .fmenu-submenu
{
    display: inline-flex;
    flex-direction: column;
    list-style-type: none;
    opacity: 0;
    margin-left: 15px;
    max-height: 0;
    max-width: 0;
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.above-footer .footer-menu .fmenu .fmenu-submenu li
{
    min-width: unset;
    margin-bottom: 5px;
}
.above-footer .footer-menu .fmenu .fmenu-sub-open:after
{
    display: none;
}
.above-footer .footer-menu .fmenu .fmenu-sub-open .fmenu-submenu
{
    margin: 15px 15px 0 15px;
    max-height: 400px;
    max-width: 400px;
    opacity: 1;
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.above-footer .footer-menu .fmenu .fmenu-sub-open:before
{
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.above-footer .footer-menu .fmenu:last-of-type
{
    margin-left: 0;
}
@media(max-width: 1400px)
{
    .above-footer .footer-menu .fmenu
    {
        margin-left: 0;
    }
}
.above-footer:after
{
    transform: translate(-50%,-50%);
    content: "";
    height: 100%;
    width: 450px;
    background-repeat: no-repeat;
    position: absolute;
    left: 100%;
    top: 50%;
    background-image: url(/wp-content/uploads/2022/07/circle-doodle.svg);
    background-size: 95%;
    background-position: center;
    display: inline-block;
    z-index: 9;
}
@media(max-width: 900px)
{
    .above-footer:after
    {
        top: 55%;
        width: 550px;
    }
}
@media(max-width: 667px)
{
    .above-footer:after
    {
        top: 50%;
        width: 50%;
        left: unset;
        right: -40px;
        transform: none;
    }
}
.above-footer .above-footer-address
{
    position: relative;
    z-index: 999;
}
.above-footer .above-footer-address a
{
    color: #4c1e3a;
}
.bottom-footer a
{
    color: #f3ac80;
}
.custom-site-footer p
{
    margin-bottom: 0;
}
.custom-site-footer a
{
    color: #fff;
}
@media(max-width: 676px)
{
    .above-footer
    {
        overflow: hidden;
    }
    .above-footer .elementor-widget-heading
    {
        margin-bottom: 20px;
    }
    .above-footer .footer-menu
    {
        flex-direction: row;
    }
    .above-footer .footer-menu .fmenu
    {
        margin: 0;
        max-width: 50%;
    }
    .above-footer .footer-menu .fmenu li
    {
        min-width: 150px;
    }
    .bottom-footer .elementor-nav-menu--main .elementor-nav-menu a
    {
        padding: 13px 8px;
    }
}
@media(max-width: 1024px) and (min-width: 678px)
{
    .above-footer
    {
        overflow: hidden;
    }
    .above-footer .elementor-widget-heading
    {
        margin-bottom: 20px;
    }
    .above-footer .footer-menu .fmenu
    {
        list-style-type: none;
        margin: 0;
    }
}
.gform_validation_error #validation_message_3_5
{
    display: block;
}
#field_3_6, #field_3_6 p
{
    margin-bottom: 0!important;
}
#field_3_6 p
{
    margin-bottom: 20px!important;
}
.form-policy
{
    margin-top: -10px;
    max-width: 65%;
}
.contact-form-container
{
    position: relative;
}
.contact-form-container .gform_wrapper.gravity-theme
{
    width: 100%;
    margin: auto;
}
.contact-form-container .gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset), .contact-form-container .gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset)
{
    flex-wrap: nowrap!important;
}
.contact-form-container .gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons)
{
    width: fit-content!important;
}
.contact-form-container .gform_wrapper.gravity-theme .gform_fields
{
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: none;
    grid-row-gap: none;
    grid-template-columns: none;
    justify-content: space-between;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield
{
    display: flex;
    margin-bottom: 20px;
    justify-content: flex-start!important;
    align-items: flex-end;
    width: fit-content!important;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield input.large
{
    padding-top: 0!important;
    margin-top: -6px!important;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield input.large, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
{
    color: rgba(76,30,58,.49);
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid #4c1e3a;
    margin-top: -1px;
    max-width: 300px;
    padding-bottom: 0;
    font-family: adelle-sans,sans-serif!important;
    text-align: center;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield input.large:focus, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large:focus
{
    outline: none;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield input.large#input_3_4, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large#input_3_4
{
    padding: 0 20px;
}
.contact-form-container .gform_wrapper.gravity-theme .gfield_label
{
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    width: fit-content!important;
}
.contact-form-container .gform_wrapper.gravity-theme div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons)
{
    width: fit-content;
}
.contact-form-container .gform_wrapper.gravity-theme #field_3_3
{
    margin-left: 0;
}
.contact-form-container .gform_wrapper.gravity-theme .gform_footer
{
    padding: 0!important;
}
.contact-form-container #gform_submit_button_3, .contact-form-container #gform_submit_button_22
{
    background-color: #f38623;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    font-family: adelle-sans,sans-serif!important;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    border: 2px solid #000;
    position: relative;
    background-image: url(../image/paperplane-icon.svg);
    background-repeat: no-repeat;
    background-size: 18%;
    padding: 10px 20px 10px 80px;
    background-position: 20px 48.5%;
    transform: translate(4px,-3px);
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
.contact-form-container #gform_submit_button_3:hover, .contact-form-container #gform_submit_button_22:hover
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 10px 80px 10px 20px;
    background-position: 90% 40%;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
@media(max-width: 600px)
{
    .contact-form-container #gform_submit_button_3, .contact-form-container #gform_submit_button_22
    {
        padding: 10px 20px 10px 80px;
    }
}
.contact-form-container .gform_wrapper .gform_validation_errors
{
    background: #fcede1;
    border: 1.5px solid #f38623;
    border-radius: 5px;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.04);
    margin-bottom: 8px;
    margin-top: 8px;
    padding: 16px 16px 16px 48px;
    position: relative;
    width: 100%;
}
.contact-form-container .gform_wrapper .gform_validation_errors>h2
{
    color: #4c1e3a;
}
.contact-form-container .gform_wrapper .gfield_error label
{
    color: #f38623;
}
.contact-form-container .gform_wrapper .gfield_required_asterisk, .contact-form-container .gform_wrapper .gform_required_legend, .contact-form-container .gform_wrapper .validation_message
{
    display: none;
}
.contact-form-container .gform_wrapper .gform-icon--close:before
{
    color: #4c1e3a;
}
.contact-form-container #field_3_1 .ginput_container_text, .contact-form-container #field_3_1 select, .contact-form-container #field_3_3 .ginput_container_text, .contact-form-container #field_3_3 select
{
    min-width: 290px!important;
}
::-webkit-input-placeholder
{
    color: rgba(76,30,58,.49);
    font-size: 16px;
    font-family: adelle-sans,sans-serif!important;
}
:-ms-input-placeholder
{
    color: rgba(76,30,58,.49);
    font-size: 16px;
    font-family: adelle-sans,sans-serif!important;
}
::placeholder
{
    color: rgba(76,30,58,.49);
    font-size: 16px;
    font-family: adelle-sans,sans-serif!important;
}
#download-button
{
    background-color: #f38623;
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    font-family: adelle-sans,sans-serif!important;
    -webkit-box-shadow: -3px 4px 0 0 black;
    box-shadow: -3px 4px 0 0 black;
    border: 2px solid #000;
    position: relative;
    padding: 10px 40px 10px 20px;
    transform: translate(4px,-3px);
    -webkit-transition: all 400ms ease-in-out!important;
    -moz-transition: all 400ms ease-in-out!important;
    -ms-transition: all 400ms ease-in-out!important;
    -o-transition: all 400ms ease-in-out!important;
    transition: all 400ms ease-in-out!important;
}
#download-button:hover
{
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    padding: 10px 40px 10px 20px;
    -webkit-box-shadow: 0 0 0 0 black;
    box-shadow: 0 0 0 0 black;
    transform: translate(0,0);
}
.sqb-case-studies
{
    position: relative;
    margin-top: 30px;
    height: 1300px;
    top: -110px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.sqb-case-studies::-webkit-scrollbar
{
    display: none;
}
.sqb-case-studies .row
{
    display: flex;
    flex-wrap: wrap;
}
.sqb-case-studies .row .case-study
{
    position: relative;
    height: fit-content;
    width: 46.5%;
    top: 120px;
}
.sqb-case-studies .row .case-study:nth-child(even)
{
    position: relative;
    margin-top: 170px;
}
.sqb-case-studies .row .case-study:nth-child(odd)
{
    margin-top: -30px;
    margin-right: 30px;
}
.sqb-case-studies .row .case-study:nth-child(2)
{
    margin-top: 180px;
}
.sqb-case-studies .row .case-study:nth-child(1)
{
    margin-top: 0;
}
.sqb-case-studies .row .case-study img
{
    position: absolute;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-30%);
}
.sqb-case-studies .row .case-study .cs-categories
{
    background-color: #fff;
    font-family: adelle-sans,sans-serif!important;
    height: 456px;
    width: 450px;
    max-width: 100%;
    font-size: 24px;
    color: #1f153d;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    border-radius: 8px;
    box-shadow: 0 0 25px 0 rgba(0,0,0,.16);
}
.sqb-case-studies .row .case-study .cs-categories h4
{
    color: #4c1e3a;
    font-weight: 600;
}
.sqb-case-studies .row .case-study .cs-categories .cs-fields
{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.sqb-case-studies .row .case-study .cs-categories .left-span
{
    text-align: left;
}
.sqb-case-studies .row .case-study .cs-categories .left-span a
{
    font-size: 16px;
    line-height: 16px;
    color: #5945c3;
    transition: all .2s ease;
}
.sqb-case-studies .row .case-study .cs-categories .left-span a:hover
{
    color: #f38622;
}
.sqb-case-studies .row .case-study .cs-categories .right-span
{
    text-align: right;
    font-size: 16px;
    line-height: 16px;
    color: #5945c3;
}
@media(max-width: 1660px)
{
    .contact-form-container .gform_wrapper.gravity-theme .gfield input.large, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        font-size: 20px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 24px;
    }
    ::-webkit-input-placeholder
    {
        font-size: 16px;
    }
    :-ms-input-placeholder
    {
        font-size: 16px;
    }
    ::placeholder
    {
        font-size: 16px;
    }
    .sqb-case-studies
    {
        height: 1200px;
    }
}
@media(max-width: 1440px)
{
    .contact-form-container .gform_wrapper.gravity-theme .gfield input.large, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        font-size: 16px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 22px;
    }
    ::-webkit-input-placeholder
    {
        font-size: 16px;
    }
    :-ms-input-placeholder
    {
        font-size: 16px;
    }
    ::placeholder
    {
        font-size: 16px;
    }
    .sqb-case-studies
    {
        height: 1100px;
    }
}
@media(max-width: 1024px)
{
    .contact-form-container .gform_wrapper.gravity-theme div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons)
    {
        margin-left: 0;
        margin-top: 20px;
    }
    .sqb-case-studies
    {
        height: 1000px;
        top: 0;
    }
    .sqb-case-studies .row
    {
        justify-content: space-between;
    }
    .sqb-case-studies .row .case-study
    {
        position: relative;
        height: fit-content;
        width: 46.5%;
        top: 120px;
    }
    .sqb-case-studies .row .case-study:nth-child(even)
    {
        position: relative;
        margin-top: 160px;
    }
    .sqb-case-studies .row .case-study:nth-child(odd)
    {
        margin-top: -40px;
        margin-right: 30px;
    }
    .sqb-case-studies .row .case-study:nth-child(2)
    {
        margin-top: 180px;
    }
    .sqb-case-studies .row .case-study:nth-child(1)
    {
        margin-top: 0;
    }
    #gform_3 .gform_fields
    {
        display: flex;
        flex-direction: column;
    }
    #gform_3 .gform_fields .gfield_label
    {
        width: 100%!important;
    }
    #gform_3 .gform_fields .ginput_container
    {
        width: 100%!important;
    }
    #gform_3 .gform_fields .gfield
    {
        margin-bottom: 20px;
        width: 100%!important;
    }
    #gform_3 .gform_fields .gfield .large
    {
        margin-left: 0;
        width: 100%;
        max-width: 100%;
        text-align: left;
    }
    #gform_3 .gform_fields #field_3_3
    {
        margin-left: 0;
    }
}
@media(max-width: 1024px) and (max-width: 1024px)
{
    #gform_3 .gform_fields .gfield .gfield
    {
        flex-direction: row;
    }
}
@media(max-width: 767px)
{
    .sqb-case-studies
    {
        height: 700px;
    }
    .sqb-case-studies .row .case-study
    {
        width: 48.5%;
    }
    .sqb-case-studies .row .case-study:nth-child(even)
    {
        margin-top: 120px;
    }
    .sqb-case-studies .row .case-study:nth-child(odd)
    {
        margin-top: 0;
        margin-right: 0;
    }
    .sqb-case-studies .row .case-study:nth-child(2)
    {
        margin-top: 135px;
    }
    .sqb-case-studies .row .case-study:nth-child(1)
    {
        margin-top: 0;
    }
    .sqb-case-studies .row .case-study .cs-categories
    {
        padding: 15px;
    }
    .sqb-case-studies .row .case-study .cs-categories h4
    {
        font-size: 20px;
    }
    .sqb-case-studies .row .case-study .cs-categories .left-span
    {
        font-size: 14px;
    }
    .sqb-case-studies .row .case-study .cs-categories .right-span
    {
        font-size: 14px;
    }
    .contact-form-container #field_3_1 .ginput_container_text, .contact-form-container #field_3_1 select, .contact-form-container #field_3_3 .ginput_container_text, .contact-form-container #field_3_3 select
    {
        min-width: auto!important;
    }
    #gform_3 .gform_fields .gfield
    {
        flex-direction: column;
    }
}
@media(max-width: 500px)
{
    .form-policy
    {
        min-width: 100%;
        margin-top: -5px!important;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield input.large, .contact-form-container .gform_wrapper.gravity-theme .gfield select.large
    {
        font-size: 16px;
        line-height: 20px;
    }
    .contact-form-container .gform_wrapper.gravity-theme .gfield_label
    {
        font-size: 16px;
        line-height: 20px;
    }
    .sqb-case-studies
    {
        height: 700px;
    }
    .sqb-case-studies .row .case-study
    {
        width: 48.5%;
    }
    .sqb-case-studies .row .case-study:nth-child(even)
    {
        margin-top: 70px;
    }
    .sqb-case-studies .row .case-study:nth-child(odd)
    {
        margin-top: -50px;
        margin-right: 0;
    }
    .sqb-case-studies .row .case-study:nth-child(2)
    {
        margin-top: 120px;
    }
    .sqb-case-studies .row .case-study:nth-child(1)
    {
        margin-top: 0;
    }
    .sqb-case-studies .row .case-study .cs-categories
    {
        padding: 15px;
    }
    .sqb-case-studies .row .case-study .cs-categories h4
    {
        font-size: 14px;
        line-height: 18px;
    }
    .sqb-case-studies .row .case-study .cs-categories .left-span
    {
        font-size: 10px;
    }
    .sqb-case-studies .row .case-study .cs-categories .right-span
    {
        font-size: 10px;
    }
}
.nps-form .gform_heading
{
    display: none;
}
.nps-form .gform_validation_errors
{
    display: none;
}
.nps-form h2
{
    text-align: center;
    font-size: 35px;
    line-height: 38px;
    font-weight: 700;
    max-width: 900px;
    margin: 0 auto 20px;
    text-wrap: wrap;
}
.nps-form .gform_footer
{
    justify-content: center;
}
.nps-form .gravity-theme table.gsurvey-likert
{
    border: none;
}
.nps-form thead
{
    display: none;
}
.nps-form tbody td
{
    padding: 0;
    border-top: none!important;
    border-right: none!important;
    border-left: none!important;
    border-bottom: none!important;
    background-color: transparent!important;
    background-image: none!important;
}
.nps-form .gravity-theme table.gsurvey-likert td.gsurvey-likert-choice.gsurvey-likert-focus
{
    background-color: transparent!important;
}
.nps-form .gravity-theme table.gsurvey-likert td input[type="radio"]
{
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0 10px;
    position: relative;
    font: inherit;
    color: #fff;
    left: 0;
    width: calc(100% - 10px);
    height: 40px;
    border: 1px solid #686868;
    border-radius: 10px;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(1) input[type="radio"]:after
{
    content: "0";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(2) input[type="radio"]:after
{
    content: "1";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(3) input[type="radio"]:after
{
    content: "2";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(4) input[type="radio"]:after
{
    content: "3";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(5) input[type="radio"]:after
{
    content: "4";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(6) input[type="radio"]:after
{
    content: "5";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(7) input[type="radio"]:after
{
    content: "6";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(8) input[type="radio"]:after
{
    content: "7";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(9) input[type="radio"]:after
{
    content: "8";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(10) input[type="radio"]:after
{
    content: "9";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(11) input[type="radio"]:after
{
    content: "10";
    display: flex;
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    justify-content: center;
    align-items: center;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(-n+7) input[type="radio"]:checked
{
    background-color: #ea7012;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(-n+7) input[type="radio"]:checked:after
{
    content: "";
    background-image: url(/wp-content/uploads/2023/08/sad-face.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(8) input[type="radio"]:checked
{
    background-color: #5945c3;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(8) input[type="radio"]:checked:after
{
    content: "";
    background-image: url(/wp-content/uploads/2023/08/happy-face.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(9) input[type="radio"]:checked
{
    background-color: #5945c3;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(9) input[type="radio"]:checked:after
{
    content: "";
    background-image: url(/wp-content/uploads/2023/08/happy-face.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(10) input[type="radio"]:checked
{
    background-color: #4c1e3a;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(10) input[type="radio"]:checked:after
{
    content: "";
    background-image: url(/wp-content/uploads/2023/08/happiness.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(11) input[type="radio"]:checked
{
    background-color: #4c1e3a;
}
.nps-form .gravity-theme table.gsurvey-likert td:nth-child(11) input[type="radio"]:checked:after
{
    content: "";
    background-image: url(/wp-content/uploads/2023/08/happiness.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
    filter: brightness(0) invert(1);
    width: 100%;
    height: 100%;
}
@media(max-width: 767px)
{
    .nps-form h2
    {
        font-size: 25px;
        line-height: 28px;
    }
    .nps-form td
    {
        margin-bottom: 10px;
    }
    .nps-form .gravity-theme table.gsurvey-likert td input[type="radio"]
    {
        height: calc(100% - 2px);
    }
}
.page-id-219 .entry-title, .page-id-26328 .entry-title
{
    display: none;
}
.page-id-219 .site-header, .page-id-26328 .site-header
{
    background-color: #fcede1;
}
.page-id-219 .entry-content, .page-id-26328 .entry-content
{
    background-color: #fcede1;
}
.page-id-219 .entry-content .contact-text-block p, .page-id-219 .entry-content .contact-text-block h3, .page-id-219 .entry-content .contact-text-block h4, .page-id-26328 .entry-content .contact-text-block p, .page-id-26328 .entry-content .contact-text-block h3, .page-id-26328 .entry-content .contact-text-block h4
{
    background-color: #fcede1;
    display: inline-flex;
}
.page-id-219 .entry-content .contact-text-block a, .page-id-26328 .entry-content .contact-text-block a
{
    color: #4c1e3a;
}
.page-id-219 .entry-content .contact-text-block .elementor-widget-text-editor, .page-id-219 .entry-content .contact-text-block p, .page-id-219 .entry-content .contact-text-block a, .page-id-26328 .entry-content .contact-text-block .elementor-widget-text-editor, .page-id-26328 .entry-content .contact-text-block p, .page-id-26328 .entry-content .contact-text-block a
{
    margin-bottom: 0;
}
@media(max-width: 767px)
{
    .page-id-219 .contact-animation-mobile img
    {
        height: 1470px;
        object-fit: cover;
        width: 100%;
        padding: 0;
        object-position: -20px -220px;
    }
}
@media(max-width: 413px)
{
    .page-id-219 .contact-animation-mobile img
    {
        height: 1400px;
        object-fit: cover;
        width: 100%;
        padding: 0;
        object-position: -90px -90px;
    }
}
@media(max-width: 1152px) and (min-width: 768px)
{
    .page-id-219 .contact-animation-mobile img
    {
        height: 1400px;
        margin-top: 90px;
        object-fit: cover;
        object-position: 0 -250px;
    }
}