body {
    background: #F6F7F8;
}

.helpscout-integration-info {
    padding-top: 165px;
    background: #fff;
}

h2 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 34px;
    line-height: 49px;
    text-align: center;
}

.helpscout-integration-info h1 {
    font-family: Gilroy;
    font-style: normal;
    font-weight: 800;
    font-size: 44px;
}

.helpscout-integration-info .centered{
    z-index: 9 !important;
}
.helpscout-integration-info .col-lg-6 {
    z-index: 9;
}
.first-background {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 120px;
}

@media screen and (min-width: 1605px) {
    .first-background {
        top: 0;
    }

    .get-organized-background {
        top: -150%;
    }
}

@media screen and (min-width: 1705px){
    .get-organized-background {
        top: -170%;
    }
}
.helpscout-integration-info .main-text {
    margin-top: 20px;
    max-width: 480px;
}

.main-subtitle {
    font-family: Montserrat;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
}

.firstBtnWrapper {
   margin-top: 15px;
}


/* Marlou Pereira */
.marlou-pereira-section {
    z-index: 99;
}
.blocks-list {
    max-width: 642px;
    width: 100%;
    border-radius: 7px;
    box-shadow: 0 22px 109px 0 #e9e9e9;
    padding: 24px 32px;
    margin: 0 auto;
    margin-top: 120px;
    background-color: #fff;
}

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

.flex.wrap {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.block.type-1 .block-inner {
    width: 100%;
    height: 100%;
}

.el-img {
    overflow: hidden;
    border-radius: 50%;
    border: solid 1px #eaedef;
    width: 85px;
    height: 85px;
    margin-top: 5px;
    object-fit: contain;
}

.g__image-outer {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.g__image-outer img, .g__image-outer svg {
    object-fit: contain;
    object-position: center;
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.type-2 {
    margin-left: 41px;
}

.type-1 {
    margin-bottom: 20px;
    margin-top: 10px;
}

.g__text.type-3.var-b {
    font-style: italic;
}

.g__text.type-3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
}

.g__text.type-4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
}

.g__text.type-5 {
    font-family: Gilroy;
    font-size: 14px;
    font-weight: 300;
    line-height: 2;
}

.g__color-dark-var-a {
    color: #303030;
}

.g__color-dark-var-b {
    color: #6c8092;
}

.el-text-strip {
    margin-left: 12px;
    margin-right: 15px;
}

/* available for help section */

/* available for help section */

.for-your-helpdesk-section {
    margin-bottom: 0;
    padding-bottom: 120px;
    background-color: #f6f7f8;
}

.for-your-helpdesk-section .content-wrapper {
    margin: 0 auto;
}
.helpdesk-section-mobile {
    display: none;
}

.helpdesks-icon-row {
    justify-content: space-between;
    max-width: 1215px;
    margin: 0 auto;
    z-index: 9;
}

.more-efficient-teams {
    margin-top: 190px;
    margin-bottom: 190px;
}

.more-efficient-teams .content-wrapper {
    max-width: 1200px;
}

.help-desk-icon {
    cursor: pointer;
    padding: 31px 20px 14px 20px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.helpdesk-screenshot-container {
    border-radius: 10px;
    max-width: 1215px;
    background-color: white;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 30px;
    padding-bottom: 43px;
    margin: 0 auto;
    box-shadow: 0 27px 76px 0 #ECF0F2;

}

.img-helpdesk-screenshot {
    max-width: 733px;
    margin: 0 auto;
    border: 3px solid #ECF0F2;
    border-radius: 4px;
}

.slider-magnifier {
    z-index: 99;
    position: absolute;
    width: 37px;
    height: 37px;
    border-radius: 50%;
    padding-top: 4px;
    background-color: #6c8092;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.slider-magnifier-desktop {
    top: 45%;
}

.word-integration {
    letter-spacing: normal;
    font-family: Gilroy;
    font-weight: 300;
    font-size: 14px;
    display: inline !important;
    margin-top: 4px;
}

.int-name {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-top: 10px;
}

#slider-image {
    cursor: pointer;
    display: block;
}

div#slider-magnifier {
    display: none;
}

