

/* Start:/local/components/set_content/templates/about.achievements/ratings/style.css?17418562166808*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#ratings {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#ratings h4 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#ratings .achievements__description {
  color: #000;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #ratings .achievements__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
#ratings .achievements__accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#ratings .achievements__accordion .accordion {
  width: 100%;
  border: 1px solid rgb(199, 199, 199);
}
#ratings .achievements__accordion .accordion__title {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  padding: 26px;
}
@media screen and (max-width: 1070px) {
  #ratings .achievements__accordion .accordion__title {
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  #ratings .achievements__accordion .accordion__title {
    padding: 16px;
    font-size: 20px;
  }
}
#ratings .achievements__accordion .accordion__title::after {
  content: url("/upload/icons/without-bg-blue-url-arrow-right-top.svg");
  transform: rotate(0deg);
  animation: defaultRotateArrow 0.3s ease 1;
}
@keyframes defaultRotateArrow {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#ratings .achievements__accordion .accordion__content {
  background: var(--blue-color);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  animation: rewardsMinHeight 0.4s ease 1;
}
@keyframes rewardsMinHeight {
  from {
    grid-template-rows: 1fr;
  }
  to {
    grid-template-rows: 0fr;
  }
}
#ratings .achievements__accordion .accordion__content .content-container .content {
  color: #fff;
  box-sizing: border-box;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 800px) {
  #ratings .achievements__accordion .accordion__content .content-container .content {
    padding: 16px;
    flex-direction: column-reverse;
    gap: 32px;
    align-items: flex-start;
  }
}
#ratings .achievements__accordion .accordion__content .content-container .content__text {
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (max-width: 800px) {
  #ratings .achievements__accordion .accordion__content .content-container .content__text {
    font-size: 16px;
  }
}
#ratings .achievements__accordion .accordion__content .content-container .content__placement {
  font-family: var(--second-font);
  font-size: 48px;
  font-weight: 700;
  text-wrap: nowrap;
  text-align: right;
}
@media screen and (max-width: 800px) {
  #ratings .achievements__accordion .accordion__content .content-container .content__placement {
    font-size: 18px;
    text-align: left;
  }
}
#ratings .achievements__accordion .active-accordion {
  border: 3px solid var(--blue-color);
}
@media screen and (max-width: 700px) {
  #ratings .achievements__accordion .active-accordion {
    border: 1px solid var(--blue-color);
  }
}
#ratings .achievements__accordion .active-accordion .accordion__title::after {
  transform: rotate(90deg);
  animation: rotateArrow 0.3s ease 1;
}
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
#ratings .achievements__accordion .active-accordion .accordion__content {
  grid-template-rows: 1fr;
  animation: MaxHeight 0.4s ease 1;
}
@keyframes MaxHeight {
  from {
    grid-template-rows: 0fr;
  }
  to {
    grid-template-rows: 1fr;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/about.achievements/rewards/style.css?17418562167892*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#rewards {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#rewards h4 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#rewards .achievements__description {
  color: #000;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #rewards .achievements__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
#rewards .achievements__accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#rewards .achievements__accordion .accordion {
  width: 100%;
  border: 1px solid rgb(199, 199, 199);
}
#rewards .achievements__accordion .accordion__title {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  padding: 26px;
}
@media screen and (max-width: 1070px) {
  #rewards .achievements__accordion .accordion__title {
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  #rewards .achievements__accordion .accordion__title {
    padding: 16px;
    font-size: 20px;
  }
}
#rewards .achievements__accordion .accordion__title::after {
  content: url("/upload/icons/without-bg-blue-url-arrow-right-top.svg");
  transform: rotate(0deg);
  animation: defaultRotateArrow 0.3s ease 1;
}
@keyframes defaultRotateArrow {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#rewards .achievements__accordion .accordion__content {
  background: var(--blue-color);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  animation: rewardsMinHeight 0.4s ease 1;
}
@keyframes rewardsMinHeight {
  from {
    grid-template-rows: 1fr;
  }
  to {
    grid-template-rows: 0fr;
  }
}
#rewards .achievements__accordion .accordion__content .content {
  color: #fff;
  box-sizing: border-box;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  #rewards .achievements__accordion .accordion__content .content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 700px) {
  #rewards .achievements__accordion .accordion__content .content {
    padding: 16px;
    flex-direction: column-reverse;
    gap: 32px;
    align-items: flex-start;
  }
}
#rewards .achievements__accordion .accordion__content .content__text {
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #rewards .achievements__accordion .accordion__content .content__text {
    font-size: 16px;
  }
}
#rewards .achievements__accordion .accordion__content .content__placement {
  font-family: var(--second-font);
  font-size: 48px;
  font-weight: 700;
  text-wrap: nowrap;
  text-align: right;
}
@media screen and (max-width: 700px) {
  #rewards .achievements__accordion .accordion__content .content__placement {
    font-size: 18px;
    text-align: left;
  }
}
#rewards .achievements__accordion .accordion__content .content__images {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  max-width: 50%;
}
@media screen and (max-width: 1170px) {
  #rewards .achievements__accordion .accordion__content .content__images {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #rewards .achievements__accordion .accordion__content .content__images {
    align-self: center;
    gap: 15px;
    flex-direction: column;
  }
}
#rewards .achievements__accordion .accordion__content .content__images img {
  cursor: pointer;
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #rewards .achievements__accordion .accordion__content .content__images img {
    min-width: auto;
    max-width: 150px;
  }
}
@media screen and (max-width: 980px) {
  #rewards .achievements__accordion .accordion__content .content__images img {
    min-width: auto;
    max-width: 100%;
  }
}
#rewards .achievements__accordion .active-accordion {
  border: 3px solid var(--blue-color);
}
@media screen and (max-width: 700px) {
  #rewards .achievements__accordion .active-accordion {
    border: 1px solid var(--blue-color);
  }
}
#rewards .achievements__accordion .active-accordion .accordion__title::after {
  transform: rotate(90deg);
  animation: rotateArrow 0.3s ease 1;
}
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
#rewards .achievements__accordion .active-accordion .accordion__content {
  grid-template-rows: 1fr;
  animation: MaxHeight 0.4s ease 1;
}
@keyframes MaxHeight {
  from {
    grid-template-rows: 0fr;
  }
  to {
    grid-template-rows: 1fr;
  }
}/*# sourceMappingURL=style.css.map */
/* End */


