@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");

* {
  box-sizing: border-box;
}

html,
body,
html body,
html body li,
html body p,
html body a,
html body div,
html body div p,
html body div span,
html body input,
html body .search-subtitle,
html body ::placeholder {
  font-family: "Inter", sans-serif;
}

.swiper-button-lock {
  display: none !important;
}

#container-home-slider {
  display: none !important;
}

#container-home-articles {
  padding: 0;
}

.cc {
  font-family: "Inter", sans-serif;
  color: rgb(90, 90, 90);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: normal;
}

.cc video {
  width: 100%;
  height: auto;
}

.cc .desktop_only {
  display: none;
}

.cc .cc_wrap {
  padding: 30px;
}

.cc h1 {
  font-family: "Inter", sans-serif;
  font-size: 50px;
  letter-spacing: 0px;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "slnt" 0;
  margin: 0 0 30px 0;
}

.cc h2 {
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 20px 0;
  color: #000000;
}

.cc .btn.btn_primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background-color: var(--colorButtonPrimary);
  border-color: var(--colorButtonPrimary);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: var(--colorButtonPrimaryFont);
  text-align: center;
  text-decoration: none;
  padding: 4px 20px;
  min-height: 50px;
}

.cc .btn.btn_primary:hover {
  background-color: var(--colorButtonPrimaryHover);
  border-color: var(--colorButtonPrimaryHover);
  color: var(--colorButtonPrimaryHoverFont);
}

.cc .btn.btn_tertiary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  border: solid 1px rgb(0, 134, 122);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: transparent;
  color: rgb(0, 134, 122);
  text-align: center;
  text-decoration: none;
  padding: 4px 20px;
  min-height: 50px;
}

.cc .btn.btn_tertiary:hover {
  border-color: rgb(0, 134, 122);
  background-color: rgb(0, 134, 122);
  color: #fff;
}

.cc.cc_who .cc_who_aside li a {
  font-size: 15px;
  font-weight: 700;
}

.cc .color_primary {
  color: var(--colorSecondary);
}

.cc ul,
.cc li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.cc .cp_laureat-heading,
.cc .cc_event__heading {
  text-align: center;
}