div#helpdesk-screenshots-container:hover div#slider-magnifier {
    display: block;
}

.slider-image-container {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}

.background-img-2 {
    position: absolute;
    width: 100%;
    top: 35%;
}

.screenshot-description {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 732px;
    margin: 0 auto;
    margin-top: 35px;
}

.half-circle-arrow {
    position: absolute;
    cursor: pointer;
}

.half-circle-arrow-right {
    right: -32px;
    top: 35%;
}
.half-circle-arrow-left {
    left: -32px;
    top: 35%;
}

.learn-more-link {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.53;
    letter-spacing: normal;
    text-align: center;
    color: #2282d4;
    text-decoration: none;
    margin-top: 8px;
    padding: 10px;
}

.learn-more-link:hover {
    text-decoration: none;
}

.help-desk-icon .slider-icon-title {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.help-desk-icon .slider-icon-integration {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
}


.btn-try-integration-for-free {
    float: right;
    margin-right: -20px;
    width: 242px;;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: #2a3946;
    padding: 12px 32px 13px 32px;
}

.slider-ul, .slider-ul-mobile, .slider-ul-modal {
    user-select: none;
    list-style-type: none;
    text-align: center;
    position: absolute;
    bottom: 21px;
    left: 50%;
    transform: translateX(-50%);
}

.slider-ul {
    bottom: 35px;
}

.slider-ul-mobile {
    bottom: -42px;
}

.slider-ul-mobile-2 {
    bottom: -42px;
}

.slider-ul-modal {
    bottom: -47px;
}

.outer-circle, .outer-circle-mobile, .outer-circle-modal {
    width: 5px;
    height: 5px;
    background-color: #DADADB;
    text-align: center;
    border-radius: 50%;
    position: relative;
    margin-right: 9px;
}

.bullets, .bullets-mobile, .bullets-modal {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
    margin-right: 9px;
}


.bullets:focus, .bullets-mobile:focus, .bullets-modal:focus {
    outline: 0;
}

.bullets:active, .bullets-mobile:active, .bullets-modal:active {
    outline: 0;
}

.selected-modal {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    position: relative;
    outline: none;
}

.selected {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #6c8092;
    text-align: center;
    position: relative;
    outline: none;
}

/* Modal */
.btn-close-modal {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 24px;
    height: 24px;
    opacity: 0.6;
    cursor: pointer;
}

.screenshots-gallery {
    padding-right: 0 !important;
}

.modal-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
}

.modal-images-wrapper {
    max-height: 80vh;
    position: relative;
}

.btn-close-modal:hover {
    opacity: 1;
}

.img-container {
    position: relative;
    display: inline-block;
    user-select: none;
}

.modal-images {
    display: block;
    margin: 0 auto;
    user-select: none;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
    filter: blur(0px);
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0) scale(1.0, 1.0);
    transform: translateZ(0);
    max-width: 1120px;
    max-height: 80vh;
}

.arrow-wrapper {
    border-radius: 50%;
    background-color: white;
    opacity: 0.6;
    width: 44px;
    height: 44px;
    cursor: pointer;
    user-select: none;
}

.arrow-wrapper:hover {
    opacity: 0.9;
}

.arrow {
    position: absolute;
    top: 50%;
    user-select: none;
}

.arrow-left {
    transform: rotate(180deg);
    left: -10%
}

.arrow-right {
    right: -10%;
}

.img-arrow {
    margin-top: 14px;
}

.slider-section-title {
    margin-bottom: 20px;
}

.slider-subtitle {
    margin-bottom: 30px;
    font-family: Gilroy;
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
}