/* Start:/local/components/set_content/templates/about.achievements/rewards_faces/style.css?17418562168060*/
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Thin.ttf") format("opentype");
  font-weight: 100;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraLight.ttf") format("opentype");
  font-weight: 200;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Light.ttf") format("opentype");
  font-weight: 300;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Regular.ttf") format("opentype");
  font-weight: 500;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Medium.ttf") format("opentype");
  font-weight: 400;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-SemiBold.ttf") format("opentype");
  font-weight: 600;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Bold.ttf") format("opentype");
  font-weight: 700;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-ExtraBold.ttf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "Raleway";
  src: url("/bitrix/templates/template_vavt/assets/font/Raleway-Black.ttf") format("opentype");
  font-weight: 900;
}
#rewards_faces {
  margin-bottom: clamp(70px, 15vw, 172px);
}
#rewards_faces h4 {
  color: rgb(40, 65, 123);
  font-weight: 700;
  font-size: clamp(26px, 4vw, 48px);
}
#rewards_faces .achievements__description {
  color: #000;
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 700px) {
  #rewards_faces .achievements__description {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
#rewards_faces .achievements__accordion {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#rewards_faces .achievements__accordion .accordion {
  width: 100%;
  border: 1px solid rgb(199, 199, 199);
}
#rewards_faces .achievements__accordion .accordion__title {
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  color: var(--blue-color);
  font-family: var(--main-font);
  font-size: 32px;
  font-weight: 700;
  padding: 26px;
}
@media screen and (max-width: 1070px) {
  #rewards_faces .achievements__accordion .accordion__title {
    align-items: flex-end;
  }
}
@media screen and (max-width: 700px) {
  #rewards_faces .achievements__accordion .accordion__title {
    padding: 16px;
    font-size: 20px;
  }
}
#rewards_faces .achievements__accordion .accordion__title::after {
  content: url("/upload/icons/without-bg-blue-url-arrow-right-top.svg");
  transform: rotate(0deg);
  animation: defaultRotateArrow 0.3s ease 1;
}
@keyframes defaultRotateArrow {
  from {
    transform: rotate(90deg);
  }
  to {
    transform: rotate(0deg);
  }
}
#rewards_faces .achievements__accordion .accordion__content {
  background: var(--blue-color);
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  animation: rewardsMinHeight 0.4s ease 1;
}
@keyframes rewardsMinHeight {
  from {
    grid-template-rows: 1fr;
  }
  to {
    grid-template-rows: 0fr;
  }
}
#rewards_faces .achievements__accordion .accordion__content .content {
  color: #fff;
  box-sizing: border-box;
  padding: 2rem 5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}