.cc.cc_header {
  display: flex;
  background-color: color-mix(in srgb, var(--colorPrimary) 10%, #fff);
}

.cc.cc_header h1 {
  color: #000000;
}

.cc.cc_header .custom-home__header___content {
  padding: 30px;
}

.cc.cc_header .bn-wrapper {
  margin-top: 30px;
}

.cc.cc_header .custom-home__header___content {
  padding-top: 30px;
  padding-bottom: 40px;
}

.cc.cc_header .container {
  padding: 0;
}

.cc.cc_who .cc_who_article {
  font-size: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cc.cc_who .cc_who_article h2,
.cc.cc_who .cc_who_article p {
  margin: 0;
}

.cc.cc_who .cc_who_aside {
  display: flex;
  flex-direction: column;
  border-radius: 17px;
  background-color: var(--colorPrimary);
  color: #fff;
  padding: 30px;
  margin-top: 30px;
}

.cc.cc_who .cc_who_aside h2 {
  color: #fff;
}

.cc.cc_who .cc_who_aside ul {
  display: flex;
  flex-direction: column;
  gap: 44px;
  margin-top: 40px;
}

.cc.cc_who .cc_who_aside li {
  position: relative;
}

.cc.cc_who .cc_who_aside li::before {
  position: absolute;
  top: -20px;
  left: 0;
  content: "";
  display: inline-block;
  width: 40px;
  height: 8px;
  border-radius: 3px;
  background-color: #fab200;
}

.cc.cc_who .cc_wrap {
  padding: 50px 10px 10px 10px;
}

.cc.cc_laureat .cc_laureat__heading {
  text-align: center;
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cc.cc_newsletter {
  padding: 60px 0;
}

.cc.cc_newsletter .cc_wrap {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  background-color: var(--colorPrimaryLight);
  padding: 40px 30px;
}

.cc.cc_newsletter .cc_newsletter__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cc.cc_newsletter h2 {
  margin: 0;
}

.cc.cc_newsletter .cc_newsletter__highlight {
  color: var(--colorButtonPrimary);
}

.cc.cc_newsletter .cc_newsletter__highlight--secondary {
  color: var(--colorPrimary);
}

.cc.cc_newsletter .cc_newsletter__bar {
  width: 40px;
  height: 8px;
  border-radius: 3px;
  background-color: var(--colorTertiary);
}

.cc.cc_newsletter .cc_newsletter__thumb {
  order: -1;
}

.cc.cc_newsletter .cc_newsletter__thumb img {
  display: block;
  width: 100%;
  height: auto;
}

.cc.cc_event {
  position: relative;
  background-color: var(--colorPrimary);
}

.cc.cc_event .cc_event__heading h2,
.cc.cc_event .cc_event__heading p {
  color: #fff;
}

.cc.cc_event .cc_event__subtitle {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
}

.cc.cc_event .cc_video_box {
  max-width: 580px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 40px 10px;
}

.cc.cc_event .cc_video_box iframe {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
}

.cc.cc_event .cc_wrap {
  padding: 50px 30px;
}

.cc.cc_event .cc_wrap {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cc.cc_event .cc_event__footer {
  display: flex;
  justify-content: center;
}

.cc.cc_event .cc_event__body {
  margin-bottom: 20px;
}

.container-fluid.container-hot-project-news {
  background-color: #fff !important;
  padding-top: 80px;
  padding-bottom: 80px;
}

.container-fluid.container-hot-project-news > .row {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 150px;
  padding-bottom: 30px;
  background-color: #e6f4fa !important;
}

.container-fluid.container-hot-project-news > .row .col-xs-12 {
  float: none;
  width: 100%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.container-fluid.container-hot-project-news .container {
  width: 100%;
  max-width: 100%;
}

#ccHPForm {
  background-color: #024926;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 40px;
}

#ccHPForm .cc_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#ccHPForm a {
  color: #fff;
  text-decoration: underline;
}

#ccHPForm a:hover {
  color: #7cca96;
}

.cc.cc_who .cc_who_aside li a:hover {
  color: var(--colorHyperlinkHover);
}

#ccHPForm h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  font-style: SemiBold;
  letter-spacing: 0px;
  text-align: left;
}

#ccHPForm .ccHPForm_form {
  min-height: 650px;
  border-top: solid 10px #7cca96;
  background-color: #fff;
  padding: 20px;
  padding-top: 30px;
  border-radius: 0px 0px 20px 20px;
}

.custom-home__header___thumb img {
  width: 100%;
}

.cc .tab-panel_body_partner .yum-iframe {
  height: 510px !important;
}

.cc small {
  color: rgba(90, 90, 90, 0.7);
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.37px;
}

.cc h3 {
  color: rgb(0, 0, 0);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 30px;
}

.cc .cc_banner__heading {
  text-align: center;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.cc .cc_banner__heading h1 {
  font-size: 40px;
  color: #000;
}

.cc .cc_banner__heading h1,
.cc .cc_banner__heading p {
  margin: 0;
}

.cc .tab-panel_body {
  padding-left: 30px;
  padding-right: 30px;
}

.cc .tab-panel_info {
  margin-top: -30px;
  margin-bottom: 50px;
}

.cc .tab-panel_body_partner {
  margin: 40px 0 50px 0;
}

.cc.cc_tabset {
  position: relative;
}

.cc.cc_tabset .cc_tabset__heading {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50px);
  display: flex;
  padding: 15px 30px 7px 30px;
  margin: 0;
  background-color: var(--colorPrimary);
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border-radius: 20px 20px 0 0;
  width: 200px;
  justify-content: center;
  align-items: center;
  z-index: 3;
}

