.embla {
    position: relative;
    padding: 20px 0;
    max-width: 670px;
}
.embla__viewport {
    overflow: hidden;
    width: 100%;
}
.embla__viewport.is-draggable {
    cursor: move;
    cursor: grab;
}
.embla__viewport.is-dragging {
    cursor: grabbing;
}
.embla__container {
    display: flex;
    user-select: none;
    margin-left: -10px;
}
.embla__slide {
    position: relative;
    min-width: 25%;
    padding-left: 10px;
    color: #343a40;
}
.embla__slide__inner {
    position: relative;
    overflow: hidden;
}
.embla__button {
    outline: 0;
    cursor: pointer;
    background-color: transparent;
    touch-action: manipulation;
    position: absolute;
    z-index: 1;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    fill: #1bcacd;
    padding: 0;
}
.embla__button:disabled {
    cursor: default;
    opacity: 0.3;
}
.embla__button__svg {
    width: 100%;
    height: 100%;
}
.embla__button--prev {
    left: 27px;
}
.embla__button--next {
    right: 27px;
}
.plan {
    position: relative;
    height: 100%;
    background: #fff;
    border-radius: 11px;
    text-align: center;
    -webkit-box-shadow: 0 5px 5px rgba(152, 168, 173, 0.25);
    box-shadow: 0 5px 5px rgba(152, 168, 173, 0.25);
    cursor: pointer;
    transition: box-shadow 0.3s, transform 0.3s;
}
.plan:after, .plan:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    border-style: solid;
    pointer-events: none;
    transition: opacity 0.3s;
}
.plan:after {
    z-index: 9;
    border-width: 1px;
    border-color: #e9ebee;
}
.plan:before {
    z-index: 10;
    opacity: 0;
    border-width: 3px;
    border-color: #ff553c;
}
.plan .plan__label {
    border-radius: 11px 11px 0 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    z-index: 12;
    padding: 6px;
    letter-spacing: -0.02em;
    font-weight: 600;
    font-size: 11px;
}
.plan .plan__inner {
    padding: 6px;
}
.plan .plan__bar {
    position: relative;
    width: 100%;
    margin: 0 auto 8px;
    text-align: center;
    border-radius: 7px;
    font-weight: 600;
    font-size: 11px;
    line-height: 20px;
    background-color: #f2f6f9;
    overflow: hidden;
}
.plan .plan__bar span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: linear-gradient(90.71deg, #ffd12f 0.4%, #ffd84e 89.75%);
}
.plan .plan__bar i {
    position: relative;
    z-index: 5;
    font-style: normal;
}
.plan .plan__title {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1;
    text-transform: lowercase;
}
.plan .plan__title strong {
    display: block;
    font-size: 28px;
    margin-bottom: 4px;
}
.plan .plan__price {
    display: flex;
    justify-content: center;
    padding: 5px 5px 0;
    border-top: 1px solid #e9ebee;
}
.plan .plan__price span {
    display: inline-block;
    margin-right: 5px;
    color: #868c93;
    letter-spacing: -0.04em;
    font-size: 14.5px;
    text-decoration-line: line-through;
}
.plan .plan__price strong {
    font-weight: 700;
}
.plan.is-active:before {
    opacity: 1;
}
.plan.best-value, .plan.most-popular {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.plan.best-value .plan__label {
    color: #fff;
    background-color: #ff553c;
}
.plan.most-popular .plan__label {
    background-color: #cdf9fe;
}
.plan.most-popular:before {
    border-color: #cdf9fe;
}
.plans__actions {
    margin-bottom: 30px;
    max-width: 670px;
}
.plans__actions .flex-row {
    margin: -9px -12px;
}
.plans__actions .flex-col {
    padding: 9px 12px;
}
.price {
    display: inline-block;
    letter-spacing: -0.01em;
    text-align-last: left;
}
.price .price__top {
    display: flex;
    align-items: flex-start;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1;
}
.price .price__top strike {
    color: #9ca0a5;
    font-size: 16px;
    padding-left: 4px;
}
.price .price__top strong {
    color: #ffffff;
    font-size: 32px;
}
.price .price__top sup {
    opacity: 0.7;
    font-size: 14px;
}
.price .price__bottom {
    display: flex;
    align-items: center;
    font-size: 12px;
    letter-spacing: -0.01em;
}
.price .price__bottom span {
    margin-left: 5px;
    color: #3ad695;
    font-weight: 600;
}
.price .price__bottom i {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 2px;
    height: 2px;
    margin-right: 4px;
    background-color: rgba(58, 214, 149, 0.1);
    border-radius: 50%;
}
.price .price__bottom i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 4px 2px;
    transform: translate(-68%, -67%) rotate(40deg);
    border-color: #3ad695;
    border-style: solid;
    border-width: 0 2px 2px 0;
}
@media (max-width: 374px) {
    .price .price__top strike {
        font-size: 14px;
    }
}
@media (max-width: 374px) {
    .price .price__top strong {
        font-size: 26px;
    }
}
/**************************************************************/
.shell {
    max-width: -moz-calc(1210px + 25px * 2);
    max-width: calc(1210px + 25px * 2);
    padding-left: 25px;
    padding-right: 25px;
    margin: auto;
    width: 100%;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .shell {
        padding-left: 12px;
        padding-right: 12px;
    }
}
.shell--extra-small {
    max-width: -moz-calc(765px + 25px * 2);
    max-width: calc(765px + 25px * 2);
}
.shell--small {
    max-width: -moz-calc(955px + 25px * 2);
    max-width: calc(955px + 25px * 2);
}
.shell--medium {
    max-width: -moz-calc(1090px + 25px * 2);
    max-width: calc(1090px + 25px * 2);
}
.shell--fluid {
    max-width: none;
}
.section {
    margin: 25px 0 65px;
}
.section .section__image {
    text-align: center;
    margin-bottom: 17px;
}
.section .section__head {
    margin-bottom: 38px;
    text-align: center;
    font-size: 19px;
    line-height: 1.4;
}
.section .section__head :last-child {
    margin-bottom: 0;
}
.section .section__head h1 {
    margin-bottom: 24px;
}
.section .section__head h2 {
    margin-bottom: 25px;
}
.section .section__head h3 {
    font-size: 35px;
    line-height: 1.3;
}
.section .section__head h6 {
    margin-bottom: 17px;
    color: #ff553c;
    font-weight: 400;
}
.section .section__head p {
    color: #626366;
}
.section .section__footer {
    text-align: center;
    margin: 35px 0;
}
.section .section__footer:last-child {
    margin-bottom: 0;
}
.section .section__footer p {
    color: #777;
}
.section .section__footer i {
    margin-bottom: 17px;
}
.section .section__entry {
    margin-bottom: 45px;
    letter-spacing: -0.01em;
}
.section .section__entry:last-child {
    margin-bottom: 0;
}
.section .section__entry h2 {
    margin-bottom: 16px;
    font-size: 33px;
    line-height: 1.2;
}
.section .section__entry p strong {
    font-size: 22px;
}
.section .section__entry > ol:not([class]) {
    padding-left: 20px;
}
.section .section__entry > ol:not([class]) ol, .section .section__entry > ol:not([class]) ul {
    padding-left: 20px;
}
.section .section__entry > ul:not([class]) {
    padding-left: 20px;
}
.section .section__entry > ul:not([class]) ol, .section .section__entry > ul:not([class]) ul {
    padding-left: 20px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section {
        margin-bottom: 3.5em;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__image {
        margin-bottom: 7px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head {
        margin-bottom: 25px;
        text-align: left;
        font-size: 18px;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head h2 br {
        display: none;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head h3 {
        font-size: 26px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__head h6 {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__body {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .section .section__entry h2 {
        margin-bottom: 23px;
        font-size: 27px;
        line-height: 1.25;
    }
}
.callout {
    position: relative;
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    margin: 0 auto 25px;
    padding: 1.5em 30px;
    border-radius: 20px;
    border: 1px solid rgba(178, 199, 194, 0.2);
    font-size: 15px;
    color: rgba(117, 117, 117, 0.9);
}
.callout:last-child {
    margin-bottom: 0;
}
.callout .callout__content {
    -moz-box-flex: 1;
    flex-grow: 1;
    padding-left: 44px;
}
.callout .callout__image {
    position: relative;
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
}
.callout .svg-blob {
    position: absolute;
    top: 5%;
    left: -27%;
    width: 140%;
    -webkit-transform: translateY(70%) scale(0.8);
    -moz-transform: translateY(70%) scale(0.8);
    transform: translateY(70%) scale(0.8);
    opacity: 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout {
        display: block;
        min-height: 100px;
        padding: 1.3em 23px;
        font-size: 14px;
        line-height: 1.35;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout .callout__content {
        padding-left: 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout .callout__image {
        position: absolute;
        top: 14px;
        right: 26px;
        width: 6.4px;
        height: 6.4px;
    }
}
.is-animated .callout .svg-blob {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}
.callout .flex-row {
    margin: -8px -25px;
}
.callout .flex-col {
    padding: 8px 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .callout .flex-col:first-child {
        padding-right: 120px;
    }
}
.callout--small {
    max-width: 576px;
    padding-right: 30px;
}
.callout--medium {
    max-width: 720px;
}
.callout--purple .callout__image {
    background-color: #ebebff;
}
.callout--purple .callout__content strong {
    color: #a665e8;
}
.callout--yellow .callout__image {
    background-color: #fff3d6;
}
.callout--cyan .callout__image {
    background-color: #c1fbff;
}
.card {
    /*height: 100%;*/
    padding: 30px 9px 40px;
    overflow: hidden;
    border-radius: 27px;
    text-align: center;
}
.card p {
    padding: 0 10px;
    opacity: 0.9;
}
.card .card__image {
    position: relative;
    height: 167px;
    text-align: center;
    opacity: 0;
    -webkit-transform: scale(0) translateY(-30px);
    -moz-transform: scale(0) translateY(-30px);
    transform: scale(0) translateY(-30px);
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -moz-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -moz-transition-property: opacity, transform, -moz-transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform, -moz-transform;
}
.card .svg-image {
    height: 100%;
}
.card .svg-image svg {
    max-width: 100%;
    max-height: 100%;
}
.card .svg-image--cardStar {
    max-width: none;
    max-height: none;
    position: absolute;
    transform: translate(-35.5%, -16.3%);
    width: 134%;
}
.card .svg-image--cardStar svg {
    max-height: none;
}
.card .card__inner {
    position: relative;
    z-index: 10;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card {
        padding: 15px 6px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card .card__image {
        height: 112px;
        padding-bottom: 10px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .card .svg-image--cardStar {
        -webkit-transform: translate(-72.5%, -15.3%);
        -moz-transform: translate(-72.5%, -15.3%);
        transform: translate(-72.5%, -15.3%);
    }
}
.is-animated .card .card__image {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
}
.card--yellow {
    background-color: #fff3d6;
}
.card--yellow p {
    color: #796866;
}
.card--cyan {
    background-color: #cdf9fe;
}
.card--cyan p {
    color: #4b868c;
}
.card--purple {
    background-color: #b083eb;
    color: #fff;
}
.cards > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -9px;
}
.cards > ul > li {
    width: 33.3334%;
    padding: 9px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards > ul {
        margin: -6px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .cards > ul > li {
        width: 50%;
        padding: 6px;
    }
    .cards > ul > li:nth-child(3n) {
        width: 100%;
    }
}
.list-logos {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
}
.list-logos ul {
    display: -moz-box;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -7px -15px;
}
.list-logos li {
    padding: 7px 15px;
}
.list-logos .list__image {
    display: -moz-box;
    display: flex;
    -moz-box-align: center;
    align-items: center;
    max-width: 150px;
    height: 25px;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-logos ul {
        margin: -5px -14px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .list-logos li {
        padding: 5px 14px;
    }
}
.list-logos--center {
    margin-left: auto;
    margin-right: auto;
}
.list-logos--center ul {
    -moz-box-pack: center;
    justify-content: center;
}
.section--questions {
    overflow: hidden;
}
.section--questions .section__head {
    margin-bottom: 130px;
    text-align: center;
}
.questions {
    position: relative;
    border-radius: 33px;
    padding: 100px 40px 50px;
    max-width: 965px;
    margin: 0 auto;
}
.questions:before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e1fcff;
    border-radius: 33px;
}
.questions > ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: -12px -8px;
}
.questions > ul > li {
    width: 50%;
    padding: 12px 8px;
}
.questions .blobs {
    width: 230px;
    position: absolute;
    left: 50%;
    top: -90px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .questions:before {
        width: 150%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        transform: translate(-50%);
        left: 50%;
        border-radius: 999px 999px 0 0;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .questions > ul > li {
        width: 100%;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .questions .blobs {
        width: 280px;
    }
}
.question {
    position: relative;
    font-size: 16px;
    line-height: 1.45;
    cursor: pointer;
}
.question h3 {
    margin-bottom: 25px;
}
.question .question__inner {
    position: relative;
    background-color: #fff;
    padding: 27px 36px;
    border-radius: 24px;
    overflow: hidden;
}
.question .question__inner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(3.75%, #fff), to(rgba(255, 255, 255, 0)));
    background: -moz-linear-gradient(bottom, #fff 3.75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(1turn, #fff 3.75%, rgba(255, 255, 255, 0));
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.question .question__entry {
    max-height: 213px;
    padding-bottom: 40px;
    color: #474747;
    opacity: 0.9;
    -webkit-transition-property: max-height opacity;
    -moz-transition-property: max-height opacity;
    transition-property: max-height opacity;
    -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -moz-transition-timing-function: cubic-bezier(1, 0, 0, 1);
    transition-timing-function: cubic-bezier(1, 0, 0, 1);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
.question .question__entry a {
    position: relative;
    z-index: 10;
}
.question .question__btn {
    position: absolute;
    z-index: 10;
    bottom: 22px;
}
.question .svg-icon {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    -webkit-transform: translate(17%, -33.8%);
    -moz-transform: translate(17%, -33.8%);
    transform: translate(17%, -33.8%);
}
.question .svg-icon path {
    fill: #e5fcff;
}
.question .svg-icon circle {
    fill: #3a9ea9;
}
.question.is-expanded .question__inner:before {
    opacity: 0;
}
.question.is-expanded .question__entry {
    max-height: 1000px;
    opacity: 1;
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .question h3 {
        margin-bottom: 15px;
    }
}
@media (max-width: 767px), screen and (max-width: 812px) and (orientation: landscape) {
    .question .question__inner {
        padding: 30px 28px;
    }
}
.blobs {
    width: 420px;
}
.blobs svg {
    width: 100%;
    height: auto;
}
.blobs .blobs__holder {
    position: relative;
    padding-bottom: 55.6%;
}
.blobs .blob, .blobs .blobs__arrow {
    position: absolute;
    opacity: 0;
    -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    -moz-transition: opacity 0.4s, transform 0.4s, -moz-transform 0.4s;
    transition: opacity 0.4s, transform 0.4s;
    transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s, -moz-transform 0.4s;
}
.blobs .blob--left, .blobs .blob--right {
    z-index: 2;
    top: 0;
}
.blobs .blob--left {
    left: 0;
    -webkit-transform: scale(0.9) rotate(-6deg);
    -moz-transform: scale(0.9) rotate(-6deg);
    transform: scale(0.9) rotate(-6deg);
    width: 65.3%;
}
.blobs .blob--middle {
    top: -14.9%;
    left: 17%;
    width: 81.7%;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transform: scale(0.9) translateY(30px);
    -moz-transform: scale(0.9) translateY(30px);
    transform: scale(0.9) translateY(30px);
}
.blobs .blob--right {
    right: 0;
    width: 63%;
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: scale(0.86) rotate(6deg);
    -moz-transform: scale(0.86) rotate(6deg);
    transform: scale(0.86) rotate(6deg);
}
.blobs .blobs__arrow {
    left: 50%;
    top: 31.3%;
    z-index: 3;
    width: 48%;
    -webkit-transition-delay: 0.6s;
    -moz-transition-delay: 0.6s;
    transition-delay: 0.6s;
    -webkit-transform: translate(-50%, 100px);
    -moz-transform: translate(-50%, 100px);
    transform: translate(-50%, 100px);
}
.is-animated .blobs .blob {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    opacity: 1;
}
.is-animated .blobs .blobs__arrow {
    opacity: 1;
    -webkit-transform: translate(-50%) rotate(-1.75deg);
    -moz-transform: translate(-50%) rotate(-1.75deg);
    transform: translate(-50%) rotate(-1.75deg);
}
.blobs--yellow .blob--left .blob__body, .blobs--yellow .blob--right .blob__body {
    fill: #ffe298;
}
.blobs--yellow .blob--middle .blob__body {
    fill: #fff1cc;
}
.blobs--yellow .blob__face {
    stroke: #bb8600;
}
.blobs--cyan .blob--left .blob__body, .blobs--cyan .blob--right .blob__body {
    fill: #acf1f9;
}
.blobs--cyan .blob--middle .blob__body {
    fill: #c1fbff;
}
.blobs--cyan .blob__face {
    stroke: #3a9ea9;
}
.blobs--purple .blob--left .blob__body, .blobs--purple .blob--right .blob__body {
    fill: #e8d1ff;
}
.blobs--purple .blob--middle .blob__body {
    fill: #dfc0ff;
}
.blobs--purple .blob__face {
    stroke: #b981f2;
}
.btn-more {
    position: relative;
    z-index: 10;
    align-items: center;
    color: #ff553c;
    font-weight: 600;
    font-size: 16px;
    background: none;
    border: none;
    display: flex;
}
.btn-more span {
    position: relative;
    display: block;
    margin-right: 10px;
    width: 10px;
    height: 10px;
}
.btn-more span:after, .btn-more span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 3px;
    margin-top: -1px;
    background-color: currentColor;
    transition: transform 0.3s;
}
.btn-more span:after {
    transform: rotate(90deg);
}
.btn-more.is-active span:after {
    transform: rotate(0);
}
.svg-icon--boxQuestion path {
    filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.1));
}
.color-5, .success-color {
    color: #2ebf6d;
}