@media screen and (max-width: 1170px) {
  #rewards_faces .achievements__accordion .accordion__content .content {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 700px) {
  #rewards_faces .achievements__accordion .accordion__content .content {
    padding: 16px;
    flex-direction: column-reverse;
    gap: 32px;
    align-items: flex-start;
  }
}
#rewards_faces .achievements__accordion .accordion__content .content__text {
  font-family: var(--main-font);
  font-size: 28px;
  font-weight: 500;
  height: -moz-fit-content;
  height: fit-content;
  text-align: left;
}
@media screen and (max-width: 700px) {
  #rewards_faces .achievements__accordion .accordion__content .content__text {
    font-size: 16px;
  }
}
#rewards_faces .achievements__accordion .accordion__content .content__placement {
  font-family: var(--second-font);
  font-size: 48px;
  font-weight: 700;
  text-wrap: nowrap;
  text-align: right;
}
@media screen and (max-width: 700px) {
  #rewards_faces .achievements__accordion .accordion__content .content__placement {
    font-size: 18px;
    text-align: left;
  }
}
#rewards_faces .achievements__accordion .accordion__content .content__images {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 40px;
  max-width: 50%;
}
@media screen and (max-width: 1170px) {
  #rewards_faces .achievements__accordion .accordion__content .content__images {
    max-width: 100%;
  }
}
@media screen and (max-width: 980px) {
  #rewards_faces .achievements__accordion .accordion__content .content__images {
    align-self: center;
    gap: 15px;
    flex-direction: column;
  }
}
#rewards_faces .achievements__accordion .accordion__content .content__images img {
  cursor: pointer;
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  #rewards_faces .achievements__accordion .accordion__content .content__images img {
    min-width: auto;
    max-width: 150px;
  }
}
@media screen and (max-width: 980px) {
  #rewards_faces .achievements__accordion .accordion__content .content__images img {
    min-width: auto;
    max-width: 100%;
  }
}
#rewards_faces .achievements__accordion .active-accordion {
  border: 3px solid var(--blue-color);
}
@media screen and (max-width: 700px) {
  #rewards_faces .achievements__accordion .active-accordion {
    border: 1px solid var(--blue-color);
  }
}
#rewards_faces .achievements__accordion .active-accordion .accordion__title::after {
  transform: rotate(90deg);
  animation: rotateArrow 0.3s ease 1;
}
@keyframes rotateArrow {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(90deg);
  }
}
#rewards_faces .achievements__accordion .active-accordion .accordion__content {
  grid-template-rows: 1fr;
  animation: MaxHeight 0.4s ease 1;
}
@keyframes MaxHeight {
  from {
    grid-template-rows: 0fr;
  }
  to {
    grid-template-rows: 1fr;
  }
}/*# sourceMappingURL=style.css.map */
/* End */
/* /local/components/set_content/templates/about.achievements/ratings/style.css?17418562166808 */
/* /local/components/set_content/templates/about.achievements/rewards/style.css?17418562167892 */
/* /local/components/set_content/templates/about.achievements/rewards_faces/style.css?17418562168060 */