.learn-more-link .tooltiptext-comission-warning {
    visibility: hidden;
    width: 300px;
    height: 85px;
    border-radius: 8px;
    background-color: #6c8092;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 155%;
    left: -3%;
    font-family: Montserrat;
    font-style: italic;
    font-weight: normal;
    font-size: 14px;
    margin-left: -60px;
    padding: 10px 18px 13px 18px;
}

.learn-more-link .tooltiptext-comission-warning::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #6c8092 transparent;
}

.learn-more-link:hover .tooltiptext-comission-warning {
    visibility: visible;
}

@media screen and (max-width: 1024px) {
    .modal-images {
        max-width: 100%;
        max-height: 40vh;
    }
}

@media screen and (min-width: 320px) and (max-width: 840px) and (orientation: landscape) {
    .modal-images {
        max-width: 100%;
        max-height: 69vh;
    }
}

.parallax-slider {
    transition: opacity 0.4s ease-in;
    -webkit-transition: opacity 0.4s ease-in;
    -moz-transition: opacity 0.4s ease-in;
    -ms-transition: opacity 0.4s ease-in;
    -o-transition: opacity 0.4s ease-in;
    opacity: 1;
}
.transitioning-src {
    transition: opacity 0.4s ease-out;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    opacity: 0;
}



