.dropdown {
    max-width: max-content;
    margin: 0 auto;
}

.dropdown__body {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0px 11px 20px rgba(0, 0, 0, .2);

}

.dropdown__body.is-open {
    display: block;
    white-space: nowrap;
}

.text-center {
    text-align: center;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-50 {
    margin-bottom: 50px;
}

.section {
    padding: 70px 0;
}


.accordion-list__item {
    position: relative;

}

.accordion-list__item+.accordion-list__item {
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.accordion-list__item.active h4 .accordion-icon:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
}

.accordion-list__item.active h4 .accordion-icon::before {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}

.accordion-list__item.active .answer::after {
    -webkit-transform: translateX(-50%) scale(1);
    -ms-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1);
}

.accordion-list__item.active h4,
.accordion-list__item h4:hover {
    opacity: .6;
}

.accordion-list__item h4 {
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
    position: relative;
    width: 100%;
    padding: 15px 40px 15px 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.accordion-icon {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    background: white;
    border-radius: 300px;
}

.accordion-list__item h4 .accordion-icon::after,
.accordion-list__item h4 .accordion-icon::before {
    content: "";
    display: block;
    background-color: #5E4AE3;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    z-index: 2;
}

.accordion-list__item h4 .accordion-icon::after {
    height: 19px;
    width: 2px;
    right: 16px;
}

.accordion-list__item h4 .accordion-icon::before {
    width: 19px;
    height: 2px;
    right: 8px;
}

.accordion-list__item div.answer {
    display: none;
}

.accordion-list__item div.answer>*:last-child {
    margin-bottom: 20px;
}

.mb-70 {
    margin-bottom: 70px;
}

.free-trial-block {
    display: flex;
    padding:0 30px;    
    color: white;
}

.free-trial-block>* {
    flex: 0 0 50%;
    width: 50%;
}

.bg-gradient-primary {
    background: linear-gradient(85.74deg, #5E4AE3 -2.84%, #BB4AE3 102.1%);
    border-radius: 10px;
}

.free-trial-block__content {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 115px;
}

.relarive {
    position: relative;
}

.animate-icon {
    position: absolute;
    animation: icons-animate 7s linear infinite;
    z-index: 2;
}

.free-trial-block__image {
    align-self: flex-end;
}
.mt-70 {
    margin-top: 70px;
}
.pb-50 {
    padding-bottom: 50px;
}
@keyframes icons-animate {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
    }

    100% {
        transform: translateY(0px)
    }
}

.btn--lg {
    padding: 16px 24px;
}

.btn-text-grarient {
    background-color: white;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
}

.btn-text-grarient:hover {
    background-color: #210F59;
    opacity: 1;
}

.btn-text-grarient span {
    background: linear-gradient(85.74deg, #5E4AE3 -2.84%, #BB4AE3 102.1%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.btn-text-grarient:hover span {
    background: white;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.mb-30 {
    margin-bottom: 30px;
}


.section {
}
.bg-primary {
    background: #210F59;
}
.overflow-hidden {
    overflow: hidden;
}

.color-light {
    color: white;
}

.columns {
    display: flex;
    flex-wrap: wrap;
}
.columns.columns-37 {
    margin-left: -37px;
    margin-right: -37px;
}
.columns.columns-37 > * {
    padding: 0 37px;
}
.columns-col-4 {
    flex: 0 0 33.3333%;
    width: 33.3333%;
}
.opacity-07 {
    opacity: 0.7;
}
.foundation {
}

.foundation__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    width: 60px;
    height: 60px;
    background: linear-gradient(85.74deg, #5E4AE3 -2.84%, #BB4AE3 102.1%);
    box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.5);
    border-radius: 300px;
    margin-bottom: 30px;
}

.bg-element {
    position: absolute;
    z-index: 0;
    animation:bg-element-anim linear 10s infinite;
}
@keyframes bg-element-anim {
    0% {
        transform: scale(1)
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1)
    }
}
.section.relarive > .container {
    position: relative;
    z-index: 2;
}