#section_HeaderLogicsept_0 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   width: 100%;   top: 0 !important;   left: 0;   z-index: 1000;   font-family: "Poppins", sans-serif;   transition: all .4s ease-out;   position: relative; }   #section_HeaderLogicsept_0 .CSSHOP {     z-index: 21;     margin: 5px; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon .amount {     background-color: #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .user_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .CSSHOP .cart_icon:hover i {     color: #1C2D4E !important;     -webkit-text-stroke: 1px #1C2D4E !important; }   #section_HeaderLogicsept_0 .container {     display: flex;     justify-content: center;     align-items: center;     flex-direction: column;     margin-bottom: 14px;     background-color: transparent;     width: 100%;     max-width: 1440px;     position: relative; }   #section_HeaderLogicsept_0 .container .display_none {     display: none !important; }   #section_HeaderLogicsept_0 .container .navbar {     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     max-width: 1170px;     background-color: #1C2D4E;     width: calc(100% - 20px);     z-index: 2; }   #section_HeaderLogicsept_0 .container .nav_header {     display: flex;     flex-direction: row;     justify-content: space-between;     align-items: center;     max-width: 1170px;     max-height: 75px;     width: calc(100% - 20px); }   #section_HeaderLogicsept_0 .container .nav_header .logo_container {     display: flex;     flex-direction: row;     align-items: center;     gap: 50px; }   #section_HeaderLogicsept_0 .container .nav_header .cart_container {     display: flex;     align-items: center;     flex-direction: row;     gap: 10px; }   #section_HeaderLogicsept_0 .container .nav_header .logo {     max-width: 125px;     width: 100%; }   #section_HeaderLogicsept_0 .container .nav_header .logo > img {     width: 125px;     height: 70px;     object-fit: cover;     object-position: center; }   #section_HeaderLogicsept_0 .container .nav_header .contact {     display: flex;     flex-direction: column;     justify-content: space-evenly;     gap: 10px;     font-size: 13px;     color: #606060; }   #section_HeaderLogicsept_0 .container .nav_header .contact i {     font-size: 14px;     -webkit-text-stroke: 1px #666666;     color: transparent; }   #section_HeaderLogicsept_0 .container .nav_header .contact a {     text-decoration: none;     color: inherit; }   #section_HeaderLogicsept_0 .container .nav_header .contact a:hover {     text-decoration: underline; }   #section_HeaderLogicsept_0 .container .nav_header .user_lang > ul {     display: flex;     flex-direction: row-reverse;     gap: 5px; }   #section_HeaderLogicsept_0 .container .nav_header ul {     display: flex;     justify-content: center;     align-items: center;     gap: 20px;     list-style: none;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .nav_header ul li {     display: flex;     font-size: 14px; }   #section_HeaderLogicsept_0 .container .navbar ul {     display: flex;     justify-content: center;     align-items: center;     gap: 40px;     list-style: none;     width: 100%;     margin: 0;     padding: 0; }   #section_HeaderLogicsept_0 .container .navbar > ul li a {     text-decoration: none;     color: #fff;     transition: all .2s ease-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav {     position: relative;     display: flex;     height: 50px;     align-items: center;     font-size: 14px;     cursor: pointer; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a::before {     content: '';     position: absolute;     left: -15px;     right: -15px;     top: -15px;     bottom: -15px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav a {     position: relative; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav i {     font-size: 16px;     transform: none;     color: #fff;     margin-right: 5px;     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-9%);     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     background-color: #fff;     top: 50px;     flex-direction: row;     gap: 20px;     padding: 0 20px 10px 20px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(2) .nav_content {     transform: translateX(-31%); }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     display: none;     overflow: hidden;     position: absolute;     transform: translateX(-25%);     background-color: #fff;     box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;     top: 50px;     flex-direction: column; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:nth-child(1) .nav_links {     min-width: 230px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav::before:hover .nav_links {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:nth-last-child(1) {     border-bottom: none; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title {     text-align: center;     font-size: 14px;     font-weight: bold;     padding-top: 5px;     padding-bottom: 5px;     background-color: #fff;     border-bottom: 1px solid #404040; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title > a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links > a {     text-decoration: none;     color: #404040;     background-color: #fff;     border-bottom: none !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content_title a:hover {     background-color: revert !important; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 {     display: flex;     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links {     font-size: 14px;     flex-direction: column;     min-width: 160px; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     font-weight: normal;     border-bottom: 1px solid #e9e9e9; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_content .nav_content1 a:hover,   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover .nav_content {     display: flex; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a {     color: #404040;     background-color: #fff;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a {     color: #404040;     background-color: #fff;     border-bottom: 1px solid #e9e9e9;     text-decoration: none;     width: 100%;     text-align: center;     display: block;     padding: 10px 0 10px 0; }   #section_HeaderLogicsept_0 .container .navbar .nav_content a:hover, #section_HeaderLogicsept_0 .container .navbar .sub_nav .nav_links a:hover {     background-color: #f5f5f5;     font-weight: bold; }   #section_HeaderLogicsept_0 .container .navbar .sub_nav:hover i {     transform: rotate(90deg);     transition: all .2s ease-in-out; }   #section_HeaderLogicsept_0 .container .hamburger {     z-index: 1; }   #section_HeaderLogicsept_0 .container .nav_mobile {     display: none; }   #section_HeaderLogicsept_0 .container .mobile_header {     display: none; }   #section_HeaderLogicsept_0 .container .contact_res {     display: none; }   #section_HeaderLogicsept_0 .container .user_lang_res {     display: flex;     flex-direction: row;     align-items: center;     gap: 10px;     z-index: 4; }   #section_HeaderLogicsept_0 .container .user_lang_res ul {     display: flex;     list-style: none;     align-items: center;     gap: 5px;     padding: 0;     margin: 0; }   #section_HeaderLogicsept_0 .container .languages {     position: relative;     color: #424242;     width: 100%; }   #section_HeaderLogicsept_0 .container .languages img {     width: 18px;     height: 18px;     margin-right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGpreview {     max-width: 80px !important;     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     font-size: 12px;     padding: 2px 20px 2px 2px;     color: #404040;     background-color: #ffffff;     border-radius: 6px;     font-weight: bold;     cursor: pointer;     position: relative;     height: auto; }   #section_HeaderLogicsept_0 .container .LNGpreview::after {     content: "\25BC";     position: absolute;     color: #404040;     right: 5px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown {     display: none;     padding: 5px !important;     list-style: none;     border-radius: 6px;     width: 80px;     margin: 27px 0px 0px 0px !important;     position: absolute;     color: #404040;     top: 0px;     z-index: 1000;     background: #f5f5f5; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li {     padding: revert;     border-radius: 6px;     display: flex;     align-items: center;     margin-top: 5px;     border-bottom: revert;     width: revert;     transition: revert;     background-color: revert;     width: 92px; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     border-top: revert;     color: revert;     border-bottom: revert;     width: revert; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li:nth-last-child(1) {     text-align: revert;     padding: revert;     font-size: revert;     color: revert;     border: revert;     background-color: revert;     width: revert; }   #section_HeaderLogicsept_0 .container languages .LNGdropdown li:hover {     background: #707070; }   #section_HeaderLogicsept_0 .container .languages .LNGdropdown li a {     display: flex !important;     flex-direction: row;     justify-content: flex-start;     align-items: center;     width: 100%;     font-size: 14px;     text-decoration: none;     color: #404040; }   @media only screen and (max-width: 1170px) {     #section_HeaderLogicsept_0 .container {       min-height: 100px;       border-bottom: 1px solid #cdcdcd;       margin-bottom: revert; }     #section_HeaderLogicsept_0 .container .mobile_header {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo_container {       display: flex;       justify-content: flex-start;       align-items: center;       width: 100%;       gap: 10px;       z-index: 4; }     #section_HeaderLogicsept_0 .container .nav_header {       display: none !important; }     #section_HeaderLogicsept_0 .container .navbar {       display: none !important; }     #section_HeaderLogicsept_0 .container .nav_mobile {       display: block;       position: absolute;       height: 100%;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile::before {       content: '';       position: absolute;       height: 100%;       width: 100%;       background-color: #fff;       z-index: 4; }     #section_HeaderLogicsept_0 .container .mobile_header .logo {       max-width: 125px;       width: 100%; }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 125px;       height: 70px;       user-select: none; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links {       position: absolute;       list-style: none;       top: -1000px;       width: calc(100% - 40px);       background-color: #fff;       display: flex;       justify-content: center;       align-items: center;       flex-direction: column;       text-align: center;       margin: 0;       padding: 0;       transform: translateY(-40px);       transition: all .2s ease-in-out;       z-index: 2; }     #section_HeaderLogicsept_0 .container .nav_mobile .nav_mobile_links.open {       transform: translateY(50px);       transition: all .2s ease-in;       top: 52px;       display: flex;       width: 100%;       flex-direction: column;       align-items: center; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li {       padding: 10px;       border-bottom: 2px solid #eeeeee;       width: calc(100% - 20px);       display: flex;       justify-content: center;       align-items: flex-start;       flex-direction: column;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li:hover {       background-color: #fff;       border-bottom: 2px solid #cdcdcd;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a {       font-size: 16px;       color: #404040;       transition: all .2s ease-in-out;       text-align: center;       text-decoration: none;       width: 100%;       display: flex;       justify-content: space-between; }     #section_HeaderLogicsept_0 .container .nav_mobile ul li a:hover {       color: #009aa4 !important;       font-weight: bold;       transition: all .2s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .last {       display: flex;       justify-content: space-between;       align-items: center;       width: calc(100% - 20px); }     #section_HeaderLogicsept_0 .container .hamburger {       display: flex; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button {       width: 20px;       height: 20px;       cursor: pointer;       transform: scaleX(-1); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button line {       stroke: #1C2D4E;       stroke-dasharray: 100%;       stroke-dashoffset: 0%;       transition: transform 0.3s, stroke-dashoffset .4s;       transform-origin: center;       stroke-width: 3px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .top {       transform: translateY(-35%);       -webkit-transform: translateY(-35%);       -moz-transform: translateY(-33%);       -ms-transform: translateY(35%);       -o-transform: translateY(35%); }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .middle {       transform: scaleX(1);       transition: opacity .3s, transform .3s; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button .bottom {       transform: translateY(33%);       stroke-dasharray: 100%;       stroke-dashoffset: 9px; }     #section_HeaderLogicsept_0 .container .hamburger .hamburger_button:hover .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .top {       transform: rotate(45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .middle {       transform: scaleX(0.1);       opacity: 0; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button line.bottom {       transform: rotate(-45deg);       stroke-linecap: round; }     #section_HeaderLogicsept_0 .container .hamburger.menu-open .hamburger_button .bottom {       stroke-dashoffset: 0%; }     #section_HeaderLogicsept_0 .container .hamburger {       width: auto; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button {       position: relative;       display: flex;       justify-content: space-between;       align-items: center;       cursor: pointer;       width: 100%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button a {       text-align: left; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button i {       color: #1C2D4E;       font-size: 14px;       width: 50px;       text-align: center;       transition: all .4s ease-in-out; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active:before {       transform: rotate(-360deg) translateY(-20px);       opacity: 0; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.active i,     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-button.accordion-button:focus i {       transform: rotate(90deg);       transition: all .4s ease-in-out;       opacity: 50%; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .accordion-panel {       display: none;       padding-right: 10px;       padding-left: 40px;       overflow: hidden;       width: calc(100% - 100px); }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links {       display: flex;       flex-direction: column;       gap: 10px;       margin-top: 20px; }     #section_HeaderLogicsept_0 .container .nav_mobile_links .links a {       text-align: left;       font-size: 14px;       line-height: 30px;       color: #404040;       background-color: #fff;       border-bottom: 1px solid #009aa4; }     #section_HeaderLogicsept_0 .container .contact_res {       display: flex;       flex-direction: column;       align-items: baseline;       font-size: 14px;       color: #606060;       padding-top: 20px;       padding-bottom: 20px;       gap: 10px; }     #section_HeaderLogicsept_0 .container .contact_res a {       text-decoration: none;       color: inherit; }     #section_HeaderLogicsept_0 .container .nav_header {       justify-content: flex-end; } }   @media only screen and (max-width: 580px) {     #section_HeaderLogicsept_0 .container .mobile_header .logo {       width: calc(100% - 10px); }     #section_HeaderLogicsept_0 .container .mobile_header .logo > img {       width: 100%;       height: auto; } }  #section_logicseptproductContactSell {   /* SHIPPING STEP */   /* DARK */   /* PRODUCT */   /* PRODUCT */   /* PRODUCT */   /* PRODUCT */   /* PRODUCT */   /* Gallery */   /*  Product info */ }   #section_logicseptproductContactSell #blackBox_basket {     background-color: #eee;     display: flex;     flex-direction: row;     justify-content: space-evenly;     align-items: center;     width: 70px;     min-width: 70px;     padding: 5px;     border-radius: 6px;     cursor: pointer;     font-family: sans-serif; }   #section_logicseptproductContactSell #blackBox_basket .blackBox_basket_icon {     display: flex;     width: 22px;     height: 20px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+);     background: #424242;     position: relative; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_trash_icon {     display: flex;     width: 14px;     height: 16px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik00MzIgMzJIMzEybC05LjQtMTguN0EyNCAyNCAwIDAgMCAyODEuMSAwSDE2Ni44YTIzLjcyIDIzLjcyIDAgMCAwLTIxLjQgMTMuM0wxMzYgMzJIMTZBMTYgMTYgMCAwIDAgMCA0OHYzMmExNiAxNiAwIDAgMCAxNiAxNmg0MTZhMTYgMTYgMCAwIDAgMTYtMTZWNDhhMTYgMTYgMCAwIDAtMTYtMTZ6TTUzLjIgNDY3YTQ4IDQ4IDAgMCAwIDQ3LjkgNDVoMjQ1LjhhNDggNDggMCAwIDAgNDcuOS00NUw0MTYgMTI4SDMyeiIvPjwvc3ZnPg==);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik00MzIgMzJIMzEybC05LjQtMTguN0EyNCAyNCAwIDAgMCAyODEuMSAwSDE2Ni44YTIzLjcyIDIzLjcyIDAgMCAwLTIxLjQgMTMuM0wxMzYgMzJIMTZBMTYgMTYgMCAwIDAgMCA0OHYzMmExNiAxNiAwIDAgMCAxNiAxNmg0MTZhMTYgMTYgMCAwIDAgMTYtMTZWNDhhMTYgMTYgMCAwIDAtMTYtMTZ6TTUzLjIgNDY3YTQ4IDQ4IDAgMCAwIDQ3LjkgNDVoMjQ1LjhhNDggNDggMCAwIDAgNDcuOS00NUw0MTYgMTI4SDMyeiIvPjwvc3ZnPg==);     background: #EF5350;     position: relative;     margin-right: 20px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_trash_icon:hover {     background: #D32F2F; }   #section_logicseptproductContactSell #blackBox_basket .blackBox_basket_number {     background-color: #EF5350;     color: #fff;     padding: 5px;     width: 20px;     border-radius: 6px;     text-align: center;     font-size: 12px;     font-weight: bold;     font-family: arial; }   #section_logicseptproductContactSell #blackBox_basket_window {     position: absolute;     background: #f5f5f5;     width: 60%;     min-height: 50vh;     top: 25%;     left: 20%;     border-radius: 6px;     box-shadow: 0px 0px 40px -10px #B0BEC5;     border: solid 1px #E0E0E0;     padding: 20px;     display: none;     flex-direction: column;     justify-content: space-between;     cursor: auto;     z-index: 10000;     font-family: sans-serif; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_title {     display: flex;     padding: 5px 0px;     font-size: 22px;     font-weight: bold;     font-family: Arial;     color: #616161;     justify-content: space-between;     align-items: center; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_title .closeBtn {     color: #E57373;     font-family: sans-serif;     font-weight: normal;     font-size: 18px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools {     display: flex;     justify-content: space-between;     align-items: center;     padding: 20px 0px;     border-bottom: solid 1px #616161; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools > span {     font-size: 18px;     font-weight: bold;     color: #8BC34A;     height: 76px;     display: flex;     justify-content: flex-end;     align-items: flex-end; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps {     display: flex;     flex: 1;     flex-direction: row;     justify-content: flex-start;     align-items: center;     margin-right: 40px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step {     display: flex;     width: 96px;     height: 64px;     border: solid 2px #e0e0e0;     border-radius: 6px;     padding: 5px;     justify-content: center;     flex-direction: column;     align-items: center;     cursor: pointer;     color: #BDBDBD; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBox_basket_step_payment {     flex-direction: row !important;     width: 170px !important;     padding: 0px !important;     height: 74px !important; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBox_basket_step_payment span {     display: flex;     flex: 1;     justify-content: center;     color: #616161;     font-weight: bold;     font-size: 18px;     height: 100%;     align-items: center;     background: #e0e0e0; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBoxActive.blackBox_basket_step_payment span {     background: #8bc34a;     color: #f5f5f5;     border-radius: 0px 4px 4px 0px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBox_basket_step_payment div {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     height: 56px;     padding: 10px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step:hover {     background-color: #F1F8E9; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_stepLine {     border-bottom: dotted 3px #e0e0e0;     display: flex;     flex: 1; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_stepLine.blackBoxActive,   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBoxActive {     border-color: #8BC34A;     border-style: solid;     border-width: 1px;     color: #8BC34A;     background-color: #F1F8E9; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon {     display: flex;     background: #BDBDBD;     position: relative;     margin: 5px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step.blackBoxActive .blackBox_basket_stepIcon {     background: #8BC34A; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon.basket {     width: 34px;     height: 32px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1NzYgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik01MjguMTIgMzAxLjMxOWw0Ny4yNzMtMjA4QzU3OC44MDYgNzguMzAxIDU2Ny4zOTEgNjQgNTUxLjk5IDY0SDE1OS4yMDhsLTkuMTY2LTQ0LjgxQzE0Ny43NTggOC4wMjEgMTM3LjkzIDAgMTI2LjUyOSAwSDI0QzEwLjc0NSAwIDAgMTAuNzQ1IDAgMjR2MTZjMCAxMy4yNTUgMTAuNzQ1IDI0IDI0IDI0aDY5Ljg4M2w3MC4yNDggMzQzLjQzNUMxNDcuMzI1IDQxNy4xIDEzNiA0MzUuMjIyIDEzNiA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTE1LjY3NC02LjQ0Ny0yOS44MzUtMTYuODI0LTQwaDIwOS42NDdDNDMwLjQ0NyA0MjYuMTY1IDQyNCA0NDAuMzI2IDQyNCA0NTZjMCAzMC45MjggMjUuMDcyIDU2IDU2IDU2czU2LTI1LjA3MiA1Ni01NmMwLTIyLjE3Mi0xMi44ODgtNDEuMzMyLTMxLjU3OS01MC40MDVsNS41MTctMjQuMjc2YzMuNDEzLTE1LjAxOC04LjAwMi0yOS4zMTktMjMuNDAzLTI5LjMxOUgyMTguMTE3bC02LjU0NS0zMmgyOTMuMTQ1YzExLjIwNiAwIDIwLjkyLTcuNzU0IDIzLjQwMy0xOC42ODF6Ii8+PC9zdmc+); }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon.shipping {     width: 36px;     height: 29px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MjQgMzUyaC0xNlYyNDMuOWMwLTEyLjctNS4xLTI0LjktMTQuMS0zMy45TDQ5NCAxMTAuMWMtOS05LTIxLjItMTQuMS0zMy45LTE0LjFINDE2VjQ4YzAtMjYuNS0yMS41LTQ4LTQ4LTQ4SDExMkM4NS41IDAgNjQgMjEuNSA2NCA0OHY0OEg4Yy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDI3MmM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDQwYy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDIwOGM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDhjLTQuNCAwLTggMy42LTggOHYxNmMwIDQuNCAzLjYgOCA4IDhoMjA4YzQuNCAwIDggMy42IDggOHYxNmMwIDQuNC0zLjYgOC04IDhINjR2MTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoMTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoNDhjOC44IDAgMTYtNy4yIDE2LTE2di0zMmMwLTguOC03LjItMTYtMTYtMTZ6TTE2MCA0NjRjLTI2LjUgMC00OC0yMS41LTQ4LTQ4czIxLjUtNDggNDgtNDggNDggMjEuNSA0OCA0OC0yMS41IDQ4LTQ4IDQ4em0zMjAgMGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhzMjEuNS00OCA0OC00OCA0OCAyMS41IDQ4IDQ4LTIxLjUgNDgtNDggNDh6bTgwLTIwOEg0MTZWMTQ0aDQ0LjFsOTkuOSA5OS45VjI1NnoiLz48L3N2Zz4=);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MjQgMzUyaC0xNlYyNDMuOWMwLTEyLjctNS4xLTI0LjktMTQuMS0zMy45TDQ5NCAxMTAuMWMtOS05LTIxLjItMTQuMS0zMy45LTE0LjFINDE2VjQ4YzAtMjYuNS0yMS41LTQ4LTQ4LTQ4SDExMkM4NS41IDAgNjQgMjEuNSA2NCA0OHY0OEg4Yy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDI3MmM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDQwYy00LjQgMC04IDMuNi04IDh2MTZjMCA0LjQgMy42IDggOCA4aDIwOGM0LjQgMCA4IDMuNiA4IDh2MTZjMCA0LjQtMy42IDgtOCA4SDhjLTQuNCAwLTggMy42LTggOHYxNmMwIDQuNCAzLjYgOCA4IDhoMjA4YzQuNCAwIDggMy42IDggOHYxNmMwIDQuNC0zLjYgOC04IDhINjR2MTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoMTI4YzAgNTMgNDMgOTYgOTYgOTZzOTYtNDMgOTYtOTZoNDhjOC44IDAgMTYtNy4yIDE2LTE2di0zMmMwLTguOC03LjItMTYtMTYtMTZ6TTE2MCA0NjRjLTI2LjUgMC00OC0yMS41LTQ4LTQ4czIxLjUtNDggNDgtNDggNDggMjEuNSA0OCA0OC0yMS41IDQ4LTQ4IDQ4em0zMjAgMGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhzMjEuNS00OCA0OC00OCA0OCAyMS41IDQ4IDQ4LTIxLjUgNDgtNDggNDh6bTgwLTIwOEg0MTZWMTQ0aDQ0LjFsOTkuOSA5OS45VjI1NnoiLz48L3N2Zz4=); }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tools .blackBox_basket_steps .blackBox_basket_step .blackBox_basket_stepIcon.payment {     width: 37px;     height: 29px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MDggMzJIMzJDMTQuMzMgMzIgMCA0Ni4zMyAwIDY0djM4NGMwIDE3LjY3IDE0LjMzIDMyIDMyIDMyaDU3NmMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJ6TTE3NiAzMjcuODhWMzQ0YzAgNC40Mi0zLjU4IDgtOCA4aC0xNmMtNC40MiAwLTgtMy41OC04LTh2LTE2LjI5Yy0xMS4yOS0uNTgtMjIuMjctNC41Mi0zMS4zNy0xMS4zNS0zLjktMi45My00LjEtOC43Ny0uNTctMTIuMTRsMTEuNzUtMTEuMjFjMi43Ny0yLjY0IDYuODktMi43NiAxMC4xMy0uNzMgMy44NyAyLjQyIDguMjYgMy43MiAxMi44MiAzLjcyaDI4LjExYzYuNSAwIDExLjgtNS45MiAxMS44LTEzLjE5IDAtNS45NS0zLjYxLTExLjE5LTguNzctMTIuNzNsLTQ1LTEzLjVjLTE4LjU5LTUuNTgtMzEuNTgtMjMuNDItMzEuNTgtNDMuMzkgMC0yNC41MiAxOS4wNS00NC40NCA0Mi42Ny00NS4wN1YxNTJjMC00LjQyIDMuNTgtOCA4LThoMTZjNC40MiAwIDggMy41OCA4IDh2MTYuMjljMTEuMjkuNTggMjIuMjcgNC41MSAzMS4zNyAxMS4zNSAzLjkgMi45MyA0LjEgOC43Ny41NyAxMi4xNGwtMTEuNzUgMTEuMjFjLTIuNzcgMi42NC02Ljg5IDIuNzYtMTAuMTMuNzMtMy44Ny0yLjQzLTguMjYtMy43Mi0xMi44Mi0zLjcyaC0yOC4xMWMtNi41IDAtMTEuOCA1LjkyLTExLjggMTMuMTkgMCA1Ljk1IDMuNjEgMTEuMTkgOC43NyAxMi43M2w0NSAxMy41YzE4LjU5IDUuNTggMzEuNTggMjMuNDIgMzEuNTggNDMuMzkgMCAyNC41My0xOS4wNSA0NC40NC00Mi42NyA0NS4wN3pNNDE2IDMxMmMwIDQuNDItMy41OCA4LTggOEgyOTZjLTQuNDIgMC04LTMuNTgtOC04di0xNmMwLTQuNDIgMy41OC04IDgtOGgxMTJjNC40MiAwIDggMy41OCA4IDh2MTZ6bTE2MCAwYzAgNC40Mi0zLjU4IDgtOCA4aC04MGMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDgwYzQuNDIgMCA4IDMuNTggOCA4djE2em0wLTk2YzAgNC40Mi0zLjU4IDgtOCA4SDI5NmMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDI3MmM0LjQyIDAgOCAzLjU4IDggOHYxNnoiLz48L3N2Zz4=);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA2NDAgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik02MDggMzJIMzJDMTQuMzMgMzIgMCA0Ni4zMyAwIDY0djM4NGMwIDE3LjY3IDE0LjMzIDMyIDMyIDMyaDU3NmMxNy42NyAwIDMyLTE0LjMzIDMyLTMyVjY0YzAtMTcuNjctMTQuMzMtMzItMzItMzJ6TTE3NiAzMjcuODhWMzQ0YzAgNC40Mi0zLjU4IDgtOCA4aC0xNmMtNC40MiAwLTgtMy41OC04LTh2LTE2LjI5Yy0xMS4yOS0uNTgtMjIuMjctNC41Mi0zMS4zNy0xMS4zNS0zLjktMi45My00LjEtOC43Ny0uNTctMTIuMTRsMTEuNzUtMTEuMjFjMi43Ny0yLjY0IDYuODktMi43NiAxMC4xMy0uNzMgMy44NyAyLjQyIDguMjYgMy43MiAxMi44MiAzLjcyaDI4LjExYzYuNSAwIDExLjgtNS45MiAxMS44LTEzLjE5IDAtNS45NS0zLjYxLTExLjE5LTguNzctMTIuNzNsLTQ1LTEzLjVjLTE4LjU5LTUuNTgtMzEuNTgtMjMuNDItMzEuNTgtNDMuMzkgMC0yNC41MiAxOS4wNS00NC40NCA0Mi42Ny00NS4wN1YxNTJjMC00LjQyIDMuNTgtOCA4LThoMTZjNC40MiAwIDggMy41OCA4IDh2MTYuMjljMTEuMjkuNTggMjIuMjcgNC41MSAzMS4zNyAxMS4zNSAzLjkgMi45MyA0LjEgOC43Ny41NyAxMi4xNGwtMTEuNzUgMTEuMjFjLTIuNzcgMi42NC02Ljg5IDIuNzYtMTAuMTMuNzMtMy44Ny0yLjQzLTguMjYtMy43Mi0xMi44Mi0zLjcyaC0yOC4xMWMtNi41IDAtMTEuOCA1LjkyLTExLjggMTMuMTkgMCA1Ljk1IDMuNjEgMTEuMTkgOC43NyAxMi43M2w0NSAxMy41YzE4LjU5IDUuNTggMzEuNTggMjMuNDIgMzEuNTggNDMuMzkgMCAyNC41My0xOS4wNSA0NC40NC00Mi42NyA0NS4wN3pNNDE2IDMxMmMwIDQuNDItMy41OCA4LTggOEgyOTZjLTQuNDIgMC04LTMuNTgtOC04di0xNmMwLTQuNDIgMy41OC04IDgtOGgxMTJjNC40MiAwIDggMy41OCA4IDh2MTZ6bTE2MCAwYzAgNC40Mi0zLjU4IDgtOCA4aC04MGMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDgwYzQuNDIgMCA4IDMuNTggOCA4djE2em0wLTk2YzAgNC40Mi0zLjU4IDgtOCA4SDI5NmMtNC40MiAwLTgtMy41OC04LTh2LTE2YzAtNC40MiAzLjU4LTggOC04aDI3MmM0LjQyIDAgOCAzLjU4IDggOHYxNnoiLz48L3N2Zz4=); }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_products {     display: flex;     flex: 1 1;     flex-direction: column;     overflow: auto;     margin-bottom: 20px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow {     display: flex;     justify-content: space-between;     align-items: center;     height: 96px;     padding: 6px;     border-bottom: solid 1px #e0e0e0; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow img {     width: 64px;     height: auto;     border-radius: 6px;     border: solid 1px #E0E0E0; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_productTitle {     display: flex;     flex: 1;     padding: 10px;     text-align: left;     text-transform: capitalize; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty {     padding: 10px;     display: flex;     justify-content: center;     align-items: center;     width: 180px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .plus {     background: #81C784;     width: 30px;     height: 30px;     display: flex;     justify-content: center;     align-items: center;     min-width: 30px;     color: green;     font-weight: bold;     font-size: 22px;     border-radius: 6px 0px 0px 6px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .plus:hover {     color: #81C784;     background: green; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .minus {     background: #EF9A9A;     width: 30px;     height: 30px;     display: flex;     justify-content: center;     align-items: center;     min-width: 30px;     color: #D32F2F;     font-weight: bold;     font-size: 22px;     border-radius: 0px 6px 6px 0px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty .minus:hover {     color: #EF9A9A;     background: #D32F2F; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_productRow .blackBox_basket_qty input {     height: 28px;     border: 0px;     width: 50px;     text-align: center; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods {     display: flex;     flex-direction: row;     justify-content: flex-start;     padding: 15px;     border: solid 2px #e0e0e0;     border-radius: 0px 0px 6px 6px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_boxTitle {     background: #e0e0e0;     width: calc(100% - 30px);     display: flex;     padding: 10px 15px;     justify-content: flex-start;     align-items: center;     margin-top: 15px;     color: #616161;     font-weight: bold;     line-height: 15px;     height: 17px;     border-radius: 6px 6px 0px 0px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod {     display: flex;     flex-direction: column;     width: 120px;     height: 150px;     background: #e0e0e0;     padding: 5px;     margin-right: 20px;     justify-content: space-between;     align-items: center;     border-radius: 6px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod.blackBoxActive {     background-color: #F1F8E9;     border: solid 1px #8bc34a; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod img {     width: 100%;     height: 120px;     border-radius: 6px;     object-fit: cover;     background: #fff; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod span {     display: flex;     justify-content: flex-start;     align-items: center;     width: 100%;     font-size: 14px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_shippingMethod span > input {     margin: 0px 5px 3px 0px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox {     min-height: 100px;     height: 100px;     width: 300px;     display: flex;     flex-direction: column;     justify-content: space-between;     align-items: flex-start;     background: #e0e0e0;     padding: 10px;     border-radius: 6px;     font-size: 14px;     margin-right: 20px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title {     display: flex;     justify-content: space-between;     width: 100%;     font-size: 14px;     font-weight: bold;     border-bottom: solid 1px #eee;     padding-bottom: 6px;     align-items: center; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title > span:first-child {     display: flex;     justify-content: center;     align-items: center; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title > span:first-child input {     margin-bottom: 5px;     margin-right: 5px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title .blackBox_basket_addressBox_price {     color: #f1f8e9;     background: #8bc34a;     padding: 5px;     border-radius: 6px;     margin-left: 5px;     display: flex;     justify-content: center;     align-content: center;     letter-spacing: 1px; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title .blackBox_basket_addressBox_edit {     color: #007aff;     letter-spacing: 1px;     font-size: 12px;     cursor: pointer;     font-weight: normal; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox .blackBox_basket_addressBox_title .blackBox_basket_addressBox_delete {     color: #E53935;     letter-spacing: 1px;     font-size: 12px;     cursor: pointer;     font-weight: normal; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addressBox.blackBoxActive {     background: #f1f8e9 !important;     border: solid 1px #8bc34a; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addAddress {     background: #f1f8e9;     border-radius: 6px;     border: solid 1px #8bc34a;     color: #8bc34a;     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     height: 100px;     padding: 10px;     min-width: 100px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_addAddressBTN:hover,   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_payBTN:hover,   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addAddress:hover {     background: #8bc34a;     border: solid 1px #f1f8e9;     color: #f1f8e9; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_addAddressBTN.cancel:hover {     background: #EF5350 !important;     border: solid 1px #FFEBEE !important;     color: #FFEBEE !important; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_addAddressBTN.info:hover {     background: #03A9F4 !important;     border: solid 1px #E1F5FE !important;     color: #E1F5FE !important; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_addAddress > span {     font-size: 50px;     font-weight: bold; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm {     display: flex;     justify-content: space-around;     width: 100%;     align-items: flex-start;     flex-wrap: wrap; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem {     display: flex;     width: calc(50% - 60px);     padding: 10px;     border: solid 1px #e0e0e0;     margin-bottom: 20px;     border-radius: 6px;     justify-content: space-between;     align-items: center;     background: #eee; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem.full {     width: calc(100% - 60px); }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem span {     color: #616161; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem input,   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem textarea,   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem select {     width: 200px;     height: 30px;     border: none;     border-radius: 6px;     background: #fff; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_shippingMethods .blackBox_basket_newAddressForm .blackBox_basket_newAddressFormItem textarea {     width: 400px;     height: 90px;     resize: none; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_addAddressBTN {     display: block;     width: calc(50% - 60px);     text-align: center;     padding: 10px;     background: #f1f8e9;     border: solid 1px #8bc34a;     border-radius: 6px;     color: #8bc34a;     font-weight: bold;     letter-spacing: 1px;     font-size: 14px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_addAddressBTN.cancel {     background: #FFEBEE !important;     border: solid 1px #EF5350 !important;     color: #EF5350 !important; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_addAddressBTN.info {     background: #E1F5FE !important;     border: solid 1px #03A9F4 !important;     color: #03A9F4 !important; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_btnContainer {     display: flex;     width: 100%;     justify-content: space-around;     align-items: center; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_payBTN {     display: block;     width: 60%;     margin: 0 auto;     text-align: center;     padding: 10px;     background: #f1f8e9;     border: solid 1px #8bc34a;     border-radius: 6px;     color: #8bc34a;     font-weight: bold;     letter-spacing: 1px;     font-size: 14px;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_basket_window table,   #section_logicseptproductContactSell #blackBox_basket_window th,   #section_logicseptproductContactSell #blackBox_basket_window td {     border: 2px solid #e0e0e0;     border-collapse: collapse;     padding: 10px;     text-align: center; }   #section_logicseptproductContactSell #blackBox_basket_window table {     width: 100%; }   #section_logicseptproductContactSell #blackBox_basket_window .blackBox_basket_tableHolder {     background: #e0e0e0;     padding: 5px;     border-radius: 6px;     margin: 15px 0px; }   #section_logicseptproductContactSell #blackBox_basket_window th[colspan="3"] {     text-align: right; }   #section_logicseptproductContactSell #blackBox_basket_window th {     background-color: #e0e0e0;     color: #616161; }   #section_logicseptproductContactSell #blackBox_basket_window td {     background-color: #fff; }   #section_logicseptproductContactSell #blackBox_basket_window tr:nth-child(even) td {     background-color: #f5f5f5; }   #section_logicseptproductContactSell #blackBox_basket.dark {     background-color: #424242; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_basket_icon {     background: #eee; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_basket_basketList {     background: #424242; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_basket_basketList .blackBox_basket_title {     color: #eee; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_basket_basketList .blackBox_basket_tools,   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_basket_productRow {     border-bottom: solid 1px #757575; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_basket_productRow .blackBox_basket_productTitle {     color: #eee; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_trash_icon {     background: #FFCDD2; }   #section_logicseptproductContactSell #blackBox_basket.dark .blackBox_trash_icon:hover {     background: #EF5350; }   #section_logicseptproductContactSell .blackBox_product {     display: flex;     justify-content: flex-start;     align-items: flex-start;     padding: 20px;     max-width: 1440px;     font-family: arial;     margin: 0 auto;     margin-top: -40px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery {     display: flex;     flex: 1;     align-self: stretch;     margin: 15px;     border-radius: 6px;     padding: 15px;     flex-direction: column;     justify-content: space-between;     align-items: center; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage {     overflow: hidden; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage > img {     transition: transform .5s ease;     max-width: 260px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_mainImage > img:hover {     transform: scale(1.1); }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages {     position: relative;     display: flex;     justify-content: center;     align-items: center;     margin: 10px 35px 0px 35px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > div {     display: flex;     flex-direction: row;     justify-content: flex-start;     align-items: center;     height: 100px;     padding: 10px;     max-width: 380px;     overflow: hidden;     position: relative; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages img {     width: 100px;     margin-right: 10px;     cursor: pointer;     background-color: #e6e6e6; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon {     display: flex;     width: 24px;     height: 24px;     -webkit-mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik0yNTYgNTA0QzExOSA1MDQgOCAzOTMgOCAyNTZTMTE5IDggMjU2IDhzMjQ4IDExMSAyNDggMjQ4LTExMSAyNDgtMjQ4IDI0OHpNMTQyLjEgMjczbDEzNS41IDEzNS41YzkuNCA5LjQgMjQuNiA5LjQgMzMuOSAwbDE3LTE3YzkuNC05LjQgOS40LTI0LjYgMC0zMy45TDIyNi45IDI1NmwxMDEuNi0xMDEuNmM5LjQtOS40IDkuNC0yNC42IDAtMzMuOWwtMTctMTdjLTkuNC05LjQtMjQuNi05LjQtMzMuOSAwTDE0Mi4xIDIzOWMtOS40IDkuNC05LjQgMjQuNiAwIDM0eiIvPjwvc3ZnPg==);     mask: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48IS0tIEZvbnQgQXdlc29tZSBQcm8gNS4xNS40IGJ5IEBmb250YXdlc29tZSAtIGh0dHBzOi8vZm9udGF3ZXNvbWUuY29tIExpY2Vuc2UgLSBodHRwczovL2ZvbnRhd2Vzb21lLmNvbS9saWNlbnNlIChDb21tZXJjaWFsIExpY2Vuc2UpIC0tPjxwYXRoIGQ9Ik0yNTYgNTA0QzExOSA1MDQgOCAzOTMgOCAyNTZTMTE5IDggMjU2IDhzMjQ4IDExMSAyNDggMjQ4LTExMSAyNDgtMjQ4IDI0OHpNMTQyLjEgMjczbDEzNS41IDEzNS41YzkuNCA5LjQgMjQuNiA5LjQgMzMuOSAwbDE3LTE3YzkuNC05LjQgOS40LTI0LjYgMC0zMy45TDIyNi45IDI1NmwxMDEuNi0xMDEuNmM5LjQtOS40IDkuNC0yNC42IDAtMzMuOWwtMTctMTdjLTkuNC05LjQtMjQuNi05LjQtMzMuOSAwTDE0Mi4xIDIzOWMtOS40IDkuNC05LjQgMjQuNiAwIDM0eiIvPjwvc3ZnPg==);     background: #616161;     opacity: 0.8;     cursor: pointer; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon:hover {     opacity: 1; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon.left {     position: absolute;     left: -26px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_gallery .blackBox_product_gallery_otherImages > .blackBox_product_gallery_otherImages_icon.right {     transform: rotate(180deg);     position: absolute;     right: -26px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo {     display: flex;     flex: 1;     flex-direction: column; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .ticon.ticon-cart-shopping {     margin-right: 5px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo > h1 {     color: #2A003E;     font-size: 26px;     margin-top: 60px;     margin-bottom: 6px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo p {     font-size: 14px;     text-align: justify;     border-radius: 6px;     max-height: 200px;     display: flex;     overflow: auto;     line-height: 25px;     color: #2A003E;     margin: 0px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_features {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket {     border: 1px solid #6d0139;     border-radius: 16px;     line-height: 24px;     display: flex;     font-size: 14px;     font-weight: 400;     color: #6d0139;     padding-right: 8px;     cursor: pointer;     margin-top: 24px;     width: 180px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket > span {     display: flex;     justify-content: center;     align-items: center;     width: 100%; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket > span > i {     width: 30px;     color: #fff;     background-color: #6d0139;     height: 100%;     border-radius: 12px 0px 0px 12px;     display: flex;     justify-content: center;     align-items: center; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket:hover > span > i {     border-right: solid 1px #fff; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket > span > div {     flex: 1;     text-align: center;     display: flex;     justify-content: center;     align-items: center; }   #section_logicseptproductContactSell .qtyHolder {     display: flex;     margin-top: 24px; }   #section_logicseptproductContactSell .qtyINP {     background-color: #f2f5f8;     border: none;     line-height: 24px;     padding: 3px 6px;     text-align: center;     border-radius: 0px 12px 12px 0px;     border-left: solid 2px #fff;     width: 60px;     color: #666666; }   #section_logicseptproductContactSell .qtyHolder span {     background-color: #f2f5f8;     padding: 3px 9px;     width: 60px;     display: block;     font-size: 14px;     text-align: right;     border-radius: 12px 0px 0px 12px;     color: #666666;     line-height: 24px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_ActionBtns {     display: flex;     justify-content: space-between;     width: 320px;     margin-top: -25px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_ActionBtns > a {     border: 1px solid #6d0139;     border-radius: 16px;     line-height: 24px;     font-size: 14px;     font-weight: 400;     color: #6d0139;     padding-right: 8px;     text-decoration: none;     text-align: center;     width: 150px;     display: block;     margin-left: 15px;     height: 24px;     margin-top: 24px; }   #section_logicseptproductContactSell .blackBox_product_addToBasket_price {     color: #d40d22;     font-weight: bold;     font-size: 22px;     margin-top: 5px; }   #section_logicseptproductContactSell .blackBox_product_addToBasket_price_desc {     color: #202020;     font-size: 15px;     margin-top: 5px;     text-align: justify;     max-width: 415px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_ActionBtns > a:hover,   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket:hover {     background: #6d0139;     color: #fff; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket .blackBox_product_addToBasket_price {     background: #03235a;     padding: 10px 15px;     color: #fff;     margin-right: 20px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     width: calc(100% - 20px);     padding: 10px 0px;     border-radius: 6px;     margin-bottom: 10px; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_name {     font-size: 14px;     font-weight: bold;     margin-bottom: 5px;     display: flex;     margin-left: 2px;     border-bottom: dotted 1px grey;     color: #616161; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_items {     display: flex;     flex-direction: row;     justify-content: flex-start;     align-items: center; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_items > img {     width: 70px;     height: 85px;     margin-right: 10px;     cursor: pointer;     box-shadow: 0px 0px 7px -4px #757575;     background-color: #f2f5f8; }   #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_features .blackBox_product_features_group .blackBox_product_features_group_items > img.blackBoxSelect {     border-color: #2A003E !important;     box-shadow: 0px 0px 3px 1px #2A003E; }   @media only screen and (max-width: 1290px) {     #section_logicseptproductContactSell .blackBox_product {       flex-direction: column; } }   @media only screen and (max-width: 1290px) {     #section_logicseptproductContactSell .blackBox_product .blackBox_product_productInfo .blackBox_product_addToBasket {       width: 100%; } }   #section_logicseptproductContactSell .blackBox_basket_emailVerified {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     width: calc(100% - 40px);     padding: 20px 10px;     text-align: center;     background: #eee;     border-radius: 6px;     font-size: 14px; }   #section_logicseptproductContactSell .blackBox_basket_emailVerified span {     background: #8bc34a;     padding: 6px 20px;     border-radius: 6px;     margin-top: 20px;     color: #fff;     font-weight: bold;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_alert {     background: #f5f5f5;     position: fixed;     width: calc(100% - 40px);     top: 0px;     left: 0px;     display: none;     flex-direction: column;     justify-content: space-between;     padding: 20px;     z-index: 1000000000;     font-family: Arial, Helvetica, sans-serif;     border-radius: 0px 0px 6px 6px; }   #section_logicseptproductContactSell #blackBox_alert.error {     background-color: #FFEBEE;     border-bottom: solid 2px #D32F2F;     color: #D32F2F; }   #section_logicseptproductContactSell #blackBox_alert.warning {     background-color: #FFF8E1;     border-bottom: solid 2px #FFA000;     color: #FFA000; }   #section_logicseptproductContactSell #blackBox_alert.success {     background-color: #E8F5E9;     border-bottom: solid 2px #388E3C;     color: #388E3C; }   #section_logicseptproductContactSell #blackBox_alert .blackBox_alert_content {     margin: 10px 0px; }   #section_logicseptproductContactSell #blackBox_alert .blackBox_alert_actions {     min-width: 120px;     display: flex;     justify-content: space-between;     margin: 10px auto 0px auto; }   #section_logicseptproductContactSell #blackBox_alert .blackBox_alert_actions .success {     background: #C8E6C9;     min-width: 100px;     text-align: center;     padding: 5px 10px;     border-radius: 6px;     margin: 0px 10px;     color: #43a047;     cursor: pointer; }   #section_logicseptproductContactSell #blackBox_alert .blackBox_alert_actions .cancel {     background: #FFCDD2;     min-width: 100px;     text-align: center;     padding: 5px 10px;     border-radius: 6px;     margin: 0px 10px;     color: #D32F2F;     cursor: pointer; }  #section_AboutTextLogicSept_2 {   background-color: #ffffff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_AboutTextLogicSept_2 .container {     display: flex;     justify-content: space-between;     flex-direction: row;     flex-wrap: wrap;     width: calc(100% - 20px);     max-width: 1090px;     min-height: 200px;     gap: 20px;     align-items: stretch; }   #section_AboutTextLogicSept_2 .container .part1 {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     max-width: 620px;     backdrop-filter: blur(8px);     background-color: #ffffff75;     z-index: 2;     flex: 1; }   #section_AboutTextLogicSept_2 .container .part1 .title {     text-align: left;     color: #616161;     border-bottom: 1px solid #616161;     width: 100%;     font-size: 36px;     line-height: 40px;     padding-bottom: 20px;     margin: 0;     padding-top: 20px; }   #section_AboutTextLogicSept_2 .container .part1 .desc {     color: #616161;     font-size: 14px;     line-height: 25px; }   #section_AboutTextLogicSept_2 .container .part2 {     display: flex;     align-items: center;     max-width: 450px;     width: 100%;     z-index: 1; }   #section_AboutTextLogicSept_2 .container .part2 img {     height: 100%;     width: 100%;     object-fit: cover;     object-position: center;     flex: 1; }   @media only screen and (max-width: 1090px) {     #section_AboutTextLogicSept_2 .container {       flex-direction: column; }     #section_AboutTextLogicSept_2 .container .part1 {       max-width: 100%; }     #section_AboutTextLogicSept_2 .container .part2 {       max-width: 100%; } }   @media only screen and (max-width: 580px) {     #section_AboutTextLogicSept_2 .container .part1 .title {       font-size: 24px;       line-height: 30px;       margin: 0;       padding-top: 10px; }     #section_AboutTextLogicSept_2 .container .part1 .desc {       -webkit-line-clamp: 24; } }  :root {   --blue:#007bff;   --indigo:#6610f2;   --purple:#6f42c1;   --pink:#e83e8c;   --red:#dc3545;   --orange:#fd7e14;   --yellow:#ffc107;   --green:#28a745;   --teal:#20c997;   --cyan:#17a2b8;   --white:#fff;   --gray:#6c757d;   --gray-dark:#343a40;   --primary:#007bff;   --secondary:#6c757d;   --success:#28a745;   --info:#17a2b8;   --warning:#ffc107;   --danger:#dc3545;   --light:#f8f9fa;   --dark:#343a40;   --breakpoint-xs:0;   --breakpoint-sm:576px;   --breakpoint-md:768px;   --breakpoint-lg:992px;   --breakpoint-xl:1200px;   --font-family-sans-serif:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans","Liberation Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";   --font-family-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace; }  #section_Logicseptpopapvideo_3 {   /*************************************** swiper 6 *************************************/   /*   == malihu jquery custom scrollbar plugin ==   Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller   */   /*   CONTENTS:    1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited).    2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar.    3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.   4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars.    5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars.    6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS      6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.   */ }   #section_Logicseptpopapvideo_3 *, #section_Logicseptpopapvideo_3 ::after, #section_Logicseptpopapvideo_3 ::before {     box-sizing: border-box; }   #section_Logicseptpopapvideo_3 body {     margin: 0; }   #section_Logicseptpopapvideo_3 [tabindex="-1"]:focus:not(:focus-visible) {     outline: 0 !important; }   #section_Logicseptpopapvideo_3 hr {     box-sizing: content-box;     height: 0;     overflow: visible; }   #section_Logicseptpopapvideo_3 h1, #section_Logicseptpopapvideo_3 h2, #section_Logicseptpopapvideo_3 h3, #section_Logicseptpopapvideo_3 h4, #section_Logicseptpopapvideo_3 h5, #section_Logicseptpopapvideo_3 h6 {     margin-top: 0;     margin-bottom: .5rem;     font-size: 24px;     font-weight: 700;     color: #1b2036; }   #section_Logicseptpopapvideo_3 p {     margin-top: 0;     margin-bottom: 1rem; }   #section_Logicseptpopapvideo_3 abbr[data-original-title], #section_Logicseptpopapvideo_3 abbr[title] {     text-decoration: underline;     -webkit-text-decoration: underline dotted;     text-decoration: underline dotted;     cursor: help;     border-bottom: 0;     -webkit-text-decoration-skip-ink: none;     text-decoration-skip-ink: none; }   #section_Logicseptpopapvideo_3 address {     margin-bottom: 1rem;     font-style: normal;     line-height: inherit; }   #section_Logicseptpopapvideo_3 dl, #section_Logicseptpopapvideo_3 ol, #section_Logicseptpopapvideo_3 ul {     margin-top: 0;     margin-bottom: 1rem; }   #section_Logicseptpopapvideo_3 ol ol, #section_Logicseptpopapvideo_3 ol ul, #section_Logicseptpopapvideo_3 ul ol, #section_Logicseptpopapvideo_3 ul ul {     margin-bottom: 0; }   #section_Logicseptpopapvideo_3 dt {     font-weight: 700; }   #section_Logicseptpopapvideo_3 dd {     margin-bottom: .5rem;     margin-left: 0; }   #section_Logicseptpopapvideo_3 blockquote {     margin: 0 0 1rem; }   #section_Logicseptpopapvideo_3 b, #section_Logicseptpopapvideo_3 strong {     font-weight: bolder; }   #section_Logicseptpopapvideo_3 small {     font-size: 80%; }   #section_Logicseptpopapvideo_3 sub, #section_Logicseptpopapvideo_3 sup {     position: relative;     font-size: 75%;     line-height: 0;     vertical-align: baseline; }   #section_Logicseptpopapvideo_3 sub {     bottom: -.25em; }   #section_Logicseptpopapvideo_3 sup {     top: -.5em; }   #section_Logicseptpopapvideo_3 a {     color: #007bff;     text-decoration: none;     background-color: transparent; }   #section_Logicseptpopapvideo_3 a:hover {     color: #0056b3;     text-decoration: underline; }   #section_Logicseptpopapvideo_3 a:not([href]):not([class]) {     color: inherit;     text-decoration: none; }   #section_Logicseptpopapvideo_3 a:not([href]):not([class]):hover {     color: inherit;     text-decoration: none; }   #section_Logicseptpopapvideo_3 code, #section_Logicseptpopapvideo_3 kbd, #section_Logicseptpopapvideo_3 pre, #section_Logicseptpopapvideo_3 samp {     font-family: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;     font-size: 1em; }   #section_Logicseptpopapvideo_3 pre {     margin-top: 0;     margin-bottom: 1rem;     overflow: auto;     -ms-overflow-style: scrollbar; }   #section_Logicseptpopapvideo_3 figure {     margin: 0 0 1rem; }   #section_Logicseptpopapvideo_3 img {     vertical-align: middle;     border-style: none; }   #section_Logicseptpopapvideo_3 svg {     overflow: hidden;     vertical-align: middle; }   #section_Logicseptpopapvideo_3 table {     border-collapse: collapse; }   #section_Logicseptpopapvideo_3 caption {     padding-top: .75rem;     padding-bottom: .75rem;     color: #6c757d;     text-align: left;     caption-side: bottom; }   #section_Logicseptpopapvideo_3 th {     text-align: inherit;     text-align: -webkit-match-parent; }   #section_Logicseptpopapvideo_3 label {     display: inline-block;     margin-bottom: .5rem; }   #section_Logicseptpopapvideo_3 button {     border-radius: 0; }   #section_Logicseptpopapvideo_3 button:focus:not(:focus-visible) {     outline: 0; }   #section_Logicseptpopapvideo_3 button, #section_Logicseptpopapvideo_3 input, #section_Logicseptpopapvideo_3 optgroup, #section_Logicseptpopapvideo_3 select, #section_Logicseptpopapvideo_3 textarea {     margin: 0;     font-family: inherit;     font-size: inherit;     line-height: inherit; }   #section_Logicseptpopapvideo_3 button, #section_Logicseptpopapvideo_3 input {     overflow: visible; }   #section_Logicseptpopapvideo_3 button, #section_Logicseptpopapvideo_3 select {     text-transform: none; }   #section_Logicseptpopapvideo_3 [role=button] {     cursor: pointer; }   #section_Logicseptpopapvideo_3 select {     word-wrap: normal; }   #section_Logicseptpopapvideo_3 [type=button]:not(:disabled), #section_Logicseptpopapvideo_3 [type=reset]:not(:disabled), #section_Logicseptpopapvideo_3 [type=submit]:not(:disabled), #section_Logicseptpopapvideo_3 button:not(:disabled) {     cursor: pointer; }   #section_Logicseptpopapvideo_3 [type=button]::-moz-focus-inner, #section_Logicseptpopapvideo_3 [type=reset]::-moz-focus-inner, #section_Logicseptpopapvideo_3 [type=submit]::-moz-focus-inner, #section_Logicseptpopapvideo_3 button::-moz-focus-inner {     padding: 0;     border-style: none; }   #section_Logicseptpopapvideo_3 input[type=checkbox], #section_Logicseptpopapvideo_3 input[type=radio] {     box-sizing: border-box;     padding: 0; }   #section_Logicseptpopapvideo_3 textarea {     overflow: auto;     resize: vertical; }   #section_Logicseptpopapvideo_3 fieldset {     min-width: 0;     padding: 0;     margin: 0;     border: 0; }   #section_Logicseptpopapvideo_3 legend {     display: block;     width: 100%;     max-width: 100%;     padding: 0;     margin-bottom: .5rem;     font-size: 1.5rem;     line-height: inherit;     color: inherit;     white-space: normal; }   #section_Logicseptpopapvideo_3 progress {     vertical-align: baseline; }   #section_Logicseptpopapvideo_3 [type=number]::-webkit-inner-spin-button, #section_Logicseptpopapvideo_3 [type=number]::-webkit-outer-spin-button {     height: auto; }   #section_Logicseptpopapvideo_3 [type=search]::-webkit-search-decoration {     -webkit-appearance: none; }   #section_Logicseptpopapvideo_3 ::-webkit-file-upload-button {     font: inherit;     -webkit-appearance: button; }   #section_Logicseptpopapvideo_3 output {     display: inline-block; }   #section_Logicseptpopapvideo_3 summary {     display: list-item;     cursor: pointer; }   #section_Logicseptpopapvideo_3 template {     display: none; }   #section_Logicseptpopapvideo_3 [hidden] {     display: none !important; }   #section_Logicseptpopapvideo_3 .h1, #section_Logicseptpopapvideo_3 .h2, #section_Logicseptpopapvideo_3 .h3, #section_Logicseptpopapvideo_3 .h4, #section_Logicseptpopapvideo_3 .h5, #section_Logicseptpopapvideo_3 .h6, #section_Logicseptpopapvideo_3 h1, #section_Logicseptpopapvideo_3 h2, #section_Logicseptpopapvideo_3 h3, #section_Logicseptpopapvideo_3 h4, #section_Logicseptpopapvideo_3 h5, #section_Logicseptpopapvideo_3 h6 {     margin-bottom: .5rem;     font-weight: 500;     line-height: 1.2; }   #section_Logicseptpopapvideo_3 .h1, #section_Logicseptpopapvideo_3 h1 {     color: #520042;     font-size: 1rem;     text-align: center; }   #section_Logicseptpopapvideo_3 .h2, #section_Logicseptpopapvideo_3 h2 {     color: #A39FA0;     font-size: 1rem;     text-align: center; }   #section_Logicseptpopapvideo_3 .h3, #section_Logicseptpopapvideo_3 h3 {     color: #A39FA0;     font-size: 1rem;     text-align: center; }   #section_Logicseptpopapvideo_3 .h4, #section_Logicseptpopapvideo_3 h4 {     color: #A39FA0;     font-size: 1rem;     text-align: center; }   #section_Logicseptpopapvideo_3 .h5, #section_Logicseptpopapvideo_3 h5 {     color: #A39FA0;     font-size: 1rem;     text-align: center; }   #section_Logicseptpopapvideo_3 .h6, #section_Logicseptpopapvideo_3 h6 {     color: #A39FA0;     font-size: 1rem;     text-align: center; }   #section_Logicseptpopapvideo_3 .lead {     font-size: 1.25rem;     font-weight: 300; }   #section_Logicseptpopapvideo_3 .display-1 {     font-size: 6rem;     font-weight: 300;     line-height: 1.2; }   #section_Logicseptpopapvideo_3 .display-2 {     font-size: 5.5rem;     font-weight: 300;     line-height: 1.2; }   #section_Logicseptpopapvideo_3 .display-3 {     font-size: 4.5rem;     font-weight: 300;     line-height: 1.2; }   #section_Logicseptpopapvideo_3 .display-4 {     font-size: 3.5rem;     font-weight: 300;     line-height: 1.2; }   #section_Logicseptpopapvideo_3 hr {     margin-top: 1rem;     margin-bottom: 1rem;     border: 0;     border-top: 1px solid rgba(0, 0, 0, 0.1); }   #section_Logicseptpopapvideo_3 .small, #section_Logicseptpopapvideo_3 small {     font-size: 80%;     font-weight: 400; }   #section_Logicseptpopapvideo_3 .mark, #section_Logicseptpopapvideo_3 mark {     padding: .2em;     background-color: #fcf8e3; }   #section_Logicseptpopapvideo_3 .list-unstyled {     padding-left: 0;     list-style: none; }   #section_Logicseptpopapvideo_3 .list-inline {     padding-left: 0;     list-style: none; }   #section_Logicseptpopapvideo_3 .list-inline-item {     display: inline-block; }   #section_Logicseptpopapvideo_3 .list-inline-item:not(:last-child) {     margin-right: .5rem; }   #section_Logicseptpopapvideo_3 .initialism {     font-size: 90%;     text-transform: uppercase; }   #section_Logicseptpopapvideo_3 .blockquote {     margin-bottom: 1rem;     font-size: 1.25rem; }   #section_Logicseptpopapvideo_3 .blockquote-footer {     display: block;     font-size: 80%;     color: #6c757d; }   #section_Logicseptpopapvideo_3 .blockquote-footer::before {     content: "\2014\00A0"; }   #section_Logicseptpopapvideo_3 .img-fluid {     max-width: 100%;     height: auto; }   #section_Logicseptpopapvideo_3 .img-thumbnail {     padding: .25rem;     background-color: #fff;     border: 1px solid #dee2e6;     border-radius: .25rem;     max-width: 100%;     height: auto; }   #section_Logicseptpopapvideo_3 .figure {     display: inline-block; }   #section_Logicseptpopapvideo_3 .figure-img {     margin-bottom: .5rem;     line-height: 1; }   #section_Logicseptpopapvideo_3 .figure-caption {     font-size: 90%;     color: #6c757d; }   #section_Logicseptpopapvideo_3 code {     font-size: 87.5%;     color: #e83e8c;     word-wrap: break-word; }   #section_Logicseptpopapvideo_3 a > code {     color: inherit; }   #section_Logicseptpopapvideo_3 kbd {     padding: .2rem .4rem;     font-size: 87.5%;     color: #fff;     background-color: #212529;     border-radius: .2rem; }   #section_Logicseptpopapvideo_3 kbd kbd {     padding: 0;     font-size: 100%;     font-weight: 700; }   #section_Logicseptpopapvideo_3 pre {     display: block;     font-size: 87.5%;     color: #212529; }   #section_Logicseptpopapvideo_3 pre code {     font-size: inherit;     color: inherit;     word-break: normal; }   #section_Logicseptpopapvideo_3 .pre-scrollable {     max-height: 340px;     overflow-y: scroll; }   #section_Logicseptpopapvideo_3 .container, #section_Logicseptpopapvideo_3 .container-fluid, #section_Logicseptpopapvideo_3 .container-lg, #section_Logicseptpopapvideo_3 .container-md, #section_Logicseptpopapvideo_3 .container-sm, #section_Logicseptpopapvideo_3 .container-xl {     width: 100%;     padding-right: 15px;     padding-left: 15px;     margin-right: auto;     margin-left: auto; }   @media (min-width: 576px) {     #section_Logicseptpopapvideo_3 .container, #section_Logicseptpopapvideo_3 .container-sm {       max-width: 540px; } }   @media (min-width: 768px) {     #section_Logicseptpopapvideo_3 .container, #section_Logicseptpopapvideo_3 .container-md, #section_Logicseptpopapvideo_3 .container-sm {       max-width: 720px; } }   @media (min-width: 992px) {     #section_Logicseptpopapvideo_3 .container, #section_Logicseptpopapvideo_3 .container-lg, #section_Logicseptpopapvideo_3 .container-md, #section_Logicseptpopapvideo_3 .container-sm {       max-width: 960px; } }   @media (min-width: 1200px) {     #section_Logicseptpopapvideo_3 .container, #section_Logicseptpopapvideo_3 .container-lg, #section_Logicseptpopapvideo_3 .container-md, #section_Logicseptpopapvideo_3 .container-sm, #section_Logicseptpopapvideo_3 .container-xl {       max-width: 1140px; } }   #section_Logicseptpopapvideo_3 .row {     display: -ms-flexbox;     display: flex;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     margin-right: -15px;     margin-left: -15px; }   #section_Logicseptpopapvideo_3 .no-gutters {     margin-right: 0;     margin-left: 0; }   #section_Logicseptpopapvideo_3 .no-gutters > .col, #section_Logicseptpopapvideo_3 .no-gutters > [class*=col-] {     padding-right: 0;     padding-left: 0; }   #section_Logicseptpopapvideo_3 .col, #section_Logicseptpopapvideo_3 .col-1, #section_Logicseptpopapvideo_3 .col-10, #section_Logicseptpopapvideo_3 .col-11, #section_Logicseptpopapvideo_3 .col-12, #section_Logicseptpopapvideo_3 .col-2, #section_Logicseptpopapvideo_3 .col-3, #section_Logicseptpopapvideo_3 .col-4, #section_Logicseptpopapvideo_3 .col-5, #section_Logicseptpopapvideo_3 .col-6, #section_Logicseptpopapvideo_3 .col-7, #section_Logicseptpopapvideo_3 .col-8, #section_Logicseptpopapvideo_3 .col-9, #section_Logicseptpopapvideo_3 .col-auto, #section_Logicseptpopapvideo_3 .col-lg, #section_Logicseptpopapvideo_3 .col-lg-1, #section_Logicseptpopapvideo_3 .col-lg-10, #section_Logicseptpopapvideo_3 .col-lg-11, #section_Logicseptpopapvideo_3 .col-lg-12, #section_Logicseptpopapvideo_3 .col-lg-2, #section_Logicseptpopapvideo_3 .col-lg-3, #section_Logicseptpopapvideo_3 .col-lg-4, #section_Logicseptpopapvideo_3 .col-lg-5, #section_Logicseptpopapvideo_3 .col-lg-6, #section_Logicseptpopapvideo_3 .col-lg-7, #section_Logicseptpopapvideo_3 .col-lg-8, #section_Logicseptpopapvideo_3 .col-lg-9, #section_Logicseptpopapvideo_3 .col-lg-auto, #section_Logicseptpopapvideo_3 .col-md, #section_Logicseptpopapvideo_3 .col-md-1, #section_Logicseptpopapvideo_3 .col-md-10, #section_Logicseptpopapvideo_3 .col-md-11, #section_Logicseptpopapvideo_3 .col-md-12, #section_Logicseptpopapvideo_3 .col-md-2, #section_Logicseptpopapvideo_3 .col-md-3, #section_Logicseptpopapvideo_3 .col-md-4, #section_Logicseptpopapvideo_3 .col-md-5, #section_Logicseptpopapvideo_3 .col-md-6, #section_Logicseptpopapvideo_3 .col-md-7, #section_Logicseptpopapvideo_3 .col-md-8, #section_Logicseptpopapvideo_3 .col-md-9, #section_Logicseptpopapvideo_3 .col-md-auto, #section_Logicseptpopapvideo_3 .col-sm, #section_Logicseptpopapvideo_3 .col-sm-1, #section_Logicseptpopapvideo_3 .col-sm-10, #section_Logicseptpopapvideo_3 .col-sm-11, #section_Logicseptpopapvideo_3 .col-sm-12, #section_Logicseptpopapvideo_3 .col-sm-2, #section_Logicseptpopapvideo_3 .col-sm-3, #section_Logicseptpopapvideo_3 .col-sm-4, #section_Logicseptpopapvideo_3 .col-sm-5, #section_Logicseptpopapvideo_3 .col-sm-6, #section_Logicseptpopapvideo_3 .col-sm-7, #section_Logicseptpopapvideo_3 .col-sm-8, #section_Logicseptpopapvideo_3 .col-sm-9, #section_Logicseptpopapvideo_3 .col-sm-auto, #section_Logicseptpopapvideo_3 .col-xl, #section_Logicseptpopapvideo_3 .col-xl-1, #section_Logicseptpopapvideo_3 .col-xl-10, #section_Logicseptpopapvideo_3 .col-xl-11, #section_Logicseptpopapvideo_3 .col-xl-12, #section_Logicseptpopapvideo_3 .col-xl-2, #section_Logicseptpopapvideo_3 .col-xl-3, #section_Logicseptpopapvideo_3 .col-xl-4, #section_Logicseptpopapvideo_3 .col-xl-5, #section_Logicseptpopapvideo_3 .col-xl-6, #section_Logicseptpopapvideo_3 .col-xl-7, #section_Logicseptpopapvideo_3 .col-xl-8, #section_Logicseptpopapvideo_3 .col-xl-9, #section_Logicseptpopapvideo_3 .col-xl-auto {     position: relative;     width: 100%;     padding-right: 15px;     padding-left: 15px; }   #section_Logicseptpopapvideo_3 .col {     -ms-flex-preferred-size: 0;     flex-basis: 0;     -ms-flex-positive: 1;     flex-grow: 1;     max-width: 100%; }   #section_Logicseptpopapvideo_3 .row-cols-1 > * {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_Logicseptpopapvideo_3 .row-cols-2 > * {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_Logicseptpopapvideo_3 .row-cols-3 > * {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_Logicseptpopapvideo_3 .row-cols-4 > * {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_Logicseptpopapvideo_3 .row-cols-5 > * {     -ms-flex: 0 0 20%;     flex: 0 0 20%;     max-width: 20%; }   #section_Logicseptpopapvideo_3 .row-cols-6 > * {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_Logicseptpopapvideo_3 .col-auto {     -ms-flex: 0 0 auto;     flex: 0 0 auto;     width: auto;     max-width: 100%; }   #section_Logicseptpopapvideo_3 .col-1 {     -ms-flex: 0 0 8.333333%;     flex: 0 0 8.333333%;     max-width: 8.333333%; }   #section_Logicseptpopapvideo_3 .col-2 {     -ms-flex: 0 0 16.666667%;     flex: 0 0 16.666667%;     max-width: 16.666667%; }   #section_Logicseptpopapvideo_3 .col-3 {     -ms-flex: 0 0 25%;     flex: 0 0 25%;     max-width: 25%; }   #section_Logicseptpopapvideo_3 .col-4 {     -ms-flex: 0 0 33.333333%;     flex: 0 0 33.333333%;     max-width: 33.333333%; }   #section_Logicseptpopapvideo_3 .col-5 {     -ms-flex: 0 0 41.666667%;     flex: 0 0 41.666667%;     max-width: 41.666667%; }   #section_Logicseptpopapvideo_3 .col-6 {     -ms-flex: 0 0 50%;     flex: 0 0 50%;     max-width: 50%; }   #section_Logicseptpopapvideo_3 .col-7 {     -ms-flex: 0 0 58.333333%;     flex: 0 0 58.333333%;     max-width: 58.333333%; }   #section_Logicseptpopapvideo_3 .col-8 {     -ms-flex: 0 0 66.666667%;     flex: 0 0 66.666667%;     max-width: 66.666667%; }   #section_Logicseptpopapvideo_3 .col-9 {     -ms-flex: 0 0 75%;     flex: 0 0 75%;     max-width: 75%; }   #section_Logicseptpopapvideo_3 .col-10 {     -ms-flex: 0 0 83.333333%;     flex: 0 0 83.333333%;     max-width: 83.333333%; }   #section_Logicseptpopapvideo_3 .col-11 {     -ms-flex: 0 0 91.666667%;     flex: 0 0 91.666667%;     max-width: 91.666667%; }   #section_Logicseptpopapvideo_3 .col-12 {     -ms-flex: 0 0 100%;     flex: 0 0 100%;     max-width: 100%; }   #section_Logicseptpopapvideo_3 .order-first {     -ms-flex-order: -1;     order: -1; }   #section_Logicseptpopapvideo_3 .order-last {     -ms-flex-order: 13;     order: 13; }   #section_Logicseptpopapvideo_3 .order-0 {     -ms-flex-order: 0;     order: 0; }   #section_Logicseptpopapvideo_3 .order-1 {     -ms-flex-order: 1;     order: 1; }   #section_Logicseptpopapvideo_3 .order-2 {     -ms-flex-order: 2;     order: 2; }   #section_Logicseptpopapvideo_3 .order-3 {     -ms-flex-order: 3;     order: 3; }   #section_Logicseptpopapvideo_3 .order-4 {     -ms-flex-order: 4;     order: 4; }   #section_Logicseptpopapvideo_3 .order-5 {     -ms-flex-order: 5;     order: 5; }   #section_Logicseptpopapvideo_3 .order-6 {     -ms-flex-order: 6;     order: 6; }   #section_Logicseptpopapvideo_3 .order-7 {     -ms-flex-order: 7;     order: 7; }   #section_Logicseptpopapvideo_3 .order-8 {     -ms-flex-order: 8;     order: 8; }   #section_Logicseptpopapvideo_3 .order-9 {     -ms-flex-order: 9;     order: 9; }   #section_Logicseptpopapvideo_3 .order-10 {     -ms-flex-order: 10;     order: 10; }   #section_Logicseptpopapvideo_3 .order-11 {     -ms-flex-order: 11;     order: 11; }   #section_Logicseptpopapvideo_3 .order-12 {     -ms-flex-order: 12;     order: 12; }   #section_Logicseptpopapvideo_3 .offset-1 {     margin-left: 8.333333%; }   #section_Logicseptpopapvideo_3 .offset-2 {     margin-left: 16.666667%; }   #section_Logicseptpopapvideo_3 .offset-3 {     margin-left: 25%; }   #section_Logicseptpopapvideo_3 .offset-4 {     margin-left: 33.333333%; }   #section_Logicseptpopapvideo_3 .offset-5 {     margin-left: 41.666667%; }   #section_Logicseptpopapvideo_3 .offset-6 {     margin-left: 50%; }   #section_Logicseptpopapvideo_3 .offset-7 {     margin-left: 58.333333%; }   #section_Logicseptpopapvideo_3 .offset-8 {     margin-left: 66.666667%; }   #section_Logicseptpopapvideo_3 .offset-9 {     margin-left: 75%; }   #section_Logicseptpopapvideo_3 .offset-10 {     margin-left: 83.333333%; }   #section_Logicseptpopapvideo_3 .offset-11 {     margin-left: 91.666667%; }   @media (min-width: 576px) {     #section_Logicseptpopapvideo_3 .col-sm {       -ms-flex-preferred-size: 0;       flex-basis: 0;       -ms-flex-positive: 1;       flex-grow: 1;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-sm-1 > * {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-sm-2 > * {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .row-cols-sm-3 > * {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .row-cols-sm-4 > * {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .row-cols-sm-5 > * {       -ms-flex: 0 0 20%;       flex: 0 0 20%;       max-width: 20%; }     #section_Logicseptpopapvideo_3 .row-cols-sm-6 > * {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-sm-auto {       -ms-flex: 0 0 auto;       flex: 0 0 auto;       width: auto;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .col-sm-1 {       -ms-flex: 0 0 8.333333%;       flex: 0 0 8.333333%;       max-width: 8.333333%; }     #section_Logicseptpopapvideo_3 .col-sm-2 {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-sm-3 {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .col-sm-4 {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .col-sm-5 {       -ms-flex: 0 0 41.666667%;       flex: 0 0 41.666667%;       max-width: 41.666667%; }     #section_Logicseptpopapvideo_3 .col-sm-6 {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .col-sm-7 {       -ms-flex: 0 0 58.333333%;       flex: 0 0 58.333333%;       max-width: 58.333333%; }     #section_Logicseptpopapvideo_3 .col-sm-8 {       -ms-flex: 0 0 66.666667%;       flex: 0 0 66.666667%;       max-width: 66.666667%; }     #section_Logicseptpopapvideo_3 .col-sm-9 {       -ms-flex: 0 0 75%;       flex: 0 0 75%;       max-width: 75%; }     #section_Logicseptpopapvideo_3 .col-sm-10 {       -ms-flex: 0 0 83.333333%;       flex: 0 0 83.333333%;       max-width: 83.333333%; }     #section_Logicseptpopapvideo_3 .col-sm-11 {       -ms-flex: 0 0 91.666667%;       flex: 0 0 91.666667%;       max-width: 91.666667%; }     #section_Logicseptpopapvideo_3 .col-sm-12 {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .order-sm-first {       -ms-flex-order: -1;       order: -1; }     #section_Logicseptpopapvideo_3 .order-sm-last {       -ms-flex-order: 13;       order: 13; }     #section_Logicseptpopapvideo_3 .order-sm-0 {       -ms-flex-order: 0;       order: 0; }     #section_Logicseptpopapvideo_3 .order-sm-1 {       -ms-flex-order: 1;       order: 1; }     #section_Logicseptpopapvideo_3 .order-sm-2 {       -ms-flex-order: 2;       order: 2; }     #section_Logicseptpopapvideo_3 .order-sm-3 {       -ms-flex-order: 3;       order: 3; }     #section_Logicseptpopapvideo_3 .order-sm-4 {       -ms-flex-order: 4;       order: 4; }     #section_Logicseptpopapvideo_3 .order-sm-5 {       -ms-flex-order: 5;       order: 5; }     #section_Logicseptpopapvideo_3 .order-sm-6 {       -ms-flex-order: 6;       order: 6; }     #section_Logicseptpopapvideo_3 .order-sm-7 {       -ms-flex-order: 7;       order: 7; }     #section_Logicseptpopapvideo_3 .order-sm-8 {       -ms-flex-order: 8;       order: 8; }     #section_Logicseptpopapvideo_3 .order-sm-9 {       -ms-flex-order: 9;       order: 9; }     #section_Logicseptpopapvideo_3 .order-sm-10 {       -ms-flex-order: 10;       order: 10; }     #section_Logicseptpopapvideo_3 .order-sm-11 {       -ms-flex-order: 11;       order: 11; }     #section_Logicseptpopapvideo_3 .order-sm-12 {       -ms-flex-order: 12;       order: 12; }     #section_Logicseptpopapvideo_3 .offset-sm-0 {       margin-left: 0; }     #section_Logicseptpopapvideo_3 .offset-sm-1 {       margin-left: 8.333333%; }     #section_Logicseptpopapvideo_3 .offset-sm-2 {       margin-left: 16.666667%; }     #section_Logicseptpopapvideo_3 .offset-sm-3 {       margin-left: 25%; }     #section_Logicseptpopapvideo_3 .offset-sm-4 {       margin-left: 33.333333%; }     #section_Logicseptpopapvideo_3 .offset-sm-5 {       margin-left: 41.666667%; }     #section_Logicseptpopapvideo_3 .offset-sm-6 {       margin-left: 50%; }     #section_Logicseptpopapvideo_3 .offset-sm-7 {       margin-left: 58.333333%; }     #section_Logicseptpopapvideo_3 .offset-sm-8 {       margin-left: 66.666667%; }     #section_Logicseptpopapvideo_3 .offset-sm-9 {       margin-left: 75%; }     #section_Logicseptpopapvideo_3 .offset-sm-10 {       margin-left: 83.333333%; }     #section_Logicseptpopapvideo_3 .offset-sm-11 {       margin-left: 91.666667%; } }   @media (min-width: 768px) {     #section_Logicseptpopapvideo_3 .col-md {       -ms-flex-preferred-size: 0;       flex-basis: 0;       -ms-flex-positive: 1;       flex-grow: 1;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-md-1 > * {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-md-2 > * {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .row-cols-md-3 > * {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .row-cols-md-4 > * {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .row-cols-md-5 > * {       -ms-flex: 0 0 20%;       flex: 0 0 20%;       max-width: 20%; }     #section_Logicseptpopapvideo_3 .row-cols-md-6 > * {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-md-auto {       -ms-flex: 0 0 auto;       flex: 0 0 auto;       width: auto;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .col-md-1 {       -ms-flex: 0 0 8.333333%;       flex: 0 0 8.333333%;       max-width: 8.333333%; }     #section_Logicseptpopapvideo_3 .col-md-2 {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-md-3 {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .col-md-4 {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .col-md-5 {       -ms-flex: 0 0 41.666667%;       flex: 0 0 41.666667%;       max-width: 41.666667%; }     #section_Logicseptpopapvideo_3 .col-md-6 {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .col-md-7 {       -ms-flex: 0 0 58.333333%;       flex: 0 0 58.333333%;       max-width: 58.333333%; }     #section_Logicseptpopapvideo_3 .col-md-8 {       -ms-flex: 0 0 66.666667%;       flex: 0 0 66.666667%;       max-width: 66.666667%; }     #section_Logicseptpopapvideo_3 .col-md-9 {       -ms-flex: 0 0 75%;       flex: 0 0 75%;       max-width: 75%; }     #section_Logicseptpopapvideo_3 .col-md-10 {       -ms-flex: 0 0 83.333333%;       flex: 0 0 83.333333%;       max-width: 83.333333%; }     #section_Logicseptpopapvideo_3 .col-md-11 {       -ms-flex: 0 0 91.666667%;       flex: 0 0 91.666667%;       max-width: 91.666667%; }     #section_Logicseptpopapvideo_3 .col-md-12 {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .order-md-first {       -ms-flex-order: -1;       order: -1; }     #section_Logicseptpopapvideo_3 .order-md-last {       -ms-flex-order: 13;       order: 13; }     #section_Logicseptpopapvideo_3 .order-md-0 {       -ms-flex-order: 0;       order: 0; }     #section_Logicseptpopapvideo_3 .order-md-1 {       -ms-flex-order: 1;       order: 1; }     #section_Logicseptpopapvideo_3 .order-md-2 {       -ms-flex-order: 2;       order: 2; }     #section_Logicseptpopapvideo_3 .order-md-3 {       -ms-flex-order: 3;       order: 3; }     #section_Logicseptpopapvideo_3 .order-md-4 {       -ms-flex-order: 4;       order: 4; }     #section_Logicseptpopapvideo_3 .order-md-5 {       -ms-flex-order: 5;       order: 5; }     #section_Logicseptpopapvideo_3 .order-md-6 {       -ms-flex-order: 6;       order: 6; }     #section_Logicseptpopapvideo_3 .order-md-7 {       -ms-flex-order: 7;       order: 7; }     #section_Logicseptpopapvideo_3 .order-md-8 {       -ms-flex-order: 8;       order: 8; }     #section_Logicseptpopapvideo_3 .order-md-9 {       -ms-flex-order: 9;       order: 9; }     #section_Logicseptpopapvideo_3 .order-md-10 {       -ms-flex-order: 10;       order: 10; }     #section_Logicseptpopapvideo_3 .order-md-11 {       -ms-flex-order: 11;       order: 11; }     #section_Logicseptpopapvideo_3 .order-md-12 {       -ms-flex-order: 12;       order: 12; }     #section_Logicseptpopapvideo_3 .offset-md-0 {       margin-left: 0; }     #section_Logicseptpopapvideo_3 .offset-md-1 {       margin-left: 8.333333%; }     #section_Logicseptpopapvideo_3 .offset-md-2 {       margin-left: 16.666667%; }     #section_Logicseptpopapvideo_3 .offset-md-3 {       margin-left: 25%; }     #section_Logicseptpopapvideo_3 .offset-md-4 {       margin-left: 33.333333%; }     #section_Logicseptpopapvideo_3 .offset-md-5 {       margin-left: 41.666667%; }     #section_Logicseptpopapvideo_3 .offset-md-6 {       margin-left: 50%; }     #section_Logicseptpopapvideo_3 .offset-md-7 {       margin-left: 58.333333%; }     #section_Logicseptpopapvideo_3 .offset-md-8 {       margin-left: 66.666667%; }     #section_Logicseptpopapvideo_3 .offset-md-9 {       margin-left: 75%; }     #section_Logicseptpopapvideo_3 .offset-md-10 {       margin-left: 83.333333%; }     #section_Logicseptpopapvideo_3 .offset-md-11 {       margin-left: 91.666667%; } }   @media (min-width: 992px) {     #section_Logicseptpopapvideo_3 .col-lg {       -ms-flex-preferred-size: 0;       flex-basis: 0;       -ms-flex-positive: 1;       flex-grow: 1;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-lg-1 > * {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-lg-2 > * {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .row-cols-lg-3 > * {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .row-cols-lg-4 > * {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .row-cols-lg-5 > * {       -ms-flex: 0 0 20%;       flex: 0 0 20%;       max-width: 20%; }     #section_Logicseptpopapvideo_3 .row-cols-lg-6 > * {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-lg-auto {       -ms-flex: 0 0 auto;       flex: 0 0 auto;       width: auto;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .col-lg-1 {       -ms-flex: 0 0 8.333333%;       flex: 0 0 8.333333%;       max-width: 8.333333%; }     #section_Logicseptpopapvideo_3 .col-lg-2 {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-lg-3 {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .col-lg-4 {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .col-lg-5 {       -ms-flex: 0 0 41.666667%;       flex: 0 0 41.666667%;       max-width: 41.666667%; }     #section_Logicseptpopapvideo_3 .col-lg-6 {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .col-lg-7 {       -ms-flex: 0 0 58.333333%;       flex: 0 0 58.333333%;       max-width: 58.333333%; }     #section_Logicseptpopapvideo_3 .col-lg-8 {       -ms-flex: 0 0 66.666667%;       flex: 0 0 66.666667%;       max-width: 66.666667%; }     #section_Logicseptpopapvideo_3 .col-lg-9 {       -ms-flex: 0 0 75%;       flex: 0 0 75%;       max-width: 75%; }     #section_Logicseptpopapvideo_3 .col-lg-10 {       -ms-flex: 0 0 83.333333%;       flex: 0 0 83.333333%;       max-width: 83.333333%; }     #section_Logicseptpopapvideo_3 .col-lg-11 {       -ms-flex: 0 0 91.666667%;       flex: 0 0 91.666667%;       max-width: 91.666667%; }     #section_Logicseptpopapvideo_3 .col-lg-12 {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .order-lg-first {       -ms-flex-order: -1;       order: -1; }     #section_Logicseptpopapvideo_3 .order-lg-last {       -ms-flex-order: 13;       order: 13; }     #section_Logicseptpopapvideo_3 .order-lg-0 {       -ms-flex-order: 0;       order: 0; }     #section_Logicseptpopapvideo_3 .order-lg-1 {       -ms-flex-order: 1;       order: 1; }     #section_Logicseptpopapvideo_3 .order-lg-2 {       -ms-flex-order: 2;       order: 2; }     #section_Logicseptpopapvideo_3 .order-lg-3 {       -ms-flex-order: 3;       order: 3; }     #section_Logicseptpopapvideo_3 .order-lg-4 {       -ms-flex-order: 4;       order: 4; }     #section_Logicseptpopapvideo_3 .order-lg-5 {       -ms-flex-order: 5;       order: 5; }     #section_Logicseptpopapvideo_3 .order-lg-6 {       -ms-flex-order: 6;       order: 6; }     #section_Logicseptpopapvideo_3 .order-lg-7 {       -ms-flex-order: 7;       order: 7; }     #section_Logicseptpopapvideo_3 .order-lg-8 {       -ms-flex-order: 8;       order: 8; }     #section_Logicseptpopapvideo_3 .order-lg-9 {       -ms-flex-order: 9;       order: 9; }     #section_Logicseptpopapvideo_3 .order-lg-10 {       -ms-flex-order: 10;       order: 10; }     #section_Logicseptpopapvideo_3 .order-lg-11 {       -ms-flex-order: 11;       order: 11; }     #section_Logicseptpopapvideo_3 .order-lg-12 {       -ms-flex-order: 12;       order: 12; }     #section_Logicseptpopapvideo_3 .offset-lg-0 {       margin-left: 0; }     #section_Logicseptpopapvideo_3 .offset-lg-1 {       margin-left: 8.333333%; }     #section_Logicseptpopapvideo_3 .offset-lg-2 {       margin-left: 16.666667%; }     #section_Logicseptpopapvideo_3 .offset-lg-3 {       margin-left: 25%; }     #section_Logicseptpopapvideo_3 .offset-lg-4 {       margin-left: 33.333333%; }     #section_Logicseptpopapvideo_3 .offset-lg-5 {       margin-left: 41.666667%; }     #section_Logicseptpopapvideo_3 .offset-lg-6 {       margin-left: 50%; }     #section_Logicseptpopapvideo_3 .offset-lg-7 {       margin-left: 58.333333%; }     #section_Logicseptpopapvideo_3 .offset-lg-8 {       margin-left: 66.666667%; }     #section_Logicseptpopapvideo_3 .offset-lg-9 {       margin-left: 75%; }     #section_Logicseptpopapvideo_3 .offset-lg-10 {       margin-left: 83.333333%; }     #section_Logicseptpopapvideo_3 .offset-lg-11 {       margin-left: 91.666667%; } }   @media (min-width: 1200px) {     #section_Logicseptpopapvideo_3 .col-xl {       -ms-flex-preferred-size: 0;       flex-basis: 0;       -ms-flex-positive: 1;       flex-grow: 1;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-xl-1 > * {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .row-cols-xl-2 > * {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .row-cols-xl-3 > * {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .row-cols-xl-4 > * {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .row-cols-xl-5 > * {       -ms-flex: 0 0 20%;       flex: 0 0 20%;       max-width: 20%; }     #section_Logicseptpopapvideo_3 .row-cols-xl-6 > * {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-xl-auto {       -ms-flex: 0 0 auto;       flex: 0 0 auto;       width: auto;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .col-xl-1 {       -ms-flex: 0 0 8.333333%;       flex: 0 0 8.333333%;       max-width: 8.333333%; }     #section_Logicseptpopapvideo_3 .col-xl-2 {       -ms-flex: 0 0 16.666667%;       flex: 0 0 16.666667%;       max-width: 16.666667%; }     #section_Logicseptpopapvideo_3 .col-xl-3 {       -ms-flex: 0 0 25%;       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .col-xl-4 {       -ms-flex: 0 0 33.333333%;       flex: 0 0 33.333333%;       max-width: 33.333333%; }     #section_Logicseptpopapvideo_3 .col-xl-5 {       -ms-flex: 0 0 41.666667%;       flex: 0 0 41.666667%;       max-width: 41.666667%; }     #section_Logicseptpopapvideo_3 .col-xl-6 {       -ms-flex: 0 0 50%;       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .col-xl-7 {       -ms-flex: 0 0 58.333333%;       flex: 0 0 58.333333%;       max-width: 58.333333%; }     #section_Logicseptpopapvideo_3 .col-xl-8 {       -ms-flex: 0 0 66.666667%;       flex: 0 0 66.666667%;       max-width: 66.666667%; }     #section_Logicseptpopapvideo_3 .col-xl-9 {       -ms-flex: 0 0 75%;       flex: 0 0 75%;       max-width: 75%; }     #section_Logicseptpopapvideo_3 .col-xl-10 {       -ms-flex: 0 0 83.333333%;       flex: 0 0 83.333333%;       max-width: 83.333333%; }     #section_Logicseptpopapvideo_3 .col-xl-11 {       -ms-flex: 0 0 91.666667%;       flex: 0 0 91.666667%;       max-width: 91.666667%; }     #section_Logicseptpopapvideo_3 .col-xl-12 {       -ms-flex: 0 0 100%;       flex: 0 0 100%;       max-width: 100%; }     #section_Logicseptpopapvideo_3 .order-xl-first {       -ms-flex-order: -1;       order: -1; }     #section_Logicseptpopapvideo_3 .order-xl-last {       -ms-flex-order: 13;       order: 13; }     #section_Logicseptpopapvideo_3 .order-xl-0 {       -ms-flex-order: 0;       order: 0; }     #section_Logicseptpopapvideo_3 .order-xl-1 {       -ms-flex-order: 1;       order: 1; }     #section_Logicseptpopapvideo_3 .order-xl-2 {       -ms-flex-order: 2;       order: 2; }     #section_Logicseptpopapvideo_3 .order-xl-3 {       -ms-flex-order: 3;       order: 3; }     #section_Logicseptpopapvideo_3 .order-xl-4 {       -ms-flex-order: 4;       order: 4; }     #section_Logicseptpopapvideo_3 .order-xl-5 {       -ms-flex-order: 5;       order: 5; }     #section_Logicseptpopapvideo_3 .order-xl-6 {       -ms-flex-order: 6;       order: 6; }     #section_Logicseptpopapvideo_3 .order-xl-7 {       -ms-flex-order: 7;       order: 7; }     #section_Logicseptpopapvideo_3 .order-xl-8 {       -ms-flex-order: 8;       order: 8; }     #section_Logicseptpopapvideo_3 .order-xl-9 {       -ms-flex-order: 9;       order: 9; }     #section_Logicseptpopapvideo_3 .order-xl-10 {       -ms-flex-order: 10;       order: 10; }     #section_Logicseptpopapvideo_3 .order-xl-11 {       -ms-flex-order: 11;       order: 11; }     #section_Logicseptpopapvideo_3 .order-xl-12 {       -ms-flex-order: 12;       order: 12; }     #section_Logicseptpopapvideo_3 .offset-xl-0 {       margin-left: 0; }     #section_Logicseptpopapvideo_3 .offset-xl-1 {       margin-left: 8.333333%; }     #section_Logicseptpopapvideo_3 .offset-xl-2 {       margin-left: 16.666667%; }     #section_Logicseptpopapvideo_3 .offset-xl-3 {       margin-left: 25%; }     #section_Logicseptpopapvideo_3 .offset-xl-4 {       margin-left: 33.333333%; }     #section_Logicseptpopapvideo_3 .offset-xl-5 {       margin-left: 41.666667%; }     #section_Logicseptpopapvideo_3 .offset-xl-6 {       margin-left: 50%; }     #section_Logicseptpopapvideo_3 .offset-xl-7 {       margin-left: 58.333333%; }     #section_Logicseptpopapvideo_3 .offset-xl-8 {       margin-left: 66.666667%; }     #section_Logicseptpopapvideo_3 .offset-xl-9 {       margin-left: 75%; }     #section_Logicseptpopapvideo_3 .offset-xl-10 {       margin-left: 83.333333%; }     #section_Logicseptpopapvideo_3 .offset-xl-11 {       margin-left: 91.666667%; } }   #section_Logicseptpopapvideo_3 .row[data-space="0"] {     margin-right: 0;     margin-left: 0; }   #section_Logicseptpopapvideo_3 .row[data-space="0"] > [class*="col-"] {     padding-right: 0;     padding-left: 0; }   #section_Logicseptpopapvideo_3 .row[data-space="10"] {     margin-right: -5px;     margin-left: -5px; }   #section_Logicseptpopapvideo_3 .row[data-space="10"] > [class*="col-"] {     padding-right: 5px;     padding-left: 5px; }   #section_Logicseptpopapvideo_3 .row[data-space="15"] {     margin-right: -7.5px;     margin-left: -7.5px; }   #section_Logicseptpopapvideo_3 .row[data-space="15"] > [class*="col-"] {     padding-right: 7.5px;     padding-left: 7.5px; }   #section_Logicseptpopapvideo_3 .row[data-space="20"] {     margin-right: -10px;     margin-left: -10px; }   #section_Logicseptpopapvideo_3 .row[data-space="20"] > [class*="col-"] {     padding-right: 10px;     padding-left: 10px; }   #section_Logicseptpopapvideo_3 .row[data-space="24"] {     margin-right: -12px;     margin-left: -12px; }   #section_Logicseptpopapvideo_3 .row[data-space="24"] > [class*="col-"] {     padding-right: 12px;     padding-left: 12px; }   #section_Logicseptpopapvideo_3 .row[data-space="44"] {     margin-right: -22px;     margin-left: -22px; }   #section_Logicseptpopapvideo_3 .row[data-space="44"] > [class*="col-"] {     padding-right: 22px;     padding-left: 22px; }   #section_Logicseptpopapvideo_3 .row[data-space="60"] {     margin-right: -30px;     margin-left: -30px; }   #section_Logicseptpopapvideo_3 .row[data-space="60"] > [class*="col-"] {     padding-right: 30px;     padding-left: 30px; }   #section_Logicseptpopapvideo_3 .col-ul-1,   #section_Logicseptpopapvideo_3 .col-ul-2,   #section_Logicseptpopapvideo_3 .col-ul-3,   #section_Logicseptpopapvideo_3 .col-ul-4,   #section_Logicseptpopapvideo_3 .col-ul-5,   #section_Logicseptpopapvideo_3 .col-ul-6,   #section_Logicseptpopapvideo_3 .col-ul-7,   #section_Logicseptpopapvideo_3 .col-ul-8,   #section_Logicseptpopapvideo_3 .col-ul-9,   #section_Logicseptpopapvideo_3 .col-ul-10,   #section_Logicseptpopapvideo_3 .col-ul-11,   #section_Logicseptpopapvideo_3 .col-ul-12,   #section_Logicseptpopapvideo_3 .col-x5,   #section_Logicseptpopapvideo_3 .col-xl-x5,   #section_Logicseptpopapvideo_3 .col-lg-x5,   #section_Logicseptpopapvideo_3 .col-md-x5,   #section_Logicseptpopapvideo_3 .col-sm-x5 {     position: relative;     width: 100%;     padding-right: 15px;     padding-left: 15px; }   #section_Logicseptpopapvideo_3 .col-x5 {     flex: 0 0 20%;     max-width: 20%; }   @media (min-width: 576px) {     #section_Logicseptpopapvideo_3 .col-sm-x5 {       flex: 0 0 20%;       max-width: 20%; } }   @media (min-width: 768px) {     #section_Logicseptpopapvideo_3 .col-md-x5 {       flex: 0 0 20%;       max-width: 20%; } }   @media (min-width: 992px) {     #section_Logicseptpopapvideo_3 .col-lg-x5 {       flex: 0 0 20%;       max-width: 20%; } }   @media (min-width: 1200px) {     #section_Logicseptpopapvideo_3 .col-xl-x5 {       flex: 0 0 20%;       max-width: 20%; } }   @media (min-width: 1400px) {     #section_Logicseptpopapvideo_3 .col-ul-1 {       flex: 0 0 8.333333333333333%;       max-width: 8.333333333333333%; }     #section_Logicseptpopapvideo_3 .col-ul-2 {       flex: 0 0 16.66666666666666%;       max-width: 16.66666666666666%; }     #section_Logicseptpopapvideo_3 .col-ul-3 {       flex: 0 0 25%;       max-width: 25%; }     #section_Logicseptpopapvideo_3 .col-ul-4 {       flex: 0 0 33.33333333333333%;       max-width: 33.33333333333333%; }     #section_Logicseptpopapvideo_3 .col-ul-5 {       flex: 0 0 41.66666666666667%;       max-width: 41.66666666666667%; }     #section_Logicseptpopapvideo_3 .col-ul-6 {       flex: 0 0 50%;       max-width: 50%; }     #section_Logicseptpopapvideo_3 .col-ul-7 {       flex: 0 0 58.33333333333333%;       max-width: 58.33333333333333%; }     #section_Logicseptpopapvideo_3 .col-ul-8 {       flex: 0 0 66.66666666666667%;       max-width: 66.66666666666667%; }     #section_Logicseptpopapvideo_3 .col-ul-9 {       flex: 0 0 75%;       max-width: 75%; }     #section_Logicseptpopapvideo_3 .col-ul-10 {       flex: 0 0 83.33333333333333%;       max-width: 83.33333333333333%; }     #section_Logicseptpopapvideo_3 .col-ul-11 {       flex: 0 0 91.66666666666667%;       max-width: 91.66666666666667%; }     #section_Logicseptpopapvideo_3 .col-ul-12 {       flex: 0 0 100%;       max-width: 100%; } }   #section_Logicseptpopapvideo_3 body {     text-align: left;     font-family: 'Poppins';     font-size: 13px;     direction: ltr;     overflow-x: hidden; }   #section_Logicseptpopapvideo_3 ul {     padding: 0;     margin: 0; }   #section_Logicseptpopapvideo_3 ul li {     list-style: none; }   #section_Logicseptpopapvideo_3 a,   #section_Logicseptpopapvideo_3 a:hover,   #section_Logicseptpopapvideo_3 a:focus,   #section_Logicseptpopapvideo_3 a:active,   #section_Logicseptpopapvideo_3 a:visited {     text-decoration: none;     color: #212121; }   #section_Logicseptpopapvideo_3 img {     max-width: 100%; }   #section_Logicseptpopapvideo_3 h1, #section_Logicseptpopapvideo_3 h2, #section_Logicseptpopapvideo_3 h3, #section_Logicseptpopapvideo_3 h4, #section_Logicseptpopapvideo_3 h5, #section_Logicseptpopapvideo_3 h6 {     margin: 0; }   #section_Logicseptpopapvideo_3 input:focus, #section_Logicseptpopapvideo_3 button:focus, #section_Logicseptpopapvideo_3 textarea:focus {     outline: none; }   #section_Logicseptpopapvideo_3 p {     margin-bottom: 0; }   #section_Logicseptpopapvideo_3 figure {     margin: 0 0 0 0; }   #section_Logicseptpopapvideo_3 footer, #section_Logicseptpopapvideo_3 header, #section_Logicseptpopapvideo_3 section {     max-width: 1440px;     margin: 0 auto; }   #section_Logicseptpopapvideo_3 .product-description {     margin-bottom: 23px; }   #section_Logicseptpopapvideo_3 .product-description__list {     margin-bottom: 55px; }   #section_Logicseptpopapvideo_3 .product-description__list ul {     display: flex;     align-items: center;     justify-content: space-evenly; }   #section_Logicseptpopapvideo_3 .product-description__list ul li {     margin-right: 55px; }   #section_Logicseptpopapvideo_3 .product-description__list ul li:last-child {     margin-right: 0; }   #section_Logicseptpopapvideo_3 .product-description__list__item {     display: flex;     flex-direction: column;     align-items: center;     position: relative; }   #section_Logicseptpopapvideo_3 .product-description__list__item > a {     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0; }   #section_Logicseptpopapvideo_3 .product-description__list__item__icon {     margin-bottom: 13px;     width: 76px;     height: 76px;     background-color: #ffb300;     border-radius: 4px;     display: flex;     align-items: center;     justify-content: end; }   #section_Logicseptpopapvideo_3 .product-description__list__item__icon i {     font-size: 64px;     color: #000000;     margin-right: -30px; }   #section_Logicseptpopapvideo_3 .product-description__list__item__title h3 {     font-size: 18px;     font-weight: 400;     color: #6d645d;     text-align: center; }   #section_Logicseptpopapvideo_3 .product-description__list__item__title p {     color: #081d22;     font-size: 12px;     font-weight: 400; }   #section_Logicseptpopapvideo_3 .product-description__image {     position: relative;     margin-left: 35px;     margin-bottom: 60px; }   #section_Logicseptpopapvideo_3 .product-description__image::before {     content: "";     position: absolute;     top: -15px;     right: 20px;     bottom: 10px;     left: -35px;     background-color: #ffb900; }   #section_Logicseptpopapvideo_3 .product-description__image__background {     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0;     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }   #section_Logicseptpopapvideo_3 .product-description__image__background img {     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .product-description__image__text {     background-color: #fff;     margin: 100px 30px 30px 0px;     padding: 9px 30px 30px 60px; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title {     display: flex;     align-items: center; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title h3 {     font-size: 24px;     font-weight: 300;     color: #081920; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon {     margin-right: 9px;     margin-left: -30px;     display: flex;     align-items: center;     justify-content: center;     width: 20px;     height: 20px;     background-color: #ffb300; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon i {     font-size: 8px;     color: #fff; }   #section_Logicseptpopapvideo_3 .product-description__image__text__sub-title {     margin-bottom: 30px; }   #section_Logicseptpopapvideo_3 .product-description__image__text__sub-title p {     font-size: 18px;     font-weight: 400;     color: #081920; }   #section_Logicseptpopapvideo_3 .product-description__image__text__desc p {     font-size: 12px;     font-weight: 400;     color: #000; }   #section_Logicseptpopapvideo_3 .product-description__why-use {     background-color: #f5f5f5;     padding: 4px 53px 4px 10px;     margin-bottom: 20px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__title {     margin-bottom: 5px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__title h3 {     font-size: 24px;     font-weight: 700;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__why-use__title p {     font-size: 32px;     font-weight: 300;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__why-use__text {     margin-top: 10px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__text__desc p {     font-size: 12px;     font-weight: 400;     color: #1b2036;     line-height: 21px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__image img {     margin-bottom: 12px;     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .product-description__where-use {     position: relative;     margin-bottom: 40px; }   #section_Logicseptpopapvideo_3 .product-description__where-use__background {     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0; }   #section_Logicseptpopapvideo_3 .product-description__where-use__background img {     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item {     padding: 60px 20px 60px 40px;     position: relative;     z-index: 99; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item::before {     content: "";     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0;     background-color: #ffb900;     z-index: -1;     opacity: 70%; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__title {     margin-bottom: 22px; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__title h3 {     font-size: 24px;     font-weight: 700;     color: #fff; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__title p {     font-size: 32px;     font-weight: 300;     color: #fff; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__desc p {     font-size: 12px;     font-weight: 400;     color: #fff;     line-height: 22px; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__title {     margin-bottom: 20px; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__title h3 {     font-size: 24px;     font-weight: 700;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__title p {     font-size: 36px;     font-weight: 300;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__desc p {     font-size: 12px;     font-weight: 300;     color: #1b2036;     line-height: 21px; }   @media (max-width: 992px) {     #section_Logicseptpopapvideo_3 .product-description__image__text {       margin: 100px 30px 30px 30px; }     #section_Logicseptpopapvideo_3 .product-description__why-use {       padding: 4px 10px; }     #section_Logicseptpopapvideo_3 .product-description__why-use__text__desc {       margin-bottom: 30px; }     #section_Logicseptpopapvideo_3 .product-description__how-use__item__desc {       margin-bottom: 30px; } }   @media (max-width: 768px) {     #section_Logicseptpopapvideo_3 .product-description__list ul li {       margin-right: 15px; } }   @media (max-width: 576px) {     #section_Logicseptpopapvideo_3 .product-description__list ul {       flex-direction: column; }     #section_Logicseptpopapvideo_3 .product-description__list ul li {       margin-bottom: 30px;       margin-right: 0; }     #section_Logicseptpopapvideo_3 .product-description__list ul li:last-child {       margin-bottom: 0; }     #section_Logicseptpopapvideo_3 .product-description__list__item__title p {       text-align: center; }     #section_Logicseptpopapvideo_3 .product-description__image__text {       margin: 50px 15px 30px 15px;       padding: 10px 15px 100px 30px; }     #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon {       margin-left: -40px; }     #section_Logicseptpopapvideo_3 .product-description__where-use__item {       padding: 30px 15px 30px 15px; } }   #section_Logicseptpopapvideo_3 .product-description__image {     margin-left: 0px !important;     background-color: #ffb900 !important;     padding: 20px !important;     margin-bottom: 20px !important; }   #section_Logicseptpopapvideo_3 .product-description__image__text {     background-color: transparent !important;     margin: 0px !important; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon {     background-color: #fff !important; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon i {     color: #2a003e !important; }   #section_Logicseptpopapvideo_3 .product-description__image > .row > .col-lg-6 > img {     border-radius: 6px;     margin: 10px;     width: 100%; }   #section_Logicseptpopapvideo_3 .product-description__image::before {     position: initial !important;     background-color: transparent !important; }   #section_Logicseptpopapvideo_3 .modal-open {     overflow: hidden; }   #section_Logicseptpopapvideo_3 .modal-open .modal {     overflow-x: hidden;     overflow-y: auto; }   #section_Logicseptpopapvideo_3 .modal {     position: fixed;     top: 0;     left: 0;     z-index: 1050;     display: none;     width: 100%;     height: 100%;     overflow: hidden;     outline: 0;     background: #eeeeee90; }   #section_Logicseptpopapvideo_3 .modal-dialog {     position: relative;     width: auto;     margin: 0.5rem;     pointer-events: none; }   @media (prefers-reduced-motion: reduce) {     #section_Logicseptpopapvideo_3 .modal.fade .modal-dialog {       transition: none; } }   #section_Logicseptpopapvideo_3 .modal.show .modal-dialog {     -webkit-transform: none;     transform: none; }   #section_Logicseptpopapvideo_3 .modal.modal-static .modal-dialog {     -webkit-transform: scale(1.02);     transform: scale(1.02); }   #section_Logicseptpopapvideo_3 .modal-dialog-scrollable {     display: -ms-flexbox;     display: flex;     max-height: calc(100% - 1rem); }   #section_Logicseptpopapvideo_3 .modal-dialog-scrollable .modal-content {     max-height: calc(100vh - 1rem);     overflow: hidden; }   #section_Logicseptpopapvideo_3 .modal-dialog-scrollable .modal-footer,   #section_Logicseptpopapvideo_3 .modal-dialog-scrollable .modal-header {     -ms-flex-negative: 0;     flex-shrink: 0; }   #section_Logicseptpopapvideo_3 .modal-dialog-scrollable .modal-body {     overflow-y: auto; }   #section_Logicseptpopapvideo_3 .modal-dialog-centered {     display: -ms-flexbox;     display: flex;     -ms-flex-align: center;     align-items: center;     min-height: calc(100% - 1rem); }   #section_Logicseptpopapvideo_3 .modal-dialog-centered::before {     display: block;     height: calc(100vh - 1rem);     height: -webkit-min-content;     height: -moz-min-content;     height: min-content;     content: ""; }   #section_Logicseptpopapvideo_3 .modal-dialog-centered.modal-dialog-scrollable {     -ms-flex-direction: column;     flex-direction: column;     -ms-flex-pack: center;     justify-content: center;     height: 100%; }   #section_Logicseptpopapvideo_3 .modal-dialog-centered.modal-dialog-scrollable .modal-content {     max-height: none; }   #section_Logicseptpopapvideo_3 .modal-dialog-centered.modal-dialog-scrollable::before {     content: none; }   #section_Logicseptpopapvideo_3 .modal-content {     position: relative;     display: -ms-flexbox;     display: flex;     -ms-flex-direction: column;     flex-direction: column;     width: 100%;     pointer-events: auto;     background-color: #fff;     background-clip: padding-box;     border: 1px solid rgba(0, 0, 0, 0.2);     border-radius: 0.3rem;     outline: 0; }   #section_Logicseptpopapvideo_3 .modal-backdrop {     position: fixed;     top: 0;     left: 0;     z-index: 1040;     width: 100vw;     height: 100vh;     background-color: #000; }   #section_Logicseptpopapvideo_3 .modal-backdrop.fade {     opacity: 0; }   #section_Logicseptpopapvideo_3 .modal-backdrop.show {     opacity: 0.5; }   #section_Logicseptpopapvideo_3 .modal-header {     display: -ms-flexbox;     display: flex;     -ms-flex-align: start;     align-items: flex-start;     -ms-flex-pack: justify;     justify-content: space-between;     padding: 1rem 1rem;     border-bottom: 1px solid #dee2e6;     border-top-left-radius: calc(0.3rem - 1px);     border-top-right-radius: calc(0.3rem - 1px); }   #section_Logicseptpopapvideo_3 .modal-header .close {     background-color: #B71C1C;     border: none;     color: #FFCDD2;     font-size: 16px;     line-height: 16px;     width: 25px;     height: 25px;     border-radius: 15px;     text-align: center; }   #section_Logicseptpopapvideo_3 .modal-header .close i {     transform: rotate(45deg); }   #section_Logicseptpopapvideo_3 .modal-header .close:hover {     background-color: #FFCDD2;     color: #B71C1C; }   #section_Logicseptpopapvideo_3 .modal-title {     margin-bottom: 0;     line-height: 1.5; }   #section_Logicseptpopapvideo_3 .modal-body {     position: relative;     -ms-flex: 1 1 auto;     flex: 1 1 auto;     padding: 1rem; }   #section_Logicseptpopapvideo_3 .modal-footer {     display: -ms-flexbox;     display: flex;     -ms-flex-wrap: wrap;     flex-wrap: wrap;     -ms-flex-align: center;     align-items: center;     -ms-flex-pack: end;     justify-content: flex-end;     padding: 0.75rem;     border-top: 1px solid #dee2e6;     border-bottom-right-radius: calc(0.3rem - 1px);     border-bottom-left-radius: calc(0.3rem - 1px); }   #section_Logicseptpopapvideo_3 .modal-footer > * {     margin: 0.25rem; }   #section_Logicseptpopapvideo_3 .modal-scrollbar-measure {     position: absolute;     top: -9999px;     width: 50px;     height: 50px;     overflow: scroll; }   @media (min-width: 576px) {     #section_Logicseptpopapvideo_3 .modal-dialog {       max-width: 500px;       margin: 1.75rem auto; }     #section_Logicseptpopapvideo_3 .modal-dialog-scrollable {       max-height: calc(100% - 3.5rem); }     #section_Logicseptpopapvideo_3 .modal-dialog-scrollable .modal-content {       max-height: calc(100vh - 3.5rem); }     #section_Logicseptpopapvideo_3 .modal-dialog-centered {       min-height: calc(100% - 3.5rem); }     #section_Logicseptpopapvideo_3 .modal-dialog-centered::before {       height: calc(100vh - 3.5rem);       height: -webkit-min-content;       height: -moz-min-content;       height: min-content; }     #section_Logicseptpopapvideo_3 .modal-sm {       max-width: 300px; } }   @media (min-width: 992px) {     #section_Logicseptpopapvideo_3 .modal-lg,     #section_Logicseptpopapvideo_3 .modal-xl {       max-width: 800px; } }   @media (min-width: 1200px) {     #section_Logicseptpopapvideo_3 .modal-xl {       max-width: 1140px; } }   #section_Logicseptpopapvideo_3 .modal-video .modal-body {     padding: 10px; }   #section_Logicseptpopapvideo_3 .modal-video .modal-dialog {     max-width: 60%;     width: 1100px; }   #section_Logicseptpopapvideo_3 .modal-video__title {     background-color: #ffb300;     padding: 0 15px; }   #section_Logicseptpopapvideo_3 .modal-video__title h3 {     font-size: 16px;     font-weight: 300;     color: #080909;     line-height: 35px; }   #section_Logicseptpopapvideo_3 .modal-video__video {     display: flex; }   #section_Logicseptpopapvideo_3 .modal-video__video video {     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__title-menu {     margin-bottom: 30px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__title-menu h3 {     display: flex;     align-items: center;     font-size: 10px;     font-weight: 300;     line-height: 22px;     color: #0a2033; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__title-menu h3 i {     margin-right: 5px;     font-size: 11px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list {     margin-bottom: 60px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title {     margin-bottom: 14px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title h3 {     font-size: 14px;     font-weight: 400;     color: #113655;     line-height: 16px;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title h3 i {     font-size: 7px;     color: #253849;     margin-right: 2px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title h3.chenge i::before {     content: "\e91b";     font-family: "icon"; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content {     margin-top: 2px;     padding-left: 15px;     display: none; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li {     margin-bottom: 5px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li a {     transition: 0.3s;     font-size: 12px;     font-weight: 300;     line-height: 12px;     color: #0a2033;     border-bottom: 1px solid transparent; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li:last-child {     margin-bottom: 0; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li:hover a {     font-weight: 600;     border-color: #707070; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li.active a {     font-weight: 600;     border-color: #707070; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title:last-child {     margin-top: 5px; }   #section_Logicseptpopapvideo_3 .modal-header {     border: none;     padding: 10px;     display: flex;     flex-direction: row;     justify-content: flex-end; }   #section_Logicseptpopapvideo_3 .modal-header button {     padding: 0;     z-index: 99;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .modal-header button span {     font-size: 35px;     color: #536270; }   #section_Logicseptpopapvideo_3 .modal-header button:hover {     background: none; }   #section_Logicseptpopapvideo_3 .modal-header button:hover span {     color: #536270; }   #section_Logicseptpopapvideo_3 .modal-body {     padding: 36px 54px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper {     border-right: 1px solid #707070;     display: block; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper.active {     display: block; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__title {     margin-bottom: 14px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__title h3 {     font-size: 18px;     font-weight: 600;     line-height: 28px;     color: #0a2033; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video {     margin-bottom: 35px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item {     display: flex;     align-items: center;     justify-content: center;     border-radius: 5px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item video {     width: 590px;     border-radius: 5px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item__video {     display: flex;     flex-direction: column;     width: 592px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item__video video {     border-radius: 5px;     width: 100%;     height: 325px;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item__video img {     border-radius: 5px;     width: 100%;     height: 325px;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item__video span {     margin-top: 5px;     font-size: 18px;     font-weight: 400;     color: #2a003e; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider {     border-top: 1px solid #707070;     padding-top: 18px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider__item {     cursor: pointer;     position: relative;     border-radius: 5px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider__item img {     border-radius: 5px;     height: 100px;     width: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider__item i {     font-size: 11px;     position: absolute;     top: 50%;     right: 50%;     transform: translate(50%, -50%);     color: #fff;     display: flex;     align-items: center;     justify-content: center;     width: 33px;     height: 33px;     border-radius: 50%;     border: 1px solid #fff; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider__item p {     font-size: 12px;     font-weight: 300;     color: #0a2033; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider .swiper-container {     padding: 0 35px; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider .swiper-container:before {     content: "";     position: absolute;     top: 0;     bottom: 0;     left: 0;     width: 35px;     background-color: #fff;     z-index: 9; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider .swiper-container:after {     content: "";     position: absolute;     top: 0;     right: 0;     bottom: 0;     width: 35px;     background-color: #fff;     z-index: 9; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider .swiper-btn-next {     position: absolute;     top: 50%;     left: 10px;     transform: translateY(-50%);     z-index: 99; }   #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider .swiper-btn-prev {     position: absolute;     top: 50%;     right: 10px;     transform: translateY(-50%);     z-index: 99; }   #section_Logicseptpopapvideo_3 .modal-video--video {     margin-bottom: 35px; }   #section_Logicseptpopapvideo_3 .modal-video--video .modal-video__wrapper__show-video {     margin-bottom: 6px; }   #section_Logicseptpopapvideo_3 .modal-video--video .modal-video__wrapper__show-video__item {     justify-content: center; }   #section_Logicseptpopapvideo_3 .modal-video--video .modal-video__wrapper__show-video__item__video {     width: 705px; }   #section_Logicseptpopapvideo_3 .modal-video--video .modal-video__wrapper__show-video__item__video video {     height: 454px; }   #section_Logicseptpopapvideo_3 .modal-video--video .modal-video__wrapper__show-video__item__video img {     height: 454px; }   #section_Logicseptpopapvideo_3 .modal-video--video .modal-video__wrapper__list-slider p {     background-color: #f5f5f5;     padding: 10px 17px 5px 17px;     margin-top: -5px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__title-menu {     margin-bottom: 30px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__title-menu h3 {     display: flex;     align-items: center;     font-size: 10px;     font-weight: 300;     line-height: 22px;     color: #0a2033; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__title-menu h3 i {     margin-right: 5px;     font-size: 11px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list {     margin-bottom: 60px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title {     margin-bottom: 14px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title h3 {     font-size: 14px;     font-weight: 400;     color: #113655;     line-height: 16px;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title h3 i {     font-size: 7px;     color: #253849;     margin-right: 2px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title h3.chenge i::before {     content: "\e91b";     font-family: "icon"; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content {     margin-top: 2px;     padding-left: 15px;     display: none; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li {     margin-bottom: 5px; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li a {     transition: 0.3s;     font-size: 12px;     font-weight: 300;     line-height: 12px;     color: #0a2033;     border-bottom: 1px solid transparent; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li:last-child {     margin-bottom: 0; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li:hover a {     font-weight: 600;     border-color: #707070; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title__content ul li.active a {     font-weight: 600;     border-color: #707070; }   #section_Logicseptpopapvideo_3 .modal-video__sidebar__list__title:last-child {     margin-top: 5px; }   #section_Logicseptpopapvideo_3 .modal-body {     padding: 36px 54px; }   @media (max-width: 992px) {     #section_Logicseptpopapvideo_3 .modal-video__wrapper {       border-right: none; }     #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider {       margin-bottom: 50px; }     #section_Logicseptpopapvideo_3 .modal-video__sidebar__list {       margin-bottom: 0; } }   @media (max-width: 768px) {     #section_Logicseptpopapvideo_3 .modal-video__wrapper__list-slider__item i {       font-size: 10px;       width: 25px;       height: 25px; } }   @media (max-width: 576px) {     #section_Logicseptpopapvideo_3 .modal-video__wrapper__show-video__item video {       width: 100%; } }   #section_Logicseptpopapvideo_3 :root {     --swiper-theme-color: #007aff; }   #section_Logicseptpopapvideo_3 .swiper {     margin-left: auto;     margin-right: auto;     position: relative;     overflow: hidden;     list-style: none;     padding: 0;     z-index: 1; }   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-wrapper {     flex-direction: column; }   #section_Logicseptpopapvideo_3 .swiper-wrapper {     position: relative;     width: 100%;     z-index: 1;     display: flex;     transition-property: transform;     box-sizing: content-box; }   #section_Logicseptpopapvideo_3 .swiper-android .swiper-slide,   #section_Logicseptpopapvideo_3 .swiper-wrapper {     transform: translate3d(0px, 0, 0); }   #section_Logicseptpopapvideo_3 .swiper-pointer-events {     touch-action: pan-y; }   #section_Logicseptpopapvideo_3 .swiper-pointer-events.swiper-vertical {     touch-action: pan-x; }   #section_Logicseptpopapvideo_3 .swiper-slide {     flex-shrink: 0;     width: 100%;     height: 100%;     position: relative;     transition-property: transform; }   #section_Logicseptpopapvideo_3 .swiper-slide-invisible-blank {     visibility: hidden; }   #section_Logicseptpopapvideo_3 .swiper-autoheight,   #section_Logicseptpopapvideo_3 .swiper-autoheight .swiper-slide {     height: auto; }   #section_Logicseptpopapvideo_3 .swiper-autoheight .swiper-wrapper {     align-items: flex-start;     transition-property: transform, height; }   #section_Logicseptpopapvideo_3 .swiper-backface-hidden .swiper-slide {     transform: translateZ(0);     -webkit-backface-visibility: hidden;     backface-visibility: hidden; }   #section_Logicseptpopapvideo_3 .swiper-3d,   #section_Logicseptpopapvideo_3 .swiper-3d.swiper-css-mode .swiper-wrapper {     perspective: 1200px; }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-cube-shadow,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-top,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-wrapper {     transform-style: preserve-3d; }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-top {     position: absolute;     left: 0;     top: 0;     width: 100%;     height: 100%;     pointer-events: none;     z-index: 10; }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow {     background: rgba(0, 0, 0, 0.15); }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-left {     background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-right {     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-top {     background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-3d .swiper-slide-shadow-bottom {     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-css-mode > .swiper-wrapper {     overflow: auto;     scrollbar-width: none;     -ms-overflow-style: none; }   #section_Logicseptpopapvideo_3 .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-css-mode > .swiper-wrapper > .swiper-slide {     scroll-snap-align: start start; }   #section_Logicseptpopapvideo_3 .swiper-horizontal.swiper-css-mode > .swiper-wrapper {     scroll-snap-type: x mandatory; }   #section_Logicseptpopapvideo_3 .swiper-vertical.swiper-css-mode > .swiper-wrapper {     scroll-snap-type: y mandatory; }   #section_Logicseptpopapvideo_3 .swiper-centered > .swiper-wrapper::before {     content: "";     flex-shrink: 0;     order: 9999; }   #section_Logicseptpopapvideo_3 .swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {     margin-inline-start: var(--swiper-centered-offset-before); }   #section_Logicseptpopapvideo_3 .swiper-centered.swiper-horizontal > .swiper-wrapper::before {     height: 100%;     min-height: 1px;     width: var(--swiper-centered-offset-after); }   #section_Logicseptpopapvideo_3 .swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {     margin-block-start: var(--swiper-centered-offset-before); }   #section_Logicseptpopapvideo_3 .swiper-centered.swiper-vertical > .swiper-wrapper::before {     width: 100%;     min-width: 1px;     height: var(--swiper-centered-offset-after); }   #section_Logicseptpopapvideo_3 .swiper-centered > .swiper-wrapper > .swiper-slide {     scroll-snap-align: center center; }   #section_Logicseptpopapvideo_3 .swiper-virtual.swiper-css-mode .swiper-wrapper::after {     content: "";     position: absolute;     left: 0;     top: 0;     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {     height: 1px;     width: var(--swiper-virtual-size); }   #section_Logicseptpopapvideo_3 .swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {     width: 1px;     height: var(--swiper-virtual-size); }   #section_Logicseptpopapvideo_3 :root {     --swiper-navigation-size: 44px; }   #section_Logicseptpopapvideo_3 .swiper-button-next,   #section_Logicseptpopapvideo_3 .swiper-button-prev {     position: absolute;     top: 50%;     width: calc(var(--swiper-navigation-size) / 44 * 27);     height: var(--swiper-navigation-size);     margin-top: calc(0px - (var(--swiper-navigation-size) / 2));     z-index: 10;     cursor: pointer;     display: flex;     align-items: center;     justify-content: center;     color: var(--swiper-navigation-color, var(--swiper-theme-color)); }   #section_Logicseptpopapvideo_3 .swiper-button-next.swiper-button-disabled,   #section_Logicseptpopapvideo_3 .swiper-button-prev.swiper-button-disabled {     opacity: 0.35;     cursor: auto;     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-button-next:after,   #section_Logicseptpopapvideo_3 .swiper-button-prev:after {     font-family: swiper-icons;     font-size: var(--swiper-navigation-size);     text-transform: none !important;     letter-spacing: 0;     text-transform: none;     font-variant: initial;     line-height: 1; }   #section_Logicseptpopapvideo_3 .swiper-button-prev,   #section_Logicseptpopapvideo_3 .swiper-rtl .swiper-button-next {     left: 10px;     right: auto; }   #section_Logicseptpopapvideo_3 .swiper-button-prev:after,   #section_Logicseptpopapvideo_3 .swiper-rtl .swiper-button-next:after {     content: "prev"; }   #section_Logicseptpopapvideo_3 .swiper-button-next,   #section_Logicseptpopapvideo_3 .swiper-rtl .swiper-button-prev {     right: 10px;     left: auto; }   #section_Logicseptpopapvideo_3 .swiper-button-next:after,   #section_Logicseptpopapvideo_3 .swiper-rtl .swiper-button-prev:after {     content: "next"; }   #section_Logicseptpopapvideo_3 .swiper-button-lock {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-pagination {     position: absolute;     text-align: center;     transition: 0.3s opacity;     transform: translate3d(0, 0, 0);     z-index: 10; }   #section_Logicseptpopapvideo_3 .swiper-pagination.swiper-pagination-hidden {     opacity: 0; }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-pagination-bullets,   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets.swiper-pagination-horizontal,   #section_Logicseptpopapvideo_3 .swiper-pagination-custom,   #section_Logicseptpopapvideo_3 .swiper-pagination-fraction {     bottom: 10px;     left: 0;     width: 100%; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic {     overflow: hidden;     font-size: 0; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transform: scale(0.33);     position: relative; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {     transform: scale(1); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {     transform: scale(1); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {     transform: scale(0.66); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {     transform: scale(0.33); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {     transform: scale(0.66); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {     transform: scale(0.33); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet {     width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));     height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));     display: inline-block;     border-radius: 50%;     background: var(--swiper-pagination-bullet-inactive-color, #000);     opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2); }   #section_Logicseptpopapvideo_3 button.swiper-pagination-bullet {     border: none;     margin: 0;     padding: 0;     box-shadow: none;     -webkit-appearance: none;     appearance: none; }   #section_Logicseptpopapvideo_3 .swiper-pagination-clickable .swiper-pagination-bullet {     cursor: pointer; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet:only-child {     display: none !important; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet-active {     opacity: var(--swiper-pagination-bullet-opacity, 1);     background: var(--swiper-pagination-color, var(--swiper-theme-color)); }   #section_Logicseptpopapvideo_3 .swiper-pagination-vertical.swiper-pagination-bullets,   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-pagination-bullets {     right: 10px;     top: 50%;     transform: translate3d(0px, -50%, 0); }   #section_Logicseptpopapvideo_3 .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {     margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;     display: block; }   #section_Logicseptpopapvideo_3 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {     top: 50%;     transform: translateY(-50%);     width: 8px; }   #section_Logicseptpopapvideo_3 .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     display: inline-block;     transition: 0.2s transform, 0.2s top; }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,   #section_Logicseptpopapvideo_3 .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {     margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px); }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,   #section_Logicseptpopapvideo_3 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {     left: 50%;     transform: translateX(-50%);     white-space: nowrap; }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,   #section_Logicseptpopapvideo_3 .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transition: 0.2s transform, 0.2s left; }   #section_Logicseptpopapvideo_3 .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transition: 0.2s transform, 0.2s right; }   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar {     background: rgba(0, 0, 0, 0.25);     position: absolute; }   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {     background: var(--swiper-pagination-color, var(--swiper-theme-color));     position: absolute;     left: 0;     top: 0;     width: 100%;     height: 100%;     transform: scale(0);     transform-origin: left top; }   #section_Logicseptpopapvideo_3 .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {     transform-origin: right top; }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-pagination-progressbar,   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar.swiper-pagination-horizontal,   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {     width: 100%;     height: 4px;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar.swiper-pagination-vertical,   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-pagination-progressbar {     width: 4px;     height: 100%;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-pagination-lock {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar {     border-radius: 10px;     position: relative;     background: rgba(0, 0, 0, 0.1); }   #section_Logicseptpopapvideo_3 .swiper-horizontal > .swiper-scrollbar {     position: absolute;     left: 1%;     bottom: 3px;     z-index: 50;     height: 5px;     width: 98%; }   #section_Logicseptpopapvideo_3 .swiper-vertical > .swiper-scrollbar {     position: absolute;     right: 3px;     top: 1%;     z-index: 50;     width: 5px;     height: 98%; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar-drag {     height: 100%;     width: 100%;     position: relative;     background: rgba(0, 0, 0, 0.5);     border-radius: 10px;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar-cursor-drag {     cursor: move; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar-lock {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-zoom-container {     width: 100%;     height: 100%;     display: flex;     justify-content: center;     align-items: center;     text-align: center; }   #section_Logicseptpopapvideo_3 .swiper-zoom-container > canvas,   #section_Logicseptpopapvideo_3 .swiper-zoom-container > img,   #section_Logicseptpopapvideo_3 .swiper-zoom-container > svg {     max-width: 100%;     max-height: 100%;     object-fit: contain; }   #section_Logicseptpopapvideo_3 .swiper-slide-zoomed {     cursor: move; }   #section_Logicseptpopapvideo_3 .swiper-lazy-preloader {     width: 42px;     height: 42px;     position: absolute;     left: 50%;     top: 50%;     margin-left: -21px;     margin-top: -21px;     z-index: 10;     transform-origin: 50%;     box-sizing: border-box;     border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));     border-radius: 50%;     border-top-color: transparent; }   #section_Logicseptpopapvideo_3 .swiper-slide-visible .swiper-lazy-preloader {     animation: swiper-preloader-spin 1s infinite linear; }   #section_Logicseptpopapvideo_3 .swiper-lazy-preloader-white {     --swiper-preloader-color: #fff; }   #section_Logicseptpopapvideo_3 .swiper-lazy-preloader-black {     --swiper-preloader-color: #000; }  @keyframes swiper-preloader-spin {   100% {     transform: rotate(360deg); } }   #section_Logicseptpopapvideo_3 .swiper .swiper-notification {     position: absolute;     left: 0;     top: 0;     pointer-events: none;     opacity: 0;     z-index: -1000; }   #section_Logicseptpopapvideo_3 .swiper-free-mode > .swiper-wrapper {     transition-timing-function: ease-out;     margin: 0 auto; }   #section_Logicseptpopapvideo_3 .swiper-grid > .swiper-wrapper {     flex-wrap: wrap; }   #section_Logicseptpopapvideo_3 .swiper-grid-column > .swiper-wrapper {     flex-wrap: wrap;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .swiper-fade.swiper-free-mode .swiper-slide {     transition-timing-function: ease-out; }   #section_Logicseptpopapvideo_3 .swiper-fade .swiper-slide {     pointer-events: none;     transition-property: opacity; }   #section_Logicseptpopapvideo_3 .swiper-fade .swiper-slide .swiper-slide {     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-fade .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-fade .swiper-slide-active .swiper-slide-active {     pointer-events: auto; }   #section_Logicseptpopapvideo_3 .swiper-cube {     overflow: visible; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide {     pointer-events: none;     -webkit-backface-visibility: hidden;     backface-visibility: hidden;     z-index: 1;     visibility: hidden;     transform-origin: 0 0;     width: 100%;     height: 100%; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide .swiper-slide {     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-cube.swiper-rtl .swiper-slide {     transform-origin: 100% 0; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-active .swiper-slide-active {     pointer-events: auto; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-next,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-next + .swiper-slide,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-prev {     pointer-events: auto;     visibility: visible; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-slide-shadow-top {     z-index: 0;     -webkit-backface-visibility: hidden;     backface-visibility: hidden; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-cube-shadow {     position: absolute;     left: 0;     bottom: 0px;     width: 100%;     height: 100%;     opacity: 0.6;     z-index: 0; }   #section_Logicseptpopapvideo_3 .swiper-cube .swiper-cube-shadow:before {     content: "";     background: #000;     position: absolute;     left: 0;     top: 0;     bottom: 0;     right: 0;     filter: blur(50px); }   #section_Logicseptpopapvideo_3 .swiper-flip {     overflow: visible; }   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide {     pointer-events: none;     -webkit-backface-visibility: hidden;     backface-visibility: hidden;     z-index: 1; }   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide .swiper-slide {     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide-active .swiper-slide-active {     pointer-events: auto; }   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-flip .swiper-slide-shadow-top {     z-index: 0;     -webkit-backface-visibility: hidden;     backface-visibility: hidden; }   #section_Logicseptpopapvideo_3 .swiper-creative .swiper-slide {     -webkit-backface-visibility: hidden;     backface-visibility: hidden;     overflow: hidden;     transition-property: transform, opacity, height; }   #section_Logicseptpopapvideo_3 .swiper-cards {     overflow: visible; }   #section_Logicseptpopapvideo_3 .swiper-cards .swiper-slide {     transform-origin: center bottom;     -webkit-backface-visibility: hidden;     backface-visibility: hidden;     overflow: hidden; }   #section_Logicseptpopapvideo_3 .swiper-container {     margin-left: auto;     margin-right: auto;     position: relative;     overflow: hidden;     list-style: none;     padding: 0;     z-index: 1; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-wrapper-version-6 {     flex-direction: column; }   #section_Logicseptpopapvideo_3 .swiper-wrapper-version-6 {     position: relative;     width: 100%;     height: 100%;     z-index: 1;     display: flex;     transition-property: transform;     box-sizing: content-box; }   #section_Logicseptpopapvideo_3 .swiper-container-android .swiper-slide,   #section_Logicseptpopapvideo_3 .swiper-wrapper-version-6 {     transform: translate3d(0px, 0, 0); }   #section_Logicseptpopapvideo_3 .swiper-container-multirow > .swiper-wrapper-version-6 {     flex-wrap: wrap; }   #section_Logicseptpopapvideo_3 .swiper-container-multirow-column > .swiper-wrapper-version-6 {     flex-wrap: wrap;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .swiper-container-free-mode > .swiper-wrapper-version-6 {     transition-timing-function: ease-out;     margin: 0 auto; }   #section_Logicseptpopapvideo_3 .swiper-container-pointer-events {     touch-action: pan-y; }   #section_Logicseptpopapvideo_3 .swiper-container-pointer-events.swiper-container-vertical {     touch-action: pan-x; }   #section_Logicseptpopapvideo_3 .swiper-slide {     flex-shrink: 0;     width: 100%;     height: 100%;     position: relative;     transition-property: transform; }   #section_Logicseptpopapvideo_3 .swiper-slide-invisible-blank {     visibility: hidden; }   #section_Logicseptpopapvideo_3 .swiper-container-autoheight,   #section_Logicseptpopapvideo_3 .swiper-container-autoheight .swiper-slide {     height: auto; }   #section_Logicseptpopapvideo_3 .swiper-container-autoheight .swiper-wrapper-version-6 {     align-items: flex-start;     transition-property: transform, height; }   #section_Logicseptpopapvideo_3 .swiper-container-3d {     perspective: 1200px; }   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-cube-shadow,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-top,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-wrapper-version-6 {     transform-style: preserve-3d; }   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-top {     position: absolute;     left: 0;     top: 0;     width: 100%;     height: 100%;     pointer-events: none;     z-index: 10; }   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-left {     background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-right {     background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-top {     background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-container-3d .swiper-slide-shadow-bottom {     background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }   #section_Logicseptpopapvideo_3 .swiper-container-css-mode > .swiper-wrapper-version-6 {     overflow: auto;     scrollbar-width: none;     -ms-overflow-style: none; }   #section_Logicseptpopapvideo_3 .swiper-container-css-mode > .swiper-wrapper-version-6::-webkit-scrollbar {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-container-css-mode > .swiper-wrapper-version-6 > .swiper-slide {     scroll-snap-align: start start; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper-version-6 {     scroll-snap-type: x mandatory; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper-version-6 {     scroll-snap-type: y mandatory; }   #section_Logicseptpopapvideo_3 :root {     --swiper-navigation-size: 44px; }   #section_Logicseptpopapvideo_3 .swiper-button-next,   #section_Logicseptpopapvideo_3 .swiper-button-prev {     position: absolute;     top: 50%;     width: calc(var(--swiper-navigation-size) / 44 * 27);     height: var(--swiper-navigation-size);     margin-top: calc(0px - (var(--swiper-navigation-size) / 2));     z-index: 10;     cursor: pointer;     display: flex;     align-items: center;     justify-content: center;     color: var(--swiper-navigation-color, var(--swiper-theme-color)); }   #section_Logicseptpopapvideo_3 .swiper-button-next.swiper-button-disabled,   #section_Logicseptpopapvideo_3 .swiper-button-prev.swiper-button-disabled {     opacity: 0.35;     cursor: auto;     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-button-next:after,   #section_Logicseptpopapvideo_3 .swiper-button-prev:after {     font-family: swiper-icons;     font-size: var(--swiper-navigation-size);     text-transform: none !important;     letter-spacing: 0;     text-transform: none;     font-variant: initial;     line-height: 1; }   #section_Logicseptpopapvideo_3 .swiper-button-prev,   #section_Logicseptpopapvideo_3 .swiper-container-rtl .swiper-button-next {     left: 10px;     right: auto; }   #section_Logicseptpopapvideo_3 .swiper-button-prev:after,   #section_Logicseptpopapvideo_3 .swiper-container-rtl .swiper-button-next:after {     content: "prev"; }   #section_Logicseptpopapvideo_3 .swiper-button-next,   #section_Logicseptpopapvideo_3 .swiper-container-rtl .swiper-button-prev {     right: 10px;     left: auto; }   #section_Logicseptpopapvideo_3 .swiper-button-next:after,   #section_Logicseptpopapvideo_3 .swiper-container-rtl .swiper-button-prev:after {     content: "next"; }   #section_Logicseptpopapvideo_3 .swiper-button-next.swiper-button-white,   #section_Logicseptpopapvideo_3 .swiper-button-prev.swiper-button-white {     --swiper-navigation-color: #ffffff; }   #section_Logicseptpopapvideo_3 .swiper-button-next.swiper-button-black,   #section_Logicseptpopapvideo_3 .swiper-button-prev.swiper-button-black {     --swiper-navigation-color: #000000; }   #section_Logicseptpopapvideo_3 .swiper-button-lock {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-pagination {     position: absolute;     text-align: center;     transition: 0.3s opacity;     transform: translate3d(0, 0, 0);     z-index: 10; }   #section_Logicseptpopapvideo_3 .swiper-pagination.swiper-pagination-hidden {     opacity: 0; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets,   #section_Logicseptpopapvideo_3 .swiper-pagination-custom,   #section_Logicseptpopapvideo_3 .swiper-pagination-fraction {     bottom: 10px;     left: 0;     width: 100%; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic {     overflow: hidden;     font-size: 0; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transform: scale(0.33);     position: relative; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {     transform: scale(1); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {     transform: scale(1); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {     transform: scale(0.66); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {     transform: scale(0.33); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {     transform: scale(0.66); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {     transform: scale(0.33); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet {     width: 8px;     height: 8px;     display: inline-block;     border-radius: 50%;     background: #000;     opacity: 0.2; }   #section_Logicseptpopapvideo_3 button.swiper-pagination-bullet {     border: none;     margin: 0;     padding: 0;     box-shadow: none;     -webkit-appearance: none;     appearance: none; }   #section_Logicseptpopapvideo_3 .swiper-pagination-clickable .swiper-pagination-bullet {     cursor: pointer; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet:only-child {     display: none !important; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet-active {     opacity: 1;     background: var(--swiper-pagination-color, var(--swiper-theme-color)); }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets {     right: 10px;     top: 50%;     transform: translate3d(0px, -50%, 0); }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {     margin: 6px 0;     display: block; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {     top: 50%;     transform: translateY(-50%);     width: 8px; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     display: inline-block;     transition: 0.2s transform, 0.2s top; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {     margin: 0 4px; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {     left: 50%;     transform: translateX(-50%);     white-space: nowrap; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transition: 0.2s transform, 0.2s left; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transition: 0.2s transform, 0.2s right; }   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar {     background: rgba(0, 0, 0, 0.25);     position: absolute; }   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {     background: var(--swiper-pagination-color, var(--swiper-theme-color));     position: absolute;     left: 0;     top: 0;     width: 100%;     height: 100%;     transform: scale(0);     transform-origin: left top; }   #section_Logicseptpopapvideo_3 .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {     transform-origin: right top; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-progressbar,   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {     width: 100%;     height: 4px;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-progressbar {     width: 4px;     height: 100%;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-pagination-white {     --swiper-pagination-color: #ffffff; }   #section_Logicseptpopapvideo_3 .swiper-pagination-black {     --swiper-pagination-color: #000000; }   #section_Logicseptpopapvideo_3 .swiper-pagination-lock {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar {     border-radius: 10px;     position: relative;     background: rgba(0, 0, 0, 0.1); }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-scrollbar {     position: absolute;     left: 1%;     bottom: 3px;     z-index: 50;     height: 5px;     width: 98%; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-scrollbar {     position: absolute;     right: 3px;     top: 1%;     z-index: 50;     width: 5px;     height: 98%; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar-drag {     height: 100%;     width: 100%;     position: relative;     background: rgba(0, 0, 0, 0.5);     border-radius: 10px;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar-cursor-drag {     cursor: move; }   #section_Logicseptpopapvideo_3 .swiper-scrollbar-lock {     display: none; }   #section_Logicseptpopapvideo_3 .swiper-zoom-container {     width: 100%;     height: 100%;     display: flex;     justify-content: center;     align-items: center;     text-align: center; }   #section_Logicseptpopapvideo_3 .swiper-zoom-container > canvas,   #section_Logicseptpopapvideo_3 .swiper-zoom-container > img,   #section_Logicseptpopapvideo_3 .swiper-zoom-container > svg {     max-width: 100%;     max-height: 100%;     object-fit: contain; }   #section_Logicseptpopapvideo_3 .swiper-slide-zoomed {     cursor: move; }   #section_Logicseptpopapvideo_3 .swiper-lazy-preloader {     width: 42px;     height: 42px;     position: absolute;     left: 50%;     top: 50%;     margin-left: -21px;     margin-top: -21px;     z-index: 10;     transform-origin: 50%;     animation: swiper-preloader-spin 1s infinite linear;     box-sizing: border-box;     border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));     border-radius: 50%;     border-top-color: transparent; }   #section_Logicseptpopapvideo_3 .swiper-lazy-preloader-white {     --swiper-preloader-color: #fff; }   #section_Logicseptpopapvideo_3 .swiper-lazy-preloader-black {     --swiper-preloader-color: #000; }  @keyframes swiper-preloader-spin {   100% {     transform: rotate(360deg); } }   #section_Logicseptpopapvideo_3 .swiper-container .swiper-notification {     position: absolute;     left: 0;     top: 0;     pointer-events: none;     opacity: 0;     z-index: -1000; }   #section_Logicseptpopapvideo_3 .swiper-container-fade.swiper-container-free-mode .swiper-slide {     transition-timing-function: ease-out; }   #section_Logicseptpopapvideo_3 .swiper-container-fade .swiper-slide {     pointer-events: none;     transition-property: opacity; }   #section_Logicseptpopapvideo_3 .swiper-container-fade .swiper-slide .swiper-slide {     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-container-fade .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-container-fade .swiper-slide-active .swiper-slide-active {     pointer-events: auto; }   #section_Logicseptpopapvideo_3 .swiper-container-cube {     overflow: visible; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide {     pointer-events: none;     -webkit-backface-visibility: hidden;     backface-visibility: hidden;     z-index: 1;     visibility: hidden;     transform-origin: 0 0;     width: 100%;     height: 100%; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide .swiper-slide {     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-container-cube.swiper-container-rtl .swiper-slide {     transform-origin: 100% 0; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-active .swiper-slide-active {     pointer-events: auto; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-next,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-next + .swiper-slide,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-prev {     pointer-events: auto;     visibility: visible; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-slide-shadow-top {     z-index: 0;     -webkit-backface-visibility: hidden;     backface-visibility: hidden; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-cube-shadow {     position: absolute;     left: 0;     bottom: 0px;     width: 100%;     height: 100%;     opacity: 0.6;     z-index: 0; }   #section_Logicseptpopapvideo_3 .swiper-container-cube .swiper-cube-shadow:before {     content: "";     background: #000;     position: absolute;     left: 0;     top: 0;     bottom: 0;     right: 0;     filter: blur(50px); }   #section_Logicseptpopapvideo_3 .swiper-container-flip {     overflow: visible; }   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide {     pointer-events: none;     -webkit-backface-visibility: hidden;     backface-visibility: hidden;     z-index: 1; }   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide .swiper-slide {     pointer-events: none; }   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide-active,   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide-active .swiper-slide-active {     pointer-events: auto; }   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide-shadow-bottom,   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide-shadow-left,   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide-shadow-right,   #section_Logicseptpopapvideo_3 .swiper-container-flip .swiper-slide-shadow-top {     z-index: 0;     -webkit-backface-visibility: hidden;     backface-visibility: hidden; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination {     flex: 0 0 95px;     max-width: 95px;     padding-top: 10px;     position: relative; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination::before {     content: "";     position: absolute;     top: 0;     bottom: 0;     left: 6px;     border-right: 1px solid #a8a8a8;     z-index: -1; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination {     display: flex;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination-bullet {     position: relative;     margin-bottom: 45px;     width: 0;     height: 0;     font-size: 24px;     font-weight: 300;     opacity: 100%;     color: rgba(112, 112, 112, 0.61); }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination-bullet .dn-right-fill-icon {     margin-right: 5px;     font-size: 14px; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination-bullet-active {     color: #ffb300; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination-bullet-active .dn-right-fill-icon {     font-size: 20px; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination-bullet-active::before {     content: "";     position: absolute;     top: 50%;     left: 80px;     width: 15px;     height: 30px;     background-color: #ffb300;     border-radius: 15px 0 0 15px;     z-index: -1; }   #section_Logicseptpopapvideo_3 .gallery__wrapper__pagination .swiper-pagination-bullet-active::after {     content: "";     position: absolute;     top: 50%;     left: 80px;     width: 30px;     height: 30px;     border: 1px solid #ffb300;     border-radius: 50%; }   #section_Logicseptpopapvideo_3 .swiper-pagination {     position: absolute;     text-align: center;     transition: 0.3s opacity;     transform: translate3d(0, 0, 0);     z-index: 10;     height: 100%; }   #section_Logicseptpopapvideo_3 .swiper-pagination.swiper-pagination-hidden {     opacity: 0; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets,   #section_Logicseptpopapvideo_3 .swiper-pagination-custom,   #section_Logicseptpopapvideo_3 .swiper-pagination-fraction {     bottom: 10px;     left: 0;     width: 100%; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic {     overflow: hidden;     font-size: 0; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transform: scale(0.33);     position: relative; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {     transform: scale(1); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {     transform: scale(1); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {     transform: scale(0.66); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {     transform: scale(0.33); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {     transform: scale(0.66); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {     transform: scale(0.33); }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet {     width: 8px;     height: 8px;     display: inline-block;     border-radius: 50%;     background: #000;     opacity: 0.2; }   #section_Logicseptpopapvideo_3 button.swiper-pagination-bullet {     border: none;     margin: 0;     padding: 0;     box-shadow: none;     -webkit-appearance: none;     appearance: none; }   #section_Logicseptpopapvideo_3 .swiper-pagination-clickable .swiper-pagination-bullet {     cursor: pointer; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet:only-child {     display: none !important; }   #section_Logicseptpopapvideo_3 .swiper-pagination-bullet-active {     opacity: 1;     background: var(--swiper-pagination-color, var(--swiper-theme-color)); }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets {     right: 10px;     top: 50%;     transform: translate3d(0px, -50%, 0); }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {     margin: 6px 0;     display: block; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {     top: 50%;     transform: translateY(-50%);     width: 8px; }   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     display: inline-block;     transition: 0.2s transform, 0.2s top; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {     margin: 0 4px; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {     left: 50%;     transform: translateX(-50%);     white-space: nowrap; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transition: 0.2s transform, 0.2s left; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {     transition: 0.2s transform, 0.2s right; }   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar {     background: rgba(0, 0, 0, 0.25);     position: absolute; }   #section_Logicseptpopapvideo_3 .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {     background: var(--swiper-pagination-color, var(--swiper-theme-color));     position: absolute;     left: 0;     top: 0;     width: 100%;     height: 100%;     transform: scale(0);     transform-origin: left top; }   #section_Logicseptpopapvideo_3 .swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {     transform-origin: right top; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-progressbar,   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {     width: 100%;     height: 4px;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,   #section_Logicseptpopapvideo_3 .swiper-container-vertical > .swiper-pagination-progressbar {     width: 4px;     height: 100%;     left: 0;     top: 0; }   #section_Logicseptpopapvideo_3 .swiper-pagination-white {     --swiper-pagination-color: #ffffff; }   #section_Logicseptpopapvideo_3 .swiper-pagination-black {     --swiper-pagination-color: #000000; }   #section_Logicseptpopapvideo_3 .swiper-pagination-lock {     display: none; }   #section_Logicseptpopapvideo_3 .dn {     display: none; }   #section_Logicseptpopapvideo_3 .product-description {     margin-bottom: 23px; }   #section_Logicseptpopapvideo_3 .product-description__list {     margin-bottom: 55px; }   #section_Logicseptpopapvideo_3 .product-description__list ul {     display: flex;     align-items: center;     justify-content: space-evenly; }   #section_Logicseptpopapvideo_3 .product-description__list ul li {     margin-right: 55px; }   #section_Logicseptpopapvideo_3 .product-description__list ul li:last-child {     margin-right: 0; }   #section_Logicseptpopapvideo_3 .product-description__list__item {     display: flex;     flex-direction: column;     align-items: center;     position: relative; }   #section_Logicseptpopapvideo_3 .product-description__list__item > a {     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0; }   #section_Logicseptpopapvideo_3 .product-description__list__item__icon {     margin-bottom: 13px;     width: 76px;     height: 76px;     background-color: #ffb300;     border-radius: 4px;     display: flex;     align-items: center;     justify-content: end; }   #section_Logicseptpopapvideo_3 .product-description__list__item__icon i {     font-size: 64px;     color: #000000;     margin-right: -30px; }   #section_Logicseptpopapvideo_3 .product-description__list__item__title h3 {     font-size: 18px;     font-weight: 400;     color: #6d645d;     text-align: center; }   #section_Logicseptpopapvideo_3 .product-description__list__item__title p {     color: #081d22;     font-size: 12px;     font-weight: 400; }   #section_Logicseptpopapvideo_3 .product-description__image {     position: relative;     margin-left: 35px;     margin-bottom: 60px; }   #section_Logicseptpopapvideo_3 .product-description__image::before {     content: "";     position: absolute;     top: -15px;     right: 20px;     bottom: 10px;     left: -35px;     background-color: #ffb900; }   #section_Logicseptpopapvideo_3 .product-description__image__background {     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0;     box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16); }   #section_Logicseptpopapvideo_3 .product-description__image__background img {     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .product-description__image__text {     background-color: #fff;     margin: 100px 30px 30px 0px;     padding: 9px 30px 30px 60px; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title {     display: flex;     align-items: center; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title h3 {     font-size: 24px;     font-weight: 300;     color: #081920; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon {     margin-right: 9px;     margin-left: -30px;     display: flex;     align-items: center;     justify-content: center;     width: 20px;     height: 20px;     background-color: #ffb300; }   #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon i {     font-size: 8px;     color: #fff; }   #section_Logicseptpopapvideo_3 .product-description__image__text__sub-title {     margin-bottom: 30px; }   #section_Logicseptpopapvideo_3 .product-description__image__text__sub-title p {     font-size: 18px;     font-weight: 400;     color: #081920; }   #section_Logicseptpopapvideo_3 .product-description__image__text__desc p {     font-size: 12px;     font-weight: 400;     color: #000; }   #section_Logicseptpopapvideo_3 .product-description__why-use {     background-color: #f5f5f5;     padding: 4px 53px 4px 10px;     margin-bottom: 20px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__title {     margin-bottom: 5px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__title h3 {     font-size: 24px;     font-weight: 700;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__why-use__title p {     font-size: 32px;     font-weight: 300;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__why-use__text {     margin-top: 10px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__text__desc p {     font-size: 12px;     font-weight: 400;     color: #1b2036;     line-height: 21px; }   #section_Logicseptpopapvideo_3 .product-description__why-use__image img {     margin-bottom: 12px;     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .product-description__where-use {     position: relative;     margin-bottom: 40px; }   #section_Logicseptpopapvideo_3 .product-description__where-use__background {     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0; }   #section_Logicseptpopapvideo_3 .product-description__where-use__background img {     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item {     padding: 60px 20px 60px 40px;     position: relative;     z-index: 99; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item::before {     content: "";     position: absolute;     top: 0;     right: 0;     bottom: 0;     left: 0;     background-color: #ffb900;     z-index: -1;     opacity: 70%; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__title {     margin-bottom: 22px; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__title h3 {     font-size: 24px;     font-weight: 700;     color: #fff; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__title p {     font-size: 32px;     font-weight: 300;     color: #fff; }   #section_Logicseptpopapvideo_3 .product-description__where-use__item__desc p {     font-size: 12px;     font-weight: 400;     color: #fff;     line-height: 22px; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__title {     margin-bottom: 20px; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__title h3 {     font-size: 24px;     font-weight: 700;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__title p {     font-size: 36px;     font-weight: 300;     color: #1b2036; }   #section_Logicseptpopapvideo_3 .product-description__how-use__item__desc p {     font-size: 12px;     font-weight: 300;     color: #1b2036;     line-height: 21px; }   @media (max-width: 992px) {     #section_Logicseptpopapvideo_3 .product-description__image__text {       margin: 100px 30px 30px 30px; }     #section_Logicseptpopapvideo_3 .product-description__why-use {       padding: 4px 10px; }     #section_Logicseptpopapvideo_3 .product-description__why-use__text__desc {       margin-bottom: 30px; }     #section_Logicseptpopapvideo_3 .product-description__how-use__item__desc {       margin-bottom: 30px; } }   @media (max-width: 768px) {     #section_Logicseptpopapvideo_3 .product-description__list ul li {       margin-right: 15px; } }   @media (max-width: 576px) {     #section_Logicseptpopapvideo_3 .product-description__list ul {       flex-direction: column; }     #section_Logicseptpopapvideo_3 .product-description__list ul li {       margin-bottom: 30px;       margin-right: 0; }     #section_Logicseptpopapvideo_3 .product-description__list ul li:last-child {       margin-bottom: 0; }     #section_Logicseptpopapvideo_3 .product-description__list__item__title p {       text-align: center; }     #section_Logicseptpopapvideo_3 .product-description__image__text {       margin: 50px 15px 30px 15px;       padding: 10px 15px 100px 30px; }     #section_Logicseptpopapvideo_3 .product-description__image__text__title__icon {       margin-left: -40px; }     #section_Logicseptpopapvideo_3 .product-description__where-use__item {       padding: 30px 15px 30px 15px; } }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle > span {     position: absolute;     top: -30px;     right: 50%;     transform: translateX(50%);     opacity: 0;     visibility: hidden;     font-size: 14px;     font-weight: 300;     line-height: 23px;     background-color: #03235a;     color: #fff;     padding: 0 5px;     min-width: 57px;     white-space: nowrap;     border: 1px solid #fff; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle > span::before {     content: "";     position: absolute;     right: 50%;     bottom: -6px;     border-width: 6px 3px 0 6px;     border-style: solid;     border-color: #fff transparent transparent; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle > span::after {     content: "";     position: absolute;     right: 50%;     bottom: -4px;     border-width: 6px 3px 0 6px;     border-style: solid;     border-color: #03235a transparent transparent; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle:before {     content: "";     border-right: 1px solid #03235a;     border-bottom: 1px solid #03235a;     position: absolute;     bottom: 5px;     left: 5px;     display: none;     z-index: -1; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle.active {     box-shadow: 0 0 0 5px #ffb300, 0 0 0 7px #03235a; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle.active:before {     display: block; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle:hover span {     opacity: 1;     visibility: visible; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content {     display: none; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content.active {     display: block; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__title {     margin: -6px 0 -4px 30px;     display: flex;     position: relative; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__title h3 {     display: flex;     min-width: 112px;     padding: 0 17px;     font-size: 16px;     font-weight: 400;     color: #080909;     line-height: 23px;     background-color: #ffb900;     border-radius: 2px; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__title::before {     content: "";     position: absolute;     top: 50%;     left: -3px;     transform: translateY(-50%);     width: 7px;     height: 7px;     background-color: #080909;     border-radius: 50%; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item {     border: 1px solid #707070;     padding: 25px 30px 13px 30px; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__text {     margin-bottom: 25px; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__text p {     font-size: 12px;     font-weight: 400;     color: #080909; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__image {     display: flex;     align-items: center;     justify-content: center;     margin-bottom: 18px; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__video {     position: relative;     display: flex;     flex-direction: column;     align-items: center;     justify-content: center; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__video img {     width: 100%;     height: 100%;     object-fit: cover;     z-index: 100; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__video__icon {     display: flex;     align-items: center;     justify-content: center;     cursor: pointer;     position: absolute;     top: 50%;     right: 50%;     transform: translate(50%, -50%);     width: 43px;     height: 43px;     border: 1px solid #fff;     border-radius: 50%; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__video__icon i {     color: #fff;     font-size: 19px;     margin-left: 2px; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__button {     margin-top: 17px;     display: flex; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__button a {     margin-left: auto;     transition: 0.3s;     display: flex;     border: 1px solid #03235a;     border-radius: 4px;     padding: 0 40px;     font-size: 14px;     font-weight: 500;     color: #03235a;     line-height: 26px; }   #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__item__button a:hover {     border-color: #03235a;     background-color: #03235a;     color: #ffb300; }   @media (max-width: 1200px) {     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle3 {       top: 265px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle4 {       top: 340px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle5 {       top: 373px;       left: 38px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle6 {       top: 430px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle7 {       top: 395px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle8 {       top: 452px;       left: 267px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle9 {       top: 460px;       left: 300px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two1 {       left: 220px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two2 {       left: 210px;       top: 105px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two3 {       top: 150px;       left: 150px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two4 {       left: 290px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two5 {       top: 160px;       left: 260px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two6 {       top: 195px;       left: 270px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two7 {       top: 165px;       left: 375px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two8 {       top: 230px;       left: 346px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three1 {       left: 344px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three2 {       top: 103px;       left: 253px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three3 {       left: 382px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three4 {       top: 169px;       left: 163px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three5 {       left: 380px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four2 {       top: 72px;       left: 388px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four3 {       top: 110px;       left: 119px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four4 {       top: 102px;       left: 351px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five1 {       top: 65px;       left: 255px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five2 {       left: 305px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five3 {       top: 133px;       left: 138px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five4 {       top: 211px;       left: 367px; } }   @media (max-width: 992px) {     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle1 {       top: 38px;       left: 137px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle2 {       top: 160px;       left: 80px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle3 {       top: 195px;       left: 27px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle4 {       top: 230px;       left: 175px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle5 {       top: 273px;       left: 24px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle6 {       top: 320px;       left: 40px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle7 {       top: 289px;       left: 95px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle8 {       top: 340px;       left: 180px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle9 {       top: 330px;       left: 220px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two1 {       left: 153px;       top: 5px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two2 {       left: 145px;       top: 73px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two3 {       top: 105px;       left: 105px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two4 {       left: 210px;       top: 80px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two5 {       top: 115px;       left: 161px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two6 {       top: 142px;       left: 186px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two7 {       top: 118px;       left: 273px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two8 {       top: 165px;       left: 245px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three1 {       left: 260px;       top: 45px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three2 {       top: 76px;       left: 192px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three3 {       top: 82px;       left: 270px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three4 {       top: 120px;       left: 120px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three5 {       top: 145px;       left: 278px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four1 {       top: 31px;       left: 184px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four2 {       top: 52px;       left: 274px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four3 {       top: 72px;       left: 90px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four4 {       top: 66px;       left: 237px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five1 {       top: 56px;       left: 190px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five2 {       left: 232px;       top: 117px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five3 {       top: 91px;       left: 102px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five4 {       top: 152px;       left: 272px; } }   @media (max-width: 768px) {     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle1 {       top: 70px;       left: 205px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle2 {       top: 255px;       left: 100px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle3 {       top: 300px;       left: 50px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle4 {       top: 365px;       left: 265px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle5 {       top: 420px;       left: 45px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle6 {       top: 495px;       left: 70px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle7 {       top: 470px;       left: 145px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle8 {       top: 530px;       left: 310px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle9 {       top: 520px;       left: 340px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two1 {       left: 259px;       top: 13px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two2 {       left: 233px;       top: 115px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two3 {       top: 180px;       left: 164px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two4 {       left: 330px;       top: 126px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two5 {       top: 165px;       left: 246px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two6 {       left: 310px;       top: 218px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two7 {       top: 189px;       left: 424px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two8 {       top: 265px;       left: 380px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three1 {       left: 389px;       top: 64px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three2 {       top: 116px;       left: 287px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three3 {       top: 119px;       left: 433px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three4 {       top: 191px;       left: 188px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three5 {       top: 225px;       left: 434px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four1 {       top: 43px;       left: 285px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four2 {       top: 84px;       left: 449px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four3 {       top: 126px;       left: 135px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--four4 {       top: 110px;       left: 369px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five1 {       top: 68px;       left: 224px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five2 {       left: 337px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five3 {       top: 145px;       left: 161px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five4 {       top: 244px;       left: 421px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__content__title::before {       display: none; } }   @media (max-width: 576px) {     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle1 {       top: 60px;       left: 190px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle2 {       top: 230px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle3 {       top: 310px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle4 {       left: 222px;       top: 350px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle5 {       top: 420px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle6 {       top: 462px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle7 {       top: 470px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle8 {       top: 477px;       left: 280px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--circle9 {       top: 472px;       left: 318px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two1 {       left: 218px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two2 {       left: 205px;       top: 102px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two3 {       top: 155px;       left: 145px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two4 {       left: 284px;       top: 109px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two5 {       top: 148px;       left: 219px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two6 {       left: 264px;       top: 199px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two7 {       top: 170px;       left: 390px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--two8 {       top: 236px;       left: 342px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three1 {       left: 380px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three2 {       top: 105px;       left: 260px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three3 {       left: 385px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three4 {       top: 169px;       left: 166px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--three5 {       top: 203px;       left: 385px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five1 {       left: 209px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five2 {       left: 313px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five3 {       left: 148px; }     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle--five4 {       top: 234px;       left: 396px; } }   @media (max-width: 480px) {     #section_Logicseptpopapvideo_3 .image-chart__wrapper__image__circle {       display: none; } }   #section_Logicseptpopapvideo_3 .image-chart2 {     margin-bottom: 28px;     display: none; }   #section_Logicseptpopapvideo_3 .image-chart2.active {     display: block; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper {     display: none; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper.active {     display: block; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item {     box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);     padding: 20px 20px 40px 20px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__title {     margin-bottom: 20px;     position: relative;     display: flex;     align-items: center; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__title h3 {     font-size: 16px;     font-weight: 300;     color: #080909;     background-color: #fff;     display: inline-block;     padding-right: 45px;     position: relative;     line-height: 20px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__title h3::after {     content: "";     position: absolute;     top: 50%;     left: 100%;     transform: translateY(-50%);     background-color: #707070;     border-radius: 50%;     width: 7px;     height: 7px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__title::before {     content: "";     position: absolute;     top: 50%;     right: -35px;     left: 0;     height: 1px;     transform: translateY(-1px);     background-color: #707070; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__desc {     margin-bottom: 65px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__desc p {     font-size: 12px;     font-weight: 400;     color: #080909; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image {     position: relative;     margin-top: 25px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image img {     width: 100%;     height: 100%;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle {     width: 4px;     height: 4px;     background-color: #707070;     border-radius: 50%; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle.active::before {     content: "";     position: absolute;     right: 1px;     bottom: 0;     border-right: 1px solid #707070;     border-top: 1px solid #707070; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle1 {     position: absolute;     top: 80px;     left: 34%; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle1.active:before {     width: calc(515px - 300px);     height: 80px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle2 {     position: absolute;     top: 195px;     left: 47%; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle2.active:before {     width: calc(515px - 225px);     height: 195px; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle3 {     position: absolute;     top: 165px;     left: 74%; }   #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle3.active:before {     width: calc(515px - 65px);     height: 165px; }   @media (max-width: 992px) {     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__title::before {       display: none; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__item__title h3::after {       display: none; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle.active::before {       display: none; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle2 {       top: 240px; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle3 {       top: 195px; } }   @media (max-width: 768px) {     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle1 {       top: 60px; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle2 {       top: 175px; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle3 {       top: 145px; } }   @media (max-width: 480px) {     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle1 {       display: none; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle2 {       display: none; }     #section_Logicseptpopapvideo_3 .image-chart2__wrapper__image__circle--circle3 {       display: none; } }   #section_Logicseptpopapvideo_3 .gallerySlider {     width: calc(100% - 20px);     overflow: hidden;     margin: 10px;     border-top: solid 1px #707070;     position: relative; }   #section_Logicseptpopapvideo_3 .gallerySliderContainer {     display: flex;     flex-direction: row;     justify-content: flex-start;     align-items: center;     flex-wrap: nowrap; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerItem {     min-width: 200px;     height: 140px;     margin: 10px;     background: #f5f5f5;     cursor: pointer;     display: flex;     flex-direction: column;     justify-content: space-between;     align-items: center;     padding-bottom: 5px; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerItem.active {     background: #ffb900;     transform: scale(1.05);     box-shadow: 0px 0px 12px -8px #ffb900; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerItemThumbnail {     display: block;     width: 100%;     height: 110px;     background-size: contain; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerNext {     background: #ffb900;     width: 25px;     height: 25px;     line-height: 25px;     position: absolute;     text-align: center;     z-index: 100;     cursor: pointer;     right: 12px;     top: calc(50% - 12px); }   #section_Logicseptpopapvideo_3 .gallerySliderContainerPrev {     background: #ffb900;     width: 25px;     height: 25px;     line-height: 25px;     position: absolute;     text-align: center;     z-index: 100;     cursor: pointer;     transform: rotate(180deg);     left: 12px;     top: calc(50% - 12px); }   #section_Logicseptpopapvideo_3 .sliderParent {     position: relative; }   #section_Logicseptpopapvideo_3 .gallerySlider {     width: calc(100% - 20px);     overflow: hidden;     margin: 10px;     border-top: solid 1px #707070;     position: relative; }   #section_Logicseptpopapvideo_3 .gallerySliderContainer {     display: flex;     flex-direction: row;     justify-content: flex-start;     align-items: center;     flex-wrap: nowrap; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerItem {     min-width: 200px;     height: 140px;     margin: 10px;     background: #f5f5f5;     cursor: pointer;     display: flex;     flex-direction: column;     justify-content: space-between;     align-items: center;     padding-bottom: 5px; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerItem.active {     background: #ffb900;     transform: scale(1.05);     box-shadow: 0px 0px 12px -8px #ffb900; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerItemThumbnail {     display: block;     width: 100%;     height: 110px;     background-size: contain; }   #section_Logicseptpopapvideo_3 .gallerySliderContainerNext {     background: #ffb900;     width: 25px;     height: 25px;     line-height: 25px;     position: absolute;     text-align: center;     z-index: 100;     cursor: pointer;     right: 12px;     top: calc(50% - 12px); }   #section_Logicseptpopapvideo_3 .gallerySliderContainerPrev {     background: #ffb900;     width: 25px;     height: 25px;     line-height: 25px;     position: absolute;     text-align: center;     z-index: 100;     cursor: pointer;     transform: rotate(180deg);     left: 12px;     top: calc(50% - 12px); }   #section_Logicseptpopapvideo_3 .sliderParent {     position: relative; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox {     position: fixed;     width: 100%;     height: 100%;     padding: 0px;     z-index: 999;     margin: 0px;     background: rgba(0, 0, 0, 0.5);     top: 0px;     left: 0px;     display: none;     justify-content: center;     align-items: center; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .box {     background: #fafafa;     width: 60%;     border-radius: 12px;     box-shadow: 0px 0px 10px -5px #252525;     height: 630px;     display: flex;     flex-direction: column;     justify-content: space-between;     align-items: center;     padding: 15px 25px 25px 25px; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .header {     width: 100%;     height: 25px;     border-bottom: solid 1px #E0E0E0;     display: flex;     flex-direction: row;     justify-content: flex-end;     align-items: flex-end; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .header .closeTisioGalleryBox {     color: #D32F2F;     font-family: tahoma;     margin: 5px;     font-weight: bold;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body {     flex: 1;     width: 100%;     display: flex;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .preview {     width: 100%;     height: 400px;     display: flex;     justify-content: space-between;     align-items: center;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .preview .currentVideoTitle {     font-size: 18px;     font-weight: bold;     color: #ffffff;     font-family: tahoma;     text-transform: capitalize;     width: calc(100% - 40px);     padding: 10px 20px; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .preview video {     background-color: #042C38;     height: 350px;     width: auto; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .videoList {     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     margin-top: 20px; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .videoList .container {     justify-content: flex-start;     align-items: center;     max-width: 90%;     display: flex;     flex-wrap: nowrap;     overflow: hidden;     flex-direction: row; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .videoList .iconLeft,   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .videoList .iconRight {     display: flex;     height: 100%;     justify-content: center;     align-items: center;     padding: 15px;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .videoList .container .videoBox {     min-width: 200px;     height: 125px;     margin-right: 15px;     background: #424242;     margin-top: 10px;     overflow: hidden;     border-radius: 12px;     display: flex;     flex-direction: column;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox .body .videoList .container .videoBox img {     width: 100%;     max-height: 100px;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 {     position: fixed;     width: 100%;     height: 100%;     padding: 0px;     z-index: 999;     margin: 0px;     background: rgba(0, 0, 0, 0.5);     top: 0px;     left: 0px;     display: none;     justify-content: center;     align-items: center; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .box {     background: #fafafa;     width: 60%;     border-radius: 12px;     box-shadow: 0px 0px 10px -5px #252525;     height: 630px;     display: flex;     flex-direction: column;     justify-content: space-between;     align-items: center;     padding: 15px 25px 25px 25px; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .header {     width: 100%;     height: 25px;     border-bottom: solid 1px #E0E0E0;     display: flex;     flex-direction: row;     justify-content: flex-end;     align-items: flex-end; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .header .closeTisioGalleryBox {     color: #D32F2F;     font-family: tahoma;     margin: 5px;     font-weight: bold;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body {     flex: 1;     width: 100%;     display: flex;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .preview {     width: 100%;     height: 400px;     display: flex;     justify-content: space-between;     align-items: center;     flex-direction: column; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .preview .currentVideoTitle {     font-size: 18px;     font-weight: bold;     color: #ffffff;     font-family: tahoma;     text-transform: capitalize;     width: calc(100% - 40px);     padding: 10px 20px; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .preview video {     background-color: #042C38;     height: 350px;     width: auto; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .videoList {     display: flex;     flex-direction: row;     justify-content: center;     align-items: center;     margin-top: 20px; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .videoList .container {     justify-content: flex-start;     align-items: center;     max-width: 90%;     display: flex;     flex-wrap: nowrap;     overflow: hidden;     flex-direction: row; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .videoList .iconLeft,   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .videoList .iconRight {     display: flex;     height: 100%;     justify-content: center;     align-items: center;     padding: 15px;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .videoList .container .videoBox {     min-width: 200px;     height: 125px;     margin-right: 15px;     background: #424242;     margin-top: 10px;     overflow: hidden;     border-radius: 12px;     display: flex;     flex-direction: column;     cursor: pointer; }   #section_Logicseptpopapvideo_3 .tisioVideoGalleryBox1 .body .videoList .container .videoBox img {     width: 100%;     max-height: 100px;     object-fit: cover; }   #section_Logicseptpopapvideo_3 .videoTitle {     background: #042C38;     color: #fff;     width: 100%;     display: flex;     justify-content: center;     align-items: center;     height: 25px; }  #section_TextLogicSept_4 {   display: flex;   justify-content: center;   align-items: center;   flex-direction: column;   padding-top: 50px;   padding-bottom: 50px;   position: relative;   font-family: "Poppins", sans-serif;   background-color: #173c3f; }   #section_TextLogicSept_4 .container {     display: flex;     align-items: center;     justify-content: space-between;     flex-direction: row;     flex-wrap: wrap;     width: calc(100% - 80px);     max-width: 1090px;     min-height: 200px;     background-color: #024c51a4;     backdrop-filter: blur(8px);     margin: 0;     padding: 40px;     overflow: hidden;     gap: 20px;     z-index: 2; }   #section_TextLogicSept_4 .img_background {     position: absolute;     object-fit: cover;     object-position: center;     width: 100%;     height: 100%;     flex: 1;     mix-blend-mode: luminosity;     z-index: 1; }   #section_TextLogicSept_4 .container .pt1 {     display: flex;     flex-direction: column;     align-items: center;     justify-content: flex-start;     max-width: 500px;     width: calc(100% - 20px);     z-index: 2; }   #section_TextLogicSept_4 .container .pt1 .desc {     color: #fff; }   #section_TextLogicSept_4 .container .pt1 .desc .title {     color: #ffffff;     font-size: 36px;     line-height: 41px;     margin: 0;     padding-bottom: 16px; }   #section_TextLogicSept_4 .container .pt2 {     display: flex;     flex-direction: column;     align-items: center;     justify-content: flex-start;     max-width: 500px;     height: 457px;     width: 100%;     overflow-y: scroll;     z-index: 2; }   #section_TextLogicSept_4 .container .pt2 .desc {     width: calc(100% - 40px);     color: #fff; }   #section_TextLogicSept_4 .container .pt2::-webkit-scrollbar {     width: 5px; }   #section_TextLogicSept_4 .container .pt2::-webkit-scrollbar-track {     background: #bdafaf;     border-radius: 30px; }   #section_TextLogicSept_4 .container .pt2::-webkit-scrollbar-thumb {     background: #009AA4;     border-radius: 30px; }   #section_TextLogicSept_4 .container .pt2::-webkit-scrollbar-thumb:hover {     background: #173c3f; }  @-moz-document url-prefix() {   #section_TextLogicSept_4 .container .pt2 {     scrollbar-width: thin !important;     scroll-behavior: smooth !important;     scrollbar-color: #009AA4 #bdafaf; } }   @media screen and (max-width: 1100px) {     #section_TextLogicSept_4 .container {       flex-direction: column;       justify-content: center;       align-items: center;       padding-top: 30px; }     #section_TextLogicSept_4 .container .pt1 {       max-width: 100%; }     #section_TextLogicSept_4 .container .pt1 .desc {       max-width: 100%; }     #section_TextLogicSept_4 .container .pt2 .desc {       max-width: 100%;       width: calc(100% - 40px);       padding-left: 10px;       align-self: flex-start; }     #section_TextLogicSept_4 .container .pt2 {       max-width: 100%; } }   @media screen and (max-width: 580px) {     #section_TextLogicSept_4 .container .pt1 .desc .title {       font-size: 24px;       line-height: 31px; } }  #section_AboutTextLogicSept_5 {   background-color: #ffffff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_AboutTextLogicSept_5 .container {     display: flex;     justify-content: space-between;     flex-direction: row;     flex-wrap: wrap;     width: calc(100% - 20px);     max-width: 1090px;     min-height: 200px;     gap: 20px;     align-items: stretch; }   #section_AboutTextLogicSept_5 .container .part1 {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     max-width: 620px;     backdrop-filter: blur(8px);     background-color: #ffffff75;     z-index: 2;     flex: 1; }   #section_AboutTextLogicSept_5 .container .part1 .title {     text-align: left;     color: #616161;     border-bottom: 1px solid #616161;     width: 100%;     font-size: 36px;     line-height: 40px;     padding-bottom: 20px;     margin: 0;     padding-top: 20px; }   #section_AboutTextLogicSept_5 .container .part1 .desc {     color: #616161;     font-size: 14px;     line-height: 25px; }   #section_AboutTextLogicSept_5 .container .part2 {     display: flex;     align-items: center;     max-width: 450px;     width: 100%;     z-index: 1; }   #section_AboutTextLogicSept_5 .container .part2 img {     height: 100%;     width: 100%;     object-fit: cover;     object-position: center;     flex: 1; }   @media only screen and (max-width: 1090px) {     #section_AboutTextLogicSept_5 .container {       flex-direction: column; }     #section_AboutTextLogicSept_5 .container .part1 {       max-width: 100%; }     #section_AboutTextLogicSept_5 .container .part2 {       max-width: 100%; } }   @media only screen and (max-width: 580px) {     #section_AboutTextLogicSept_5 .container .part1 .title {       font-size: 24px;       line-height: 30px;       margin: 0;       padding-top: 10px; }     #section_AboutTextLogicSept_5 .container .part1 .desc {       -webkit-line-clamp: 24; } }  #section_LogicSeptFAQ_6 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_LogicSeptFAQ_6 .container {     display: flex;     justify-content: center;     flex-direction: column;     align-items: center;     gap: 20px;     padding-top: 20px;     padding-bottom: 20px;     width: calc(100% - 20px);     max-width: 1090px; }   #section_LogicSeptFAQ_6 .container .main_title {     font-size: clamp(1.5rem, 3.5vw, 2rem);     line-height: 1.35;     align-self: center;     text-align: center;     margin: 0;     width: 100%;     color: #000000; }   #section_LogicSeptFAQ_6 .container .accordions {     display: flex;     flex-direction: row;     justify-content: space-between;     width: 100%; }   #section_LogicSeptFAQ_6 .container .accordion {     display: flex;     flex-direction: column;     justify-content: flex-start;     align-items: flex-start;     flex-wrap: wrap;     padding: 0;     gap: 20px;     overflow: hidden;     width: 100%; }   #section_LogicSeptFAQ_6 .container .accordion li {     list-style-type: none;     border-bottom: 1px solid #1C2D4E70;     width: 100%; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-button {     position: relative;     display: block;     width: 100%;     background: #fff;     cursor: pointer; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-button:before {     content: "";     position: absolute;     right: 0;     top: 45%;     height: 3px;     width: 12px;     margin-left: 20px;     background: #1C2D4E;     transform: rotate(90deg);     transition: 0.7s ease; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-button:after {     content: "";     position: absolute;     right: 0;     top: 45%;     height: 3px;     width: 12px;     margin-left: 20px;     background: #1C2D4E; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-button.active:after {     background: #1C2D4E; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-button.active:before {     transform: rotate(-360deg) translateY(-20px);     opacity: 0; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-panel {     display: none;     background: #fff;     overflow: hidden; }   #section_LogicSeptFAQ_6 .container .accordion .accordion-button .title {     text-align: left;     color: #000;     margin: 0;     padding-bottom: 10px;     transition: all 0.5s ease;     font-size: clamp(1rem, 2vw, 1.25rem);     line-height: 1.5;     font-weight: 100;     width: calc(100% - 30px); }   #section_LogicSeptFAQ_6 .container .accordion .accordion-panel .desc {     color: #585858;     font-size: clamp(0.875rem, 1.6vw, 1rem);     line-height: 1.6;     width: calc(100% - 30px); }  #section_ProductSliderLogicSept_7 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: "Poppins", sans-serif; }   #section_ProductSliderLogicSept_7 .container {     display: flex;     flex-direction: column;     justify-content: center;     align-items: center;     width: 100%;     max-width: 1090px;     padding-bottom: 20px;     min-height: 200px;     user-select: none;     position: relative; }   #section_ProductSliderLogicSept_7 .container .title {     font-size: 36px;     line-height: 40px;     color: #000000;     border-bottom: 1px solid #cdcdcd;     text-align: center;     font-weight: 100;     width: calc(100% - 20px);     margin-top: 20px;     margin-bottom: 20px; }   #section_ProductSliderLogicSept_7 .container .slider {     max-width: 1090px;     width: 100%;     overflow: hidden; }   #section_ProductSliderLogicSept_7 .container .slider .slides {     display: flex;     width: 100%;     transition: all .48s ease-in-out; }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide {     max-width: 345px;     width: calc(100% - 20px);     margin: 10px;     background-color: #fff;     box-shadow: inset 1px 1px #cdcdcd, inset -1px -1px #cdcdcd;     border-radius: 10px;     padding-bottom: 30px;     padding-top: 20px;     display: flex;     flex-direction: column;     align-items: center;     justify-content: space-between;     flex-shrink: 0;     overflow: hidden;     position: relative;     z-index: 2; }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide .img_name {     display: flex;     flex-direction: column;     align-items: center;     width: calc(100% - 20px); }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide img {     max-width: 220px;     width: 100%;     height: 280px;     z-index: 2;     padding-bottom: 20px;     object-position: center;     object-fit: cover; }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide .product_name {     font-size: 20px;     line-height: 25px;     margin-top: 20px;     margin-bottom: 20px;     color: #000;     text-align: center;     align-self: center;     width: calc(100% - 20px); }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide .p_btn {     background-color: transparent;     color: #575757;     text-align: center;     padding: 6px 10px;     border: 1px solid #19233e;     font-size: 16px;     border-radius: 30px;     min-width: 150px;     max-width: 200px;     position: relative;     text-decoration: none;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide .p_btn::before {     content: '';     position: absolute;     top: -10px;     left: -10px;     right: -10px;     bottom: -10px; }   #section_ProductSliderLogicSept_7 .container .slider .slides .slide .p_btn:hover {     background-color: #1C2D4E;     color: #fff;     border: 1px solid #1C2D4E;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_7 .container .prev,   #section_ProductSliderLogicSept_7 .container .next {     position: absolute;     border-radius: 100%;     top: 50%;     border: none;     background-color: transparent;     cursor: pointer;     z-index: 1001; }   #section_ProductSliderLogicSept_7 .container .prev i,   #section_ProductSliderLogicSept_7 .container .next i {     width: 35px;     height: 35px;     font-size: 35px;     color: #19233e;     opacity: 60%;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_7 .container .prev i:hover,   #section_ProductSliderLogicSept_7 .container .next i:hover {     opacity: 100%;     transition: all .3s ease-in-out; }   #section_ProductSliderLogicSept_7 .container .prev {     left: -50px; }   #section_ProductSliderLogicSept_7 .container .next {     right: -50px; }   @media only screen and (max-width: 1200px) {     #section_ProductSliderLogicSept_7 .container .slider .slides .slide {       max-width: 500px;       height: auto; }     #section_ProductSliderLogicSept_7 .container .prev {       left: 5px; }     #section_ProductSliderLogicSept_7 .container .next {       right: 5px; }     #section_ProductSliderLogicSept_7 .container .slider {       width: calc(100% - 56px); } }   @media only screen and (max-width: 580px) {     #section_ProductSliderLogicSept_7 .container .slider .slides .slide {       max-width: 100%; }     #section_ProductSliderLogicSept_7 .container .title {       font-size: 24px;       line-height: 30px; }     #section_ProductSliderLogicSept_7 .container .slider .slides .slide .product_name {       font-size: 16px;       line-height: 20px; } }  #section_LogicSeptFooter_8 {   background-color: #fff;   display: flex;   justify-content: center;   align-items: center;   font-family: Arial, Helvetica, sans-serif; }   #section_LogicSeptFooter_8 .container {     display: flex;     justify-content: space-between;     padding-top: 20px;     gap: 20px;     flex-wrap: wrap;     width: calc(100% - 20px);     border-top: 2px solid #d7d6df;     border-bottom: 1px solid #d7d6df;     max-width: 1170px;     position: relative; }   #section_LogicSeptFooter_8 .container::before {     content: '';     position: absolute;     width: 150px;     height: 100%;     top: 0;     left: 0;     background-color: #17a3ac;     z-index: 2; }   #section_LogicSeptFooter_8 .container .prt1 {     display: flex;     align-items: flex-end;     justify-content: space-between;     flex-direction: column;     max-width: 280px;     min-height: 310px;     width: 100%;     position: relative; }   #section_LogicSeptFooter_8 .container .prt1 .logo {     position: absolute;     width: 150px;     height: 120px;     object-fit: cover;     object-position: center;     right: -25px;     top: -20px; }   #section_LogicSeptFooter_8 .container .prt1 img:nth-child(2) {     position: absolute;     width: 300px;     left: 38px;     height: 200px;     bottom: 0; }   #section_LogicSeptFooter_8 .container .prt1 .icons {     display: flex;     flex-direction: column;     align-self: flex-start;     align-items: flex-start;     gap: 5px;     position: absolute;     left: 70px;     bottom: 5px;     width: calc(100% - 40px); }   #section_LogicSeptFooter_8 .container .prt1 .icons .row_icon {     display: flex;     gap: 7px;     z-index: 3; }   #section_LogicSeptFooter_8 .container .prt1 .icons .copyright {     font-size: 12px;     line-height: 20px;     color: #ffffff;     z-index: 3;     width: calc(100% - 40px); }   #section_LogicSeptFooter_8 .container .prt1 .icons::before {     content: '';     position: absolute;     width: 100%;     min-width: 300px;     height: 90px;     bottom: -5px;     left: -31px;     background-color: #14213af1;     z-index: 3; }   #section_LogicSeptFooter_8 .container .prt1 .icons a {     text-decoration: none;     z-index: 2; }   #section_LogicSeptFooter_8 .container .prt1 .icons img {     display: inline-block;     width: 20px;     height: 20px; }   #section_LogicSeptFooter_8 .container .prt2 {     display: flex;     flex-direction: column;     gap: 5px;     font-size: 14px;     line-height: 20px;     padding-bottom: 20px;     max-width: 250px;     box-sizing: border-box;     background-color: #fff;     padding-left: 10px;     z-index: 3;     position: relative; }   #section_LogicSeptFooter_8 .container .prt2:nth-last-child(1) {     justify-content: flex-start;     padding-top: 34px;     gap: 10px;     max-width: 200px; }   #section_LogicSeptFooter_8 .container .prt2::before {     content: '';     position: absolute;     left: 0;     top: 40px;     width: 1px;     height: calc(100% - 50px);     background-color: #dddddd; }   #section_LogicSeptFooter_8 .container .prt2 .title {     margin: 0;     font-size: 16px !important;     line-height: 30px;     font-weight: bold;     color: #404040; }   #section_LogicSeptFooter_8 .container .prt2 a {     text-decoration: none;     color: #666666;     text-align: left; }   #section_LogicSeptFooter_8 .container .prt2 a:hover {     text-decoration: none;     color: #313A4A; }   #section_LogicSeptFooter_8 .container .prt2 .address {     display: flex;     flex-direction: column;     align-items: flex-start; }   #section_LogicSeptFooter_8 .container .prt2 .address .contact_title {     color: #404040;     font-size: 14px;     line-height: 20px;     font-weight: bold; }   #section_LogicSeptFooter_8 .container .prt2 .address .tel {     display: flex;     flex-direction: column;     width: 100%; }   @media only screen and (max-width: 1090px) {     #section_LogicSeptFooter_8 .container .prt1 {       max-width: 100%;       align-items: flex-start;       min-height: 200px;       gap: 30px;       order: 10; }     #section_LogicSeptFooter_8 .container .prt1 img:nth-child(2) {       left: 0; }     #section_LogicSeptFooter_8 .container::before {       display: none; }     #section_LogicSeptFooter_8 .container .prt1 .icons {       padding-left: 20px;       width: calc(100% - 20px);       left: 0; }     #section_LogicSeptFooter_8 .container .prt1 .icons::before {       left: -10px;       width: calc(100% + 20px);       height: 70px; }     #section_LogicSeptFooter_8 .container .prt2 {       margin-left: 10px; }     #section_LogicSeptFooter_8 .container .prt1 .logo {       position: revert; }     #section_LogicSeptFooter_8 .container .prt2:nth-last-child(2)::before {       content: '';       position: absolute;       left: -10px;       top: 0;       width: 1px;       height: 100%; } }   @media only screen and (max-width: 580px) {     #section_LogicSeptFooter_8 .container .prt2 .title {       font-size: 16px !important; }     #section_LogicSeptFooter_8 .container .prt2:nth-last-child(1) .address {       width: 100%;       max-width: 100%; }     #section_LogicSeptFooter_8 .container .prt2:nth-last-child(1) {       width: 100%;       max-width: 100%;       padding-top: 0; }     #section_LogicSeptFooter_8 .container .prt2 {       min-width: 200px; }     #section_LogicSeptFooter_8 .container {       justify-content: flex-start; }     #section_LogicSeptFooter_8 .container .prt2:nth-last-child(1)::before {       top: 0; } } 
