#section_CiriksSupportSingleText_0 {   background: #ffffff;   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   font-family: "Poppins", sans-serif; }   #section_CiriksSupportSingleText_0 .container {     display: flex;     justify-content: center;     flex-direction: column;     max-width: 1400px;     padding-top: 20px;     padding-bottom: 20px;     width: calc(100% - 20px); }   #section_CiriksSupportSingleText_0 .container .title {     font-size: 36px;     line-height: 40px;     margin-top: 20px;     margin-bottom: 20px;     max-width: 1020px;     width: 100%;     color: #7f0d5c; }   #section_CiriksSupportSingleText_0 .container .text_container {     display: flex;     max-width: 1400px;     gap: 30px;     margin-top: 20px;     justify-content: space-between;     align-items: flex-start;     width: 100%; }   #section_CiriksSupportSingleText_0 .container .text_container .part1 {     max-width: 1050px;     width: 100%; }   #section_CiriksSupportSingleText_0 .container .text_container .part1 .desc {     font-size: 14px;     line-height: 25px;     color: #707070; }   #section_CiriksSupportSingleText_0 .container .text_container .part1 > img {     width: 100%;     max-height: 300px;     object-position: center;     object-fit: cover; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 {     display: flex;     flex-direction: column;     align-items: center;     justify-content: space-between;     background-color: #f5f5f5;     border-radius: 10px;     max-width: 350px;     width: 100%; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box {     display: flex;     flex-direction: column;     padding: 20px;     width: calc(100% - 40px); }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box {     font-size: 24px;     line-height: 30px;     margin-top: 20px;     margin-bottom: 20px;     color: #000000;     position: relative; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box:before {     content: '';     position: absolute;     top: -15px;     left: 0;     width: 15px;     height: 15px;     border-radius: 50%;     background-color: #7f0d5c; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .desc_box {     font-size: 14px;     line-height: 20px;     color: #a4a4a4; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .btn {     max-width: 300px;     min-width: 200px;     text-decoration: none;     padding: 10px;     box-sizing: border-box;     text-align: center;     display: flex;     justify-content: center;     align-items: center;     border-radius: 5px;     background-color: #eb6713;     color: #ffffff;     min-height: 44px;     border: none;     margin-bottom: 20px;     transition: all .2s ease-in-out; }   #section_CiriksSupportSingleText_0 .container .text_container .part2 .btn:hover {     background-color: #7f0d5c;     transition: all .2s ease-in-out; }   @media only screen and (max-width: 1090px) {     #section_CiriksSupportSingleText_0 .container .title {       font-size: 24px;       line-height: 30px;       width: 100%; }     #section_CiriksSupportSingleText_0 .container .text_container {       flex-direction: column;       margin-top: revert; }     #section_CiriksSupportSingleText_0 .container .text_container .part1 > img {       max-width: 100%; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 {       max-width: 100%;       min-height: revert; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .btn {       max-width: 150px; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box {       font-size: 16px;       line-height: 20px; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box:before {       top: -10px;       width: 10px;       height: 10px; } }   @media only screen and (max-width: 580px) {     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box {       font-size: 24px;       line-height: 30px; }     #section_CiriksSupportSingleText_0 .container .text_container .part2 .box .title_box:before {       top: -10px;       width: 10px;       height: 10px; } }  #section_CiriksSupportSingleOther_1 {   background-color: #f5f5f5;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_CiriksSupportSingleOther_1 .container {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     width: 100%;     max-width: 1400px;     min-height: 200px;     user-select: none;     position: relative; }   #section_CiriksSupportSingleOther_1 .container .main_title {     font-size: 24px;     line-height: 30px;     color: #821a4e;     margin-top: 20px;     margin-bottom: 20px; }   #section_CiriksSupportSingleOther_1 .container .slider {     max-width: 1400px;     width: 100%;     overflow: hidden; }   #section_CiriksSupportSingleOther_1 .container .slider .slides {     display: flex;     width: 100%;     transition: all .48s ease-in-out; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide {     max-width: 500px;     width: calc(100% - 20px);     margin: 10px;     background-color: #ffffff;     border-radius: 10px;     display: flex;     flex-direction: column;     flex-shrink: 0;     overflow: hidden;     position: relative;     box-shadow: #63636333 0 3px 8px;     z-index: 2; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide a {     text-decoration: none;     color: #404040 !important; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide a:hover,   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide a:focus,   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide a:active {     color: #eb6713 !important; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide:hover .title:before {     height: 100%;     background: linear-gradient(90deg, #c3c3c3 0%, #dedede 100%);     transition: all .3s ease-in-out; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .title:before {     content: '';     position: absolute;     top: 0;     left: 0;     border-top-left-radius: 10px;     border-top-right-radius: 10px;     height: 85%;     width: 100%;     background: linear-gradient(90deg, #d8dadd 0%, #f2f2f2 100%);     z-index: 1;     transition: all .3s ease-in-out; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .title {     font-size: 18px;     line-height: 25px;     margin: 0;     padding: 20px;     overflow: hidden;     display: -webkit-box;     -webkit-line-clamp: 2;     -webkit-box-orient: vertical;     position: relative;     z-index: 2; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .title > span {     font-size: 18px;     line-height: 25px;     margin: 0;     overflow: hidden;     display: -webkit-box;     -webkit-line-clamp: 2;     -webkit-box-orient: vertical;     z-index: 2;     position: relative; }   #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .desc {     font-size: 14px;     line-height: 20px;     color: #707070;     margin: 2px 20px 20px 20px;     box-sizing: border-box;     overflow: hidden;     display: -webkit-box;     -webkit-line-clamp: 3;     -webkit-box-orient: vertical;     z-index: 2; }   #section_CiriksSupportSingleOther_1 .container .prev,   #section_CiriksSupportSingleOther_1 .container .next {     position: absolute;     border-radius: 100%;     top: 50%;     border: none;     background-color: transparent;     cursor: pointer;     z-index: 1001; }   #section_CiriksSupportSingleOther_1 .container .prev i,   #section_CiriksSupportSingleOther_1 .container .next i {     width: 35px;     height: 35px;     font-size: 35px;     color: transparent;     -webkit-text-stroke: 2px #eb6713; }   #section_CiriksSupportSingleOther_1 .container .prev i:hover,   #section_CiriksSupportSingleOther_1 .container .next i:hover {     color: #eb6713;     -webkit-text-stroke: 2px #eb6713; }   #section_CiriksSupportSingleOther_1 .container .prev {     transform: rotate(180deg); }   #section_CiriksSupportSingleOther_1 .container .prev {     left: -50px; }   #section_CiriksSupportSingleOther_1 .container .next {     right: -50px; }   @media only screen and (max-width: 1500px) {     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide {       max-width: 500px;       height: auto; }     #section_CiriksSupportSingleOther_1 .container .prev i,     #section_CiriksSupportSingleOther_1 .container .next i {       width: 25px;       height: 25px;       font-size: 25px; }     #section_CiriksSupportSingleOther_1 .container .prev {       left: 0; }     #section_CiriksSupportSingleOther_1 .container .next {       right: 0; }     #section_CiriksSupportSingleOther_1 .container .slider {       width: calc(100% - 56px); }     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .desc {       -webkit-line-clamp: 4; } }   @media only screen and (max-width: 1090px) {     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .title {       -webkit-line-clamp: 3; }     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .title > span {       -webkit-line-clamp: 3; }     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .desc {       -webkit-line-clamp: 5; } }   @media only screen and (max-width: 580px) {     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide {       max-width: 100%; }     #section_CiriksSupportSingleOther_1 .container .title {       font-size: 24px;       line-height: 30px; }     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .product_name {       font-size: 16px;       line-height: 20px; }     #section_CiriksSupportSingleOther_1 .container .prev i,     #section_CiriksSupportSingleOther_1 .container .next i {       width: 20px;       height: 20px;       font-size: 20px; }     #section_CiriksSupportSingleOther_1 .container .slider .slides .slide .desc {       -webkit-line-clamp: 7; } } 
