@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Zen+Kaku+Gothic+New&display=swap');

.faq-title {
    height: 191px;
    left: 320px;
    top: 1378px;
    width: 928px
}

.tab-content-links {
    background-color: #f4f4f4;
    border: 1px solid #333;
    border-top: none;
    display: flex;
    flex-wrap: wrap;
    font-size: 16px;
    gap: 10px;
    margin-bottom: 60px;
    padding: 25px 10px 20px
}

.tab-content-links a {
    background-color: #fff;
    border-radius: 25px;
    color: #86310c;
    display: inline-block;
    font-weight: 500;
    padding: 12px 15px
}

.tab-content-links a span {
    background: url(https://44659206.fs1.hubspotusercontent-na1.net/hubfs/44659206/images/faq/ico-angle-dd.svg) no-repeat 0 50%;
    background-size: 15px 15px;
    display: inline-block;
    padding-left: 20px
}

.faq-block {
    align-items: center;
    display: flex;
    height: 174px;
    padding-right: 50%;
    position: relative
}

.faq-block h2 {
    border: none;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-left: 20px
}

.faq-block h2 em {
    display: block;
    font-family: Libre Baskerville,sans-serif;
    font-size: 20px;
    font-style: italic;
    letter-spacing: .09em;
    line-height: 1.2
}

.faq-block h2 em span {
    font-size: 39px
}

.faq-block h2:before {
    display: none
}

.faq-block .image-box {
    position: absolute;
    right: 20px;
    top: calc(50% - 70px);
    width: 170px
}

.faq-box-steps h2 {
    padding-bottom: 20px;
    padding-top: 0
}

.faq-answer-box {
    padding-left: 38px;
    position: relative
}

.faq-answer-box:before {
    color: #ed7846;
    content: "A.";
    display: inline-block;
    font-family: Zen Kaku Gothic New,sans-serif;
    font-size: 31px;
    font-weight: 700;
    left: 0;
    line-height: 1;
    position: absolute
}

.faq-question-box h3 {
    background-color: #f4f4f4;
    background-position: 14px 6px;
    background-repeat: no-repeat;
    background-size: 60px 60px;
    font-size: 18px;
    margin-top: 40px;
    padding: 21px 21px 21px 84px
}

.faq-question-box h3:before {
    display: none
}

.faq-question-box h3:after {
    border-color: #f4f4f4 transparent transparent;
    border-style: solid;
    border-width: 21px 12px 0;
    bottom: -21px;
    content: "";
    display: inline-block;
    height: 0;
    left: 32px;
    position: absolute;
    width: 0
}

.faq-content {
    margin-bottom: 40px
}

.answer-link {
    background: url(https://44659206.fs1.hubspotusercontent-na1.net/hubfs/44659206/images/faq/ico-angle-r.svg) no-repeat calc(100% - 20px) 50%;
    background-size: 6px 12px;
    border: 1px solid #333;
    border-radius: 33px;
    display: block;
    font-weight: 500;
    margin-top: 20px;
    max-width: 100%;
    width: fit-content;
    padding: 20px 30px;
    text-align: center
}

p .answer-link {
	line-height 1.4;
}

@media screen and (min-width: 500px) {
    .tab-container {
        margin-top:100px
    }

    .tab {
        font-size: 20px;
        padding: 46px
    }

    .tab-content-links {
        font-size: 18px;
        margin-bottom: 1;
        padding: 45px 30px
    }

    .tab-content-links-steps {
        margin-bottom: 100px;
        padding-left: 118px;
        padding-right: 118px
    }

    .tab-content-links a {
        border-radius: 41px;
        padding: 28px 30px
    }

    .tab-content-links a span {
        background-size: 22px 22px;
        padding-left: 32px
    }

    .faq-block {
        height: 191px
    }

    .faq-block h2 {
        font-size: 37px;
        padding-left: 61px;
        text-wrap: nowrap;
    }

    .faq-block h2 .sp {
        display: none;
    }

    .faq-block h2 em {
        font-size: 32px
    }

    .faq-block h2 em span {
        font-size: 64px
    }

    .faq-box-steps h2 {
        padding-bottom: 10px;
        padding-top: 0
    }

    .faq-block .image-box {
        right: 0;
        top: calc(50% - 135px);
        width: 330px
    }

    .faq-answer-box {
        padding-left: 90px
    }

    .faq-answer-box:before {
        font-size: 45px;
        left: 26px;
        top: -13px
    }

    .faq-question-box h3 {
        font-size: 23px;
        margin-bottom: 46px;
        padding-bottom: 17px;
        padding-top: 17px
    }

    .answer-link {
        min-width: 300px;
        margin-right: 10px;
        margin-top: 30px
    }
}

@media screen and (min-width: 992px) {
    .faq-block h2 {
        font-size:37px;
        padding-left: 66px
    }

    .faq-block .image-box {
        right: 125px
    }
}