.cc.cc_tabset .cc_tabset__heading::after {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 33px 100px 0 100px;
  border-color: var(--colorPrimary) transparent transparent transparent;
  transform: rotate(0deg) translateY(100%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}

.cc.cc_tabset .cc_tabset__heading p {
  font-size: 22px;
  margin: 0;
  padding: 0;
}

.cc.cc_tabset .tab-panel_heading_title {
  background-color: var(--colorSecondary);
  padding: 50px 30px 30px 30px;
  position: relative;
}

.cc.cc_tabset .tab-panel_heading_title::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 8px;
  border-radius: 2px;
  background-color: #fab200;
}

.cc.cc_tabset .tab-panel_heading_title h2 {
  color: rgb(255, 255, 255);
  font-size: 35px;
  font-weight: 600;
  letter-spacing: 0.4px;
  line-height: normal;
  margin-top: 20px;
}

.cc.cc_tabset .num {
  color: rgb(255, 255, 255);
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: normal;
  margin: 0;
  padding: 0;
}

.cc.cc_tabset .tab-panel_heading_ctn {
  display: flex;
  gap: 20px;
  align-items: center;
}

.cc.cc_tabset .tab-panel_heading_ctn p {
  color: rgb(255, 255, 255);
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0px;
  text-align: left;
  margin: 0;
}

.cc.cc_tabset .tab-panel_heading_thumb,
.cc.cc_tabset .tab-panel_heading_thumb img {
  width: 100%;
}

.cc.cc_tabset .tab-panel_heading_main {
  padding: 40px 30px;
}

.cc.cc_solution__slider {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 0;
  margin-bottom: 50px;
}

.cc.cc_solution__slider .video-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}

.cc.cc_solution__slider iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.cc.cc_solution__slider .cc_wrap {
  width: 100%;
  max-width: 900px;
}

.cc.cc_solution__slider .swiper-button-next {
  right: -30px;
  left: auto;
}

.cc.cc_solution__slider .swiper-button-prev {
  left: -30px;
  transform: rotateZ(180deg);
}

.cc.cc_solution__slider .swiper-button-next,
.cc.cc_solution__slider .swiper-button-prev {
  background-color: #fff;
  border: 0;
  top: 40%;
}

.cc.cc_solution__slider .swiper-button-next i,
.cc.cc_solution__slider .swiper-button-prev i {
  font-style: normal;
}

.cc.cc_solution__slider .swiper-button-next:hover,
.cc.cc_solution__slider .swiper-button-prev:hover {
  background-color: #000000;
}

.cc.cc_solution__slider .swiper-button-next:hover .sw_arr,
.cc.cc_solution__slider .swiper-button-prev:hover .sw_arr {
  stroke: #fff;
}

.cc.cc_solution__slider .swiper-button-next i::before,
.cc.cc_solution__slider .swiper-button-prev i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.cc.cc_solution__slider .cc_slider_compoment {
  padding: 0 20px;
  position: relative;
}

.cc.cc_solution__slider .cc_slider {
  display: flex;
  flex-direction: column;
  gap: 20px;
  background-color: #e6f4fa;
  border-radius: 0 0 10px 10px;
  padding: 10px 10px 0 10px;
}

.cc.cc_solution__slider .cc_slider_pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.cc.cc_solution__slider .swiper-pagination-clickable .swiper-pagination-bullet {
  background-color: #000000;
}

.cc.cc_solution__slider .swiper {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  margin-left: auto;
  margin-right: auto;
}

.cc.cc_solution__slider .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cc.cc_solution__slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.cc .tabset > input[type="radio"],
.cc .tabset > label {
  display: none;
}

