/*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 */
.our_usp_section .header-spacing {
  max-width: 920px;
}
@media (min-width: 1340px) {
  .our_usp_section .header-spacing .title-64 span::before {
    width: 100%;
    left: 0;
  }
}
.our_usp_section .box_listing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.our_usp_section .box_listing .box_wrapp {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 0 12px;
  border-right: 1px solid #000000;
  margin-top: 15px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp:nth-child(even) {
    border-right: 0;
  }
}
@media (min-width: 768px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
@media (min-width: 1200px) {
  .our_usp_section .box_listing .box_wrapp {
    max-width: 20%;
    flex: 0 0 20%;
    margin-top: 0;
  }
  .our_usp_section .box_listing .box_wrapp:nth-child(3) {
    border-right: 1px solid #000000;
  }
}
.our_usp_section .box_listing .box_wrapp .box {
  padding: 20px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 10px;
  }
}
@media (min-width: 1025px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 10px;
  }
}
@media (min-width: 1440px) {
  .our_usp_section .box_listing .box_wrapp .box {
    padding: 20px 20px;
  }
}
.our_usp_section .box_listing .box_wrapp .box span {
  display: block;
  margin-bottom: 0;
  margin-top: 28px;
  font-family: "Recoleta";
  color: #000000;
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box span {
    margin-top: 15px;
  }
}
@media (min-width: 0px) and (max-width: 767px) {
  .our_usp_section .box_listing .box_wrapp .box img {
    max-width: 40%;
  }
}
.our_usp_section .box_listing .box_wrapp:last-child {
  border-right: 0;
}
.our_usp_section .box_listing.threebox_usp {
  gap: 30px 0;
}
@media (min-width: 768px) {
  .our_usp_section .box_listing.threebox_usp .box_wrapp {
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
  .our_usp_section .box_listing.threebox_usp .box_wrapp:nth-child(3) {
    border-right: 0;
  }
}
.our_usp_section .box_listing.threebox_usp .box_wrapp:last-child {
  border-right: 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;
  }
}
/*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 */
.dynamic_features_Section .boxes_wrap {
  display: grid;
  gap: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.dynamic_features_Section .boxes_wrap .boxes {
  margin-bottom: 0;
}
.dynamic_features_Section .boxes_wrap .boxes img {
  margin-right: 20px;
}
.dynamic_features_Section .btn_wrap.margin-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.dynamic_features_Section .header-spacing .title-64 {
  margin-bottom: 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 */
.store_theme_section {
  height: auto;
  position: relative;
  background-color: #D8EDF5;
  border-radius: 24px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .store_theme_section {
    border-radius: 60px;
    height: 420px;
  }
}
@media (min-width: 992px) {
  .store_theme_section {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .store_theme_section {
    height: 470px;
  }
}
@media (min-width: 1340px) {
  .store_theme_section {
    height: 500px;
  }
}
@media (min-width: 1600px) {
  .store_theme_section {
    height: 600px;
  }
}
.store_theme_section::before {
  content: "";
  position: absolute;
  background-image: url(../../assets/images/store_theme.webp);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (min-width: 0px) and (max-width: 767px) {
  .store_theme_section::before {
    display: none;
  }
}
.store_theme_section .header-spacing {
  position: relative;
  z-index: 1;
  max-width: 600px;
}
@media (min-width: 0px) and (max-width: 767px) {
  .store_theme_section .header-spacing {
    margin-bottom: 43px;
  }
}
@media (min-width: 992px) {
  .store_theme_section .header-spacing {
    max-width: 650px;
  }
}
@media (min-width: 1200px) {
  .store_theme_section .header-spacing {
    max-width: 860px;
  }
}
.store_theme_section .header-spacing .btn_wrap {
  margin-top: 10px;
}
@media (min-width: 992px) {
  .store_theme_section .header-spacing .btn_wrap {
    margin-top: 50px;
  }
}
/*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 */
.fingertips_features_section .header-spacing .title-64 {
  margin-bottom: 0;
}
.fingertips_features_section .features_section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fingertips_features_section .features_section .left {
  max-width: 100%;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .fingertips_features_section .features_section .left {
    padding-right: 24px;
  }
}
@media (min-width: 992px) {
  .fingertips_features_section .features_section .left .platform_design {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (min-width: 992px) {
  .fingertips_features_section .features_section .left .platform_design .bottom_logo {
    flex-direction: column;
    padding-left: 70px;
    padding-top: 0;
  }
}
.fingertips_features_section .features_section .left .platform_design .bottom_logo::before {
  background-image: url(../../assets/images/fingertips_line.webp);
  width: 71px;
  height: 502px;
  left: -5px;
  top: 10px;
  bottom: 0;
  margin: auto;
}
@media (min-width: 992px) {
  .fingertips_features_section .features_section .left .platform_design .bottom_logo .logo_wrap {
    margin-left: 0;
    margin-right: 0;
  }
  .fingertips_features_section .features_section .left .platform_design .bottom_logo .logo_wrap:first-child {
    margin-top: 0;
  }
}
.fingertips_features_section .features_section .left .platform_design .bottom_logo .logo_wrap:after {
  display: none;
}
@media (min-width: 768px) {
  .fingertips_features_section .features_section .left {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
@media (min-width: 992px) {
  .fingertips_features_section .features_section .left {
    max-width: calc(100% - 550px);
    flex: 0 0 calc(100% - 550px);
  }
}
@media (min-width: 1200px) {
  .fingertips_features_section .features_section .left {
    max-width: calc(100% - 650px);
    flex: 0 0 calc(100% - 650px);
  }
}
.fingertips_features_section .features_section .right {
  max-width: 100%;
  flex: 0 0 100%;
  margin-top: 25px;
}
@media (min-width: 992px) {
  .fingertips_features_section .features_section .right {
    max-width: 550px;
    flex: 0 0 550px;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .fingertips_features_section .features_section .right {
    max-width: 650px;
    flex: 0 0 650px;
  }
}
/*website colors*/
/* Small devices (portrait phones, 320px) */
/* Media Query For Device More then 360px */
/* Media Query For Device More then 375px */
/* Small devices (landscape phones, 576px and up) */
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
/* Medium devices (tablets, 992px and up) */
/* Medium devices (tablets landscape, 1024px and up) */
/* Medium devices (tablets landscape, 1120px and up) */
/* Medium devices (desktops, 1200px and up) */
/* small laptop screen */
/* MacBook Pro */
/* large devices (desktops, 1600px and up) */
/* extra large devices (desktops, 1921px and up) */
/* Mobile Device */
/*flex box mixins*/
/* Text Decoration Mixins */
/* Transition/Transform Mixins */
/* Animation Mixins */
/* Buttons Mixins */
.platform_section .header-spacing {
  max-width: 780px;
}
.platform_design {
  margin: 0 auto;
  text-align: center;
}
.platform_design .top_logo {
  text-align: center;
  display: inline-block;
  position: relative;
  top: 4px;
}
.platform_design .top_logo img {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  width: 110px;
}
.platform_design .bottom_logo {
  text-align: left;
  padding-top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
@media (min-width: 0px) and (max-width: 767px) {
  .platform_design .bottom_logo {
    padding: 0 10px;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo {
    padding-top: 40px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo::before {
    content: "";
    position: absolute;
    background-image: url(../../assets/images/platform_logo/platform_arrow.webp);
    width: 1130px;
    height: 72px;
    top: -12px;
    background-position: center;
    background-repeat: no-repeat;
    display: none;
  }
}
@media (min-width: 1200px) {
  .platform_design .bottom_logo::before {
    background-size: contain;
    width: 1070px;
    display: block;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo::before {
    width: 1130px;
    background-size: auto;
  }
}
.platform_design .bottom_logo .logo_wrap {
  width: calc(50% - 20px);
  height: 140px;
  margin: 0 10px;
  border-radius: 22px;
  border: 1px solid #212B36;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
  position: relative;
  padding: 8px;
  text-align: center;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.platform_design .bottom_logo .logo_wrap:hover {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  border-color: #CF520B;
  color: #CF520B;
  background-color: #F3EDD7;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 127px;
    height: 127px;
    margin: 0 8px;
    margin-top: 15px;
  }
}
@media (min-width: 992px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 10px;
    width: 130px;
    height: 130px;
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .platform_design .bottom_logo .logo_wrap {
    margin: 0 12px;
    margin-top: 20px;
  }
}
@media (min-width: 1440px) {
  .platform_design .bottom_logo .logo_wrap {
    width: 140px;
    height: 140px;
  }
}
.platform_design .bottom_logo .logo_wrap .name {
  margin-bottom: 0;
  margin-top: 5px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 1600px) {
  .platform_design .bottom_logo .logo_wrap .name {
    font-size: 16px;
    line-height: 28px;
  }
}
@keyframes top_dots_left {
  0% {
    right: -140px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 50px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -34px;
    right: 63px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 66px;
    opacity: 0.6;
  }
  100% {
    top: -22px;
    right: 66px;
    opacity: 0;
  }
}
@keyframes top_dots_right {
  0% {
    right: 280px;
    opacity: 0;
    top: -40px;
  }
  65% {
    right: 80px;
    opacity: 1;
    top: -40px;
  }
  80% {
    top: -33px;
    right: 69px;
    opacity: 1;
  }
  94% {
    top: -25px;
    right: 65px;
    opacity: 0.6;
  }
  100% {
    top: -18px;
    right: 65px;
    opacity: 0;
  }
}
.banner_section .header-spacing {
  max-width: 1040px;
}
.our_usp_section {
  background-color: #222222;
  border-radius: 24px;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  .our_usp_section {
    border-radius: 60px;
  }
}
.our_usp_section .box_listing .box_wrapp {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.our_usp_section .box_listing .box_wrapp .box img {
  filter: invert(1) brightness(11);
}
.our_usp_section .box_listing .box_wrapp .box .title-18 {
  color: #FFFFFF;
}
.our_usp_section .box_listing .box_wrapp:nth-child(3) {
  border-right-color: rgba(255, 255, 255, 0.3);
}
.assortment_products_section {
  background-color: transparent;
  border-radius: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.assortment_products_section .assortment_products .product_row {
  margin-bottom: 50px;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row {
    margin-bottom: 0;
  }
}
.assortment_products_section .assortment_products .product_row:last-child {
  margin-bottom: 0;
}
.assortment_products_section .assortment_products .product_row .desc {
  padding: 0 !important;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc {
  margin-top: 25px;
}
@media (min-width: 768px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 40px;
  }
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc {
    margin-top: 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item {
  border-top: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab {
  display: none;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-tab p {
  margin-bottom: 20px;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
  padding: 12px 0;
  cursor: pointer;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 15px 0;
  }
}
@media (min-width: 1200px) {
  .assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title {
    padding: 18px 0;
  }
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24 {
  margin-bottom: 0;
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .title-24::after {
  background-color: transparent;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title .sign_box::before {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item .at-title:hover .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(85%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item:last-child {
  border-bottom: 1px solid #212B36;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .title-24 {
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
  color: #CF520B;
}
.assortment_products_section .assortment_products .product_row .desc .features_acc .at-item.parent_wrapp .at-title .sign_box::before {
  filter: invert(10%) sepia(87%) saturate(7387%) hue-rotate(23deg) brightness(92%) contrast(114%);
  -o-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) {
  flex-direction: row-reverse;
}
.assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(odd) .right {
    padding-right: 50px;
  }
}
.assortment_products_section .assortment_products .product_row:nth-child(even) {
  flex-direction: row;
}
.assortment_products_section .assortment_products .product_row:nth-child(even) .right {
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 992px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 20px;
  }
}
@media (min-width: 1025px) {
  .assortment_products_section .assortment_products .product_row:nth-child(even) .right {
    padding-left: 50px;
  }
}
.assortment_products_section .header-spacing .title-64 span::before {
  left: 0;
}
.fingertips_features_section .right .boxes_wrap {
  grid-template-columns: 1fr;
}
.fingertips_features_section .right .boxes_wrap .boxes {
  max-width: 100%;
  flex: 0 0 100%;
}
/*# sourceMappingURL=b2b-corporate-storefront.css.map */