/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.web_to_print_section {
  background-color: #222222;
  border-radius: 60px;
  position: relative;
}
@media (min-width: 992px) {
  .web_to_print_section::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/web_to_left.svg);
    top: 0;
    left: 0;
    width: 400px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.6;
    background-size: cover;
  }
  .web_to_print_section::after {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/web_to_right.svg);
    top: 0;
    right: 0;
    width: 260px;
    aspect-ratio: 1;
    background-repeat: no-repeat;
    z-index: -1;
    background-size: cover;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .web_to_print_section::before {
    width: 600px;
  }
}
@media (min-width: 992px) and (min-width: 1340px) {
  .web_to_print_section::before {
    background-size: contain;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .web_to_print_section::after {
    width: 560px;
  }
}
@media (min-width: 992px) and (min-width: 1340px) {
  .web_to_print_section::after {
    background-size: contain;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section {
    border-radius: 24px;
  }
}
@media (min-width: 768px) {
  .web_to_print_section {
    border-radius: 24px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section {
    border-radius: 60px;
  }
}
.web_to_print_section .web_to_print {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section .web_to_print {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .web_to_print_section .web_to_print {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.web_to_print_section .web_to_print .left {
  color: #FFFFFF;
}
.web_to_print_section .web_to_print .left .title-64 {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .web_to_print_section .web_to_print .left .title-64 {
    margin-bottom: 20px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left .title-64 {
    margin-bottom: 30px;
    max-width: 530px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section .web_to_print .left .title-64 span::before {
    opacity: 0;
  }
}
.web_to_print_section .web_to_print .left .title-64::before {
  content: "";
  background-repeat: no-repeat;
  position: absolute;
  height: 7px;
  width: 100%;
  bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .web_to_print_section .web_to_print .left .title-64::before {
    bottom: 40px;
    width: 253px;
  }
}
@media (min-width: 768px) {
  .web_to_print_section .web_to_print .left .title-64::before {
    display: none;
  }
}
.web_to_print_section .web_to_print .left p {
  margin-bottom: 0;
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left p {
    max-width: 464px;
  }
}
.web_to_print_section .web_to_print .left .btn {
  margin-top: 16px;
  width: fit-content;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 20px;
    margin-bottom: 35px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .web_to_print .left .btn {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section .web_to_print .left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .web_to_print .left {
    max-width: 600px;
    flex: 0 0 600px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .web_to_print .left {
    max-width: 700px;
    flex: 0 0 700px;
  }
}
@media (min-width: 992px) {
  .web_to_print_section .right {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .right {
    max-width: calc(100% - 600px);
    flex: 0 0 calc(100% - 600px);
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .right {
    max-width: calc(100% - 700px);
    flex: 0 0 calc(100% - 700px);
  }
}
.web_to_print_section .right .boxes_wrap {
  grid-template-columns: 1fr;
}
.web_to_print_section .right .boxes_wrap .boxes {
  padding: 0;
  max-width: 100%;
  flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding: 25px;
  position: relative;
}
.web_to_print_section .right .boxes_wrap .boxes .box_click {
  display: block;
}
.web_to_print_section .right .boxes_wrap .boxes .box_click::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media (min-width: 992px) {
  .web_to_print_section .right .boxes_wrap .boxes {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .right .boxes_wrap .boxes {
    padding: 30px;
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .right .boxes_wrap .boxes {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -o-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1340px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -webkit-transform: scale(1.14);
    -moz-transform: scale(1.14);
    -ms-transform: scale(1.14);
    transform: scale(1.14);
  }
}
@media (min-width: 1440px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@media (min-width: 1600px) {
  .web_to_print_section .right .boxes_wrap .boxes:hover {
    -webkit-transform: scale(1.17);
    -moz-transform: scale(1.17);
    -ms-transform: scale(1.17);
    transform: scale(1.17);
  }
}
.web_to_print_section .right .boxes_wrap .boxes.bg-blue {
  background-color: #D8EDF5;
}
.web_to_print_section .right .boxes_wrap .boxes .title-24 {
  font-weight: 500;
}
.web_to_print_section .right .boxes_wrap .boxes.bg-pink {
  background-color: #F5DFE3;
}
.web_to_print_section .right .boxes_wrap .boxes .box_content {
  font-size: 14px;
  line-height: 23px;
}
.web_to_print_section .right .boxes_wrap .boxes .box_content p {
  margin-bottom: 10px;
}
.web_to_print_section .right .boxes_wrap .boxes .link_wrap a {
  text-decoration: none;
  color: #FC7D2F;
  font-weight: 500;
}
.web_to_print_section .right .boxes_wrap .boxes .link_wrap a::after {
  filter: unset;
}
.web_to_print_section.single_para {
  background-repeat: no-repeat;
  background-size: cover;
}
.web_to_print_section.single_para .web_to_print .left {
  padding-right: 0;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: center;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.use_printxpand_section {
  padding-bottom: 0;
}
.use_printxpand_section .header-spacing {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
}
.use_printxpand_section .use_printxpand_data .box_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0px;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box {
  padding: 0 20px;
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
  width: 100%;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box {
    width: 130px;
    padding: 0 5px;
  }
}
@media (min-width: 1025px) {
  .use_printxpand_section .use_printxpand_data .box_details .box {
    width: 150px;
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box {
    width: 180px;
  }
}
@media (min-width: 1600px) {
  .use_printxpand_section .use_printxpand_data .box_details .box {
    width: 240px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner {
  border: 1px solid #212B36;
  border-radius: 24px;
  padding: 20px;
  height: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -24px;
  padding-bottom: 40px;
  cursor: pointer;
  overflow: hidden;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner {
    padding: 20px;
    height: 410px;
    border-bottom: 1px solid #212B36;
    border-radius: 24px;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner {
    padding-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner {
    padding: 25px;
    height: 450px;
    padding-bottom: 15px;
  }
}
@media (min-width: 1440px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner {
    height: 450px;
    padding-bottom: 20px;
  }
}
@media (min-width: 1600px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner {
    padding: 30px;
    padding-bottom: 25px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box .title-18 {
  font-family: "Recoleta";
  margin: 0;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box .title-18 {
    display: none;
  }
}
@media (max-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box .title-18.sign_box::before {
    right: 11px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box .title-18.sign_box::before {
    right: 5px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box .sign_wrapp {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box .sign_wrapp {
    display: none;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box img {
  display: none;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box img {
    display: block;
    width: 60px;
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box img {
    width: 55px;
  }
}
@media (min-width: 1440px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box img {
    width: auto;
    height: 58px;
  }
}
@media (min-width: 1600px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .top_box img {
    height: 66px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box {
  font-size: 16px;
  line-height: 28px;
  display: none;
  padding: 20px 0px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box {
    display: block;
    padding: 0;
  }
}
@media (min-width: 1025px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box {
    font-size: 16px;
    line-height: 28px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box p {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box p {
    font-size: 14px;
    line-height: 26px;
  }
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box p {
    opacity: 0;
    display: none;
  }
}
@media (min-width: 1025px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box p {
    font-size: 15px;
    line-height: 26px;
  }
}
@media (min-width: 1440px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box p {
    font-size: 16px;
    line-height: 28px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box .button_link {
  margin-top: 30px;
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  display: none;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box .button_link {
    display: block;
    margin-top: 0;
    writing-mode: vertical-lr;
    text-orientation: mixed;
    transition: 0.5s ease;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box .button_link .title-24 {
  border: 1px solid #ddd;
  border-radius: 50vw;
  padding: 12px 10px;
  display: inline-block;
  background-color: #FFFFFF;
  margin-bottom: 0;
  font-weight: 400;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box .button_link .title-24 {
    font-size: 16px;
    line-height: normal;
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box .button_link .title-24 {
    font-size: 18px;
    line-height: normal;
  }
}
@media (min-width: 1340px) {
  .use_printxpand_section .use_printxpand_data .box_details .box .box_inner .bottom_box .button_link .title-24 {
    padding: 12px 10px;
    font-size: 18px;
    line-height: normal;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box .box_inner:hover .bottom_box .button_link .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #000000;
  color: #FFFFFF;
}
.use_printxpand_section .use_printxpand_data .box_details .box.box-1 .box_inner {
  background-color: #D8F5EE;
}
.use_printxpand_section .use_printxpand_data .box_details .box.box-2 .box_inner {
  background-color: #F6F3E8;
}
.use_printxpand_section .use_printxpand_data .box_details .box.box-3 .box_inner {
  background-color: #D8EDF5;
}
.use_printxpand_section .use_printxpand_data .box_details .box.box-4 .box_inner {
  background-color: #F5DFE3;
}
.use_printxpand_section .use_printxpand_data .box_details .box.box-5 .box_inner {
  background-color: #F5E0D8;
}
.use_printxpand_section .use_printxpand_data .box_details .box.box-6 .box_inner {
  background-color: #F8F8FA;
}
@media (min-width: 0px) and (max-width: 767px) {
  .use_printxpand_section .use_printxpand_data .box_details .box:last-child .box_inner {
    padding-bottom: 20px;
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box.active {
  -webkit-transition: width 0.7s ease;
  transition: width 0.7s ease;
}
@media (min-width: 992px) {
  .use_printxpand_section .use_printxpand_data .box_details .box.active {
    width: calc(100% - 130px*5);
  }
}
@media (min-width: 1025px) {
  .use_printxpand_section .use_printxpand_data .box_details .box.active {
    width: calc(100% - 150px*5);
  }
}
@media (min-width: 1200px) {
  .use_printxpand_section .use_printxpand_data .box_details .box.active {
    width: calc(100% - 180px*5);
  }
}
@media (min-width: 1600px) {
  .use_printxpand_section .use_printxpand_data .box_details .box.active {
    width: calc(100% - 240px*5);
  }
}
.use_printxpand_section .use_printxpand_data .box_details .box.active .box_inner {
  cursor: auto;
}
.use_printxpand_section .use_printxpand_data .box_details .box.active .box_inner .bottom_box .button_link {
  -o-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  transform: unset;
  writing-mode: horizontal-tb;
  text-orientation: unset;
  margin-top: 30px;
}
.use_printxpand_section .use_printxpand_data .box_details .box.active .box_inner .bottom_box .button_link .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #FFFFFF;
  color: #000000;
}
.use_printxpand_section .use_printxpand_data .box_details .box.active .top_box .sign_wrapp .sign::before {
  opacity: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.use_printxpand_section .use_printxpand_data .box_details .box.show .box_inner .bottom_box p {
  display: block;
  opacity: 1;
  animation: FadeIn 0.4s ease-in-out;
}
.use_printxpand_section .use_printxpand_data .box_details .box:last-child .box_inner {
  border-bottom: 1px solid #212B36;
  border-radius: 24px;
  margin-bottom: 0;
}
@media (min-width: 0px) and (max-width: 767px) {
  .use_printxpand_section .g-line span:first-child::before {
    opacity: 0;
  }
  .use_printxpand_section .g-line span::before {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .use_printxpand_section .g-line span:last-child::before {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  100% {
    opacity: 1;
    display: block;
  }
}
@keyframes FadeOut {
  0% {
    display: block;
    opacity: 1;
  }
  100% {
    display: none;
    opacity: 0;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.benefits_section .benefits_details {
  padding: 40px 0px 0;
  position: relative;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details {
    padding: 60px 50px 0;
  }
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details {
    padding: 80px 60px 0;
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details {
    padding: 100px 80px 0;
  }
}
@media (min-width: 1600px) {
  .benefits_section .benefits_details {
    padding: 100px 140px 0;
  }
}
@media (min-width: 992px) {
  .benefits_section .benefits_details::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 705px;
    border: 1px solid #212B36;
    border-top: 0;
  }
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details::before {
    height: 605px;
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details::before {
    height: 705px;
  }
}
.benefits_section .benefits_details .d-flex {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .d-flex {
    margin-bottom: 30px;
  }
}
.benefits_section .benefits_details .d-flex .title-64 {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .d-flex .title-64 {
    max-width: calc(100% - 488px);
    flex: 0 0 calc(100% - 488px);
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .benefits_section .benefits_details .d-flex .title-64 {
    max-width: calc(100% - 558px);
    flex: 0 0 calc(100% - 558px);
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details .d-flex .title-64 {
    max-width: calc(100% - 548px);
    flex: 0 0 calc(100% - 548px);
    padding-right: 20px;
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details .d-flex .title-64 {
    max-width: calc(100% - 608px);
    flex: 0 0 calc(100% - 608px);
    padding-right: 30px;
  }
}
@media (min-width: 1600px) {
  .benefits_section .benefits_details .d-flex .title-64 {
    max-width: calc(100% - 718px);
    flex: 0 0 calc(100% - 718px);
    padding-right: 50px;
  }
}
.benefits_section .benefits_details .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .d-flex .right {
    max-width: 488px;
    flex: 0 0 488px;
  }
}
@media (min-width: 1025px) {
  .benefits_section .benefits_details .d-flex .right {
    max-width: 558px;
    flex: 0 0 558px;
  }
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details .d-flex .right {
    max-width: 548px;
    flex: 0 0 548px;
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details .d-flex .right {
    max-width: 608px;
    flex: 0 0 608px;
  }
}
@media (min-width: 1600px) {
  .benefits_section .benefits_details .d-flex .right {
    max-width: 718px;
    flex: 0 0 718px;
  }
}
.benefits_section .benefits_details .d-flex .right .title-24 {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(145, 158, 171, 0.32);
}
.benefits_section .benefits_details .benefits_accordion {
  position: relative;
  z-index: 1;
}
.benefits_section .benefits_details .benefits_accordion .acc-item {
  padding: 0px 20px;
  border: 1px solid #212B36;
  border-radius: 24px;
}
@media (max-width: 380px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item {
    padding: 0 12px;
  }
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item {
    padding: 0px 20px;
  }
}
@media (min-width: 1025px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item {
    padding: 0px 30px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .top {
    padding: 20px 0;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .top .title-24 {
  margin-bottom: 0;
  color: #000000;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .top .title-24::before {
  right: 11px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .top .title-24::before {
    right: 6px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .top .sign_wrapp {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .top.active .sign_wrapp .sign::before {
  opacity: 0;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom {
  padding-top: 10px;
  display: none;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex {
  margin-bottom: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left {
  max-width: 100%;
  flex: 0 0 100%;
  padding-top: 0px;
  padding-bottom: 20px;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 725px;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(145, 158, 171, 0.32);
  border-radius: 24px;
  margin-right: 8px;
  margin-bottom: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  padding: 1px 10px;
  background-color: #FFFFFF;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (max-width: 380px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item {
    margin-right: 3px;
    margin-bottom: 3px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item img {
  width: 16px;
  height: auto;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item span {
  margin-bottom: 0;
  display: block;
  padding-left: 8px;
  max-width: calc(100% - 16px);
  font-size: 14px;
  line-height: 32px;
  font-style: italic;
  color: #637381;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@media (min-width: 0px) and (max-width: 767px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item span {
    font-size: 11px;
    padding-left: 4px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item a:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background: #FC7D2F;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item a:hover img {
  filter: brightness(0) invert(1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left .product_list .list-item a:hover span {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #FFFFFF;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left {
    max-width: 460px;
    flex: 0 0 460px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left {
    max-width: 600px;
    flex: 0 0 600px;
  }
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left {
    max-width: 640px;
    flex: 0 0 640px;
    padding-bottom: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left {
    max-width: 680px;
    flex: 0 0 680px;
    padding-bottom: 40px;
    padding-right: 49px;
  }
}
@media (min-width: 1600px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .left {
    max-width: 810px;
    flex: 0 0 810px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0;
  display: none;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right {
    max-width: calc(100% - 460px);
    flex: 0 0 calc(100% - 460px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right {
    max-width: calc(100% - 600px);
    flex: 0 0 calc(100% - 600px);
  }
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right {
    max-width: calc(100% - 640px);
    flex: 0 0 calc(100% - 640px);
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right {
    max-width: calc(100% - 680px);
    flex: 0 0 calc(100% - 680px);
  }
}
@media (min-width: 1600px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right {
    max-width: calc(100% - 810px);
    flex: 0 0 calc(100% - 810px);
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .d-flex .right img {
  border-radius: 8px;
}
@media (min-width: 1025px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp {
    max-width: 530px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp .listing {
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp .listing {
    margin-bottom: 20px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp .listing:last-child {
  margin-bottom: 0px;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp .listing span {
  display: block;
  font-weight: 700;
  margin-bottom: 3px;
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp.right_sign .listing {
  position: relative;
  padding-left: 25px;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp.right_sign .listing {
    padding-left: 30px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp.right_sign .listing::before {
  content: "";
  position: absolute;
  display: inline-block;
  transform: rotate(45deg);
  height: 14px;
  width: 6px;
  border-bottom: 2px solid #118D57;
  border-right: 2px solid #118D57;
  left: 5px;
  top: 3px;
}
@media (min-width: 992px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .listing_wrapp.right_sign .listing::before {
    top: 5px;
    height: 16px;
    width: 7px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .btn_wrap {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .btn_wrap {
    margin-top: 25px;
  }
}
@media (min-width: 1440px) {
  .benefits_section .benefits_details .benefits_accordion .acc-item .bottom .btn_wrap {
    margin-top: 35px;
  }
}
.benefits_section .benefits_details .benefits_accordion .acc-item .bottom .title-18 {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-1 {
  background-color: #D8F5EE;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-2 {
  background-color: #FBF4EE;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-3 {
  background-color: #D8EDF5;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-4 {
  background-color: #F5DFE3;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-5 {
  background-color: #F5E0D8;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-6 {
  background-color: #D8F5EE;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-7 {
  background-color: #FBF4EE;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-8 {
  background-color: #D8EDF5;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-9 {
  background-color: #F5DFE3;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-10 {
  background-color: #F5E0D8;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-11 {
  background-color: #D8F5EE;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-12 {
  background-color: #FBF4EE;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-13 {
  background-color: #D8EDF5;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-14 {
  background-color: #F5DFE3;
}
.benefits_section .benefits_details .benefits_accordion .acc-item.acc-15 {
  background-color: #F5E0D8;
}
.benefits_section .benefits_details .benefits_accordion .acc-item:not(:last-child) {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-bottom: -25px;
  padding-bottom: 24px;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.platform_section .header-spacing {
  max-width: 780px;
}
.platform_design {
  margin: 0 auto;
  text-align: center;
}
.platform_design .top_logo {
  text-align: center;
  display: inline-block;
  position: relative;
  top: 4px;
}
.platform_design .top_logo img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 110px;
}
.platform_design .bottom_logo {
  text-align: left;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .platform_design .bottom_logo {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo {
    padding-top: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/platform_logo/platform_arrow.webp);
    width: 1130px;
    height: 72px;
    top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo::before {
    background-size: contain;
    width: 1070px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo::before {
    width: 1130px;
    background-size: auto;
  }
}
.platform_design .bottom_logo .logo_wrap {
  width: calc(50% - 20px);
  height: 140px;
  margin: 0 10px;
  border-radius: 22px;
  border: 1px solid #212B36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  padding: 8px;
  text-align: center;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.platform_design .bottom_logo .logo_wrap:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #CF520B;
  color: #CF520B;
  background-color: #F3EDD7;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 127px;
    height: 127px;
    margin: 0 8px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 10px;
    width: 130px;
    height: 130px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 12px;
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 140px;
    height: 140px;
  }
}
.platform_design .bottom_logo .logo_wrap .name {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 16px;
    line-height: 28px;
  }
}
@keyframes top_dots_left {
  0% {
    right: -140px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 50px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -34px;
    right: 63px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 66px;
    opacity: 0.6;
  }
  100% {
    top: -22px;
    right: 66px;
    opacity: 0;
  }
}
@keyframes top_dots_right {
  0% {
    right: 280px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 80px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -33px;
    right: 69px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 65px;
    opacity: 0.6;
  }
  100% {
    top: -18px;
    right: 65px;
    opacity: 0;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.why_choose_section {
  background-color: #D8EDF5;
  position: relative;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  padding-bottom: 110px;
  z-index: 0;
}
@media (min-width: 768px) {
  .why_choose_section {
    padding-bottom: 120px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 992px) {
  .why_choose_section {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .why_choose_section::after {
    content: "";
    background-image: url(../../assets/images/why_choose.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 990px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    border-top-right-radius: 60px;
  }
}
.why_choose_section .why_choose_details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.why_choose_section .why_choose_details .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right {
    max-width: 600px;
    flex: 0 0 600px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .right {
    max-width: 750px;
    flex: 0 0 750px;
  }
}
@media (min-width: 1440px) {
  .why_choose_section .why_choose_details .right {
    max-width: 870px;
    flex: 0 0 870px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -12px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items {
  padding: 0 12px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items {
    padding: 0 5px;
  }
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items {
    max-width: 50%;
    flex: 0 0 50%;
    position: relative;
    -o-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    transition: 0.7s ease;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
  border-radius: 24px;
  margin-bottom: 24px;
  background-color: #FFFFFF;
  border: 1px solid #212B36;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 30px 20px;
  }
}
@media (min-width: 1440px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box {
    padding: 40px 30px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
  width: 50px;
  margin-top: 5px;
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box img {
    width: 60px;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
  max-width: calc(100% - 50px);
  flex: 0 0 calc(100% - 50px);
  padding-left: 20px;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
    max-width: 100%;
    flex: 0 0 100%;
    padding-left: 0px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right {
    max-width: calc(100% - 60px);
    flex: 0 0 calc(100% - 60px);
    padding-left: 20px;
    margin-top: 0;
  }
}
.why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
  margin-bottom: 6px;
}
@media (min-width: 768px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
    margin-bottom: 10px;
  }
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items .inner_box .right .title-24 {
    margin-bottom: 14px;
  }
}
@media (min-width: 1025px) {
  .why_choose_section .why_choose_details .right .why_choose_slider .items:nth-child(2n) {
    top: 100px;
  }
}
.why_choose_section .why_choose_details .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 600px);
    flex: 0 0 calc(100% - 600px);
    padding-right: 25px;
    position: sticky;
    top: 120px;
    z-index: 2;
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 750px);
    flex: 0 0 calc(100% - 750px);
    padding-right: 50px;
  }
}
@media (min-width: 1440px) {
  .why_choose_section .why_choose_details .left {
    max-width: calc(100% - 870px);
    flex: 0 0 calc(100% - 870px);
    padding-right: 72px;
  }
}
@media (min-width: 992px) {
  .why_choose_section .why_choose_details .left .header-spacing {
    text-align: left;
  }
}
.why_choose_section .slick-dots {
  bottom: -10px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .container {
    padding: 0;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .container .left {
    padding: 0 20px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .why_choose_section .g-line span:first-child::before {
    opacity: 0;
  }
}
@media (min-width: 768px) {
  .why_choose_section .g-line span:last-child::before {
    opacity: 1;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.features-section {
  background-color: #262626;
  border-radius: 24px;
  margin-top: -60px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .features-section {
    border-radius: 60px;
    padding-bottom: 0;
  }
}
.features-section::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/circle_shedow.webp);
  top: 0;
  bottom: -26px;
  left: 0;
  right: 0;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 0;
}
.features-section .header-spacing .title-64 {
  color: #FFFFFF;
}
.features-section .features_parents {
  position: relative;
}
.features-section .features_parents::after {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/px_circle_logo.svg);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 60px;
  background-repeat: no-repeat;
  width: 120px;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 767px) {
  .features-section .features_parents::after {
    display: none;
  }
}
@media (min-width: 1025px) {
  .features-section .features-wrapper {
    position: relative;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }
}
.features-section .features-wrapper .descriptions {
  width: 100%;
  height: 100%;
  z-index: 2;
  position: relative;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
}
.features-section .features-wrapper .descriptions .desc_box {
  -o-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  transition: 0.3s ease;
  margin: auto;
  max-width: 620px;
}
@media (min-width: 992px) {
  .features-section .features-wrapper .descriptions .desc_box {
    max-width: 740px;
  }
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 3;
    left: 0;
    right: 0;
    bottom: 100px;
    text-align: center;
    max-width: 550px;
  }
}
@media (min-width: 992px) {
  .features-section .features-wrapper .descriptions .desc_box {
    bottom: 180px;
  }
}
@media (min-width: 1200px) {
  .features-section .features-wrapper .descriptions .desc_box {
    max-width: 510px;
    bottom: 170px;
  }
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .descriptions .desc_box {
    bottom: 160px;
    max-width: 540px;
  }
}
@media (min-width: 1600px) {
  .features-section .features-wrapper .descriptions .desc_box {
    bottom: 190px;
  }
}
.features-section .features-wrapper .descriptions .desc_box .title-18 {
  font-family: "Recoleta";
  background-color: #FFFFFF;
  color: #212B36;
  padding: 14px 40px 40px 20px;
  margin-top: -25px;
  margin-bottom: 0;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-top: 1px solid #212B36;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box .title-18 {
    color: #FFFFFF;
    background-color: transparent;
    padding: 0;
    margin-bottom: 10px;
    border-radius: 0;
    border-top: 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .features-section .features-wrapper .descriptions .desc_box .title-18 {
    font-size: 24px;
  }
}
.features-section .features-wrapper .descriptions .desc_box .title-18.sign_box::before {
  margin: 0;
  top: 19px;
  right: 20px;
  background-image: url(../../assets/images/orange_plus.svg);
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box .title-18.sign_box::before, .features-section .features-wrapper .descriptions .desc_box .title-18.sign_box::after {
    display: none;
  }
}
.features-section .features-wrapper .descriptions .desc_box .title-18.active {
  padding-bottom: 15px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
.features-section .features-wrapper .descriptions .desc_box .title-18.active.sign_box::before {
  background-image: url(../../assets/images/orange_minius.svg);
}
.features-section .features-wrapper .descriptions .desc_box .desc {
  color: #FFFFFF;
  display: none;
  padding-bottom: 40px;
  padding-top: 20px;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box .desc {
    display: block;
    padding-bottom: 0;
    padding-top: 0;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .descriptions .desc_box .desc {
    font-size: 16px;
    line-height: 28px;
  }
}
.features-section .features-wrapper .descriptions .desc_box:first-child .title-18 {
  margin-top: 0;
}
.features-section .features-wrapper .descriptions .desc_box:last-child .title-18 {
  padding-bottom: 18px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .descriptions .desc_box:last-child .title-18 {
    padding-bottom: 0;
  }
}
.features-section .features-wrapper .descriptions .desc_box:last-child .title-18.active {
  -o-transition: 0.2s ease-in;
  -moz-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.features-section .features-wrapper .content {
  position: relative;
  top: 0;
  left: 0;
  height: 71vh;
  overflow: visible;
  z-index: 2;
  display: none;
}
@media (min-width: 1025px) {
  .features-section .features-wrapper .content {
    display: block;
  }
}
@media (min-width: 1200px) {
  .features-section .features-wrapper .content {
    height: 95vh;
  }
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .content {
    height: 71vh;
  }
}
.features-section .features-wrapper .content .item {
  position: absolute;
  top: 76%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media (min-width: 992px) {
  .features-section .features-wrapper .content .item {
    top: 71%;
  }
}
@media (min-height: 600px) {
  .features-section .features-wrapper .content .item {
    top: 76%;
  }
}
@media (min-height: 625px) {
  .features-section .features-wrapper .content .item {
    top: 71%;
  }
}
.features-section .features-wrapper .content .item .child {
  height: 180px;
  width: 180px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 24px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  position: relative;
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .content .item .child {
    height: 200px;
    width: 200px;
  }
}
.features-section .features-wrapper .content .item .child::before {
  content: "";
  position: absolute;
  border-top: 15px solid transparent;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  bottom: -15px;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.features-section .features-wrapper .content .item .child img {
  filter: invert(1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  width: 60px;
}
@media (min-width: 1440px) {
  .features-section .features-wrapper .content .item .child img {
    width: 80px;
  }
}
.features-section .features-wrapper .content .item .child .title-18 {
  color: #FFFFFF;
  max-width: 177px;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  font-family: "Recoleta";
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.features-section .features-wrapper .content .item.active .child {
  transform: unset;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.features-section .features-wrapper .content .item.active .child::before {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-top-color: #FFFFFF;
  transition-delay: 0.5s;
}
.features-section .features-wrapper .content .item.active .child, .features-section .features-wrapper .content .item:hover .child {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  background-color: #FFFFFF;
}
.features-section .features-wrapper .content .item.active .child img, .features-section .features-wrapper .content .item:hover .child img {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  filter: unset;
}
.features-section .features-wrapper .content .item.active .child .title-18, .features-section .features-wrapper .content .item:hover .child .title-18 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #000000;
}
.features-section .slider_button {
  display: none;
}
@media (min-width: 1025px) {
  .features-section .slider_button {
    display: block;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    z-index: 3;
  }
}
@media (min-width: 1200px) {
  .features-section .slider_button {
    bottom: 80px;
  }
}
@media (min-width: 1440px) {
  .features-section .slider_button {
    bottom: 90px;
  }
}
.features-section .slider_button button {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  border-radius: 50%;
  border: 1px solid rgba(145, 158, 171, 0.32);
  font-size: 0;
  cursor: pointer;
  margin: 0 5px;
}
.features-section .slider_button button.next::before {
  transform: rotate(-45deg);
  right: 3px;
  position: relative;
}
.features-section .slider_button button::before {
  content: "";
  border: solid #CF520B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(135deg);
  position: relative;
  right: -2px;
  top: 5px;
}
@media (min-width: 1200px) {
  .features-section .slider_button button {
    width: 38px;
    height: 38px;
  }
}
@media (min-height: 570px) {
  .features-section .features-wrapper .content {
    height: 100dvh;
  }
}
@media (min-height: 700px) {
  .features-section .features-wrapper .content {
    height: 81vh;
  }
}
@media (min-height: 800px) {
  .features-section .features-wrapper .content {
    height: 82vh;
  }
}
@media (min-height: 900px) {
  .features-section .features-wrapper .content {
    height: 73vh;
  }
}
/*# sourceMappingURL=home.css.map */