.env-qa-item{border-bottom:1px solid #ececec;margin-bottom:-1px;padding:20px 0 15px}.env-qa-item:first-child{border-top:1px solid #ececec}.env-qa-item.active .env-qa-item-circle{background:var(--button-gradient);border:var(--button-border);-webkit-box-shadow:var(--button-shadow);box-shadow:var(--button-shadow);-webkit-box-shadow:0 2px 2px 0 rgba(0,0,0,.1);box-shadow:0 2px 2px 0 rgba(0,0,0,.1)}.env-qa-item.active .env-qa-item-circle,.env-qa-item.active .env-qa-item-icon{color:var(--button-color)!important}.env-qa-item.active .env-qa-item-question{color:var(--primary-color)}@media (max-width:1023px){.env-qa-item.active .env-qa-item-content{-webkit-animation:env-qa-item-open .3s;animation:env-qa-item-open .3s}.env-qa-item.active .env-qa-item-content .env-qa-item-slot-content{opacity:1}}.env-qa-item-head{cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-family:var(--title-font);font-weight:var(--title-weight);width:100%}.env-qa-item-circle,.env-qa-item-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.env-qa-item-circle{-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-negative:0;background-color:hsla(0,0%,100%,0);border-radius:25px;-webkit-box-shadow:0 2px 15px 0 rgba(152,15,221,.1);box-shadow:0 2px 15px 0 rgba(152,15,221,.1);display:-webkit-box;display:-ms-flexbox;display:flex;flex-shrink:0;height:50px;justify-content:center;margin-right:20px;width:50px}@media (max-width:767px){.env-qa-item-circle{height:33px;margin-right:10px;width:33px}}.env-qa-item-icon{color:var(--primary-color)}.env-qa-item-question{color:#282828;font-size:20px;font-weight:600;letter-spacing:.4px;line-height:24px;-webkit-transition:all .3s ease-in;transition:all .3s ease-in}@media (max-width:767px){.env-qa-item-question{font-size:16px;font-weight:400;letter-spacing:.3px;line-height:19px}}.env-qa-item-question:hover{color:var(--primary-color)}.env-qa-item-content{max-height:0;overflow:hidden;-webkit-transition:max-height .3s ease;transition:max-height .3s ease}@media (max-width:767px){.env-qa-item-content{padding-left:43px}}.env-qa-item-slot-content{opacity:0;-webkit-transition:opacity .4s ease-in;transition:opacity .4s ease-in}.env-qa-item-answer{color:#1f1f1f;line-height:26px;padding:7px 0 7px 10px}@media (max-width:767px){.env-qa-item-answer{color:rgba(40,40,40,.8);font-size:14px;letter-spacing:.21px;line-height:24px;padding:6px 0 0}}.env-qa-item-answer-content{padding-left:60px}@media (max-width:767px){.env-qa-item-answer-content{padding-left:0}}.env-qa-item-text-white{border-bottom:1px solid hsla(0,0%,100%,.2);margin-bottom:-1px}.env-qa-item-text-white:first-child{border-top:1px solid hsla(0,0%,100%,.2)}.env-qa-item-text-white .env-qa-item-question{color:hsla(0,0%,100%,.7)}.env-qa-item-text-white .env-qa-item-icon,.env-qa-item-text-white .env-qa-item-question:hover{color:hsla(0,0%,100%,.9)}.env-qa-item-text-white .env-qa-item-circle{background-color:hsla(0,0%,100%,.05);-webkit-box-shadow:unset;box-shadow:unset}.env-qa-item-text-white .env-qa-item-answer{color:hsla(0,0%,100%,.8)}.env-qa-item-text-white.env-qa-item.active .env-qa-item-circle{background:hsla(0,0%,100%,.15);border:var(--button-white-border)!important;-webkit-box-shadow:0 2px 15px 0 rgba(152,15,221,.1);box-shadow:0 2px 15px 0 rgba(152,15,221,.1);color:#fff!important}.env-qa-item-text-white.env-qa-item.active .env-qa-item-icon{color:#fff!important}.env-qa-item-text-white.env-qa-item.active .env-qa-item-question{color:#fff}.dir--rtl .env-qa-item-circle{margin-left:20px;margin-right:unset}@-webkit-keyframes env-qa-item-open{0%{overflow:hidden}to{overflow:visible}}@keyframes env-qa-item-open{0%{overflow:hidden}to{overflow:visible}}