@media (min-width: 767px) {
  .mobile_only {
    display: none !important;
  }

  .desktop_only {
    display: inline-block;
  }

  .cc {
    line-height: normal;
  }

  .cc .desktop_only {
    display: inline-block;
  }

  .cc.cc_header {
    position: relative;
  }

  .cc.cc_header::after {
    content: "";
    position: absolute;
    top: 0;
    left: 55%;
    right: 0;
    bottom: 0;
    background: url(/statics/filemanager/cc/hero_image.jpg) no-repeat left
      center;
    background-size: cover;
  }

  .cc.cc_header .wrap {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }

  .cc.cc_header .wrap .custom-home__header___content {
    width: 52%;
    max-width: 457px;
  }

  .cc.cc_header .wrap .custom-home__header___thumb {
    display: none;
  }

  .cc.cc_header .custom-home__header___content {
    padding: 50px 0;
  }

  .cc.cc_header .custom-home__header___content p {
    font-size: 19px;
  }

  .cc.cc_who .container > .cc_wrap {
    padding: 90px 0 50px 0;
    width: 100%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 40% 440px;
    gap: 40px;
    justify-content: space-between;
  }

  .cc.cc_who .container > .cc_wrap .cc_who_article {
    gap: 35px;
  }

  .cc.cc_who .container > .cc_wrap .cc_who_aside {
    padding: 30px 40px 40px 40px;
    font-size: 19px;
  }

  .cc.cc_newsletter .cc_wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 60px;
  }

  .cc.cc_newsletter .cc_newsletter__content {
    max-width: 420px;
  }

  .cc.cc_newsletter .cc_newsletter__thumb {
    order: 0;
    width: 360px;
    flex-shrink: 0;
  }

  .cc.cc_event .picto-flamme-invert,
  .cc.cc_event .picto-flamme {
    position: absolute;
    z-index: 0;
  }

  .cc.cc_event .container {
    position: relative;
    overflow: hidden;
  }

  .cc.cc_event .picto-flamme-invert {
    top: -100px;
    right: 2%;
  }

  .cc.cc_event .picto-flamme {
    bottom: -100px;
    left: 2%;
  }

  .cc.cc_event .cc_wrap {
    max-width: 1120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }
  .cc.cc_event .cc_wrap .cc_event__heading  {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cc.cc_event .cc_wrap .cc_event__heading p {
    max-width: 777px;
  }

  #ccHPForm .cc_wrap {
    width: 100%;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
    display: grid;
    grid-template-columns: 333px 1fr;
    gap: 70px;
    padding-left: 0;
    padding-right: 0;
  }

  #ccHPForm .cc_wrap .ccHPForm_content {
    font-size: 19px;
  }

  .cc.cc_tabset .cc_container {
    padding: 0 15px;
  }

  .cc.cc_banner .container {
    width: 100%;
  }

  .cc .tab-panel_body_partner {
    margin-bottom: 0;
  }
}

