/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.protocol_section .protocal_details {
  border: 1px solid #212B36;
  border-radius: 24px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .protocol_section .protocal_details {
    margin-left: 60px;
  }
}
.protocol_section .protocal_details .top {
  background-color: #222222;
  padding: 15px 15px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .protocol_section .protocal_details .top {
    padding: 20px 20px;
  }
}
@media (min-width: 1025px) {
  .protocol_section .protocal_details .top {
    padding: 24px 40px;
  }
}
.protocol_section .protocal_details .top .box_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.protocol_section .protocal_details .top .box_inner .title-20, .protocol_section .protocal_details .top .box_inner .support_text {
  color: #FFFFFF;
  font-weight: 500;
}
@media (min-width: 0px) and (max-width: 767px) {
  .protocol_section .protocal_details .top .box_inner .support_text {
    display: none;
  }
}
.protocol_section .protocal_details .box_inner, .protocol_section .protocal_details .desc_text {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.protocol_section .protocal_details .box_inner .right, .protocol_section .protocal_details .desc_text .right {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .protocol_section .protocal_details .box_inner .right, .protocol_section .protocal_details .desc_text .right {
    max-width: 190px;
    flex: 0 0 190px;
  }
}
@media (min-width: 1025px) {
  .protocol_section .protocal_details .box_inner .right, .protocol_section .protocal_details .desc_text .right {
    max-width: 245px;
    flex: 0 0 245px;
  }
}
.protocol_section .protocal_details .box_inner .left, .protocol_section .protocal_details .desc_text .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .protocol_section .protocal_details .box_inner .left, .protocol_section .protocal_details .desc_text .left {
    max-width: calc(100% - 190px);
    flex: 0 0 calc(100% - 190px);
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .protocol_section .protocal_details .box_inner .left, .protocol_section .protocal_details .desc_text .left {
    max-width: calc(100% - 245px);
    flex: 0 0 calc(100% - 245px);
  }
}
.protocol_section .protocal_details .bottom .box {
  position: relative;
}
.protocol_section .protocal_details .bottom .box .box_inner {
  position: relative;
  padding: 15px 15px;
  border-bottom: 1px solid #212B36;
}
@media (min-width: 0px) and (max-width: 767px) {
  .protocol_section .protocal_details .bottom .box .box_inner {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .protocol_section .protocal_details .bottom .box .box_inner {
    padding: 18px 8px;
    left: -46px;
    position: absolute;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    height: max-content;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #212B36;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (min-width: 1025px) {
  .protocol_section .protocal_details .bottom .box .box_inner {
    padding: 26px 13px;
    left: -60px;
  }
}
.protocol_section .protocal_details .bottom .box .box_inner .title-20 {
  font-size: 18px;
  line-height: 26px;
}
@media (min-width: 768px) {
  .protocol_section .protocal_details .bottom .box .box_inner .title-20 {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1025px) {
  .protocol_section .protocal_details .bottom .box .box_inner .title-20 {
    font-size: 20px;
    line-height: 32px;
  }
}
.protocol_section .protocal_details .bottom .box .desc_text {
  width: 100%;
  padding: 15px 15px;
  border-bottom: 1px solid #212B36;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 768px) {
  .protocol_section .protocal_details .bottom .box .desc_text {
    padding: 20px 20px;
  }
}
@media (min-width: 1025px) {
  .protocol_section .protocal_details .bottom .box .desc_text {
    padding: 40px 40px;
  }
}
.protocol_section .protocal_details .bottom .box .desc_text .right .support_text {
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .protocol_section .protocal_details .bottom .box .desc_text .right .support_text {
    padding-top: 10px;
    border-top: 1px solid;
    margin-top: 20px;
  }
}
.protocol_section .protocal_details .bottom .box:last-child .desc_text {
  border-bottom: 0;
}
.protocol_section .protocal_details .bottom .box:nth-child(even) {
  background-color: #F6F3E8;
}
.package_section .licensed_products_data {
  margin-bottom: 25px;
  margin-top: 35px;
}
.package_section .licensed_products_data:last-child {
  margin-bottom: 0;
  margin-top: 0;
}
@media (min-width: 768px) {
  .package_section .licensed_products_data {
    margin-bottom: 50px;
    margin-top: 0;
  }
}
.package_section .licensed_products_data .notes {
  text-align: center;
  margin-top: 20px;
}
.package_section .licensed_products_data .notes a {
  color: #CF520B;
  text-decoration: underline;
}
.package_section .licensed_products_data .notes a:hover {
  text-decoration: none;
  color: #FC7D2F;
}
.package_section .packages_data .title-32 {
  text-align: center;
}
.package_section .packages_data .packages_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.package_section .packages_data .packages_boxes .box {
  border: 1px solid #212B36;
  border-radius: 24px;
  max-width: 100%;
  flex: 0 0 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .package_section .packages_data .packages_boxes .box {
    max-width: 33.33%;
    flex: 0 0 33.33%;
    margin-right: -1px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .package_section .packages_data .packages_boxes .box {
    max-width: 25%;
    flex: 0 0 25%;
  }
}
.package_section .packages_data .packages_boxes .box .head {
  min-height: 65px;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .package_section .packages_data .packages_boxes .box .head {
    min-height: 95px;
  }
}
@media (min-width: 1025px) {
  .package_section .packages_data .packages_boxes .box .head {
    min-height: 125px;
  }
}
.package_section .packages_data .packages_boxes .box .head .title-24 {
  margin-bottom: 0;
  font-weight: 500;
}
.package_section .packages_data .packages_boxes .box .body_text .listing {
  list-style-type: none;
  padding: 20px;
  margin: 0;
}
@media (min-width: 768px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing {
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing {
    padding: 10px;
  }
}
@media (min-width: 1200px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing {
    padding: 15px;
  }
}
@media (min-width: 1440px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing {
    padding: 20px;
  }
}
.package_section .packages_data .packages_boxes .box .body_text .listing li {
  font-size: 14px;
  line-height: 24px;
  padding: 15px 0;
  position: relative;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing li {
    font-size: 15px;
    line-height: 24px;
  }
}
@media (min-width: 1025px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing li {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: unset;
  }
}
.package_section .packages_data .packages_boxes .box .body_text .listing li::before {
  content: attr(data-label);
  font-weight: 500;
  display: block;
  text-align: left;
  max-width: 150px;
}
@media (min-width: 1025px) {
  .package_section .packages_data .packages_boxes .box .body_text .listing li::before {
    display: none;
  }
}
.package_section .packages_data .packages_boxes .box .body_text .listing li::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: white;
  background: linear-gradient(90deg, white 0%, black 50%, white 100%);
}
.package_section .packages_data .packages_boxes .box .body_text .listing li:last-child {
  padding-bottom: 0;
}
.package_section .packages_data .packages_boxes .box .body_text .listing li:last-child::after {
  display: none;
}
.package_section .packages_data .packages_boxes .box .body_text .listing li .tooltip-container {
  margin-bottom: 0;
  margin-left: 5px;
  position: relative;
}
.package_section .packages_data .packages_boxes .box .body_text .listing li .tooltip-container .tooltip-details {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  height: auto;
  width: 290px;
  background: #FFFFFF;
  padding: 10px;
  top: -10px;
  left: 30px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  z-index: 2;
  filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.14));
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.package_section .packages_data .packages_boxes .box .body_text .listing li .tooltip-container .tooltip-details::before {
  content: "";
  position: absolute;
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  width: 0px;
  height: 0px;
  border-right: solid 10px #FFFFFF;
  border-bottom: solid 10px transparent;
  border-top: solid 10px transparent;
  left: -10px;
  top: 10px;
}
.package_section .packages_data .packages_boxes .box .body_text .listing li .tooltip-container .tooltip {
  margin-bottom: 0;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  line-height: 14px;
  padding: 2px;
  font-size: 10px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #FC7D2F;
  color: #FFFFFF;
}
.package_section .packages_data .packages_boxes .box .body_text .listing li .tooltip-container:hover .tooltip-details {
  opacity: 1;
  visibility: visible;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.package_section .packages_data .packages_boxes .box.items-title {
  border: 0;
  display: none;
}
@media (min-width: 1025px) {
  .package_section .packages_data .packages_boxes .box.items-title {
    max-width: 25%;
    flex: 0 0 25%;
    display: block;
  }
}
.package_section .packages_data .packages_boxes .box.items-title .body_text {
  border: 1px solid #212B36;
  border-radius: 24px;
  border-top-right-radius: 0;
}
.package_section .packages_data .packages_boxes .box.items-title .body_text .listing li {
  font-weight: 500;
}
.package_section .packages_data .packages_boxes .box.items-title .body_text .listing li:last-child {
  min-height: 72px;
}
@media (min-width: 768px) {
  .package_section .packages_data .packages_boxes .box.items-title .body_text .listing li:last-child {
    min-height: 59px;
  }
}
@media (min-width: 1025px) {
  .package_section .packages_data .packages_boxes .box.items-title .body_text .listing li:last-child {
    min-height: 72px;
  }
}
.package_section .notes {
  text-align: center;
}
.package_section .notes a {
  color: #CF520B;
  text-decoration: underline;
}
.package_section .notes a:hover {
  color: #FC7D2F;
}
.package_section .header-spacing {
  max-width: 1000px;
}
.package_section .header-spacing .title-64 span::before {
  bottom: -1px;
  left: 15px;
}
.connected_support_section {
  background-color: #D8EDF5;
  border-radius: 60px;
  margin-bottom: -65px;
}
@media (min-width: 992px) {
  .connected_support_section {
    margin-bottom: -100px;
  }
}
.connected_support_section .header-spacing p {
  margin: 0 auto;
  max-width: 1000px;
}
.connected_support_section .connected_support {
  padding-bottom: 25px;
}
@media (min-width: 768px) {
  .connected_support_section .connected_support {
    padding-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .connected_support_section .connected_support {
    padding-bottom: 25px;
  }
}
.connected_support_section .connected_support .support_boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
}
@media (min-width: 1200px) {
  .connected_support_section .connected_support .support_boxes {
    margin: 0 -30px;
  }
}
.connected_support_section .connected_support .support_boxes .boxes {
  max-width: 100%;
  flex: 0 0 100%;
  padding: 0 20px;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .connected_support_section .connected_support .support_boxes .boxes {
    max-width: 50%;
    flex: 0 0 50%;
    padding-top: 15px;
  }
}
@media (min-width: 1200px) {
  .connected_support_section .connected_support .support_boxes .boxes {
    padding: 0 30px;
    margin-bottom: 60px;
  }
}
@media (min-width: 768px) {
  .connected_support_section .connected_support .support_boxes .boxes:nth-child(odd) {
    border-right: 1px solid rgba(0, 0, 0, 0.16);
  }
}
.connected_support_section .connected_support .support_boxes .boxes .inner_boxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  position: relative;
}
.connected_support_section .connected_support .support_boxes .boxes .inner_boxs::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 0;
  right: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.16);
}
@media (min-width: 1200px) {
  .connected_support_section .connected_support .support_boxes .boxes .inner_boxs::after {
    bottom: -30px;
  }
}
.connected_support_section .connected_support .support_boxes .boxes .inner_boxs img {
  width: 60px;
  height: auto;
  aspect-ratio: 1;
}
.connected_support_section .connected_support .support_boxes .boxes .inner_boxs .right {
  max-width: calc(100% - 60px);
  flex: 0 0 calc(100% - 60px);
  padding-left: 20px;
}
@media (min-width: 992px) {
  .connected_support_section .connected_support .support_boxes .boxes .inner_boxs .right {
    max-width: calc(100% - 80px);
    flex: 0 0 calc(100% - 80px);
    padding-left: 30px;
  }
}
.connected_support_section .connected_support .support_boxes .boxes .inner_boxs .right .title-24 {
  margin-bottom: 6px;
  font-weight: 500;
}
.connected_support_section .connected_support .support_boxes .boxes .inner_boxs .right p {
  margin-bottom: 14px;
}
.connected_support_section .connected_support .support_boxes .boxes:last-child .inner_boxs::after {
  opacity: 0;
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.assortment_products_section {
  background-color: #D8EDF5;
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  margin-bottom: -30px;
  padding-bottom: 70px;
}
@media (min-width: 768px) {
  .assortment_products_section {
    padding-bottom: 110px;
    margin-bottom: -50px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section {
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section {
    padding-bottom: 130px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section {
    padding-bottom: 150px;
  }
}
.assortment_products_section .header-spacing p {
  max-width: 900px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .assortment_products_section .header-spacing .title-64 span::before {
    width: 95%;
    left: -20px;
  }
}
.assortment_products_section .assortment_products .product_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-top: 50px;
  }
}
.assortment_products_section .assortment_products .product_row .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 450px;
    flex: 0 0 450px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 500px;
    flex: 0 0 500px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .left {
    max-width: 670px;
    flex: 0 0 670px;
  }
}
.assortment_products_section .assortment_products .product_row .left .img img {
  border-radius: 12px;
  margin: 0 auto;
  width: 100%;
}
.assortment_products_section .assortment_products .product_row .right {
  max-width: 100%;
  flex: 0 0 100%;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 450px);
    flex: 0 0 calc(100% - 450px);
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    padding-left: 50px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
@media (min-width: 1440px) {
  .assortment_products_section .assortment_products .product_row .right {
    max-width: calc(100% - 670px);
    flex: 0 0 calc(100% - 670px);
  }
}
.assortment_products_section .assortment_products .product_row .right .desc {
  padding: 20px 0 0px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 0 0px 0 20px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .right .desc {
    padding: 20px;
  }
}
.assortment_products_section .assortment_products .product_row .right .desc .title-24 {
  margin-bottom: 8px;
}
.assortment_products_section .assortment_products .product_row .right .desc p {
  margin-bottom: 10px;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a {
  text-decoration: none;
  font-weight: 500;
  color: #FC7D2F;
}
.assortment_products_section .assortment_products .product_row .right .desc .link_wrap a::after {
  filter: unset;
  top: 1px;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
  padding-left: 0;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 30px 0 0;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 0 20px 0 0px;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right .desc {
    padding: 20px;
    padding-left: 0;
  }
}
.assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
  width: 100%;
}
@media (min-width: 0px) and (max-width: 767px) {
  .assortment_products_section .assortment_products .product_row .btn_wrap.banner_btn_wrap {
    margin-top: 10px;
  }
}
.next_lavel_section {
  background-color: #222222;
}
.next_lavel_section .header-spacing .title-64 {
  color: #FFFFFF;
}
.next_lavel_section .header-spacing p {
  color: #FFFFFF;
}
.next_lavel_section.package_section .packages_data .packages_boxes .box {
  border-color: rgba(255, 255, 255, 0.16);
  background: #3b3b3b;
  background: linear-gradient(180deg, #3b3b3b 0%, #262626 100%);
}
@media (min-width: 768px) {
  .next_lavel_section.package_section .packages_data .packages_boxes .box {
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media (min-width: 1025px) {
  .next_lavel_section.package_section .packages_data .packages_boxes .box {
    max-width: 31%;
    flex: 0 0 31%;
  }
}
.next_lavel_section.package_section .packages_data .packages_boxes .box:last-child .head {
  background-color: #F5E0D8;
}
.next_lavel_section.package_section .packages_data .packages_boxes .box .body_text .listing li {
  color: #FFFFFF;
  text-align: right;
}
@media (min-width: 1025px) {
  .next_lavel_section.package_section .packages_data .packages_boxes .box .body_text .listing li {
    display: block;
    text-align: center;
  }
}
.next_lavel_section.package_section .packages_data .packages_boxes .box .body_text .listing li::after {
  background: black;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.16) 0%, rgba(255, 255, 255, 0.16) 50%, rgba(0, 0, 0, 0.16) 100%);
}
.next_lavel_section.package_section .packages_data .packages_boxes .box .body_text .listing li:last-child {
  min-height: unset;
}
.next_lavel_section.package_section .packages_data .packages_boxes .box.items-title {
  background: unset;
}
@media (min-width: 1025px) {
  .next_lavel_section.package_section .packages_data .packages_boxes .box.items-title {
    max-width: calc(100% - 62%);
    flex: 0 0 calc(100% - 62%);
  }
}
.next_lavel_section.package_section .packages_data .packages_boxes .box.items-title .body_text {
  border-color: rgba(255, 255, 255, 0.16);
  background-color: #FFFFFF;
}
.next_lavel_section.package_section .packages_data .packages_boxes .box.items-title .body_text .listing li {
  color: #000000;
  font-weight: 500;
}
.next_lavel_section.package_section .packages_data .packages_boxes .box.items-title .body_text .listing li::after {
  background: white;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16) 0%, rgba(0, 0, 0, 0.16) 50%, rgba(255, 255, 255, 0.16) 100%);
}
.button_section.orange_bg + .happy-clients-section + .client_rating_section {
  position: relative;
  z-index: 1;
}
.button_section.orange_bg + .happy-clients-section + .client_rating_section + .trusted-by-section {
  position: relative;
  z-index: 1;
}
.customization_section {
  background-color: #D8EDF5;
  border-radius: 24px;
  margin-bottom: 0px;
  position: relative;
  z-index: 1;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (min-width: 768px) {
  .customization_section {
    border-radius: 60px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.customization_section::after {
  content: "";
  position: absolute;
  background: #D8EDF5;
  height: 100px;
  bottom: -80px;
  z-index: -1;
  left: 0;
  right: 0;
}
.customization_section .header-spacing {
  max-width: 1040px;
}
.customization_section .customization_product .box_list {
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 -12px;
}
.customization_section .customization_product .box_list .box {
  padding: 15px;
  border: 1px solid #212B36;
  border-radius: 24px;
  background-color: #FFFFFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-weight: 500;
  max-width: calc(50% - 24px);
  flex: 0 0 calc(50% - 24px);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  text-align: center;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(33.33% - 24px);
    flex: 0 0 calc(33.33% - 24px);
    padding: 25px;
  }
}
@media (min-width: 1025px) {
  .customization_section .customization_product .box_list .box {
    max-width: calc(20% - 24px);
    flex: 0 0 calc(20% - 24px);
  }
}
.customization_section .customization_product .box_list .box img {
  width: 55px;
}
@media (min-width: 992px) {
  .customization_section .customization_product .box_list .box img {
    width: auto;
  }
}
.customization_section .customization_product .box_list .box span {
  margin-bottom: 0;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .box_list .box span {
    margin-top: 20px;
  }
}
.customization_section .customization_product .box_list .box:hover {
  box-shadow: 0 0 10px -1px rgba(0, 0, 0, 0.1);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: transparent;
}
.customization_section .customization_product .title-18 {
  margin-top: 30px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 0;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .customization_section .customization_product .title-18 {
    margin-top: 50px;
  }
}
.assortment_products_section {
  background-color: transparent;
}
.button_section.orange_bg {
  z-index: 1;
}
/*# sourceMappingURL=printxpand-vs-inkve.css.map */