@media  screen and (max-width: 991px) {
    /* Avaialble for your helpdesk section */
    .for-your-helpdesk-section {
        padding-top: 70px;
        padding-bottom: 80px;
    }

    .integration-freshdesk-box {
        padding-bottom: 20px;
    }

    .helpdesk-section-mobile {
        display: block;
        margin-top: 30px;
    }

    .slider-subtitle {
        text-align: left;
    }
    .helpdesk-mobile-row {
        border-radius: 4px;
        box-shadow: 0 27px 76px 0 #e7eaec;
        border: solid 1px #ecf0f2;
        background: white;
        margin-top: 10px;
    }

    .background-img-2 {
        top: 1%;
    }

    .helpdesks-icon-row {
        display: none;
    }

    .mobile-block-header {
        padding: 12px 10px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
    }

    .helpdesk-screenshot-container {
        display: none;
    }

    .btn-try-integration-for-free, .learn-more-link {
        float: none;
        margin-right: 0;
    }

    .learn-more-mob {
        margin-top: 31px;
    }

    .try-free-mob {
        margin-top: 10px;
    }

    .mobile-block-header {
        width: 100%;
        margin-left: 0 !important;
        text-align: left !important;
        border-bottom: solid 1px #ecf0f2;
        padding: 12px 10px;
        cursor: pointer;
        vertical-align: middle;
    }

    .header-text {
        font-family: 'Montserrat', sans-serif;
        font-stretch: normal;
        font-style: normal;
        vertical-align: middle;
        margin-left: 8px;
        font-weight: normal;
        font-size: 14px;
        line-height: 15px;
        letter-spacing: normal;
    }

    .mobile-block-header img {
        max-width: 65px;
    }

    .caret-bold {
        float: right;
        margin-right: 10px;
        margin-top: 11px;
    }

    .helpdesk-mobile-row {
        max-height: 100%;
        transition: height .4s ease-in-out;
        overflow: hidden;;
    }

    .expandable-helpdesk-mob {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .mobile-helpdesk-screnshot {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-screenshot-mob {
        border: 3px solid #ECF0F2;
        border-radius: 4px;
    }
}

.available-title-wrap {
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}

.newegg-small-logo {
    max-width: 25px !important;
}

.etsy-small-logo {
    margin-left: 7px;
    margin-right: 2px;
    margin-top: -2px;
}

.hidden {
    display: none;
}

/* Stop digging section */

.stop-digging-section .section-description {
    max-width: 650px;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}

.stop-digging-section .ill {
    margin-top: 39px;
}

.buttons-wrapper {
    text-align: center;
    margin-top: 50px;
}

.btn-hs {
    height: 40px !important;
}
.better-team-managament-section .btn-view-pricing {
    width: 162px;
    height: 40px;
    border-radius: 30px;
    background-color: #1bb869;
    border-color: transparent;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    color: white !important;
    padding: 12px 26px;
    text-decoration: none;
    margin-right: 30px;
}

.better-team-managament-section .btn-view-pricing:hover {
    background-color: #1bb869;
    border-color: transparent;
}

.g__button.type-2 {
    min-width: 175px;
    font-family: 'Montserrat', sans-serif;
    background-color: rgba(255, 255, 255, .0);
    color: #2a3946;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 7px 20px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    text-decoration: none;
    transition: 0.3s;
}

.btn-try-integration-for-free {
    padding: 11px 20px !important;
}

.g__button.type-2:hover {
    border-color: #00a060;
    color: #fff;
}

.g__button.type-2:hover::before {
    -webkit-transform: scale3d(11, 11, 1);
    transform: scale3d(11, 11, 1);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.g__button.type-2::before {
    content: '';
    background-color: #00a060;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -15px 0 0 1px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-transform-origin: 100% 50%;
    -ms-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale3d(1, 2, 1);
    transform: scale3d(1, 2, 1);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s !important;
    transition: opacity 0.3s, -webkit-transform 0.3s !important;
    -o-transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s !important;
    transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s !important;
    -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    -o-transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
    transition-timing-function: cubic-bezier(0.7, 0, 0.9, 1) !important;
}

.btn-start-your-free-trial {
    width: 259px !important;
    height: 40px;
    border-radius: 30px;
    border: solid 1px #1bb869;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.2px;
    text-align: center;
    padding: 12px 5px;
}

.integrations-box {
    max-width: 1070px;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    border: solid 3px #ecf0f2;
    padding: 40px;
    background-color: white;
}

.integrations-title {
    font-family: Gilroy;
    font-size: 26px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.62;
    letter-spacing: normal;
    color: #303030;
    margin-bottom: 10px;
}

.integration-description {
    padding-left: 18px;
    margin-top: 17px;
}

.common-problems-section {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
}

.common-problems-section .integrations-box {
    padding-bottom: 15px;
}

.common-problem-description {
    max-width: 428px;
}

.integration-description li {
    margin-top: 10px;
}

.common-problems-section .integration-text {
    padding-left: 30px;
}

.autoresponder-hs-section {
    padding-left: 20px;
    padding-right: 20px;
}

.autoresponder-hs-section .integration-text {
    padding-top: 20px;
}

/* Maya section */
.save-time-section {
    text-align: center;
}

.maya-wrapper {
    margin-top: 30px;
}

.maya-flex {
    display: flex;
    justify-content: space-around;
}

.maya-description {
    max-width: 732px;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}


/* Get organized section */
.get-organized-background {
    position: absolute;
    top: -100%;
    width: 100%;
}

.get-organized-title {
    text-align: left;
    margin-bottom: 25px;
}

@media screen and (min-width: 1605px) {
    .get-organized-background {
        top: -150%;
    }
}

.get-organized-description {
    max-width: 490px
}

.get-organized .buttons-wrapper {
    text-align: left;
    margin-top: 30px;
}


/* Fourth section */
.fourth-section {
    background-color: white;
    padding-bottom: 85px;
    margin-bottom: 0 !important;
    padding-top: 85px;
}

.fourth-section .background-image.oval {
    top: 17%;
    width: 100%;
}

.fourth-section .background-image.oval-2 {
    display: none;
}

.fourth-section .title {
    height: 49px;
    font-family: Gilroy;
    font-size: 34px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    margin: 0;
}

.fourth-section-background {
    position: absolute;
    top: -25%;
    width: 100%;
}

@media screen and (min-width: 1500px) {
    .fourth-section-background {
        top: -30%;
    }
}

@media screen and (min-width: 1625px) {
    .fourth-section-background {
        top: -38%;
    }
}

@media screen and (min-width: 1725px) {
    .fourth-section-background {
        top: -45%;
    }
}

@media screen and (min-width: 1800px) {
    .fourth-section-background {
        top: -52%;
    }
}

@media screen and (min-width: 1890px) {
    .fourth-section-background {
        top: -57%;
    }

    .get-organized-background {
        top: -164%;
    }
}

@media screen and (min-width: 1995px) {
    .fourth-section-background {
        top: -64%;
    }
}

@media screen and (min-width: 2050px) {
    .fourth-section-background {
        top: -70%;
    }
    .get-organized-background {
        top: -221%;
    }
}
.fourth-section .description-block {
    margin-top: 15px;
}

.fourth-section-description {
    max-width: 638px;
    margin: 0 auto;
}

.fourth-section .icons {
    margin-top: 45px;
}

.fourth-section .icons .icon, .icon-text {
    margin-right: 39px;
}

@media screen and (max-width: 1140px) {
    .fourth-section .icons .icon, .icon-text {
        margin-right: 20px;
    }

    .get-organized-background {
        top: -60%;
    }
}

.ebay {
    margin-bottom: -50px;
}
.ebay-text {
    margin-top: 69px;
}


.shopify {
    margin-top: -77px;
}

.amazon-text {
    margin-top: 33px;
}

.walmart {
    margin-top: -27px;
}

.walmart-text {
    margin-top: 30px;
}

.bell-text {
    margin-top: 34px;
}

.shopify-text {
    margin-top: 13px;
}

.move-fast-section {
    background: #fff;
}

.move-fast-desc {
    max-width: 430px;
}

.move-fast-text {
    padding-top: 115px;
    padding-left: 50px;
}

.wheel-text {
    padding-top: 100px;
}

.wheel-buttons {
    text-align: left;
    margin-top: 36px;
}

.wheel-description {
    max-width: 490px;
    margin-top: 36px;
}

/* Question and Support section */

.question-answer-title {
    margin-top: 16px;
    margin-bottom: 10px;
}

.question-support-section {
    padding-top: 45px;
    z-index: 1;
}

.question-support-column:hover {
    box-shadow: 0 27px 76px 0 #D8DDE0;
}

.mobile-question-text {
    display: none
}

.g__without-indent {
    margin-bottom: 0;
    margin-top: 0;
}

.g__section-background {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #f6f7f8;
}

.g__section-background:not(.var-a) {
    z-index: -1;
}

.btn-qs {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.93;
    letter-spacing: 0.4px;
    text-align: center;
    color: #2282d4;
    margin-top: 10px;
}

.btn-qs:active {
    color: #2282d4 !important;
}

.btn-qs:focus {
    color: #2282d4 !important;
}

.g__text.type-7 {
    font-family: 'Gilroy', sans-serif;
    font-size: 34px;
    font-weight: 800;
    line-height: 1.44;
}

.question-support-wrapper {
    max-width: calc(1070px + 30px + 30px);
    width: 100%;
    padding: 0px 30px;
    margin: 0 auto;
    position: relative;
    margin-top: 10px;
}

.quick-answers .two-blocks {
    margin-top: 60px;
    padding-bottom: 70px;
}

.question-support-column {
    border-radius: 6px;
    box-shadow: 0 27px 76px 0 #ecf0f2;
    background-color: #fff;
    max-width: 35%;
    min-width: 344px;
    padding: 47px 20px;
    margin: 0 10px 30px;
}

.question-answer-title {
    font-size: 26px;
}

.sub-question {
    margin: 0 auto;
    margin-top: -13px;
    max-width: 775px;
}

.mobile-hs-cancel-only {
    display: none;
}

@media screen and (max-width: 992px) {
    .helpscout-integration-info h1 {
        font-size: 34px;
        line-height: 49px;
        text-align: center;
        margin: 0 auto;
    }
    .custom-tooltip-text {
        display: none;
    }
    .arrow-wrapper {
        display: none;
    }

    .main-subtitle  {
        text-align: center;
        margin: 10px auto;
    }

    .helpscout-integration-info .main-text {
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .helpscout-integration-info .col-sm-12 {
        text-align: center;
    }

    .firstBtnWrapper {
        text-align: center;
        margin-top: 0;
    }

    .helpscout-integration-info .col-lg-6 {
        text-align: center;
    }

    .helpscout-integration-illustration-img {
        margin-top: 50px;
    }

    .first-background {
        top: 60%;
    }

    .blocks-list {
        display: block;
        text-align: center;
    }

    .blocks-list .el-img {
        margin: 0 auto;
    }

    .type-2 {
        margin: 0 auto;
    }

    .el-text-list {
        justify-content: center;
    }

    /* for our helpdesk section */
    .helpdesk-section-mobile {
        display: block;
        margin-top: 30px;
    }

    .helpdesk-mobile-row {
        border-radius: 4px;
        box-shadow: 0 27px 76px 0 #e7eaec;
        border: solid 1px #ecf0f2;
        background: white;
        margin-top: 10px;
    }

    .background-img-2 {
        top: 1%;
    }

    .helpdesks-icon-row {
        display: none;
    }

    .mobile-block-header {
        padding: 15px 10px;
    }

    .helpdesk-screenshot-container {
        display: none;
    }

    .btn-try-integration-for-free, .learn-more-link {
        float: none;
        margin-right: 0;
    }

    .learn-more-mob {
        margin-top: 31px;
    }

    .try-free-mob {
        margin-top: 20px;
    }

    .mobile-block-header {
        width: 100%;
        margin-left: 0 !important;
        text-align: left !important;
        border-bottom: solid 1px #ecf0f2;
        padding: 10px 10px;
        cursor: pointer;
    }

    .header-text {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        margin-left: 16px;
    }

    .caret-bold {
        float: right;
        margin-right: 10px;
        margin-top: 11px;
    }

    .helpdesk-mobile-row {
        max-height: 100%;
        transition: height .4s ease-in-out;
        overflow: hidden;;
    }

    .backmarket-mobile-row {

    }

    .expandable-helpdesk-mob {
        padding-top: 20px;
        padding-bottom: 40px;
    }

    .mobile-block-header img {
        max-width: 70px;
    }

    .mobile-helpdesk-screnshot {
        padding-left: 15px;
        padding-right: 15px;
    }

    .img-screenshot-mob {
        border: 3px solid #ECF0F2;
        border-radius: 4px;
    }

    section {
        margin-bottom: 85px;
    }

    .buttons-wrapper {
        display: block;
    }
    .helpscout-integration-info {
        padding-top: 60px;
    }

    .stop-digging-section .section-description {
        padding-left: 15px;
        padding-right: 15px;
    }

    .stop-digging-section .btn-view-pricing-white {
        margin-top: 30px;
        min-width: 258px;
        max-width: 258px;
        display: block;
    }

    .btn-view-pricing-white {
        max-width: 258px;
        display: block;
    }

    .common-problems-section, .autoresponder-hs-section {
        padding: 15px;
    }

     .integrations-box {
        padding: 0;
        padding-top: 30px;
        padding-bottom: 15px;
    }

    .desktop-hs-cancel-only {
        display: none;
    }

    .mobile-hs-cancel-only {
        display: block;
        text-align: center;
    }

    .common-problem-description {
        margin: 0 auto;
        text-align: left !important;
    }

    .integrations-title {
        width: fit-content;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    .integration-description {
        margin: 0 auto;
        text-align: left;
    }

    .modal-images {
        max-width: 100%;
    }
    .integration-ill {
        margin-top: 30px;
    }

    .free-yourself-ill {
        text-align: center;
    }

    .maya-flex {
        text-align: left;
        width: fit-content;
        margin: 0 auto;
        display: block;
    }

    .get-organized-description {
        margin: 0 auto;
    }
    .get-organized-background {
        top: 48%;
    }

    .get-organized h2 {
        text-align: center !important;
    }

    .get-organized-description {
        text-align: left;
    }

    .get-organized .buttons-wrapper {
        text-align: center;
    }

    .btn-view-pricing-white {
        margin-top: 30px !important;
    }

    .get-organized-ill {
        margin-top: 30px;
        text-align: center;
    }

    .fourth-section-description {
        padding: 15px;
    }

    .fourth-section .description-block {
        margin-top: 0;
    }

    .amazon-text {
        margin-top: 22px;
    }

    .ebay-icon-col {
        min-width: 238px;
    }

    .ebay-text {
        margin-top: 42px;
    }

    .shopify-col {
        margin-top: 50px;
    }

    .walmart {
        margin-top: 0;
    }

    .bell-img-block {
        margin-top: -10px;
    }

    .bell-text {
        margin-top: 25px;
    }
    .quick-answers .two-blocks {
        margin-top: 26px;
    }

    .fourth-section {
        padding-bottom: 0;
    }

    .move-fast-text {
        padding: 15px;
        padding-top: 35px;
    }

    .move-fast-text h2 {
        text-align: center !important;
    }

    .fourth-section-background {
        top: 48%;
    }
    .move-fast-desc {
        margin: 0 auto;
    }

    .question-support-section {
        padding-top: 20px;
    }

    .wheel-section {
        margin-bottom: 0;
    }

    .wheel-text {
        padding-top: 40px;
    }

    .wheel-text h2 {
        text-align: center !important;
    }

    .wheel-description {
        text-align: left;
        margin: 0 auto;
    }

    .wheel-text .btn-view-pricing-white {
        margin-top: 30px;
    }

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

    .common-problems-section {
        margin-bottom: 10px;
    }

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

    footer {
        margin-top: 40px;
    }
}
@media screen and (max-width: 720px) {
    .fourth-section-background {
        top: 60%;
    }
}
@media screen and (max-width: 665px) {
    .get-organized-background {
        top: 66%;
    }
    .fourth-section-background {
        top: 70%;
    }

    .first-background {
        top: 75%;
    }

}

@media screen and (max-width: 500px) {
    .get-organized-background {
        top: 76%;
    }

}

@media screen and (max-width: 390px) {
    .first-background {
        top: 80%;
    }

    .get-organized-background {
        top: 80%;
    }
}

.hs-link {
    color: #2282D4 !important;
}


@media screen and (min-width: 992px) and (max-width: 992px) {
    .get-organized h2 {
        text-align: left !important;
    }

    .get-organized-background {
        top: 0;
    }

    .move-fast-section h2 {
        text-align: left !important;
        padding-left: 10px;
    }

    .fourth-section-background {
        top: -4%;
    }

    .helpscout-integration-info {
        padding-top: 133px;
    }

    .first-background {
        top: 29%;
    }
}
.custom-hs-tooltip {
    overflow: visible;
}

.custom-hs-tooltip .custom-tooltip-text {
    visibility: hidden;
    height: 165px;
    width: 250px;
    border-radius: 8px;
    background-color: #6c8092;
    color: #fff;
    text-align: center;
    position: absolute;
    z-index: 1;
    top: 52px;
    left: 75%;
    margin-left: 10px;
    padding: 10px 18px 13px 18px;
}

.custom-hs-tooltip .custom-tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #6c8092 transparent;
}

.custom-hs-tooltip:hover .custom-tooltip-text {
    visibility: visible;
}

.custom-tooltip-text {
    color: white !important;
    font-family: 'Montserrat', sans-serif;
    font-style: italic;
}

.mt-sm-25 {
    margin-top: 2.5rem;
}

.fourth-section .content-wrapper {
    max-width: 1380px;
}

.shopify-slider-icon {
    padding-top: 22px;
}

.shopify-slider-icon img {
    width: 100px;
}

.walmart-slider-icon, .bm-slider-icon, .newegg-slider-icon {
    padding-top: 27px;
}
.walmart-slider-icon img {
    width: 100px;
}

.woocommerce-icon-hd img {
    min-width: 60px;
}