@media (min-width: 900px) {
  .cc.cc_solution__slider h2 {
    margin: 0;
  }

  .cc.cc_solution__slider .cc_wrap {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    padding-top: 0;
  }

  .cc.cc_banner {
    position: relative;
    background: color-mix(in srgb, var(--colorPrimary) 10%, #fff);
    min-height: 434px;
  }

  .cc.cc_banner::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 40%;
    background: url(/statics/filemanager/cc/Banner.png) no-repeat left center;
    background-size: cover;
  }

  .cc.cc_banner .cc_banner__heading {
    margin-top: 80px;
  }

  .cc.cc_banner .cc_mobile_banner {
    display: none;
  }

  .cc.cc_tabset {
    position: relative;
    margin-top: -200px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1160px;
  }

  .cc.cc_tabset .cc_tabset__heading {
    transform: none;
    left: 15px;
    height: 100px;
    width: 230px;
    border-radius: 45px 0 0 0;
    padding: 15px 0 15px 30px;
  }

  .cc.cc_tabset .cc_tabset__heading::after {
    left: auto;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 50px 0 50px 40px;
    border-color: transparent transparent transparent var(--colorPrimary);
    transform: rotate(0deg) translateX(100%);
  }

  .cc .tabset {
    display: grid;
    grid-template-columns: 290px repeat(3, 1fr);
    grid-template-rows: 134px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .cc .tabset > label {
    font-weight: 600;
    position: relative;
    padding: 30px;
    height: 134px;
    display: inline-block;
    border-bottom: 0;
    cursor: pointer;
    overflow: hidden;
    z-index: 0;
  }

  .cc .tabset > label::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100px;
    background-color: #fff;
    z-index: -2;
    transition: all 0.3s;
  }

  .cc .tabset > label::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 40px;
    background-color: transparent;
    z-index: -1;
    transition: all 0.3s;
  }

  .cc .tabset > label span {
    display: flex;
    align-items: center;
    height: 70px;
    position: relative;
    font-weight: 600;
    color: var(--colorPrimary);
    z-index: 3;
  }

  .cc .tabset > label:hover,
  .cc .tabset > input:focus + label,
  .cc .tabset > input:checked + label {
    color: #fff;
  }

  .cc .tabset > label:hover::before,
  .cc .tabset > input:checked + label::before {
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.3s;
  }

  .cc .tabset > input:checked + label::after {
    background-color: var(--colorSecondary);
    transform: scaleY(4);
    transform-origin: bottom;
    transition: all 0.3s;
  }

  .cc .tabset > label:hover::after {
    background-color: #024926;
    transform: scaleY(4);
    transform-origin: bottom;
    transition: all 0.6s;
  }

  .cc .tabset > input:checked + label span {
    color: #fff;
  }

  .cc .tabset > label:first-of-type {
    grid-column-start: 2;
  }

  .cc .tabset .tab-panels {
    grid-column: 1 / 5;
    grid-row: 2;
  }

  .cc .tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
  }

  .cc .tabset .tab-panel {
    display: none;
  }

  .cc .tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
  .cc .tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
  .cc .tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
  .cc .tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
  .cc .tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
  .cc .tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
  }

  .cc .tab-panel_info {
    margin-top: 30px;
    margin-bottom: 0;
  }

  .cc .tab-panel_body {
    padding: 0;
  }

  .cc .tab-panel_body h2 {
    margin-top: 50px;
  }

  .cc .tab-panel_heading {
    display: grid;
    grid-template-columns: 310px 260px 1fr;
  }

  .cc .tab-panel_heading .tab-panel_heading_title {
    border-radius: 0 0 0 100px;
    padding: 30px 30px 30px 40px;
  }

  .cc .tab-panel_heading .tab-panel_heading_thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover !important;
    display: block;
  }

  .cc .tab-panel_heading .tab-panel_heading_main {
    position: relative;
    background-color: #fff;
    padding-top: 60px;
    padding-right: 60px;
  }

  .cc .tab-panel_heading .tab-panel_heading_main::after {
    content: "";
    display: inline-block;
    width: 200px;
    position: absolute;
    border: solid 1px var(--colorSecondary);
    border-left-width: 0;
    border-bottom-width: 0;
    border-radius: 0 50px 0 0;
    top: 40px;
    right: 30px;
    bottom: 0;
    z-index: 0;
  }

  .cc .tab-panel_heading .tab-panel_heading_main h3,
  .cc .tab-panel_heading .tab-panel_heading_main p {
    position: relative;
    z-index: 2;
  }
}

@media (max-width: 767px) {
  #main-container p {
    line-height: normal;
  }

  #main-container .cc h1 {
    font-size: 35px !important;
  }

  #main-container .cc h2 {
    font-size: 28px !important;
  }

  #main-container .cc .tab-panel_heading_title h2 {
    margin-bottom: 0;
  }

  #main-container .cc h2 span {
    font-size: 28px !important;
  }

  .cc.cc_tabset .tab-panel_heading_title h2 {
    font-size: 30px;
  }

  .cc.cc_solution__slider .cc_slider_compoment {
    padding: 0 !important;
    position: relative;
  }

  .cc.cc_solution__slider .swiper.cc_slider {
    margin-bottom: 50px;
  }

  .cc.cc_solution__slider .swiper-button-next,
  .cc.cc_solution__slider .swiper-button-prev {
    top: auto;
    bottom: -60px;
  }

  .cc.cc_solution__slider .swiper-button-next {
    right: 0;
  }

  .cc.cc_solution__slider .swiper-button-prev {
    left: 0;
  }
}
