
  body {
    font-size: 14px;
  }
  .body {
    font-size: /*!setting.body_fontSize*/15px/*!*/;
    font-weight: /*!setting.body_fontWeight*/400/*!*/;
    font-family: /*!setting.body_fontFamily*/'Tajawal', sans-serif/*!*/;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
   .body h1 {
    font-size: /*!setting.header_fontSize*/27px/*!*/;
    font-weight: /*!setting.header_fontWeight*/700/*!*/;
    font-family: /*!setting.header_fontFamily*/'Tajawal', sans-serif/*!*/;
  }
  
  .body h2 {
    font-size: /*!setting.header_fontSize*/27px/*!*/;
    font-weight: /*!setting.header_fontWeight*/700/*!*/;
    font-family: /*!setting.header_fontFamily*/'Tajawal', sans-serif/*!*/;
  }
  
  .body .h2 {
    font-size: /*!setting.header_fontSize*/27px/*!*/;
    font-weight: /*!setting.header_fontWeight*/700/*!*/;
    font-family: /*!setting.header_fontFamily*/'Tajawal', sans-serif/*!*/;
  }
  
  .body h3 {
    font-weight: /*!setting.header_fontWeight*/700/*!*/;
    font-family: /*!setting.header_fontFamily*/'Tajawal', sans-serif/*!*/;
  }
  .body a {
    color: #007bff;
  }
  [class^="fa-"], [class*=" fa-"] {
    font-size: inherit;
  }
  ul, ol {
    margin-bottom: 0px;
  }
  /* Slider */
  .reviews-slider,
  .block-slider {
    height: 300px;
    overflow: hidden;
  }
  .reviews-slider.slick-initialized,
  .block-slider.slick-initialized {
    height: auto;
    overflow: visible;
  }
  .slick-dots {
    padding: 0px;
    text-align: center;
  }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    padding: 0;
    cursor: pointer;
  }
  .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
  }
  .slick-dots li button:before {
    font-family: 'slick';
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    margin-top: -15px;
    height: 20px;
    content: '.';
    text-align: center;
    opacity: 0.1;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .slick-dots li:hover button:before {
   opacity: .5;
   color: #716bca;     
  }
  .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #716bca;
  }
  .slider__arrow-next {
    right: -40px;
    position: absolute;
    height: 80%;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    cursor: pointer
  }
  .slider__arrow-next:before, .slider__arrow-prev:before {
    font-family: 'Font Awesome 5 Pro';
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 40px;
    cursor: pointer;
    color: #716bca;
    opacity: .25;
  }
  .slider__arrow-next:hover:before, .slider__arrow-prev:hover:before {
    opacity: 1;
    transition: all 0.4s;
  }
  .slider__arrow-next:before {
    content: '\f054'  ;
  }
  .slider__arrow-prev {
    left: -40px;
    position: absolute;
    height: 80%;
    top: 0;
    z-index: 5;
    display: flex;
    align-items: center;
    cursor: pointer
  }
  .slider__arrow-prev:before {
    content: '\f053';
  }
  .btn {
    white-space: nowrap;
    vertical-align: top;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .btn p,
  .DraftEditor-root, 
  .public-DraftEditor-block {
    width: 100%;
    display: inline-block;
  }
  .btn,
  .block-slider__item-link.btn,
  .block-contactus__form-button.btn {
    font-family: /*!setting.buttons_fontFamily*/'Tajawal', sans-serif/*!*/ !important;
    font-size: /*!setting.buttons_fontSize*/19px/*!*/ !important;
    font-weight: /*!setting.buttons_fontWeight*/700/*!*/ !important;
    letter-spacing: /*!setting.buttons_letterSpacing*/0px/*!*/ !important;
    background: /*!setting.buttons_background*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/ !important;
    border-color: /*!setting.buttons_borderColor*/transparent/*!*/ !important;
    border-style: /*!setting.buttons_borderStyle*/solid/*!*/ !important;
    border-width: /*!setting.buttons_borderWidth*/0px/*!*/ !important;
    border-radius: /*!setting.buttons_borderRadius*/16px/*!*/ !important;
    color: /*!setting.buttons_color*/#fff/*!*/ !important;
    height: /*!setting.buttons_height*/42px/*!*/ !important;
    line-height: /*!setting.buttons_lineHeight*/42px/*!*/ !important;
  }
  .btn:hover,
  .block-slider__item-link.btn:hover,
  .block-contactus__form-button.btn:hover {
    background: /*!setting.buttons_backgroundHover*/rgba(255,0,0,1)/*!*/ !important;
    color: /*!setting.buttons_colorHover*/#fff/*!*/ !important;
    border-color: /*!setting.buttons_borderColorHover*/transparent/*!*/ !important;
  }

            /* B8F1 */
            .b8f1-footer__bhv5x {
              position: relative;
              background: /*!setting.b8f1_footer_bg_color__bhv5x*/rgba(39,41,43,0.79)/*!*/;
              color: /*!setting.b8f1_footer_color__bhv5x*/#fff/*!*/;
              padding-top: /*!setting.b8f1_footer_top__bhv5x*/5px/*!*/;
              padding-bottom: /*!setting.b8f1_footer_bottom__bhv5x*/5px/*!*/;
            }
            .b8f1-footer__bhv5x:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b8f1_footer_bg_image__bhv5x*/none/*!*/;
              background-position: /*!setting.b8f1_footer_bg_position__bhv5x*/center center/*!*/;
              background-attachment: /*!setting.b8f1_footer_bg_effect__bhv5x*/scroll/*!*/;
              opacity: /*!setting.b8f1_footer_bg_opacity__bhv5x*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b8f1-footer__bhv5x:before {
                background-attachment: scroll;
              }
            }
            .b8f1-footer__bhv5x .block-footer__copyright {
              position: relative;
              padding: 0.5rem 1rem;
            }
            .b8f1-footer__bhv5x .block-footer__menu {
              position: relative;
              text-align: right;
            }
            .b8f1-footer__bhv5x .block-footer__menu ul {
              margin: 0px;
              padding: 0px;
            }
            .b8f1-footer__bhv5x .block-footer__menu ul li {
              list-style: none;
              display: inline-block;
              padding-top: 7px;
              padding-bottom: 7px;
              margin-left: 12px;
            }
            .b8f1-footer__bhv5x .block-footer__menu ul li a {
              color: /*!setting.b8f1_footer_link_color__bhv5x*/#fff/*!*/;
              text-decoration: none;
            }
            .b8f1-footer__bhv5x .block-footer__menu .block-footer__menu-item-link {
              color: /*!setting.b8f1_footer_link_color__bhv5x*/#fff/*!*/;
            }
            .b8f1-footer__bhv5x .block-footer__menu .block-footer__menu-item-link:hover {
              color: /*!setting.b8f1_footer_hover_link_color__bhv5x*/#0c7bff/*!*/;
            }
            .b8f1-footer__bhv5x .block-footer__menu ul li a:hover {
              color: /*!setting.b8f1_footer_hover_link_color__bhv5x*/#0c7bff/*!*/
              text-decoration: none;
            }
            .b8f1-footer__bhv5x .block-footer__menu-item {
              display: inline-block;
              color: #fff;
            }
            @media(max-width: 768px) {
              .b8f1-footer__bhv5x .block-footer__menu {
                text-align: left;
              }
            }
          
            /* B5T1 */
            .b5t1-content__af5wxq {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__af5wxq*/65px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__af5wxq*/35px/*!*/;
              background: /*!setting.b5t1_content_bg_color__af5wxq*/#ffffff/*!*/;
              color: /*!setting.b5t1_content_color__af5wxq*/#27292b/*!*/;
            }
            .b5t1-content__af5wxq:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__af5wxq*/none/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__af5wxq*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__af5wxq*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__af5wxq*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__af5wxq:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__af5wxq .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__af5wxq .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__af5wxq .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* B7N1 */
            .b7n1-navbar__4wkcsz {
              position: relative;
              color: #fff;
            }
            .b7n1-navbar__4wkcsz .navbar-wrap {
              background: /*!setting.b7n1_navbar_bg_color__4wkcsz*/rgba(255,255,255,1)/*!*/;
            }
            .b7n1-navbar__4wkcsz p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
            .b7n1-navbar__4wkcsz a {
              color: /*!setting.b7n1_navbar_link_color__4wkcsz*/rgba(39,41,43,0.71)/*!*/;
            }
            .b7n1-navbar__4wkcsz .link {
              color: /*!setting.b7n1_navbar_link_color__4wkcsz*/rgba(39,41,43,0.71)/*!*/;
            }
            .b7n1-navbar__4wkcsz .navbar-dark .navbar-nav .nav-link {
              color: /*!setting.b7n1_navbar_link_color__4wkcsz*/rgba(39,41,43,0.71)/*!*/;
            }
            .b7n1-navbar__4wkcsz .navbar-dark .navbar-nav .nav-link:hover {
              color: /*!setting.b7n1_navbar_hover_link_color__4wkcsz*/rgba(255,12,16,1)/*!*/;
            }
            .b7n1-navbar__4wkcsz a:hover {
               color: /*!setting.b7n1_navbar_hover_link_color__4wkcsz*/rgba(255,12,16,1)/*!*/;
            }
            .b7n1-navbar__4wkcsz .link:hover {
              color: /*!setting.b7n1_navbar_hover_link_color__4wkcsz*/rgba(255,12,16,1)/*!*/;
            }
            .b7n1-navbar__4wkcsz .navbar-brand {
              display: flex;
              align-items: center;
            }
            .b7n1-navbar__4wkcsz .navbar-block__logo {
              
            }
            .b7n1-navbar__4wkcsz .navbar-toggler-icon {
              background: none;
            }
            .b7n1-navbar__4wkcsz .navbar-toggler-icon:before {
              content: '\f0c9';
              font-family: 'Font Awesome 5 Pro';
              font-size: 26px;
              font-weight: 300;
              color: /*!setting.b7n1_navbar_link_color__4wkcsz*/rgba(39,41,43,0.71)/*!*/;
            }
            .b7n1-navbar__4wkcsz .navbar-block__logo img {
              max-height: 32px;
            }
            .b7n1-navbar__4wkcsz .navbar-block__brand {
              color: /*!setting.b7n1_navbar_link_color__4wkcsz*/rgba(39,41,43,0.71)/*!*/;
              font-size: 16px;
              padding-left: 10px;
            }
            .b7n1-navbar__4wkcsz .nav-item p {
              display: inline-block
            }
            .b7n1-navbar__4wkcsz .dropdown-menu {
              border: none;
              background: /*!setting.b7n1_navbar_bg_color__4wkcsz*/rgba(255,255,255,1)/*!*/;
            }
            .b7n1-navbar__4wkcsz .navbar-dark .navbar-toggler{
              border: none;
              outline: none;
            }
            .b7n1-navbar__4wkcsz .dropdown-item {
              padding: 2px 9px;
            }
            .navbar-block__cart a {
              color: /*!setting.b7n1_navbar_link_color__4wkcsz*/rgba(39,41,43,0.71)/*!*/!important;
            }
            .navbar-block__cart a:hover {
              color: /*!setting.b7n1_navbar_hover_link_color__4wkcsz*/rgba(255,12,16,1)/*!*/!important;
            }
            .b7n1-navbar__4wkcsz .dropdown-item:hover {
              background-color: transparent;
            }
          
            /* B3S1 */
            .b3s1-slider__sat4ss {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__sat4ss*/0px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__sat4ss*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__sat4ss*/rgba(55,188,235,0.01)/*!*/;
              color: /*!setting.b3s1_slider_color__sat4ss*/#27292b/*!*/;
            }    
            .b3s1-slider__sat4ss:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__sat4ss*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__sat4ss*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__sat4ss*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__sat4ss*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__sat4ss:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__sat4ss .block-slider {
            
            }
            .b3s1-slider__sat4ss .block-slider__slide {
            
            }
            .b3s1-slider__sat4ss .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__sat4ss .block-slider__item-image {
            
            }
            .b3s1-slider__sat4ss .block-slider__item-content {
            
            }
            .b3s1-slider__sat4ss .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__sat4ss .block-slider__item-description {
            
            }
            .b3s1-slider__sat4ss .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__sat4ss*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__sat4ss*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__sat4ss*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__sat4ss .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__sat4ss .slider__arrow-next:before, .b3s1-slider__sat4ss .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__sat4ss*/#716bca/*!*/;
            }

            .b3s1-slider__sat4ss .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__sat4ss*/#716bca/*!*/;
            }
            
            .b3s1-slider__sat4ss .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__sat4ss .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__sat4ss*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__sat4ss .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__sat4ss .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B5T5 */
            .b5t5-content__9u962zk {
              position: relative;
              padding-top: /*!setting.b5t5_content_top__9u962zk*/30px/*!*/;
              padding-bottom: /*!setting.b5t5_content_bottom__9u962zk*/50px/*!*/;
              background: /*!setting.b5t5_content_bg_color__9u962zk*/transparent/*!*/;
              color: /*!setting.b5t5_content_color__9u962zk*/#27292b/*!*/;
            }
            .b5t5-content__9u962zk:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t5_content_bg_image__9u962zk*/url(https://ucarecdn.com/48c9ebb3-1c43-476a-a211-3376fb04b720/)/*!*/;
              background-position: /*!setting.b5t5_content_bg_position__9u962zk*/center center/*!*/;
              background-attachment: /*!setting.b5t5_content_bg_effect__9u962zk*/scroll/*!*/;
              opacity: /*!setting.b5t5_content_bg_opacity__9u962zk*/0.9/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t5-content__9u962zk:before {
                background-attachment: scroll;
              }
            }
            .b5t5-content__9u962zk .block-content__image {
            
            }
            
            .b5t5-content__9u962zk .block-content__item {
              text-align: right;
            }
            .b5t5-content__9u962zk .block-content__item-title {
            
            } 
            .b5t5-content__9u962zk .block-content__item-description {
            
            }
            @media(max-width: 768px){
              .b5t5-content__9u962zk .block-content__item {
                text-align: left;
                margin-top: 15px;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__u2s7sh9 {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__u2s7sh9*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__u2s7sh9*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__u2s7sh9*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__u2s7sh9*/#27292b/*!*/;
            }    
            .b3s1-slider__u2s7sh9:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__u2s7sh9*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__u2s7sh9*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__u2s7sh9*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__u2s7sh9*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__u2s7sh9:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__u2s7sh9 .block-slider {
            
            }
            .b3s1-slider__u2s7sh9 .block-slider__slide {
            
            }
            .b3s1-slider__u2s7sh9 .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__u2s7sh9 .block-slider__item-image {
            
            }
            .b3s1-slider__u2s7sh9 .block-slider__item-content {
            
            }
            .b3s1-slider__u2s7sh9 .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__u2s7sh9 .block-slider__item-description {
            
            }
            .b3s1-slider__u2s7sh9 .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__u2s7sh9*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__u2s7sh9*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__u2s7sh9*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__u2s7sh9 .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__u2s7sh9 .slider__arrow-next:before, .b3s1-slider__u2s7sh9 .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__u2s7sh9*/#716bca/*!*/;
            }

            .b3s1-slider__u2s7sh9 .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__u2s7sh9*/#716bca/*!*/;
            }
            
            .b3s1-slider__u2s7sh9 .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__u2s7sh9 .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__u2s7sh9*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__u2s7sh9 .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__u2s7sh9 .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B5T3 */
            .b5t3-content__jw39o {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__jw39o*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__jw39o*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__jw39o*/rgba(223,223,231,0.03)/*!*/;
              color: /*!setting.b5t3_content_color__jw39o*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__jw39o:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__jw39o*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__jw39o*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__jw39o*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__jw39o*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__jw39o:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__jw39o .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__jw39o .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__i663sq__a99ed3 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__i663sq__a99ed3*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__i663sq__a99ed3*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__i663sq__a99ed3*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__i663sq__a99ed3*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__i663sq__a99ed3:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__i663sq__a99ed3*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__i663sq__a99ed3*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__i663sq__a99ed3*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__i663sq__a99ed3*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__i663sq__a99ed3:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__i663sq__a99ed3 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__i663sq__a99ed3 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__fzg61__97al2n {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fzg61__97al2n*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fzg61__97al2n*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fzg61__97al2n*/#fff/*!*/;
              color: /*!setting.b5t3_content_color__fzg61__97al2n*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fzg61__97al2n:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fzg61__97al2n*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fzg61__97al2n*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fzg61__97al2n*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fzg61__97al2n*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fzg61__97al2n:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fzg61__97al2n .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fzg61__97al2n .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__fzg61__fo3h4n {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fzg61__fo3h4n*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fzg61__fo3h4n*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fzg61__fo3h4n*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fzg61__fo3h4n*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fzg61__fo3h4n:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fzg61__fo3h4n*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fzg61__fo3h4n*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fzg61__fo3h4n*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fzg61__fo3h4n*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fzg61__fo3h4n:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fzg61__fo3h4n .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fzg61__fo3h4n .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            .b10f1-faq__hq0rs {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__hq0rs*/30px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__hq0rs*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__hq0rs*/rgba(64,8,87,1)/*!*/;
              color: /*!setting.b10f1_faq_color__hq0rs*/#fff/*!*/;
            }
            .b10f1-faq__hq0rs:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__hq0rs*/url(https://ucarecdn.com/ef3a6908-e519-42b1-95cb-b55b55f495c7/)/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__hq0rs*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__hq0rs*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__hq0rs*/0.08/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__hq0rs:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__hq0rs .faq-bg {
            
            }
            .b10f1-faq__hq0rs .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__hq0rs .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__hq0rs .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__hq0rs .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__hq0rs*/#fff/*!*/;
              background: /*!setting.b10f1_faq_items_bg__hq0rs*/linear-gradient(225deg, #FF057C 0%, #8D0B93 50.51%, #321575 100%)/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__hq0rs*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__hq0rs*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__hq0rs*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__hq0rs*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__hq0rs*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__hq0rs*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__hq0rs .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__hq0rs .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__hq0rs .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__hq0rs .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__hq0rs .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__hq0rs*/#0c7bff/*!*/;
            }
            .b10f1-faq__hq0rs .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__hq0rs .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__hq0rs .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__b42cml {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__b42cml*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__b42cml*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__b42cml*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b2r2_reviews_color__b42cml*/#27292b/*!*/;
            }
            .b2r2-reviews__b42cml:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__b42cml*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__b42cml*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__b42cml*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__b42cml*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__b42cml:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__b42cml .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__b42cml .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__b42cml .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__b42cml .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__b42cml*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__b42cml*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__b42cml*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__b42cml*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__b42cml*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__b42cml*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__b42cml*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__b42cml*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__b42cml .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__b42cml .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__b42cml .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__b42cml .block-reviews__item-name {
            
            }
            .b2r2-reviews__b42cml .block-reviews__item-description {
            
            }
          
            /* B5T2 */
            .b5t2-content__whnz2m {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__whnz2m*/30px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__whnz2m*/50px/*!*/;
              background: /*!setting.b5t2_content_bg_color__whnz2m*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__whnz2m*/#27292b/*!*/;
            }
            .b5t2-content__whnz2m:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__whnz2m*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__whnz2m*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__whnz2m*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__whnz2m*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__whnz2m:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__whnz2m .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__6w2ogj__iprwsg {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__6w2ogj__iprwsg*/9px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__6w2ogj__iprwsg*/14px/*!*/;
              background: /*!setting.b5t2_content_bg_color__6w2ogj__iprwsg*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__6w2ogj__iprwsg*/#27292b/*!*/;
            }
            .b5t2-content__6w2ogj__iprwsg:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__6w2ogj__iprwsg*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__6w2ogj__iprwsg*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__6w2ogj__iprwsg*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__6w2ogj__iprwsg*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__6w2ogj__iprwsg:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__6w2ogj__iprwsg .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T3 */
            .b5t3-content__fiy5vy__zf5rld {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fiy5vy__zf5rld*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fiy5vy__zf5rld*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fiy5vy__zf5rld*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fiy5vy__zf5rld*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fiy5vy__zf5rld:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fiy5vy__zf5rld*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fiy5vy__zf5rld*/bottom left/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fiy5vy__zf5rld*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fiy5vy__zf5rld*/0.15/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fiy5vy__zf5rld:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fiy5vy__zf5rld .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fiy5vy__zf5rld .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__fiy5vy__ujyo3b {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fiy5vy__ujyo3b*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fiy5vy__ujyo3b*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fiy5vy__ujyo3b*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fiy5vy__ujyo3b*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fiy5vy__ujyo3b:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fiy5vy__ujyo3b*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fiy5vy__ujyo3b*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fiy5vy__ujyo3b*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fiy5vy__ujyo3b*/0.15/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fiy5vy__ujyo3b:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fiy5vy__ujyo3b .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fiy5vy__ujyo3b .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T2 */
            .b5t2-content__ttxk9v__rmntgq {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__ttxk9v__rmntgq*/9px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__ttxk9v__rmntgq*/14px/*!*/;
              background: /*!setting.b5t2_content_bg_color__ttxk9v__rmntgq*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__ttxk9v__rmntgq*/#27292b/*!*/;
            }
            .b5t2-content__ttxk9v__rmntgq:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__ttxk9v__rmntgq*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__ttxk9v__rmntgq*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__ttxk9v__rmntgq*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__ttxk9v__rmntgq*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__ttxk9v__rmntgq:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__ttxk9v__rmntgq .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T3 */
            .b5t3-content__fiy5vy__zq9a4d {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fiy5vy__zq9a4d*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fiy5vy__zq9a4d*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fiy5vy__zq9a4d*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fiy5vy__zq9a4d*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fiy5vy__zq9a4d:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fiy5vy__zq9a4d*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fiy5vy__zq9a4d*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fiy5vy__zq9a4d*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fiy5vy__zq9a4d*/0.15/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fiy5vy__zq9a4d:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fiy5vy__zq9a4d .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fiy5vy__zq9a4d .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T2 */
            .b5t2-content__ttxk9v__rnvdk {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__ttxk9v__rnvdk*/9px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__ttxk9v__rnvdk*/14px/*!*/;
              background: /*!setting.b5t2_content_bg_color__ttxk9v__rnvdk*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__ttxk9v__rnvdk*/#27292b/*!*/;
            }
            .b5t2-content__ttxk9v__rnvdk:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__ttxk9v__rnvdk*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__ttxk9v__rnvdk*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__ttxk9v__rnvdk*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__ttxk9v__rnvdk*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__ttxk9v__rnvdk:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__ttxk9v__rnvdk .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__ttxk9v__ksrrdp {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__ttxk9v__ksrrdp*/9px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__ttxk9v__ksrrdp*/14px/*!*/;
              background: /*!setting.b5t2_content_bg_color__ttxk9v__ksrrdp*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__ttxk9v__ksrrdp*/#27292b/*!*/;
            }
            .b5t2-content__ttxk9v__ksrrdp:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__ttxk9v__ksrrdp*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__ttxk9v__ksrrdp*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__ttxk9v__ksrrdp*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__ttxk9v__ksrrdp*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__ttxk9v__ksrrdp:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__ttxk9v__ksrrdp .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T3 */
            .b5t3-content__fiy5vy__8i7e36 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fiy5vy__8i7e36*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fiy5vy__8i7e36*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fiy5vy__8i7e36*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fiy5vy__8i7e36*/rgba(39,41,43,0.75)/*!*/;
            }     
            .b5t3-content__fiy5vy__8i7e36:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fiy5vy__8i7e36*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fiy5vy__8i7e36*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fiy5vy__8i7e36*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fiy5vy__8i7e36*/0.15/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fiy5vy__8i7e36:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fiy5vy__8i7e36 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fiy5vy__8i7e36 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__fzg61__vf55be {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fzg61__vf55be*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fzg61__vf55be*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fzg61__vf55be*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fzg61__vf55be*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fzg61__vf55be:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fzg61__vf55be*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fzg61__vf55be*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fzg61__vf55be*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fzg61__vf55be*/0.15/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fzg61__vf55be:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fzg61__vf55be .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fzg61__vf55be .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__fiy5vy__rlicin {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fiy5vy__rlicin*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fiy5vy__rlicin*/9px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fiy5vy__rlicin*/rgba(206,212,218,0.07)/*!*/;
              color: /*!setting.b5t3_content_color__fiy5vy__rlicin*/rgba(39,41,43,0.67)/*!*/;
            }     
            .b5t3-content__fiy5vy__rlicin:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fiy5vy__rlicin*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fiy5vy__rlicin*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fiy5vy__rlicin*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fiy5vy__rlicin*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fiy5vy__rlicin:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fiy5vy__rlicin .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fiy5vy__rlicin .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__fzg61__ovmirc {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__fzg61__ovmirc*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__fzg61__ovmirc*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__fzg61__ovmirc*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__fzg61__ovmirc*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__fzg61__ovmirc:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__fzg61__ovmirc*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__fzg61__ovmirc*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__fzg61__ovmirc*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__fzg61__ovmirc*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__fzg61__ovmirc:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__fzg61__ovmirc .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__fzg61__ovmirc .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__apsf6 {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__apsf6*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__apsf6*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__apsf6*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__apsf6*/#27292b/*!*/;
            }    
            .b3s1-slider__apsf6:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__apsf6*/none/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__apsf6*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__apsf6*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__apsf6*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__apsf6:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__apsf6 .block-slider {
            
            }
            .b3s1-slider__apsf6 .block-slider__slide {
            
            }
            .b3s1-slider__apsf6 .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__apsf6 .block-slider__item-image {
            
            }
            .b3s1-slider__apsf6 .block-slider__item-content {
            
            }
            .b3s1-slider__apsf6 .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__apsf6 .block-slider__item-description {
            
            }
            .b3s1-slider__apsf6 .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__apsf6*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__apsf6*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__apsf6*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__apsf6 .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__apsf6 .slider__arrow-next:before, .b3s1-slider__apsf6 .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__apsf6*/#716bca/*!*/;
            }

            .b3s1-slider__apsf6 .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__apsf6*/#716bca/*!*/;
            }
            
            .b3s1-slider__apsf6 .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__apsf6 .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__apsf6*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__apsf6 .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__apsf6 .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B5T2 */
            .b5t2-content__sphxj6 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__sphxj6*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__sphxj6*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__sphxj6*/linear-gradient(45deg, #62258A 0%, #FC0F77 100%)/*!*/;
              color: /*!setting.b5t2_content_color__sphxj6*/#27292b/*!*/;
            }
            .b5t2-content__sphxj6:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__sphxj6*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__sphxj6*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__sphxj6*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__sphxj6*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__sphxj6:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__sphxj6 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__e2kwbe {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__e2kwbe*/44px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__e2kwbe*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__e2kwbe*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__e2kwbe*/#27292b/*!*/;
            }
            .b5t2-content__e2kwbe:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__e2kwbe*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__e2kwbe*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__e2kwbe*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__e2kwbe*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__e2kwbe:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__e2kwbe .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__4bi7yg {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__4bi7yg*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__4bi7yg*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__4bi7yg*/linear-gradient(45deg, #62258A 0%, #FC0F77 100%)/*!*/;
              color: /*!setting.b5t2_content_color__4bi7yg*/#27292b/*!*/;
            }
            .b5t2-content__4bi7yg:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__4bi7yg*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__4bi7yg*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__4bi7yg*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__4bi7yg*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__4bi7yg:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__4bi7yg .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__hm1hc {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__hm1hc*/30px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__hm1hc*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__hm1hc*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__hm1hc*/#27292b/*!*/;
            }
            .b5t2-content__hm1hc:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__hm1hc*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__hm1hc*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__hm1hc*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__hm1hc*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__hm1hc:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__hm1hc .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T4 */
            .b5t4-content__a3j0f5 {
              position: relative;
              padding-top: /*!setting.b5t4_content_top__a3j0f5*/0px/*!*/;
              padding-bottom: /*!setting.b5t4_content_bottom__a3j0f5*/0px/*!*/;
              background: /*!setting.b5t4_content_bg_color__a3j0f5*/#fff/*!*/;
              color: /*!setting.b5t4_content_color__a3j0f5*/#27292b/*!*/;
            }
            .b5t4-content__a3j0f5:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t4_content_bg_image__a3j0f5*/none/*!*/;
              background-position: /*!setting.b5t4_content_bg_position__a3j0f5*/center center/*!*/;
              background-attachment: /*!setting.b5t4_content_bg_effect__a3j0f5*/scroll/*!*/;
              opacity: /*!setting.b5t4_content_bg_opacity__a3j0f5*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t4-content__a3j0f5:before {
                background-attachment: scroll;
              }
            }
            .b5t4-content__a3j0f5 .block-content__image {
            
            }
            .b5t4-content__a3j0f5 .block-content__item-title {
            
            } 
            .b5t4-content__a3j0f5 .block-content__item-description {
            
            }
            @media(max-width: 768px){
              .b5t4-content__a3j0f5 .block-content__item {
                margin-top: 15px;
              }
            }
          
            /* B5T2 */
            .b5t2-content__grwmd {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__grwmd*/30px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__grwmd*/50px/*!*/;
              background: /*!setting.b5t2_content_bg_color__grwmd*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__grwmd*/#27292b/*!*/;
            }
            .b5t2-content__grwmd:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__grwmd*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__grwmd*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__grwmd*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__grwmd*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__grwmd:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__grwmd .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__uasf2 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__uasf2*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__uasf2*/16px/*!*/;
              background: /*!setting.b5t2_content_bg_color__uasf2*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__uasf2*/#27292b/*!*/;
            }
            .b5t2-content__uasf2:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__uasf2*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__uasf2*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__uasf2*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__uasf2*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__uasf2:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__uasf2 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__i26ra__28ly5 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__i26ra__28ly5*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__i26ra__28ly5*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__i26ra__28ly5*/linear-gradient(45deg, #62258A 0%, #FC0F77 100%)/*!*/;
              color: /*!setting.b5t2_content_color__i26ra__28ly5*/#27292b/*!*/;
            }
            .b5t2-content__i26ra__28ly5:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__i26ra__28ly5*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__i26ra__28ly5*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__i26ra__28ly5*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__i26ra__28ly5*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__i26ra__28ly5:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__i26ra__28ly5 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__i26ra__xgams {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__i26ra__xgams*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__i26ra__xgams*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__i26ra__xgams*/linear-gradient(45deg, #62258A 0%, #FC0F77 100%)/*!*/;
              color: /*!setting.b5t2_content_color__i26ra__xgams*/#27292b/*!*/;
            }
            .b5t2-content__i26ra__xgams:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__i26ra__xgams*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__i26ra__xgams*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__i26ra__xgams*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__i26ra__xgams*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__i26ra__xgams:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__i26ra__xgams .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__yt2bqk__sx0qz {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__yt2bqk__sx0qz*/35px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__yt2bqk__sx0qz*/16px/*!*/;
              background: /*!setting.b5t2_content_bg_color__yt2bqk__sx0qz*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__yt2bqk__sx0qz*/#27292b/*!*/;
            }
            .b5t2-content__yt2bqk__sx0qz:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__yt2bqk__sx0qz*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__yt2bqk__sx0qz*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__yt2bqk__sx0qz*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__yt2bqk__sx0qz*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__yt2bqk__sx0qz:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__yt2bqk__sx0qz .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__wdnlsu__7ytirw {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__wdnlsu__7ytirw*/44px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__wdnlsu__7ytirw*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__wdnlsu__7ytirw*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__wdnlsu__7ytirw*/#27292b/*!*/;
            }
            .b5t2-content__wdnlsu__7ytirw:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__wdnlsu__7ytirw*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__wdnlsu__7ytirw*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__wdnlsu__7ytirw*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__wdnlsu__7ytirw*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__wdnlsu__7ytirw:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__wdnlsu__7ytirw .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__ul2d8i__k3936 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__ul2d8i__k3936*/30px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__ul2d8i__k3936*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__ul2d8i__k3936*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__ul2d8i__k3936*/#27292b/*!*/;
            }
            .b5t2-content__ul2d8i__k3936:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__ul2d8i__k3936*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__ul2d8i__k3936*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__ul2d8i__k3936*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__ul2d8i__k3936*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__ul2d8i__k3936:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__ul2d8i__k3936 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T4 */
            .b5t4-content__t8u058__3qkgje {
              position: relative;
              padding-top: /*!setting.b5t4_content_top__t8u058__3qkgje*/0px/*!*/;
              padding-bottom: /*!setting.b5t4_content_bottom__t8u058__3qkgje*/0px/*!*/;
              background: /*!setting.b5t4_content_bg_color__t8u058__3qkgje*/#fff/*!*/;
              color: /*!setting.b5t4_content_color__t8u058__3qkgje*/#27292b/*!*/;
            }
            .b5t4-content__t8u058__3qkgje:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t4_content_bg_image__t8u058__3qkgje*/none/*!*/;
              background-position: /*!setting.b5t4_content_bg_position__t8u058__3qkgje*/center center/*!*/;
              background-attachment: /*!setting.b5t4_content_bg_effect__t8u058__3qkgje*/scroll/*!*/;
              opacity: /*!setting.b5t4_content_bg_opacity__t8u058__3qkgje*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t4-content__t8u058__3qkgje:before {
                background-attachment: scroll;
              }
            }
            .b5t4-content__t8u058__3qkgje .block-content__image {
            
            }
            .b5t4-content__t8u058__3qkgje .block-content__item-title {
            
            } 
            .b5t4-content__t8u058__3qkgje .block-content__item-description {
            
            }
            @media(max-width: 768px){
              .b5t4-content__t8u058__3qkgje .block-content__item {
                margin-top: 15px;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__5wbbw {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__5wbbw*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__5wbbw*/9px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__5wbbw*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__5wbbw*/#27292b/*!*/;
            }    
            .b3s1-slider__5wbbw:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__5wbbw*/none/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__5wbbw*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__5wbbw*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__5wbbw*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__5wbbw:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__5wbbw .block-slider {
            
            }
            .b3s1-slider__5wbbw .block-slider__slide {
            
            }
            .b3s1-slider__5wbbw .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__5wbbw .block-slider__item-image {
            
            }
            .b3s1-slider__5wbbw .block-slider__item-content {
            
            }
            .b3s1-slider__5wbbw .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__5wbbw .block-slider__item-description {
            
            }
            .b3s1-slider__5wbbw .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__5wbbw*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__5wbbw*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__5wbbw*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__5wbbw .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__5wbbw .slider__arrow-next:before, .b3s1-slider__5wbbw .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__5wbbw*/#716bca/*!*/;
            }

            .b3s1-slider__5wbbw .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__5wbbw*/#716bca/*!*/;
            }
            
            .b3s1-slider__5wbbw .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__5wbbw .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__5wbbw*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__5wbbw .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__5wbbw .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B5T2 */
            .b5t2-content__i26ra__hq7apb {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__i26ra__hq7apb*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__i26ra__hq7apb*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__i26ra__hq7apb*/linear-gradient(45deg, #62258A 0%, #FC0F77 100%)/*!*/;
              color: /*!setting.b5t2_content_color__i26ra__hq7apb*/#27292b/*!*/;
            }
            .b5t2-content__i26ra__hq7apb:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__i26ra__hq7apb*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__i26ra__hq7apb*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__i26ra__hq7apb*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__i26ra__hq7apb*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__i26ra__hq7apb:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__i26ra__hq7apb .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__ttxk9v__qmnia {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__ttxk9v__qmnia*/9px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__ttxk9v__qmnia*/14px/*!*/;
              background: /*!setting.b5t2_content_bg_color__ttxk9v__qmnia*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__ttxk9v__qmnia*/#27292b/*!*/;
            }
            .b5t2-content__ttxk9v__qmnia:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__ttxk9v__qmnia*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__ttxk9v__qmnia*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__ttxk9v__qmnia*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__ttxk9v__qmnia*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__ttxk9v__qmnia:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__ttxk9v__qmnia .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__wcq21e__kf42i {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__wcq21e__kf42i*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__wcq21e__kf42i*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__wcq21e__kf42i*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__wcq21e__kf42i*/#27292b/*!*/;
            }
            .b5t2-content__wcq21e__kf42i:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__wcq21e__kf42i*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__wcq21e__kf42i*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__wcq21e__kf42i*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__wcq21e__kf42i*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__wcq21e__kf42i:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__wcq21e__kf42i .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B6C1 */
            .b6c1-contactus__4xosi6 {
              position: relative;
              padding-top: /*!setting.b6c1_contactus_top__4xosi6*/30px/*!*/;
              padding-bottom: /*!setting.b6c1_contactus_bottom__4xosi6*/50px/*!*/;
              background: /*!setting.b6c1_contactus_bg_color__4xosi6*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b6c1_contactus_color__4xosi6*/#27292b/*!*/;
            }
            .b6c1-contactus__4xosi6:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b6c1_contactus_bg_image__4xosi6*/url(https://ucarecdn.com/ef3a6908-e519-42b1-95cb-b55b55f495c7/)/*!*/;
              background-position: /*!setting.b6c1_contactus_bg_position__4xosi6*/center center/*!*/;
              background-attachment: /*!setting.b6c1_contactus_bg_effect__4xosi6*/scroll/*!*/;
              opacity: /*!setting.b6c1_contactus_bg_opacity__4xosi6*/0.1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b6c1-contactus__4xosi6:before {
                background-attachment: scroll;
              }
            }
            .b6c1-contactus__4xosi6 form {
              margin-bottom: 0px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__header {
              position: relative;
              text-align: center;
              margin-bottom: 30px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__header-title {
              padding: 5px 0px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__header-description {

            }
            .b6c1-contactus__4xosi6 .block-contactus__description {
              position: relative;
            }
            .b6c1-contactus__4xosi6 .block-contactus__form {
               color: /*!setting.b6c1_contactus_items_color__4xosi6*/#27292b/*!*/;
              background: /*!setting.b6c1_contactus_items_bg__4xosi6*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b6c1_contactus_items_radius__4xosi6*/35px/*!*/;
              -moz-border-radius: /*!setting.b6c1_contactus_items_radius__4xosi6*/35px/*!*/;
              border-radius: /*!setting.b6c1_contactus_items_radius__4xosi6*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b6c1_contactus_items_shadow__4xosi6*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b6c1_contactus_items_shadow__4xosi6*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b6c1_contactus_items_shadow__4xosi6*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              padding: 24px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__form textarea {
              min-height: 120px;
              resize: none;
            }
            .b6c1-contactus__4xosi6 .block-contactus__form-label {
              width: 100%;
              margin-bottom: 5px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__form-control {
              border: 1px solid /*!setting.b6c1_contactus_items_form_border_color__4xosi6*/#ced4da/*!*/;
              background-color: /*!setting.b6c1_contactus_items_form_bg_color__4xosi6*/#fff/*!*/;
              -webkit-border-radius: 2px;
              -moz-border-radius: 2px;
              border-radius: 2px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__form-button {
              font-size: 16px;
              color: #fff;
              background-color: #0c7bff;
              border-color: #0c7bff;
              -webkit-border-radius: 2px;
              -moz-border-radius: 2px;
              border-radius: 2px;
            }
            .b6c1-contactus__4xosi6 .block-contactus__form-button:hover {
              opacity: 0.8;
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__2n3ax {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__2n3ax*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__2n3ax*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__2n3ax*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__2n3ax*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__2n3ax:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__2n3ax*/none/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__2n3ax*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__2n3ax*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__2n3ax*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__2n3ax:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__2n3ax .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__2n3ax .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__2n3ax .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* b4w2 */
            .b4w2-howitworks__8p5pc6__tk1ryi {
              position: relative;
              padding-top: /*!setting.b4w2_howitworks_top__8p5pc6__tk1ryi*/34px/*!*/;
              padding-bottom: /*!setting.b4w2_howitworks_bottom__8p5pc6__tk1ryi*/75px/*!*/;
              background: /*!setting.b4w2_howitworks_bg_color__8p5pc6__tk1ryi*/#fff/*!*/;
              color: /*!setting.b4w2_howitworks_color__8p5pc6__tk1ryi*/#27292b/*!*/;
            }
            .block-howitworks .block-howitworks__block {
              position: relative;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w2_howitworks_bg_image__8p5pc6__tk1ryi*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b4w2_howitworks_bg_position__8p5pc6__tk1ryi*/center center/*!*/;
              background-attachment: /*!setting.b4w2_howitworks_bg_effect__8p5pc6__tk1ryi*/scroll/*!*/;
              opacity: /*!setting.b4w2_howitworks_bg_opacity__8p5pc6__tk1ryi*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w2-howitworks__8p5pc6__tk1ryi:before {
                background-attachment: scroll;
              }
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__header {
              margin-bottom: 50px;
              text-align: center;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item {
              position: relative;
              text-align: center;
              padding-bottom: 15px;
              color: /*!setting.b4w2_howitworks_item_color__8p5pc6__tk1ryi*/rgba(39,41,43,0.81)/*!*/
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-title {
              margin-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-description {
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-step {
              width: 40px;
              height: 40px;
              position: relative;
              background-color: /*!setting.b4w2_howitworks_step_color__8p5pc6__tk1ryi*/rgba(0,123,255,0.55)/*!*/;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: inline-block;
              font-size: 16px;
              color: #fff;
              line-height: 40px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-icons {
              font-size: 50px;
              color: /*!setting.b4w2_howitworks_step_color__8p5pc6__tk1ryi*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-icons > span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 45px;
              height: 45px;
              font-size: 45px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-images {
              max-width: 150px;
              max-height: 200px;
              margin-bottom: 10px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-images img {
              max-height: 70px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper {
            
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-center, 
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-right {
              flex-grow: 1;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-right, 
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-center {
              display: flex;
              justify-content: center;
              align-items: center;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-left:before, 
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-right:before {
              content: ' ';
              display: block;
              width: 100%;
              border-top: /*!setting.b4w2_howitworks_step_divider__8p5pc6__tk1ryi*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__tk1ryi*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper .col-md {
              padding-right: 2px;
              padding-left: 2px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper .col-md:first-child {
              padding-left: 15px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper .col-md:last-child {
              padding-right: 15px;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right:before, 
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper .col-md:first-child .block-howitworks__item-header-left:before {
              display: none;
            }
            .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-step p {
              margin: 0px;
              padding: 0px;
            }
            @media(max-width: 768px) {
              .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-left, 
              .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-left:before {
                display: none;
              }
              .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-right {
                position: absolute;
                height: 30px;
                width: 100%;
                bottom: 0;
                left: -6px;
                display: block;
                text-align: center;
              }
              .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item-header-right:before {
                width: 2px;
                height: 30px;
                display: inline-block;
                border-left: /*!setting.b4w2_howitworks_step_divider__8p5pc6__tk1ryi*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__tk1ryi*/rgba(0,123,255,0.55)/*!*/;
              }
              .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__item {
                padding-bottom: 45px;
              }
              .b4w2-howitworks__8p5pc6__tk1ryi .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right {
                display: none;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__81175s {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__81175s*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__81175s*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__81175s*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__81175s*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__81175s:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__81175s*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__81175s*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__81175s*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__81175s*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__81175s:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__81175s .block-slider {
            
            }
            .b3s1-slider__i626x5__81175s .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__81175s .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__81175s .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__81175s .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__81175s .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__81175s .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__81175s .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__81175s*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__81175s*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__81175s*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__81175s .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__81175s .slider__arrow-next:before, .b3s1-slider__i626x5__81175s .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__81175s*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__81175s .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__81175s*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__81175s .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__81175s .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__81175s*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__81175s .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__81175s .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B1F1 */
            .b1f1-features__aaiouk__11qa6f {
              position: relative;
              padding-top: /*!setting.b1f1_features_top__aaiouk__11qa6f*/7px/*!*/;
              padding-bottom: /*!setting.b1f1_features_bottom__aaiouk__11qa6f*/7px/*!*/;
              background: /*!setting.b1f1_features_bg_color__aaiouk__11qa6f*/rgba(55,188,235,0.13)/*!*/;
              color: /*!setting.b1f1_features_color__aaiouk__11qa6f*/#27292b/*!*/;
            }
            .b1f1-features__aaiouk__11qa6f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f1_features_bg_image__aaiouk__11qa6f*/none/*!*/;
              background-position: /*!setting.b1f1_features_bg_position__aaiouk__11qa6f*/center center/*!*/;
              background-attachment: /*!setting.b1f1_features_bg_effect__aaiouk__11qa6f*/scroll/*!*/;
              opacity: /*!setting.b1f1_features_bg_opacity__aaiouk__11qa6f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f1-features__aaiouk__11qa6f:before {
                background-attachment: scroll;
              }
            }
            .b1f1-features__aaiouk__11qa6f .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f1-features__aaiouk__11qa6f .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__11qa6f .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__11qa6f .features-item {
              color: /*!setting.b1f1_features_items_color__aaiouk__11qa6f*/rgba(39,41,43,0.94)/*!*/;
              background: /*!setting.b1f1_features_items_bg__aaiouk__11qa6f*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__11qa6f*/0px/*!*/;
              -moz-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__11qa6f*/0px/*!*/;
              border-radius: /*!setting.b1f1_features_items_radius__aaiouk__11qa6f*/0px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__11qa6f*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__11qa6f*/none/*!*/;
              box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__11qa6f*/none/*!*/;
            }
            .b1f1-features__aaiouk__11qa6f .features-item__icon {
              position: relative;
              padding-top: 10px;
              padding-bottom: 10px;
              font-size: /*!setting.b1f1_features_items_icon_size__aaiouk__11qa6f*/65px/*!*/;
            }
            .b1f1-features__aaiouk__11qa6f .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f1-features__aaiouk__11qa6f .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f1-features__aaiouk__11qa6f .features-item__description {
              margin: 10px 0px;
            }
          
            .b1f3-features__nqdpkqp__0bz8dr {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__nqdpkqp__0bz8dr*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__nqdpkqp__0bz8dr*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__nqdpkqp__0bz8dr*/#fff/*!*/;
              color: /*!setting.b1f3_features_color__nqdpkqp__0bz8dr*/#27292b/*!*/;
            }
            .b1f3-features__nqdpkqp__0bz8dr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__nqdpkqp__0bz8dr*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__nqdpkqp__0bz8dr*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__nqdpkqp__0bz8dr*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__nqdpkqp__0bz8dr*/0.33/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__nqdpkqp__0bz8dr:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-bg { 

            }
            .b1f3-features__nqdpkqp__0bz8dr .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-item {
              color: /*!setting.b1f3_features_items_color__nqdpkqp__0bz8dr*/#27292b/*!*/;
              background: /*!setting.b1f3_features_items_bg__nqdpkqp__0bz8dr*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__0bz8dr*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__0bz8dr*/4px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__0bz8dr*/4px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__0bz8dr*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__0bz8dr*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__0bz8dr*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__nqdpkqp__0bz8dr*/50px/*!*/;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__nqdpkqp__0bz8dr .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__2u9rxk__naqhd {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__2u9rxk__naqhd*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__2u9rxk__naqhd*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__2u9rxk__naqhd*/transparent/*!*/;
              color: /*!setting.b10f1_faq_color__2u9rxk__naqhd*/#fff/*!*/;
            }
            .b10f1-faq__2u9rxk__naqhd:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__2u9rxk__naqhd*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__2u9rxk__naqhd*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__2u9rxk__naqhd*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__2u9rxk__naqhd*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__2u9rxk__naqhd:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__2u9rxk__naqhd .faq-bg {
            
            }
            .b10f1-faq__2u9rxk__naqhd .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__2u9rxk__naqhd*/#fff/*!*/;
              background: /*!setting.b10f1_faq_items_bg__2u9rxk__naqhd*/linear-gradient(45deg, #2E266F 0%, #7C2289 100%)/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__naqhd*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__naqhd*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__naqhd*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__naqhd*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__naqhd*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__naqhd*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__2u9rxk__naqhd*/#0c7bff/*!*/;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__2u9rxk__naqhd .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__2u9rxk__naqhd .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__qsqja__1z3sc {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__qsqja__1z3sc*/73px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__qsqja__1z3sc*/36px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__qsqja__1z3sc*/transparent/*!*/;
              color: /*!setting.b2r2_reviews_color__qsqja__1z3sc*/#27292b/*!*/;
            }
            .b2r2-reviews__qsqja__1z3sc:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__qsqja__1z3sc*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__qsqja__1z3sc*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__qsqja__1z3sc*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__qsqja__1z3sc*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__qsqja__1z3sc:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__qsqja__1z3sc .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__qsqja__1z3sc .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__1z3sc .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__1z3sc .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__qsqja__1z3sc*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__qsqja__1z3sc*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__1z3sc*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__1z3sc*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__1z3sc*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__1z3sc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__1z3sc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__1z3sc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__qsqja__1z3sc .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__qsqja__1z3sc .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__qsqja__1z3sc .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__qsqja__1z3sc .block-reviews__item-name {
            
            }
            .b2r2-reviews__qsqja__1z3sc .block-reviews__item-description {
            
            }
          
            /* B1F2 */
            .b1f2-features__mapwxh__l9htk {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__mapwxh__l9htk*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__mapwxh__l9htk*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__mapwxh__l9htk*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__mapwxh__l9htk*/#27292b/*!*/;
            }
            .b1f2-features__mapwxh__l9htk:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__mapwxh__l9htk*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__mapwxh__l9htk*/bottom left/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__mapwxh__l9htk*/fixed/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__mapwxh__l9htk*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__mapwxh__l9htk:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__mapwxh__l9htk .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__mapwxh__l9htk .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__l9htk .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__l9htk .features-item {
              color: /*!setting.b1f2_features_items_color__mapwxh__l9htk*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__mapwxh__l9htk*/transparent/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__l9htk*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__l9htk*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__mapwxh__l9htk*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__l9htk*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__l9htk*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__l9htk*/none/*!*/;
            }
            .b1f2-features__mapwxh__l9htk .features-item__image{
              position: relative;
            }
            .b1f2-features__mapwxh__l9htk .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__mapwxh__l9htk .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__1b0if {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__1b0if*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__1b0if*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__1b0if*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__1b0if*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__1b0if:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__1b0if*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__1b0if*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__1b0if*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__1b0if*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__1b0if:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__1b0if .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__1b0if .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__1b0if .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p3-products__u0vbqc__g1rvvq {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__u0vbqc__g1rvvq*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__u0vbqc__g1rvvq*/50px/*!*/;
              background: /*!setting.b9p3_products_bg_color__u0vbqc__g1rvvq*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b9p3_products_color__u0vbqc__g1rvvq*/#27292b/*!*/;
            }
            .b9p3-products__u0vbqc__g1rvvq:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__u0vbqc__g1rvvq*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__u0vbqc__g1rvvq*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__u0vbqc__g1rvvq*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__u0vbqc__g1rvvq*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__u0vbqc__g1rvvq:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item {
              color: /*!setting.b9p3_products_items_color__u0vbqc__g1rvvq*/rgba(70,70,70,0.77)/*!*/;
              background: /*!setting.b9p3_products_items_bg__u0vbqc__g1rvvq*/rgba(255,255,255,1)/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__g1rvvq*/34px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__g1rvvq*/34px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__g1rvvq*/34px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__g1rvvq*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__g1rvvq*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__g1rvvq*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__u0vbqc__g1rvvq*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__u0vbqc__g1rvvq*/26px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__u0vbqc__g1rvvq .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* b4w2 */
            .b4w2-howitworks__8p5pc6__sjkvje {
              position: relative;
              padding-top: /*!setting.b4w2_howitworks_top__8p5pc6__sjkvje*/34px/*!*/;
              padding-bottom: /*!setting.b4w2_howitworks_bottom__8p5pc6__sjkvje*/75px/*!*/;
              background: /*!setting.b4w2_howitworks_bg_color__8p5pc6__sjkvje*/#fff/*!*/;
              color: /*!setting.b4w2_howitworks_color__8p5pc6__sjkvje*/#27292b/*!*/;
            }
            .block-howitworks .block-howitworks__block {
              position: relative;
            }
            .b4w2-howitworks__8p5pc6__sjkvje:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w2_howitworks_bg_image__8p5pc6__sjkvje*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b4w2_howitworks_bg_position__8p5pc6__sjkvje*/center center/*!*/;
              background-attachment: /*!setting.b4w2_howitworks_bg_effect__8p5pc6__sjkvje*/scroll/*!*/;
              opacity: /*!setting.b4w2_howitworks_bg_opacity__8p5pc6__sjkvje*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w2-howitworks__8p5pc6__sjkvje:before {
                background-attachment: scroll;
              }
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__header {
              margin-bottom: 50px;
              text-align: center;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item {
              position: relative;
              text-align: center;
              padding-bottom: 15px;
              color: /*!setting.b4w2_howitworks_item_color__8p5pc6__sjkvje*/rgba(39,41,43,0.81)/*!*/
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-title {
              margin-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-description {
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-step {
              width: 40px;
              height: 40px;
              position: relative;
              background-color: /*!setting.b4w2_howitworks_step_color__8p5pc6__sjkvje*/rgba(0,123,255,0.55)/*!*/;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: inline-block;
              font-size: 16px;
              color: #fff;
              line-height: 40px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-icons {
              font-size: 50px;
              color: /*!setting.b4w2_howitworks_step_color__8p5pc6__sjkvje*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-icons > span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 45px;
              height: 45px;
              font-size: 45px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-images {
              max-width: 150px;
              max-height: 200px;
              margin-bottom: 10px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-images img {
              max-height: 70px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper {
            
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-center, 
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-right {
              flex-grow: 1;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-right, 
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-center {
              display: flex;
              justify-content: center;
              align-items: center;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-left:before, 
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-right:before {
              content: ' ';
              display: block;
              width: 100%;
              border-top: /*!setting.b4w2_howitworks_step_divider__8p5pc6__sjkvje*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__sjkvje*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper .col-md {
              padding-right: 2px;
              padding-left: 2px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper .col-md:first-child {
              padding-left: 15px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper .col-md:last-child {
              padding-right: 15px;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right:before, 
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper .col-md:first-child .block-howitworks__item-header-left:before {
              display: none;
            }
            .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-step p {
              margin: 0px;
              padding: 0px;
            }
            @media(max-width: 768px) {
              .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-left, 
              .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-left:before {
                display: none;
              }
              .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-right {
                position: absolute;
                height: 30px;
                width: 100%;
                bottom: 0;
                left: -6px;
                display: block;
                text-align: center;
              }
              .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item-header-right:before {
                width: 2px;
                height: 30px;
                display: inline-block;
                border-left: /*!setting.b4w2_howitworks_step_divider__8p5pc6__sjkvje*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__sjkvje*/rgba(0,123,255,0.55)/*!*/;
              }
              .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__item {
                padding-bottom: 45px;
              }
              .b4w2-howitworks__8p5pc6__sjkvje .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right {
                display: none;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__if9j6l {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__if9j6l*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__if9j6l*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__if9j6l*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__if9j6l*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__if9j6l:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__if9j6l*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__if9j6l*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__if9j6l*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__if9j6l*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__if9j6l:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__if9j6l .block-slider {
            
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__if9j6l*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__if9j6l*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__if9j6l*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__if9j6l .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__if9j6l .slider__arrow-next:before, .b3s1-slider__i626x5__if9j6l .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__if9j6l*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__if9j6l .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__if9j6l*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__if9j6l .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__if9j6l .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__if9j6l*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__if9j6l .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__if9j6l .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B1F1 */
            .b1f1-features__aaiouk__31a9q8 {
              position: relative;
              padding-top: /*!setting.b1f1_features_top__aaiouk__31a9q8*/7px/*!*/;
              padding-bottom: /*!setting.b1f1_features_bottom__aaiouk__31a9q8*/7px/*!*/;
              background: /*!setting.b1f1_features_bg_color__aaiouk__31a9q8*/rgba(55,188,235,0.13)/*!*/;
              color: /*!setting.b1f1_features_color__aaiouk__31a9q8*/#27292b/*!*/;
            }
            .b1f1-features__aaiouk__31a9q8:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f1_features_bg_image__aaiouk__31a9q8*/none/*!*/;
              background-position: /*!setting.b1f1_features_bg_position__aaiouk__31a9q8*/center center/*!*/;
              background-attachment: /*!setting.b1f1_features_bg_effect__aaiouk__31a9q8*/scroll/*!*/;
              opacity: /*!setting.b1f1_features_bg_opacity__aaiouk__31a9q8*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f1-features__aaiouk__31a9q8:before {
                background-attachment: scroll;
              }
            }
            .b1f1-features__aaiouk__31a9q8 .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f1-features__aaiouk__31a9q8 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__31a9q8 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__31a9q8 .features-item {
              color: /*!setting.b1f1_features_items_color__aaiouk__31a9q8*/rgba(39,41,43,0.94)/*!*/;
              background: /*!setting.b1f1_features_items_bg__aaiouk__31a9q8*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__31a9q8*/0px/*!*/;
              -moz-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__31a9q8*/0px/*!*/;
              border-radius: /*!setting.b1f1_features_items_radius__aaiouk__31a9q8*/0px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__31a9q8*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__31a9q8*/none/*!*/;
              box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__31a9q8*/none/*!*/;
            }
            .b1f1-features__aaiouk__31a9q8 .features-item__icon {
              position: relative;
              padding-top: 10px;
              padding-bottom: 10px;
              font-size: /*!setting.b1f1_features_items_icon_size__aaiouk__31a9q8*/65px/*!*/;
            }
            .b1f1-features__aaiouk__31a9q8 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f1-features__aaiouk__31a9q8 .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f1-features__aaiouk__31a9q8 .features-item__description {
              margin: 10px 0px;
            }
          
            .b1f3-features__nqdpkqp__xafk6 {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__nqdpkqp__xafk6*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__nqdpkqp__xafk6*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__nqdpkqp__xafk6*/#fff/*!*/;
              color: /*!setting.b1f3_features_color__nqdpkqp__xafk6*/#27292b/*!*/;
            }
            .b1f3-features__nqdpkqp__xafk6:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__nqdpkqp__xafk6*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__nqdpkqp__xafk6*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__nqdpkqp__xafk6*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__nqdpkqp__xafk6*/0.33/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__nqdpkqp__xafk6:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__nqdpkqp__xafk6 .features-bg { 

            }
            .b1f3-features__nqdpkqp__xafk6 .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-item {
              color: /*!setting.b1f3_features_items_color__nqdpkqp__xafk6*/#27292b/*!*/;
              background: /*!setting.b1f3_features_items_bg__nqdpkqp__xafk6*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__xafk6*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__xafk6*/4px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__xafk6*/4px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__xafk6*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__xafk6*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__xafk6*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__nqdpkqp__xafk6*/50px/*!*/;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__nqdpkqp__xafk6 .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__2u9rxk__9vx7i {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__2u9rxk__9vx7i*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__2u9rxk__9vx7i*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__2u9rxk__9vx7i*/transparent/*!*/;
              color: /*!setting.b10f1_faq_color__2u9rxk__9vx7i*/#fff/*!*/;
            }
            .b10f1-faq__2u9rxk__9vx7i:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__2u9rxk__9vx7i*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__2u9rxk__9vx7i*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__2u9rxk__9vx7i*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__2u9rxk__9vx7i*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__2u9rxk__9vx7i:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-bg {
            
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__2u9rxk__9vx7i*/#fff/*!*/;
              background: /*!setting.b10f1_faq_items_bg__2u9rxk__9vx7i*/linear-gradient(45deg, #2E266F 0%, #7C2289 100%)/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__9vx7i*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__9vx7i*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__9vx7i*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__9vx7i*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__9vx7i*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__9vx7i*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__2u9rxk__9vx7i*/#0c7bff/*!*/;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__2u9rxk__9vx7i .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__2u9rxk__9vx7i .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__qsqja__pn478 {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__qsqja__pn478*/73px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__qsqja__pn478*/36px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__qsqja__pn478*/transparent/*!*/;
              color: /*!setting.b2r2_reviews_color__qsqja__pn478*/#27292b/*!*/;
            }
            .b2r2-reviews__qsqja__pn478:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__qsqja__pn478*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__qsqja__pn478*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__qsqja__pn478*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__qsqja__pn478*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__qsqja__pn478:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__qsqja__pn478 .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__qsqja__pn478 .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__pn478 .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__pn478 .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__qsqja__pn478*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__qsqja__pn478*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__pn478*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__pn478*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__pn478*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__pn478*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__pn478*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__pn478*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__qsqja__pn478 .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__qsqja__pn478 .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__qsqja__pn478 .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__qsqja__pn478 .block-reviews__item-name {
            
            }
            .b2r2-reviews__qsqja__pn478 .block-reviews__item-description {
            
            }
          
            /* B1F2 */
            .b1f2-features__mapwxh__oz5gof {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__mapwxh__oz5gof*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__mapwxh__oz5gof*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__mapwxh__oz5gof*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__mapwxh__oz5gof*/#27292b/*!*/;
            }
            .b1f2-features__mapwxh__oz5gof:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__mapwxh__oz5gof*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__mapwxh__oz5gof*/bottom left/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__mapwxh__oz5gof*/fixed/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__mapwxh__oz5gof*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__mapwxh__oz5gof:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__mapwxh__oz5gof .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__mapwxh__oz5gof .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__oz5gof .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__oz5gof .features-item {
              color: /*!setting.b1f2_features_items_color__mapwxh__oz5gof*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__mapwxh__oz5gof*/transparent/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__oz5gof*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__oz5gof*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__mapwxh__oz5gof*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__oz5gof*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__oz5gof*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__oz5gof*/none/*!*/;
            }
            .b1f2-features__mapwxh__oz5gof .features-item__image{
              position: relative;
            }
            .b1f2-features__mapwxh__oz5gof .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__mapwxh__oz5gof .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__m916ad {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__m916ad*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__m916ad*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__m916ad*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__m916ad*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__m916ad:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__m916ad*/none/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__m916ad*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__m916ad*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__m916ad*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__m916ad:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__m916ad .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__m916ad .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__m916ad .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p3-products__u0vbqc__ql1mt {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__u0vbqc__ql1mt*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__u0vbqc__ql1mt*/50px/*!*/;
              background: /*!setting.b9p3_products_bg_color__u0vbqc__ql1mt*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b9p3_products_color__u0vbqc__ql1mt*/#27292b/*!*/;
            }
            .b9p3-products__u0vbqc__ql1mt:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__u0vbqc__ql1mt*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__u0vbqc__ql1mt*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__u0vbqc__ql1mt*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__u0vbqc__ql1mt*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__u0vbqc__ql1mt:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item {
              color: /*!setting.b9p3_products_items_color__u0vbqc__ql1mt*/rgba(70,70,70,0.77)/*!*/;
              background: /*!setting.b9p3_products_items_bg__u0vbqc__ql1mt*/rgba(255,255,255,1)/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__ql1mt*/34px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__ql1mt*/34px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__ql1mt*/34px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__ql1mt*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__ql1mt*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__ql1mt*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__u0vbqc__ql1mt*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__u0vbqc__ql1mt*/26px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__u0vbqc__ql1mt .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__t7umte {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__t7umte*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__t7umte*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__t7umte*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__t7umte*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__t7umte:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__t7umte*/none/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__t7umte*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__t7umte*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__t7umte*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__t7umte:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__t7umte .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__t7umte .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__t7umte .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p1-products__enyrzr {
              position: relative;
              padding-top: /*!setting.b9p1_products_top__enyrzr*/0px/*!*/;
              padding-bottom: /*!setting.b9p1_products_bottom__enyrzr*/50px/*!*/;
              background: /*!setting.b9p1_products_bg_color__enyrzr*/rgba(12,123,255,0.05)/*!*/;
              color: /*!setting.b9p1_products_color__enyrzr*/#27292b/*!*/;
            }
            .b9p1-products__enyrzr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p1_products_bg_image__enyrzr*/none/*!*/;
              background-position: /*!setting.b9p1_products_bg_position__enyrzr*/center center/*!*/;
              background-attachment: /*!setting.b9p1_products_bg_effect__enyrzr*/scroll/*!*/;
              opacity: /*!setting.b9p1_products_bg_opacity__enyrzr*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p1-products__enyrzr:before {
                background-attachment: scroll;
              }
            }
            .b9p1-products__enyrzr .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p1-products__enyrzr .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p1-products__enyrzr .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p1-products__enyrzr .block-products__item-name {
            
            }
            .b9p1-products__enyrzr .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p1-products__enyrzr .block-products__item {
              color: /*!setting.b9p1_products_items_color__enyrzr*/rgba(59,61,63,0.89)/*!*/;
              background: /*!setting.b9p1_products_items_bg__enyrzr*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p1_products_items_radius__enyrzr*/23px/*!*/;
              -moz-border-radius: /*!setting.b9p1_products_items_radius__enyrzr*/23px/*!*/;
              border-radius: /*!setting.b9p1_products_items_radius__enyrzr*/23px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p1_products_items_shadow__enyrzr*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p1_products_items_shadow__enyrzr*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p1_products_items_shadow__enyrzr*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p1-products__enyrzr .block-products__item-header {
              font-size: /*!setting.b9p1_products_items_icon_size__enyrzr*/55px/*!*/;
              padding: 10px 0px;
            }
            .b9p1-products__enyrzr .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p1-products__enyrzr .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p1-products__enyrzr .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p1-products__enyrzr .block-products__item-price {
              font-size: /*!setting.b9p1_products_items_price_size__enyrzr*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p1-products__enyrzr .block-products__item-button {
              color: /*!setting.b9p1_products_items_btn_color__enyrzr*/#fff/*!*/;
              background-color: /*!setting.b9p1_products_items_btn_bg__enyrzr*/#007bff/*!*/;
              border-color: /*!setting.b9p1_products_items_btn_bg__enyrzr*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p1-products__enyrzr .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__c9imc4 {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__c9imc4*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__c9imc4*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__c9imc4*/rgba(223,223,231,0.2)/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__c9imc4*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__c9imc4:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__c9imc4*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__c9imc4*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__c9imc4*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__c9imc4*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__c9imc4:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider {
            
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__c9imc4*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__c9imc4*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__c9imc4*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__c9imc4 .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__c9imc4 .slider__arrow-next:before, .b3s1-slider__i626x5__c9imc4 .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__c9imc4*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__c9imc4 .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__c9imc4*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__c9imc4 .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__c9imc4 .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__c9imc4*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__c9imc4 .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__c9imc4 .slider__arrow-prev {
                display: none;
              }
            }
          
            .b1f3-features__nqdpkqp__bmr0i8 {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__nqdpkqp__bmr0i8*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__nqdpkqp__bmr0i8*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__nqdpkqp__bmr0i8*/#fff/*!*/;
              color: /*!setting.b1f3_features_color__nqdpkqp__bmr0i8*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__nqdpkqp__bmr0i8:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__nqdpkqp__bmr0i8*/url(https://ucarecdn.com/0e73632b-f2b5-4f38-879e-389bd534b11e/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__nqdpkqp__bmr0i8*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__nqdpkqp__bmr0i8*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__nqdpkqp__bmr0i8*/0.13/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__nqdpkqp__bmr0i8:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-bg { 

            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-item {
              color: /*!setting.b1f3_features_items_color__nqdpkqp__bmr0i8*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__nqdpkqp__bmr0i8*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__bmr0i8*/35px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__bmr0i8*/35px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__bmr0i8*/35px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__bmr0i8*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__bmr0i8*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__bmr0i8*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__nqdpkqp__bmr0i8*/50px/*!*/;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__nqdpkqp__bmr0i8 .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__2u9rxk__0vby {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__2u9rxk__0vby*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__2u9rxk__0vby*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__2u9rxk__0vby*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b10f1_faq_color__2u9rxk__0vby*/#fff/*!*/;
            }
            .b10f1-faq__2u9rxk__0vby:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__2u9rxk__0vby*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__2u9rxk__0vby*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__2u9rxk__0vby*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__2u9rxk__0vby*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__2u9rxk__0vby:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__2u9rxk__0vby .faq-bg {
            
            }
            .b10f1-faq__2u9rxk__0vby .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__2u9rxk__0vby .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__0vby .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__2u9rxk__0vby*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__2u9rxk__0vby*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__0vby*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__0vby*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__0vby*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__0vby*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__0vby*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__0vby*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__2u9rxk__0vby*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__2u9rxk__0vby .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__2u9rxk__0vby .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B9P1 */
            .b9p3-products__u0vbqc__uxqapp {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__u0vbqc__uxqapp*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__u0vbqc__uxqapp*/50px/*!*/;
              background: /*!setting.b9p3_products_bg_color__u0vbqc__uxqapp*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b9p3_products_color__u0vbqc__uxqapp*/#27292b/*!*/;
            }
            .b9p3-products__u0vbqc__uxqapp:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__u0vbqc__uxqapp*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__u0vbqc__uxqapp*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__u0vbqc__uxqapp*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__u0vbqc__uxqapp*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__u0vbqc__uxqapp:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item {
              color: /*!setting.b9p3_products_items_color__u0vbqc__uxqapp*/rgba(70,70,70,0.77)/*!*/;
              background: /*!setting.b9p3_products_items_bg__u0vbqc__uxqapp*/rgba(255,255,255,1)/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__uxqapp*/34px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__uxqapp*/34px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__u0vbqc__uxqapp*/34px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__uxqapp*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__uxqapp*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__u0vbqc__uxqapp*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__u0vbqc__uxqapp*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__u0vbqc__uxqapp*/26px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__u0vbqc__uxqapp .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__cb2dw {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__cb2dw*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__cb2dw*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__cb2dw*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__cb2dw*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__cb2dw:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__cb2dw*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__cb2dw*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__cb2dw*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__cb2dw*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__cb2dw:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__cb2dw .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__cb2dw .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__cb2dw .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* b4w2 */
            .b4w2-howitworks__8p5pc6__t52ly {
              position: relative;
              padding-top: /*!setting.b4w2_howitworks_top__8p5pc6__t52ly*/34px/*!*/;
              padding-bottom: /*!setting.b4w2_howitworks_bottom__8p5pc6__t52ly*/75px/*!*/;
              background: /*!setting.b4w2_howitworks_bg_color__8p5pc6__t52ly*/#fff/*!*/;
              color: /*!setting.b4w2_howitworks_color__8p5pc6__t52ly*/#27292b/*!*/;
            }
            .block-howitworks .block-howitworks__block {
              position: relative;
            }
            .b4w2-howitworks__8p5pc6__t52ly:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w2_howitworks_bg_image__8p5pc6__t52ly*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b4w2_howitworks_bg_position__8p5pc6__t52ly*/center center/*!*/;
              background-attachment: /*!setting.b4w2_howitworks_bg_effect__8p5pc6__t52ly*/scroll/*!*/;
              opacity: /*!setting.b4w2_howitworks_bg_opacity__8p5pc6__t52ly*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w2-howitworks__8p5pc6__t52ly:before {
                background-attachment: scroll;
              }
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__header {
              margin-bottom: 50px;
              text-align: center;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item {
              position: relative;
              text-align: center;
              padding-bottom: 15px;
              color: /*!setting.b4w2_howitworks_item_color__8p5pc6__t52ly*/rgba(39,41,43,0.81)/*!*/
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-title {
              margin-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-description {
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-step {
              width: 40px;
              height: 40px;
              position: relative;
              background-color: /*!setting.b4w2_howitworks_step_color__8p5pc6__t52ly*/rgba(0,123,255,0.55)/*!*/;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: inline-block;
              font-size: 16px;
              color: #fff;
              line-height: 40px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-icons {
              font-size: 50px;
              color: /*!setting.b4w2_howitworks_step_color__8p5pc6__t52ly*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-icons > span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 45px;
              height: 45px;
              font-size: 45px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-images {
              max-width: 150px;
              max-height: 200px;
              margin-bottom: 10px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-images img {
              max-height: 70px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper {
            
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-center, 
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-right {
              flex-grow: 1;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-right, 
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-center {
              display: flex;
              justify-content: center;
              align-items: center;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-left:before, 
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-right:before {
              content: ' ';
              display: block;
              width: 100%;
              border-top: /*!setting.b4w2_howitworks_step_divider__8p5pc6__t52ly*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__t52ly*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper .col-md {
              padding-right: 2px;
              padding-left: 2px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper .col-md:first-child {
              padding-left: 15px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper .col-md:last-child {
              padding-right: 15px;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right:before, 
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper .col-md:first-child .block-howitworks__item-header-left:before {
              display: none;
            }
            .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-step p {
              margin: 0px;
              padding: 0px;
            }
            @media(max-width: 768px) {
              .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-left, 
              .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-left:before {
                display: none;
              }
              .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-right {
                position: absolute;
                height: 30px;
                width: 100%;
                bottom: 0;
                left: -6px;
                display: block;
                text-align: center;
              }
              .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item-header-right:before {
                width: 2px;
                height: 30px;
                display: inline-block;
                border-left: /*!setting.b4w2_howitworks_step_divider__8p5pc6__t52ly*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__t52ly*/rgba(0,123,255,0.55)/*!*/;
              }
              .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__item {
                padding-bottom: 45px;
              }
              .b4w2-howitworks__8p5pc6__t52ly .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right {
                display: none;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__61fgda {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__61fgda*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__61fgda*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__61fgda*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__61fgda*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__61fgda:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__61fgda*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__61fgda*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__61fgda*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__61fgda*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__61fgda:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__61fgda .block-slider {
            
            }
            .b3s1-slider__i626x5__61fgda .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__61fgda*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__61fgda*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__61fgda*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__61fgda .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__61fgda .slider__arrow-next:before, .b3s1-slider__i626x5__61fgda .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__61fgda*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__61fgda .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__61fgda*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__61fgda .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__61fgda .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__61fgda*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__61fgda .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__61fgda .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B1F1 */
            .b1f1-features__aaiouk__sghnta {
              position: relative;
              padding-top: /*!setting.b1f1_features_top__aaiouk__sghnta*/7px/*!*/;
              padding-bottom: /*!setting.b1f1_features_bottom__aaiouk__sghnta*/7px/*!*/;
              background: /*!setting.b1f1_features_bg_color__aaiouk__sghnta*/rgba(55,188,235,0.13)/*!*/;
              color: /*!setting.b1f1_features_color__aaiouk__sghnta*/#27292b/*!*/;
            }
            .b1f1-features__aaiouk__sghnta:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f1_features_bg_image__aaiouk__sghnta*/none/*!*/;
              background-position: /*!setting.b1f1_features_bg_position__aaiouk__sghnta*/center center/*!*/;
              background-attachment: /*!setting.b1f1_features_bg_effect__aaiouk__sghnta*/scroll/*!*/;
              opacity: /*!setting.b1f1_features_bg_opacity__aaiouk__sghnta*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f1-features__aaiouk__sghnta:before {
                background-attachment: scroll;
              }
            }
            .b1f1-features__aaiouk__sghnta .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f1-features__aaiouk__sghnta .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__sghnta .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__sghnta .features-item {
              color: /*!setting.b1f1_features_items_color__aaiouk__sghnta*/rgba(39,41,43,0.94)/*!*/;
              background: /*!setting.b1f1_features_items_bg__aaiouk__sghnta*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__sghnta*/0px/*!*/;
              -moz-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__sghnta*/0px/*!*/;
              border-radius: /*!setting.b1f1_features_items_radius__aaiouk__sghnta*/0px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__sghnta*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__sghnta*/none/*!*/;
              box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__sghnta*/none/*!*/;
            }
            .b1f1-features__aaiouk__sghnta .features-item__icon {
              position: relative;
              padding-top: 10px;
              padding-bottom: 10px;
              font-size: /*!setting.b1f1_features_items_icon_size__aaiouk__sghnta*/65px/*!*/;
            }
            .b1f1-features__aaiouk__sghnta .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f1-features__aaiouk__sghnta .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f1-features__aaiouk__sghnta .features-item__description {
              margin: 10px 0px;
            }
          
            .b1f3-features__nqdpkqp__rhxxf5 {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__nqdpkqp__rhxxf5*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__nqdpkqp__rhxxf5*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__nqdpkqp__rhxxf5*/#fff/*!*/;
              color: /*!setting.b1f3_features_color__nqdpkqp__rhxxf5*/#27292b/*!*/;
            }
            .b1f3-features__nqdpkqp__rhxxf5:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__nqdpkqp__rhxxf5*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__nqdpkqp__rhxxf5*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__nqdpkqp__rhxxf5*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__nqdpkqp__rhxxf5*/0.33/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__nqdpkqp__rhxxf5:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-bg { 

            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-item {
              color: /*!setting.b1f3_features_items_color__nqdpkqp__rhxxf5*/#27292b/*!*/;
              background: /*!setting.b1f3_features_items_bg__nqdpkqp__rhxxf5*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__rhxxf5*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__rhxxf5*/4px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__rhxxf5*/4px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__rhxxf5*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__rhxxf5*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__rhxxf5*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__nqdpkqp__rhxxf5*/50px/*!*/;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__nqdpkqp__rhxxf5 .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__2u9rxk__ihhrvj {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__2u9rxk__ihhrvj*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__2u9rxk__ihhrvj*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__2u9rxk__ihhrvj*/transparent/*!*/;
              color: /*!setting.b10f1_faq_color__2u9rxk__ihhrvj*/#fff/*!*/;
            }
            .b10f1-faq__2u9rxk__ihhrvj:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__2u9rxk__ihhrvj*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__2u9rxk__ihhrvj*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__2u9rxk__ihhrvj*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__2u9rxk__ihhrvj*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__2u9rxk__ihhrvj:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-bg {
            
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__2u9rxk__ihhrvj*/#fff/*!*/;
              background: /*!setting.b10f1_faq_items_bg__2u9rxk__ihhrvj*/linear-gradient(225deg, #FF057C 0%, #8D0B93 50.51%, #321575 100%)/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__ihhrvj*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__ihhrvj*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__ihhrvj*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__ihhrvj*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__ihhrvj*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__ihhrvj*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__2u9rxk__ihhrvj*/#0c7bff/*!*/;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__2u9rxk__ihhrvj .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__2u9rxk__ihhrvj .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B5T3 */
            .b5t3-content__57n9d__8b0zk7 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__57n9d__8b0zk7*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__57n9d__8b0zk7*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__57n9d__8b0zk7*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__57n9d__8b0zk7*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__57n9d__8b0zk7:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__57n9d__8b0zk7*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__57n9d__8b0zk7*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__57n9d__8b0zk7*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__57n9d__8b0zk7*/0.15/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__57n9d__8b0zk7:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__57n9d__8b0zk7 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__57n9d__8b0zk7 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B2R2 */
            .b2r2-reviews__qsqja__gditwh {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__qsqja__gditwh*/73px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__qsqja__gditwh*/36px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__qsqja__gditwh*/transparent/*!*/;
              color: /*!setting.b2r2_reviews_color__qsqja__gditwh*/#27292b/*!*/;
            }
            .b2r2-reviews__qsqja__gditwh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__qsqja__gditwh*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__qsqja__gditwh*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__qsqja__gditwh*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__qsqja__gditwh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__qsqja__gditwh:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__qsqja__gditwh .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__qsqja__gditwh .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__gditwh .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__gditwh .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__qsqja__gditwh*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__qsqja__gditwh*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__gditwh*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__gditwh*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__gditwh*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__gditwh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__gditwh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__gditwh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__qsqja__gditwh .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__qsqja__gditwh .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__qsqja__gditwh .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__qsqja__gditwh .block-reviews__item-name {
            
            }
            .b2r2-reviews__qsqja__gditwh .block-reviews__item-description {
            
            }
          
            /* B1F2 */
            .b1f2-features__mapwxh__01c4rel {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__mapwxh__01c4rel*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__mapwxh__01c4rel*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__mapwxh__01c4rel*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__mapwxh__01c4rel*/#27292b/*!*/;
            }
            .b1f2-features__mapwxh__01c4rel:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__mapwxh__01c4rel*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__mapwxh__01c4rel*/bottom left/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__mapwxh__01c4rel*/fixed/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__mapwxh__01c4rel*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__mapwxh__01c4rel:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__mapwxh__01c4rel .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__mapwxh__01c4rel .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__01c4rel .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__01c4rel .features-item {
              color: /*!setting.b1f2_features_items_color__mapwxh__01c4rel*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__mapwxh__01c4rel*/transparent/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__01c4rel*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__01c4rel*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__mapwxh__01c4rel*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__01c4rel*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__01c4rel*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__01c4rel*/none/*!*/;
            }
            .b1f2-features__mapwxh__01c4rel .features-item__image{
              position: relative;
            }
            .b1f2-features__mapwxh__01c4rel .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__mapwxh__01c4rel .features-item__description {
              margin: 10px 0px;
            }
          
            /* b4w2 */
            .b4w2-howitworks__8p5pc6__16dug {
              position: relative;
              padding-top: /*!setting.b4w2_howitworks_top__8p5pc6__16dug*/34px/*!*/;
              padding-bottom: /*!setting.b4w2_howitworks_bottom__8p5pc6__16dug*/75px/*!*/;
              background: /*!setting.b4w2_howitworks_bg_color__8p5pc6__16dug*/#fff/*!*/;
              color: /*!setting.b4w2_howitworks_color__8p5pc6__16dug*/#27292b/*!*/;
            }
            .block-howitworks .block-howitworks__block {
              position: relative;
            }
            .b4w2-howitworks__8p5pc6__16dug:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w2_howitworks_bg_image__8p5pc6__16dug*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b4w2_howitworks_bg_position__8p5pc6__16dug*/center center/*!*/;
              background-attachment: /*!setting.b4w2_howitworks_bg_effect__8p5pc6__16dug*/scroll/*!*/;
              opacity: /*!setting.b4w2_howitworks_bg_opacity__8p5pc6__16dug*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w2-howitworks__8p5pc6__16dug:before {
                background-attachment: scroll;
              }
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__header {
              margin-bottom: 50px;
              text-align: center;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item {
              position: relative;
              text-align: center;
              padding-bottom: 15px;
              color: /*!setting.b4w2_howitworks_item_color__8p5pc6__16dug*/rgba(39,41,43,0.81)/*!*/
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-title {
              margin-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-description {
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-step {
              width: 40px;
              height: 40px;
              position: relative;
              background-color: /*!setting.b4w2_howitworks_step_color__8p5pc6__16dug*/rgba(0,123,255,0.55)/*!*/;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: inline-block;
              font-size: 16px;
              color: #fff;
              line-height: 40px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-icons {
              font-size: 50px;
              color: /*!setting.b4w2_howitworks_step_color__8p5pc6__16dug*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-icons > span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 45px;
              height: 45px;
              font-size: 45px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-images {
              max-width: 150px;
              max-height: 200px;
              margin-bottom: 10px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-images img {
              max-height: 70px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper {
            
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-center, 
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-right {
              flex-grow: 1;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-right, 
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-center {
              display: flex;
              justify-content: center;
              align-items: center;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-left:before, 
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-right:before {
              content: ' ';
              display: block;
              width: 100%;
              border-top: /*!setting.b4w2_howitworks_step_divider__8p5pc6__16dug*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__16dug*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper .col-md {
              padding-right: 2px;
              padding-left: 2px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper .col-md:first-child {
              padding-left: 15px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper .col-md:last-child {
              padding-right: 15px;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right:before, 
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper .col-md:first-child .block-howitworks__item-header-left:before {
              display: none;
            }
            .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-step p {
              margin: 0px;
              padding: 0px;
            }
            @media(max-width: 768px) {
              .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-left, 
              .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-left:before {
                display: none;
              }
              .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-right {
                position: absolute;
                height: 30px;
                width: 100%;
                bottom: 0;
                left: -6px;
                display: block;
                text-align: center;
              }
              .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item-header-right:before {
                width: 2px;
                height: 30px;
                display: inline-block;
                border-left: /*!setting.b4w2_howitworks_step_divider__8p5pc6__16dug*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__16dug*/rgba(0,123,255,0.55)/*!*/;
              }
              .b4w2-howitworks__8p5pc6__16dug .block-howitworks__item {
                padding-bottom: 45px;
              }
              .b4w2-howitworks__8p5pc6__16dug .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right {
                display: none;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__599cls {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__599cls*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__599cls*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__599cls*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__599cls*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__599cls:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__599cls*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__599cls*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__599cls*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__599cls*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__599cls:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__599cls .block-slider {
            
            }
            .b3s1-slider__i626x5__599cls .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__599cls .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__599cls .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__599cls .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__599cls .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__599cls .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__599cls .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__599cls*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__599cls*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__599cls*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__599cls .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__599cls .slider__arrow-next:before, .b3s1-slider__i626x5__599cls .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__599cls*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__599cls .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__599cls*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__599cls .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__599cls .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__599cls*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__599cls .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__599cls .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B1F1 */
            .b1f1-features__aaiouk__izae8f {
              position: relative;
              padding-top: /*!setting.b1f1_features_top__aaiouk__izae8f*/7px/*!*/;
              padding-bottom: /*!setting.b1f1_features_bottom__aaiouk__izae8f*/7px/*!*/;
              background: /*!setting.b1f1_features_bg_color__aaiouk__izae8f*/rgba(55,188,235,0.13)/*!*/;
              color: /*!setting.b1f1_features_color__aaiouk__izae8f*/#27292b/*!*/;
            }
            .b1f1-features__aaiouk__izae8f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f1_features_bg_image__aaiouk__izae8f*/none/*!*/;
              background-position: /*!setting.b1f1_features_bg_position__aaiouk__izae8f*/center center/*!*/;
              background-attachment: /*!setting.b1f1_features_bg_effect__aaiouk__izae8f*/scroll/*!*/;
              opacity: /*!setting.b1f1_features_bg_opacity__aaiouk__izae8f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f1-features__aaiouk__izae8f:before {
                background-attachment: scroll;
              }
            }
            .b1f1-features__aaiouk__izae8f .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f1-features__aaiouk__izae8f .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__izae8f .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f1-features__aaiouk__izae8f .features-item {
              color: /*!setting.b1f1_features_items_color__aaiouk__izae8f*/rgba(39,41,43,0.94)/*!*/;
              background: /*!setting.b1f1_features_items_bg__aaiouk__izae8f*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__izae8f*/0px/*!*/;
              -moz-border-radius: /*!setting.b1f1_features_items_radius__aaiouk__izae8f*/0px/*!*/;
              border-radius: /*!setting.b1f1_features_items_radius__aaiouk__izae8f*/0px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__izae8f*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__izae8f*/none/*!*/;
              box-shadow: /*!setting.b1f1_features_items_shadow__aaiouk__izae8f*/none/*!*/;
            }
            .b1f1-features__aaiouk__izae8f .features-item__icon {
              position: relative;
              padding-top: 10px;
              padding-bottom: 10px;
              font-size: /*!setting.b1f1_features_items_icon_size__aaiouk__izae8f*/65px/*!*/;
            }
            .b1f1-features__aaiouk__izae8f .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f1-features__aaiouk__izae8f .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f1-features__aaiouk__izae8f .features-item__description {
              margin: 10px 0px;
            }
          
            .b1f3-features__nqdpkqp__t71vx {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__nqdpkqp__t71vx*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__nqdpkqp__t71vx*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__nqdpkqp__t71vx*/#fff/*!*/;
              color: /*!setting.b1f3_features_color__nqdpkqp__t71vx*/#27292b/*!*/;
            }
            .b1f3-features__nqdpkqp__t71vx:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__nqdpkqp__t71vx*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__nqdpkqp__t71vx*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__nqdpkqp__t71vx*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__nqdpkqp__t71vx*/0.33/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__nqdpkqp__t71vx:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__nqdpkqp__t71vx .features-bg { 

            }
            .b1f3-features__nqdpkqp__t71vx .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__nqdpkqp__t71vx .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__t71vx .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__t71vx .features-item {
              color: /*!setting.b1f3_features_items_color__nqdpkqp__t71vx*/#27292b/*!*/;
              background: /*!setting.b1f3_features_items_bg__nqdpkqp__t71vx*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__t71vx*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__t71vx*/4px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__t71vx*/4px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__t71vx*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__t71vx*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__t71vx*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__nqdpkqp__t71vx .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__nqdpkqp__t71vx*/50px/*!*/;
            }
            .b1f3-features__nqdpkqp__t71vx .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__nqdpkqp__t71vx .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__nqdpkqp__t71vx .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__nqdpkqp__t71vx .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__2u9rxk__vqvo5j {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__2u9rxk__vqvo5j*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__2u9rxk__vqvo5j*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__2u9rxk__vqvo5j*/transparent/*!*/;
              color: /*!setting.b10f1_faq_color__2u9rxk__vqvo5j*/#fff/*!*/;
            }
            .b10f1-faq__2u9rxk__vqvo5j:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__2u9rxk__vqvo5j*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__2u9rxk__vqvo5j*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__2u9rxk__vqvo5j*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__2u9rxk__vqvo5j*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__2u9rxk__vqvo5j:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-bg {
            
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__2u9rxk__vqvo5j*/#fff/*!*/;
              background: /*!setting.b10f1_faq_items_bg__2u9rxk__vqvo5j*/linear-gradient(225deg, #FF057C 0%, #8D0B93 50.51%, #321575 100%)/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__vqvo5j*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__vqvo5j*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__vqvo5j*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__vqvo5j*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__vqvo5j*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__vqvo5j*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__2u9rxk__vqvo5j*/#0c7bff/*!*/;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__2u9rxk__vqvo5j .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__2u9rxk__vqvo5j .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__qsqja__iqytt {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__qsqja__iqytt*/73px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__qsqja__iqytt*/36px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__qsqja__iqytt*/transparent/*!*/;
              color: /*!setting.b2r2_reviews_color__qsqja__iqytt*/#27292b/*!*/;
            }
            .b2r2-reviews__qsqja__iqytt:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__qsqja__iqytt*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__qsqja__iqytt*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__qsqja__iqytt*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__qsqja__iqytt*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__qsqja__iqytt:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__qsqja__iqytt .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__qsqja__iqytt .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__iqytt .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__qsqja__iqytt .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__qsqja__iqytt*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__qsqja__iqytt*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__iqytt*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__iqytt*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__qsqja__iqytt*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__iqytt*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__iqytt*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__qsqja__iqytt*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__qsqja__iqytt .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__qsqja__iqytt .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__qsqja__iqytt .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__qsqja__iqytt .block-reviews__item-name {
            
            }
            .b2r2-reviews__qsqja__iqytt .block-reviews__item-description {
            
            }
          
            /* B1F2 */
            .b1f2-features__mapwxh__ojbhp {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__mapwxh__ojbhp*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__mapwxh__ojbhp*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__mapwxh__ojbhp*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__mapwxh__ojbhp*/#27292b/*!*/;
            }
            .b1f2-features__mapwxh__ojbhp:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__mapwxh__ojbhp*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__mapwxh__ojbhp*/bottom left/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__mapwxh__ojbhp*/fixed/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__mapwxh__ojbhp*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__mapwxh__ojbhp:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__mapwxh__ojbhp .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__mapwxh__ojbhp .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__ojbhp .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__ojbhp .features-item {
              color: /*!setting.b1f2_features_items_color__mapwxh__ojbhp*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__mapwxh__ojbhp*/transparent/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__ojbhp*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__ojbhp*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__mapwxh__ojbhp*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__ojbhp*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__ojbhp*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__ojbhp*/none/*!*/;
            }
            .b1f2-features__mapwxh__ojbhp .features-item__image{
              position: relative;
            }
            .b1f2-features__mapwxh__ojbhp .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__mapwxh__ojbhp .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__kfwcz {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__kfwcz*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__kfwcz*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__kfwcz*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__kfwcz*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__kfwcz:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__kfwcz*/none/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__kfwcz*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__kfwcz*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__kfwcz*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__kfwcz:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__kfwcz .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__kfwcz .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__kfwcz .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__1e1iji {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__1e1iji*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__1e1iji*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__1e1iji*/rgba(223,223,231,0.23)/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__1e1iji*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__1e1iji:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__1e1iji*/none/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__1e1iji*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__1e1iji*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__1e1iji*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__1e1iji:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__1e1iji .block-slider {
            
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__1e1iji*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__1e1iji*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__1e1iji*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__1e1iji .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__1e1iji .slider__arrow-next:before, .b3s1-slider__i626x5__1e1iji .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__1e1iji*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__1e1iji .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__1e1iji*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__1e1iji .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__1e1iji .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__1e1iji*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__1e1iji .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__1e1iji .slider__arrow-prev {
                display: none;
              }
            }
          
            /* B5T1 */
            .b5t1-content__zspm1d__j6erf {
              position: relative;
              padding-top: /*!setting.b5t1_content_top__zspm1d__j6erf*/14px/*!*/;
              padding-bottom: /*!setting.b5t1_content_bottom__zspm1d__j6erf*/12px/*!*/;
              background: /*!setting.b5t1_content_bg_color__zspm1d__j6erf*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t1_content_color__zspm1d__j6erf*/#fff/*!*/;
            }
            .b5t1-content__zspm1d__j6erf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t1_content_bg_image__zspm1d__j6erf*/none/*!*/;
              background-position: /*!setting.b5t1_content_bg_position__zspm1d__j6erf*/center center/*!*/;
              background-attachment: /*!setting.b5t1_content_bg_effect__zspm1d__j6erf*/scroll/*!*/;
              opacity: /*!setting.b5t1_content_bg_opacity__zspm1d__j6erf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t1-content__zspm1d__j6erf:before {
                background-attachment: scroll;
              }
            }
            .b5t1-content__zspm1d__j6erf .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t1-content__zspm1d__j6erf .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t1-content__zspm1d__j6erf .block-content__header-description {
              position: relative;
              text-align: center;
            }
          
            /* b4w2 */
            .b4w2-howitworks__8p5pc6__zwik98 {
              position: relative;
              padding-top: /*!setting.b4w2_howitworks_top__8p5pc6__zwik98*/34px/*!*/;
              padding-bottom: /*!setting.b4w2_howitworks_bottom__8p5pc6__zwik98*/75px/*!*/;
              background: /*!setting.b4w2_howitworks_bg_color__8p5pc6__zwik98*/#fff/*!*/;
              color: /*!setting.b4w2_howitworks_color__8p5pc6__zwik98*/#27292b/*!*/;
            }
            .block-howitworks .block-howitworks__block {
              position: relative;
            }
            .b4w2-howitworks__8p5pc6__zwik98:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w2_howitworks_bg_image__8p5pc6__zwik98*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b4w2_howitworks_bg_position__8p5pc6__zwik98*/center center/*!*/;
              background-attachment: /*!setting.b4w2_howitworks_bg_effect__8p5pc6__zwik98*/scroll/*!*/;
              opacity: /*!setting.b4w2_howitworks_bg_opacity__8p5pc6__zwik98*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w2-howitworks__8p5pc6__zwik98:before {
                background-attachment: scroll;
              }
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__header {
              margin-bottom: 50px;
              text-align: center;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item {
              position: relative;
              text-align: center;
              padding-bottom: 15px;
              color: /*!setting.b4w2_howitworks_item_color__8p5pc6__zwik98*/rgba(39,41,43,0.81)/*!*/
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-title {
              margin-bottom: 10px;
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-description {
              padding-left: 10px;
              padding-right: 10px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-step {
              width: 40px;
              height: 40px;
              position: relative;
              background-color: /*!setting.b4w2_howitworks_step_color__8p5pc6__zwik98*/rgba(0,123,255,0.55)/*!*/;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: inline-block;
              font-size: 16px;
              color: #fff;
              line-height: 40px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-icons {
              font-size: 50px;
              color: /*!setting.b4w2_howitworks_step_color__8p5pc6__zwik98*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-icons > span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 45px;
              height: 45px;
              font-size: 45px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-images {
              max-width: 150px;
              max-height: 200px;
              margin-bottom: 10px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-images img {
              max-height: 70px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper {
            
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header {
              display: flex;
              flex-wrap: wrap;
              justify-content: center;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-center, 
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-right {
              flex-grow: 1;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-left, 
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-right, 
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-center {
              display: flex;
              justify-content: center;
              align-items: center;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-left:before, 
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-right:before {
              content: ' ';
              display: block;
              width: 100%;
              border-top: /*!setting.b4w2_howitworks_step_divider__8p5pc6__zwik98*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__zwik98*/rgba(0,123,255,0.55)/*!*/;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper .col-md {
              padding-right: 2px;
              padding-left: 2px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper .col-md:first-child {
              padding-left: 15px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper .col-md:last-child {
              padding-right: 15px;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right:before, 
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper .col-md:first-child .block-howitworks__item-header-left:before {
              display: none;
            }
            .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-step p {
              margin: 0px;
              padding: 0px;
            }
            @media(max-width: 768px) {
              .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-left, 
              .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-left:before {
                display: none;
              }
              .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-right {
                position: absolute;
                height: 30px;
                width: 100%;
                bottom: 0;
                left: -6px;
                display: block;
                text-align: center;
              }
              .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item-header-right:before {
                width: 2px;
                height: 30px;
                display: inline-block;
                border-left: /*!setting.b4w2_howitworks_step_divider__8p5pc6__zwik98*/2px dashed/*!*/ /*!setting.b4w2_howitworks_step_color__8p5pc6__zwik98*/rgba(0,123,255,0.55)/*!*/;
              }
              .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__item {
                padding-bottom: 45px;
              }
              .b4w2-howitworks__8p5pc6__zwik98 .block-howitworks__wrapper .col-md:last-child .block-howitworks__item-header-right {
                display: none;
              }
            }
          
            /* B3S1 */
            .b3s1-slider__i626x5__07mqs {
              position: relative;
              padding-top: /*!setting.b3s1_slider_top__i626x5__07mqs*/30px/*!*/;
              padding-bottom: /*!setting.b3s1_slider_bottom__i626x5__07mqs*/0px/*!*/;
              background: /*!setting.b3s1_slider_bg_color__i626x5__07mqs*/#fff/*!*/;
              color: /*!setting.b3s1_slider_color__i626x5__07mqs*/#27292b/*!*/;
            }    
            .b3s1-slider__i626x5__07mqs:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b3s1_slider_bg_image__i626x5__07mqs*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b3s1_slider_bg_position__i626x5__07mqs*/center center/*!*/;
              background-attachment: /*!setting.b3s1_slider_bg_effect__i626x5__07mqs*/scroll/*!*/;
              opacity: /*!setting.b3s1_slider_bg_opacity__i626x5__07mqs*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b3s1-slider__i626x5__07mqs:before {
                background-attachment: scroll;
              }
            }
            .b3s1-slider__i626x5__07mqs .block-slider {
            
            }
            .b3s1-slider__i626x5__07mqs .block-slider__slide {
            
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item {
              padding: 15px;
              position: relative;
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item-image {
            
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item-content {
            
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item-title {
              padding-bottom: 10px;
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item-description {
            
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item-link {
              color: /*!setting.b3s1_slider_button_color__i626x5__07mqs*/#fff/*!*/;
              background: /*!setting.b3s1_slider_button_bg_color__i626x5__07mqs*/#007bff/*!*/;
              border-color: /*!setting.b3s1_slider_button_bg_color__i626x5__07mqs*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 20px;
              border-radius: 2px;
            }
            .b3s1-slider__i626x5__07mqs .block-slider__item-actions {
              padding: 15px 0px;
            }

            .b3s1-slider__i626x5__07mqs .slider__arrow-next:before, .b3s1-slider__i626x5__07mqs .slider__arrow-prev:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__07mqs*/#716bca/*!*/;
            }

            .b3s1-slider__i626x5__07mqs .slick-dots li.slick-active button:before {
              opacity: .75;
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__07mqs*/#716bca/*!*/;
            }
            
            .b3s1-slider__i626x5__07mqs .slick-dots li:hover button:before {
              opacity: .5;
              color: undefined;   
            }

            .b3s1-slider__i626x5__07mqs .slick-dots li button:before {
              color: /*!setting.b3s1_slider_arrows_dots_color__i626x5__07mqs*/#716bca/*!*/;  
            }
            
            @media(max-width: 768px) {
              .b3s1-slider__i626x5__07mqs .slider__arrow-next {
                display: none;
              }
              .b3s1-slider__i626x5__07mqs .slider__arrow-prev {
                display: none;
              }
            }
          
            .b1f3-features__nqdpkqp__850t99 {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__nqdpkqp__850t99*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__nqdpkqp__850t99*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__nqdpkqp__850t99*/#fff/*!*/;
              color: /*!setting.b1f3_features_color__nqdpkqp__850t99*/#27292b/*!*/;
            }
            .b1f3-features__nqdpkqp__850t99:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__nqdpkqp__850t99*/url(https://ucarecdn.com/a7fe962d-117a-4917-92d6-5da7c5ca5914/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__nqdpkqp__850t99*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__nqdpkqp__850t99*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__nqdpkqp__850t99*/0.33/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__nqdpkqp__850t99:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__nqdpkqp__850t99 .features-bg { 

            }
            .b1f3-features__nqdpkqp__850t99 .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__nqdpkqp__850t99 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__850t99 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__nqdpkqp__850t99 .features-item {
              color: /*!setting.b1f3_features_items_color__nqdpkqp__850t99*/#27292b/*!*/;
              background: /*!setting.b1f3_features_items_bg__nqdpkqp__850t99*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__850t99*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__850t99*/4px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__nqdpkqp__850t99*/4px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__850t99*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__850t99*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__nqdpkqp__850t99*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__nqdpkqp__850t99 .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__nqdpkqp__850t99*/50px/*!*/;
            }
            .b1f3-features__nqdpkqp__850t99 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__nqdpkqp__850t99 .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__nqdpkqp__850t99 .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__nqdpkqp__850t99 .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__2u9rxk__jycts {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__2u9rxk__jycts*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__2u9rxk__jycts*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__2u9rxk__jycts*/transparent/*!*/;
              color: /*!setting.b10f1_faq_color__2u9rxk__jycts*/#fff/*!*/;
            }
            .b10f1-faq__2u9rxk__jycts:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__2u9rxk__jycts*/url(https://ucarecdn.com/ebf38cd1-c797-4f50-be38-5f95c9086ae5/)/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__2u9rxk__jycts*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__2u9rxk__jycts*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__2u9rxk__jycts*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__2u9rxk__jycts:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__2u9rxk__jycts .faq-bg {
            
            }
            .b10f1-faq__2u9rxk__jycts .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__2u9rxk__jycts .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__jycts .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__2u9rxk__jycts*/#fff/*!*/;
              background: /*!setting.b10f1_faq_items_bg__2u9rxk__jycts*/linear-gradient(225deg, #FF057C 0%, #8D0B93 50.51%, #321575 100%)/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__jycts*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__jycts*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__2u9rxk__jycts*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__jycts*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__jycts*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__2u9rxk__jycts*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__2u9rxk__jycts*/#0c7bff/*!*/;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__2u9rxk__jycts .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__2u9rxk__jycts .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B1F2 */
            .b1f2-features__mapwxh__jbkq0c {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__mapwxh__jbkq0c*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__mapwxh__jbkq0c*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__mapwxh__jbkq0c*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__mapwxh__jbkq0c*/#27292b/*!*/;
            }
            .b1f2-features__mapwxh__jbkq0c:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__mapwxh__jbkq0c*/url(https://ucarecdn.com/3fdc2a46-e85b-42f6-bcf2-2aa38f4da345/)/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__mapwxh__jbkq0c*/bottom left/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__mapwxh__jbkq0c*/fixed/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__mapwxh__jbkq0c*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__mapwxh__jbkq0c:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__mapwxh__jbkq0c .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__mapwxh__jbkq0c .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__jbkq0c .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__mapwxh__jbkq0c .features-item {
              color: /*!setting.b1f2_features_items_color__mapwxh__jbkq0c*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__mapwxh__jbkq0c*/transparent/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__jbkq0c*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__mapwxh__jbkq0c*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__mapwxh__jbkq0c*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__jbkq0c*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__jbkq0c*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__mapwxh__jbkq0c*/none/*!*/;
            }
            .b1f2-features__mapwxh__jbkq0c .features-item__image{
              position: relative;
            }
            .b1f2-features__mapwxh__jbkq0c .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__mapwxh__jbkq0c .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T3 */
            .b5t3-content__57n9d__xkq57w {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__57n9d__xkq57w*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__57n9d__xkq57w*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__57n9d__xkq57w*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__57n9d__xkq57w*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__57n9d__xkq57w:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__57n9d__xkq57w*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__57n9d__xkq57w*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__57n9d__xkq57w*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__57n9d__xkq57w*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__57n9d__xkq57w:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__57n9d__xkq57w .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__57n9d__xkq57w .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__57n9d__qx9gmr {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__57n9d__qx9gmr*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__57n9d__qx9gmr*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__57n9d__qx9gmr*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__57n9d__qx9gmr*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__57n9d__qx9gmr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__57n9d__qx9gmr*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__57n9d__qx9gmr*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__57n9d__qx9gmr*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__57n9d__qx9gmr*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__57n9d__qx9gmr:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__57n9d__qx9gmr .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__57n9d__qx9gmr .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__57n9d__b6sfpb {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__57n9d__b6sfpb*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__57n9d__b6sfpb*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__57n9d__b6sfpb*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__57n9d__b6sfpb*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__57n9d__b6sfpb:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__57n9d__b6sfpb*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__57n9d__b6sfpb*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__57n9d__b6sfpb*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__57n9d__b6sfpb*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__57n9d__b6sfpb:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__57n9d__b6sfpb .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__57n9d__b6sfpb .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__57n9d__bvp2l {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__57n9d__bvp2l*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__57n9d__bvp2l*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__57n9d__bvp2l*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__57n9d__bvp2l*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__57n9d__bvp2l:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__57n9d__bvp2l*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__57n9d__bvp2l*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__57n9d__bvp2l*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__57n9d__bvp2l*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__57n9d__bvp2l:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__57n9d__bvp2l .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__57n9d__bvp2l .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__57n9d__kio4yi {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__57n9d__kio4yi*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__57n9d__kio4yi*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__57n9d__kio4yi*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__57n9d__kio4yi*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__57n9d__kio4yi:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__57n9d__kio4yi*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__57n9d__kio4yi*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__57n9d__kio4yi*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__57n9d__kio4yi*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__57n9d__kio4yi:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__57n9d__kio4yi .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__57n9d__kio4yi .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__us3nut {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__us3nut*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__us3nut*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__us3nut*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__us3nut*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__us3nut:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__us3nut*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__us3nut*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__us3nut*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__us3nut*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__us3nut:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__us3nut .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__us3nut .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__svp8f {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__svp8f*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__svp8f*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__svp8f*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__svp8f*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__svp8f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__svp8f*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__svp8f*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__svp8f*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__svp8f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__svp8f:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__svp8f .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__svp8f .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__2nalhf {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__2nalhf*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__2nalhf*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__2nalhf*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__2nalhf*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__2nalhf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__2nalhf*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__2nalhf*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__2nalhf*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__2nalhf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__2nalhf:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__2nalhf .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__2nalhf .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__gnozpq {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__gnozpq*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__gnozpq*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__gnozpq*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__gnozpq*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__gnozpq:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__gnozpq*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__gnozpq*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__gnozpq*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__gnozpq*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__gnozpq:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__gnozpq .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__gnozpq .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__ybpsz {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__ybpsz*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__ybpsz*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__ybpsz*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__ybpsz*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__ybpsz:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__ybpsz*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__ybpsz*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__ybpsz*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__ybpsz*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__ybpsz:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__ybpsz .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__ybpsz .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__950q9 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__950q9*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__950q9*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__950q9*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__950q9*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__950q9:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__950q9*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__950q9*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__950q9*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__950q9*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__950q9:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__950q9 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__950q9 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tu2tt__ho7op {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tu2tt__ho7op*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tu2tt__ho7op*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tu2tt__ho7op*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__tu2tt__ho7op*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__tu2tt__ho7op:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tu2tt__ho7op*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tu2tt__ho7op*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tu2tt__ho7op*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tu2tt__ho7op*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tu2tt__ho7op:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tu2tt__ho7op .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tu2tt__ho7op .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__96w68a__3uxmn {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__96w68a__3uxmn*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__96w68a__3uxmn*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__96w68a__3uxmn*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__96w68a__3uxmn*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__96w68a__3uxmn:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__96w68a__3uxmn*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__96w68a__3uxmn*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__96w68a__3uxmn*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__96w68a__3uxmn*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__96w68a__3uxmn:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__96w68a__3uxmn .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__96w68a__3uxmn .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__96w68a__h1rkgh {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__96w68a__h1rkgh*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__96w68a__h1rkgh*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__96w68a__h1rkgh*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__96w68a__h1rkgh*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__96w68a__h1rkgh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__96w68a__h1rkgh*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__96w68a__h1rkgh*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__96w68a__h1rkgh*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__96w68a__h1rkgh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__96w68a__h1rkgh:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__96w68a__h1rkgh .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__96w68a__h1rkgh .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__96w68a__8aces7 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__96w68a__8aces7*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__96w68a__8aces7*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__96w68a__8aces7*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__96w68a__8aces7*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__96w68a__8aces7:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__96w68a__8aces7*/url(https://ucarecdn.com/1551aba4-be93-4130-8186-5ba06aaa24e9/)/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__96w68a__8aces7*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__96w68a__8aces7*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__96w68a__8aces7*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__96w68a__8aces7:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__96w68a__8aces7 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__96w68a__8aces7 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            .b1f3-features__5khuh7__une56s {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__5khuh7__une56s*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__5khuh7__une56s*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__5khuh7__une56s*/rgba(223,223,231,0.21)/*!*/;
              color: /*!setting.b1f3_features_color__5khuh7__une56s*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__5khuh7__une56s:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__5khuh7__une56s*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__5khuh7__une56s*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__5khuh7__une56s*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__5khuh7__une56s*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__5khuh7__une56s:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__5khuh7__une56s .features-bg { 

            }
            .b1f3-features__5khuh7__une56s .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__5khuh7__une56s .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__5khuh7__une56s .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__5khuh7__une56s .features-item {
              color: /*!setting.b1f3_features_items_color__5khuh7__une56s*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__5khuh7__une56s*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__5khuh7__une56s*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__5khuh7__une56s*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__5khuh7__une56s*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__5khuh7__une56s*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__5khuh7__une56s*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__5khuh7__une56s*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__5khuh7__une56s .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__5khuh7__une56s*/50px/*!*/;
            }
            .b1f3-features__5khuh7__une56s .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__5khuh7__une56s .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__5khuh7__une56s .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__5khuh7__une56s .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__6o2oue__ylafkl {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__6o2oue__ylafkl*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__6o2oue__ylafkl*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__6o2oue__ylafkl*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__6o2oue__ylafkl*/#fff/*!*/;
            }
            .b10f1-faq__6o2oue__ylafkl:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__6o2oue__ylafkl*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__6o2oue__ylafkl*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__6o2oue__ylafkl*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__6o2oue__ylafkl*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__6o2oue__ylafkl:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__6o2oue__ylafkl .faq-bg {
            
            }
            .b10f1-faq__6o2oue__ylafkl .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__6o2oue__ylafkl*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__6o2oue__ylafkl*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__ylafkl*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__ylafkl*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__ylafkl*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__ylafkl*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__ylafkl*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__ylafkl*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__6o2oue__ylafkl*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__6o2oue__ylafkl .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__6o2oue__ylafkl .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            .b1f3-features__5khuh7__9z4ip6 {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__5khuh7__9z4ip6*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__5khuh7__9z4ip6*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__5khuh7__9z4ip6*/rgba(12,123,255,0.05)/*!*/;
              color: /*!setting.b1f3_features_color__5khuh7__9z4ip6*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__5khuh7__9z4ip6:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__5khuh7__9z4ip6*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__5khuh7__9z4ip6*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__5khuh7__9z4ip6*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__5khuh7__9z4ip6*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__5khuh7__9z4ip6:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__5khuh7__9z4ip6 .features-bg { 

            }
            .b1f3-features__5khuh7__9z4ip6 .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-item {
              color: /*!setting.b1f3_features_items_color__5khuh7__9z4ip6*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__5khuh7__9z4ip6*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__5khuh7__9z4ip6*/35px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__5khuh7__9z4ip6*/35px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__5khuh7__9z4ip6*/35px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__5khuh7__9z4ip6*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__5khuh7__9z4ip6*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__5khuh7__9z4ip6*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__5khuh7__9z4ip6*/50px/*!*/;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__5khuh7__9z4ip6 .features-item__container {
              position: relative;
            }
          
            .b10f1-faq__6o2oue__grj4ko {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__6o2oue__grj4ko*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__6o2oue__grj4ko*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__6o2oue__grj4ko*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b10f1_faq_color__6o2oue__grj4ko*/#fff/*!*/;
            }
            .b10f1-faq__6o2oue__grj4ko:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__6o2oue__grj4ko*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__6o2oue__grj4ko*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__6o2oue__grj4ko*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__6o2oue__grj4ko*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__6o2oue__grj4ko:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__6o2oue__grj4ko .faq-bg {
            
            }
            .b10f1-faq__6o2oue__grj4ko .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__6o2oue__grj4ko*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__6o2oue__grj4ko*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__grj4ko*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__grj4ko*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__grj4ko*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__grj4ko*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__grj4ko*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__grj4ko*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__6o2oue__grj4ko*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__6o2oue__grj4ko .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__6o2oue__grj4ko .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B1F1 */
            .b1f1-features__gcauc__hqzx4p {
              position: relative;
              padding-top: /*!setting.b1f1_features_top__gcauc__hqzx4p*/30px/*!*/;
              padding-bottom: /*!setting.b1f1_features_bottom__gcauc__hqzx4p*/7px/*!*/;
              background: /*!setting.b1f1_features_bg_color__gcauc__hqzx4p*/rgba(223,223,231,0.22)/*!*/;
              color: /*!setting.b1f1_features_color__gcauc__hqzx4p*/#27292b/*!*/;
            }
            .b1f1-features__gcauc__hqzx4p:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f1_features_bg_image__gcauc__hqzx4p*/none/*!*/;
              background-position: /*!setting.b1f1_features_bg_position__gcauc__hqzx4p*/center center/*!*/;
              background-attachment: /*!setting.b1f1_features_bg_effect__gcauc__hqzx4p*/scroll/*!*/;
              opacity: /*!setting.b1f1_features_bg_opacity__gcauc__hqzx4p*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f1-features__gcauc__hqzx4p:before {
                background-attachment: scroll;
              }
            }
            .b1f1-features__gcauc__hqzx4p .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f1-features__gcauc__hqzx4p .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f1-features__gcauc__hqzx4p .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f1-features__gcauc__hqzx4p .features-item {
              color: /*!setting.b1f1_features_items_color__gcauc__hqzx4p*/rgba(59,61,63,0.84)/*!*/;
              background: /*!setting.b1f1_features_items_bg__gcauc__hqzx4p*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f1_features_items_radius__gcauc__hqzx4p*/35px/*!*/;
              -moz-border-radius: /*!setting.b1f1_features_items_radius__gcauc__hqzx4p*/35px/*!*/;
              border-radius: /*!setting.b1f1_features_items_radius__gcauc__hqzx4p*/35px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f1_features_items_shadow__gcauc__hqzx4p*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f1_features_items_shadow__gcauc__hqzx4p*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f1_features_items_shadow__gcauc__hqzx4p*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f1-features__gcauc__hqzx4p .features-item__icon {
              position: relative;
              padding-top: 10px;
              padding-bottom: 10px;
              font-size: /*!setting.b1f1_features_items_icon_size__gcauc__hqzx4p*/65px/*!*/;
            }
            .b1f1-features__gcauc__hqzx4p .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f1-features__gcauc__hqzx4p .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f1-features__gcauc__hqzx4p .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T2 */
            .b5t2-content__v5f4uj__2v75bo {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__v5f4uj__2v75bo*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__v5f4uj__2v75bo*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__v5f4uj__2v75bo*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__v5f4uj__2v75bo*/#27292b/*!*/;
            }
            .b5t2-content__v5f4uj__2v75bo:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__v5f4uj__2v75bo*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__v5f4uj__2v75bo*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__v5f4uj__2v75bo*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__v5f4uj__2v75bo*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__v5f4uj__2v75bo:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__v5f4uj__2v75bo .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__v5f4uj__3rxmgr {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__v5f4uj__3rxmgr*/23px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__v5f4uj__3rxmgr*/25px/*!*/;
              background: /*!setting.b5t2_content_bg_color__v5f4uj__3rxmgr*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__v5f4uj__3rxmgr*/#27292b/*!*/;
            }
            .b5t2-content__v5f4uj__3rxmgr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__v5f4uj__3rxmgr*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__v5f4uj__3rxmgr*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__v5f4uj__3rxmgr*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__v5f4uj__3rxmgr*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__v5f4uj__3rxmgr:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__v5f4uj__3rxmgr .block-content__description {
              position: relative;
              text-align: center;
            }
          
            .b10f1-faq__6o2oue__5c46l7 {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__6o2oue__5c46l7*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__6o2oue__5c46l7*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__6o2oue__5c46l7*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b10f1_faq_color__6o2oue__5c46l7*/#fff/*!*/;
            }
            .b10f1-faq__6o2oue__5c46l7:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__6o2oue__5c46l7*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__6o2oue__5c46l7*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__6o2oue__5c46l7*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__6o2oue__5c46l7*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__6o2oue__5c46l7:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-bg {
            
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__6o2oue__5c46l7*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__6o2oue__5c46l7*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__5c46l7*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__5c46l7*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__6o2oue__5c46l7*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__5c46l7*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__5c46l7*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__6o2oue__5c46l7*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__6o2oue__5c46l7*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__6o2oue__5c46l7 .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__6o2oue__5c46l7 .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B1F2 */
            .b1f2-features__a46nle {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__a46nle*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__a46nle*/50px/*!*/;
              background: /*!setting.b1f2_features_bg_color__a46nle*/rgba(223,223,231,0.47)/*!*/;
              color: /*!setting.b1f2_features_color__a46nle*/#27292b/*!*/;
            }
            .b1f2-features__a46nle:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__a46nle*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__a46nle*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__a46nle*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__a46nle*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__a46nle:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__a46nle .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__a46nle .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__a46nle .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__a46nle .features-item {
              color: /*!setting.b1f2_features_items_color__a46nle*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__a46nle*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__a46nle*/35px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__a46nle*/35px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__a46nle*/35px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__a46nle*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__a46nle*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__a46nle*/none/*!*/;
            }
            .b1f2-features__a46nle .features-item__image{
              position: relative;
            }
            .b1f2-features__a46nle .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__a46nle .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T6 */
            .b5t6-content__wz9y14 {
              position: relative;
              padding-top: /*!setting.b5t6_content_top__wz9y14*/30px/*!*/;
              padding-bottom: /*!setting.b5t6_content_bottom__wz9y14*/30px/*!*/;
              background: /*!setting.b5t6_content_bg_color__wz9y14*/#fff/*!*/;
              color: /*!setting.b5t6_content_color__wz9y14*/#27292b/*!*/;
            }
            .b5t6-content__wz9y14:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t6_content_bg_image__wz9y14*/none/*!*/;
              background-position: /*!setting.b5t6_content_bg_position__wz9y14*/center center/*!*/;
              background-attachment: /*!setting.b5t6_content_bg_effect__wz9y14*/scroll/*!*/;
              opacity: /*!setting.b5t6_content_bg_opacity__wz9y14*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t6-content__wz9y14:before {
                background-attachment: scroll;
              }
            }
            .b5t6-content__wz9y14 .block-content__header {
              position: relative;
              text-align: center;
            }
            .b5t6-content__wz9y14 .block-content__header-title {
              position: relative;
              margin-bottom: 15px;
              text-align: center;
            }
            .b5t6-content__wz9y14 .block-content__header-description {
              position: relative;
              text-align: center;
            }
            .b5t6-content__wz9y14 .block-text__item-link {
              color: #fff;
              background: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              padding: 8px 42px;
              border-radius: 2px;
            }
            .b5t6-content__wz9y14 .block-text_item-actions {
              padding-top: 32px;
              display: flex;
              justify-content: /*!setting.b5t6_text_button_position__wz9y14*/center/*!*/
            }
          
            /* B2R2 */
            .b2r2-reviews__ba0uy__iaust {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__ba0uy__iaust*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__ba0uy__iaust*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__ba0uy__iaust*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__ba0uy__iaust*/#27292b/*!*/;
            }
            .b2r2-reviews__ba0uy__iaust:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__ba0uy__iaust*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__ba0uy__iaust*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__ba0uy__iaust*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__ba0uy__iaust*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__ba0uy__iaust:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__ba0uy__iaust .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__ba0uy__iaust .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__ba0uy__iaust .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__ba0uy__iaust .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__ba0uy__iaust*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__ba0uy__iaust*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__ba0uy__iaust*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__ba0uy__iaust*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__ba0uy__iaust*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__ba0uy__iaust*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__ba0uy__iaust*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__ba0uy__iaust*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__ba0uy__iaust .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__ba0uy__iaust .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__ba0uy__iaust .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__ba0uy__iaust .block-reviews__item-name {
            
            }
            .b2r2-reviews__ba0uy__iaust .block-reviews__item-description {
            
            }
          
            /* B4W1 */
            .b4w1-howitworks__nxliua {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__nxliua*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__nxliua*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__nxliua*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b4w1_howitworks_color__nxliua*/#27292b/*!*/;
            }
            .b4w1-howitworks__nxliua:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__nxliua*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__nxliua*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__nxliua*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__nxliua*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__nxliua:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__nxliua .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__nxliua*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__nxliua*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__nxliua*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__nxliua*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__nxliua*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__nxliua*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__nxliua*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__nxliua*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__nxliua .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__nxliua .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__nxliua*/rgba(45,51,55,0.17)/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__nxliua .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__nxliua*/rgba(45,51,55,0.17)/*!*/;
            }
            .b4w1-howitworks__nxliua .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__nxliua .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__nxliua*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__nxliua*/rgba(45,51,55,0.17)/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__nxliua .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__nxliua .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__nxliua .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__nxliua .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__nxliua .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            /* B5T2 */
            .b5t2-content__habf6e {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__habf6e*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__habf6e*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__habf6e*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b5t2_content_color__habf6e*/#27292b/*!*/;
            }
            .b5t2-content__habf6e:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__habf6e*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__habf6e*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__habf6e*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__habf6e*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__habf6e:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__habf6e .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T3 */
            .b5t3-content__2tbb5o__fid9g {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__2tbb5o__fid9g*/0px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__2tbb5o__fid9g*/16px/*!*/;
              background: /*!setting.b5t3_content_bg_color__2tbb5o__fid9g*/rgba(206,212,218,0.07)/*!*/;
              color: /*!setting.b5t3_content_color__2tbb5o__fid9g*/rgba(39,41,43,0.67)/*!*/;
            }     
            .b5t3-content__2tbb5o__fid9g:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__2tbb5o__fid9g*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__2tbb5o__fid9g*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__2tbb5o__fid9g*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__2tbb5o__fid9g*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__2tbb5o__fid9g:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__2tbb5o__fid9g .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__2tbb5o__fid9g .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__2tbb5o__j4aoi {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__2tbb5o__j4aoi*/0px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__2tbb5o__j4aoi*/0px/*!*/;
              background: /*!setting.b5t3_content_bg_color__2tbb5o__j4aoi*/rgba(206,212,218,0.07)/*!*/;
              color: /*!setting.b5t3_content_color__2tbb5o__j4aoi*/rgba(39,41,43,0.67)/*!*/;
            }     
            .b5t3-content__2tbb5o__j4aoi:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__2tbb5o__j4aoi*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__2tbb5o__j4aoi*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__2tbb5o__j4aoi*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__2tbb5o__j4aoi*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__2tbb5o__j4aoi:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__2tbb5o__j4aoi .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__2tbb5o__j4aoi .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__2tbb5o__cp2gbm {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__2tbb5o__cp2gbm*/9px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__2tbb5o__cp2gbm*/18px/*!*/;
              background: /*!setting.b5t3_content_bg_color__2tbb5o__cp2gbm*/rgba(206,212,218,0.07)/*!*/;
              color: /*!setting.b5t3_content_color__2tbb5o__cp2gbm*/rgba(39,41,43,0.67)/*!*/;
            }     
            .b5t3-content__2tbb5o__cp2gbm:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__2tbb5o__cp2gbm*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__2tbb5o__cp2gbm*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__2tbb5o__cp2gbm*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__2tbb5o__cp2gbm*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__2tbb5o__cp2gbm:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__2tbb5o__cp2gbm .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__2tbb5o__cp2gbm .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T2 */
            .b5t2-content__oog0k__e6sqdh {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__oog0k__e6sqdh*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__oog0k__e6sqdh*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__oog0k__e6sqdh*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b5t2_content_color__oog0k__e6sqdh*/#27292b/*!*/;
            }
            .b5t2-content__oog0k__e6sqdh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__oog0k__e6sqdh*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__oog0k__e6sqdh*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__oog0k__e6sqdh*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__oog0k__e6sqdh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__oog0k__e6sqdh:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__oog0k__e6sqdh .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B4W1 */
            .b4w1-howitworks__otn30s__e7qhc {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__otn30s__e7qhc*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__otn30s__e7qhc*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__otn30s__e7qhc*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b4w1_howitworks_color__otn30s__e7qhc*/#27292b/*!*/;
            }
            .b4w1-howitworks__otn30s__e7qhc:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__otn30s__e7qhc*/none/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__otn30s__e7qhc*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__otn30s__e7qhc*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__otn30s__e7qhc*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__otn30s__e7qhc:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__otn30s__e7qhc*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__otn30s__e7qhc*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__e7qhc*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__e7qhc*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__e7qhc*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__e7qhc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__e7qhc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__e7qhc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__otn30s__e7qhc*/#0a8cf0/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__otn30s__e7qhc*/#0a8cf0/*!*/;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__otn30s__e7qhc*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__otn30s__e7qhc*/#0a8cf0/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__otn30s__e7qhc .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__otn30s__e7qhc .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b1f3-features__p3c7ss__hf7w87 {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__p3c7ss__hf7w87*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__p3c7ss__hf7w87*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__p3c7ss__hf7w87*/rgba(223,223,231,0.06)/*!*/;
              color: /*!setting.b1f3_features_color__p3c7ss__hf7w87*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__p3c7ss__hf7w87:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__p3c7ss__hf7w87*/url(https://ucarecdn.com/0e73632b-f2b5-4f38-879e-389bd534b11e/)/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__p3c7ss__hf7w87*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__p3c7ss__hf7w87*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__p3c7ss__hf7w87*/0.1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__p3c7ss__hf7w87:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__p3c7ss__hf7w87 .features-bg { 

            }
            .b1f3-features__p3c7ss__hf7w87 .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-item {
              color: /*!setting.b1f3_features_items_color__p3c7ss__hf7w87*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__p3c7ss__hf7w87*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__hf7w87*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__hf7w87*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__hf7w87*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__hf7w87*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__hf7w87*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__hf7w87*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__p3c7ss__hf7w87*/50px/*!*/;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__p3c7ss__hf7w87 .features-item__container {
              position: relative;
            }
          
            /* B2R2 */
            .b2r2-reviews__ozmvc__o6tz3o {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__ozmvc__o6tz3o*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__ozmvc__o6tz3o*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__ozmvc__o6tz3o*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__ozmvc__o6tz3o*/#27292b/*!*/;
            }
            .b2r2-reviews__ozmvc__o6tz3o:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__ozmvc__o6tz3o*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__ozmvc__o6tz3o*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__ozmvc__o6tz3o*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__ozmvc__o6tz3o*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__ozmvc__o6tz3o:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__ozmvc__o6tz3o .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__ozmvc__o6tz3o .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__ozmvc__o6tz3o .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__ozmvc__o6tz3o .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__ozmvc__o6tz3o*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__ozmvc__o6tz3o*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__ozmvc__o6tz3o*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__ozmvc__o6tz3o*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__ozmvc__o6tz3o*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__ozmvc__o6tz3o*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__ozmvc__o6tz3o*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__ozmvc__o6tz3o*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__ozmvc__o6tz3o .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__ozmvc__o6tz3o .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__ozmvc__o6tz3o .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__ozmvc__o6tz3o .block-reviews__item-name {
            
            }
            .b2r2-reviews__ozmvc__o6tz3o .block-reviews__item-description {
            
            }
          
            /* B2R2 */
            .b2r2-reviews__ozmvc__btkdh {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__ozmvc__btkdh*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__ozmvc__btkdh*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__ozmvc__btkdh*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__ozmvc__btkdh*/#27292b/*!*/;
            }
            .b2r2-reviews__ozmvc__btkdh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__ozmvc__btkdh*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__ozmvc__btkdh*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__ozmvc__btkdh*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__ozmvc__btkdh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__ozmvc__btkdh:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__ozmvc__btkdh .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__ozmvc__btkdh .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__ozmvc__btkdh .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__ozmvc__btkdh .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__ozmvc__btkdh*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__ozmvc__btkdh*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__ozmvc__btkdh*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__ozmvc__btkdh*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__ozmvc__btkdh*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__ozmvc__btkdh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__ozmvc__btkdh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__ozmvc__btkdh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__ozmvc__btkdh .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__ozmvc__btkdh .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__ozmvc__btkdh .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__ozmvc__btkdh .block-reviews__item-name {
            
            }
            .b2r2-reviews__ozmvc__btkdh .block-reviews__item-description {
            
            }
          
            .b1f3-features__p3c7ss__ras4zg {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__p3c7ss__ras4zg*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__p3c7ss__ras4zg*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__p3c7ss__ras4zg*/rgba(223,223,231,0.11)/*!*/;
              color: /*!setting.b1f3_features_color__p3c7ss__ras4zg*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__p3c7ss__ras4zg:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__p3c7ss__ras4zg*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__p3c7ss__ras4zg*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__p3c7ss__ras4zg*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__p3c7ss__ras4zg*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__p3c7ss__ras4zg:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__p3c7ss__ras4zg .features-bg { 

            }
            .b1f3-features__p3c7ss__ras4zg .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__p3c7ss__ras4zg .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__ras4zg .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__ras4zg .features-item {
              color: /*!setting.b1f3_features_items_color__p3c7ss__ras4zg*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__p3c7ss__ras4zg*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__ras4zg*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__ras4zg*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__ras4zg*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__ras4zg*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__ras4zg*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__ras4zg*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__p3c7ss__ras4zg .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__p3c7ss__ras4zg*/50px/*!*/;
            }
            .b1f3-features__p3c7ss__ras4zg .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__p3c7ss__ras4zg .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__p3c7ss__ras4zg .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__p3c7ss__ras4zg .features-item__container {
              position: relative;
            }
          
            /* B5T2 */
            .b5t2-content__oog0k__z37g4c {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__oog0k__z37g4c*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__oog0k__z37g4c*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__oog0k__z37g4c*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b5t2_content_color__oog0k__z37g4c*/#27292b/*!*/;
            }
            .b5t2-content__oog0k__z37g4c:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__oog0k__z37g4c*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__oog0k__z37g4c*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__oog0k__z37g4c*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__oog0k__z37g4c*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__oog0k__z37g4c:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__oog0k__z37g4c .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B4W1 */
            .b4w1-howitworks__otn30s__ildmo {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__otn30s__ildmo*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__otn30s__ildmo*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__otn30s__ildmo*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b4w1_howitworks_color__otn30s__ildmo*/#27292b/*!*/;
            }
            .b4w1-howitworks__otn30s__ildmo:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__otn30s__ildmo*/none/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__otn30s__ildmo*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__otn30s__ildmo*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__otn30s__ildmo*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__otn30s__ildmo:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__otn30s__ildmo*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__otn30s__ildmo*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__ildmo*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__ildmo*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__ildmo*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__ildmo*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__ildmo*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__ildmo*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__otn30s__ildmo*/#0a8cf0/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__otn30s__ildmo*/#0a8cf0/*!*/;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__otn30s__ildmo*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__otn30s__ildmo*/#0a8cf0/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__otn30s__ildmo .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__otn30s__ildmo .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b10f1-faq__71abt__iev5q9 {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__71abt__iev5q9*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__71abt__iev5q9*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__71abt__iev5q9*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__71abt__iev5q9*/#fff/*!*/;
            }
            .b10f1-faq__71abt__iev5q9:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__71abt__iev5q9*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__71abt__iev5q9*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__71abt__iev5q9*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__71abt__iev5q9*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__71abt__iev5q9:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__71abt__iev5q9 .faq-bg {
            
            }
            .b10f1-faq__71abt__iev5q9 .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__71abt__iev5q9 .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__71abt__iev5q9 .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__71abt__iev5q9*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__71abt__iev5q9*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__71abt__iev5q9*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__71abt__iev5q9*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__71abt__iev5q9*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__iev5q9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__iev5q9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__iev5q9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__71abt__iev5q9*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__71abt__iev5q9 .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__71abt__iev5q9 .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B5T2 */
            .b5t2-content__v5f4uj__lljk9n {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__v5f4uj__lljk9n*/25px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__v5f4uj__lljk9n*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__v5f4uj__lljk9n*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__v5f4uj__lljk9n*/#27292b/*!*/;
            }
            .b5t2-content__v5f4uj__lljk9n:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__v5f4uj__lljk9n*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__v5f4uj__lljk9n*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__v5f4uj__lljk9n*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__v5f4uj__lljk9n*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__v5f4uj__lljk9n:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__v5f4uj__lljk9n .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B1F2 */
            .b1f2-features__8hjuo {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__8hjuo*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__8hjuo*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__8hjuo*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__8hjuo*/#27292b/*!*/;
            }
            .b1f2-features__8hjuo:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__8hjuo*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__8hjuo*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__8hjuo*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__8hjuo*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__8hjuo:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__8hjuo .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__8hjuo .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__8hjuo .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__8hjuo .features-item {
              color: /*!setting.b1f2_features_items_color__8hjuo*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__8hjuo*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__8hjuo*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__8hjuo*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__8hjuo*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__8hjuo*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__8hjuo*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__8hjuo*/none/*!*/;
            }
            .b1f2-features__8hjuo .features-item__image{
              position: relative;
            }
            .b1f2-features__8hjuo .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__8hjuo .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__ruw0tf {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__ruw0tf*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__ruw0tf*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__ruw0tf*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__ruw0tf*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__ruw0tf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__ruw0tf*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__ruw0tf*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__ruw0tf*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__ruw0tf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__ruw0tf:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__ruw0tf .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__ruw0tf .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ruw0tf .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ruw0tf .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__ruw0tf*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__ruw0tf*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ruw0tf*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ruw0tf*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ruw0tf*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ruw0tf*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ruw0tf*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ruw0tf*/none/*!*/;
            }
            .b1f2-features__utb3jm__ruw0tf .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__ruw0tf .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__ruw0tf .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T2 */
            .b5t2-content__igv47k {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__igv47k*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__igv47k*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__igv47k*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__igv47k*/#27292b/*!*/;
            }
            .b5t2-content__igv47k:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__igv47k*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__igv47k*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__igv47k*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__igv47k*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__igv47k:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__igv47k .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B1F2 */
            .b1f2-features__pas10b {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__pas10b*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__pas10b*/50px/*!*/;
              background: /*!setting.b1f2_features_bg_color__pas10b*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__pas10b*/#27292b/*!*/;
            }
            .b1f2-features__pas10b:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__pas10b*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__pas10b*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__pas10b*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__pas10b*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__pas10b:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__pas10b .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__pas10b .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__pas10b .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__pas10b .features-item {
              color: /*!setting.b1f2_features_items_color__pas10b*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__pas10b*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__pas10b*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__pas10b*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__pas10b*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__pas10b*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__pas10b*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__pas10b*/none/*!*/;
            }
            .b1f2-features__pas10b .features-item__image{
              position: relative;
            }
            .b1f2-features__pas10b .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__pas10b .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__s1ju8 {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__s1ju8*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__s1ju8*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__s1ju8*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__s1ju8*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__s1ju8:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__s1ju8*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__s1ju8*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__s1ju8*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__s1ju8*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__s1ju8:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__s1ju8 .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__s1ju8 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__s1ju8 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__s1ju8 .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__s1ju8*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__s1ju8*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__s1ju8*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__s1ju8*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__s1ju8*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__s1ju8*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__s1ju8*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__s1ju8*/none/*!*/;
            }
            .b1f2-features__utb3jm__s1ju8 .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__s1ju8 .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__s1ju8 .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T2 */
            .b5t2-content__eqr1hr {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__eqr1hr*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__eqr1hr*/50px/*!*/;
              background: /*!setting.b5t2_content_bg_color__eqr1hr*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__eqr1hr*/#27292b/*!*/;
            }
            .b5t2-content__eqr1hr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__eqr1hr*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__eqr1hr*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__eqr1hr*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__eqr1hr*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__eqr1hr:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__eqr1hr .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__jsfqx {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__jsfqx*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__jsfqx*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__jsfqx*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__jsfqx*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__jsfqx:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__jsfqx*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__jsfqx*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__jsfqx*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__jsfqx*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__jsfqx:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__jsfqx .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__jsfqx .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__jsfqx .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__jsfqx .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__jsfqx*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__jsfqx*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__jsfqx*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__jsfqx*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__jsfqx*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__jsfqx*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__jsfqx*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__jsfqx*/none/*!*/;
            }
            .b1f2-features__utb3jm__jsfqx .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__jsfqx .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__jsfqx .features-item__description {
              margin: 10px 0px;
            }
          
            /* B4W1 */
            .b4w1-howitworks__otn30s__k8jvh {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__otn30s__k8jvh*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__otn30s__k8jvh*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__otn30s__k8jvh*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b4w1_howitworks_color__otn30s__k8jvh*/#27292b/*!*/;
            }
            .b4w1-howitworks__otn30s__k8jvh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__otn30s__k8jvh*/none/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__otn30s__k8jvh*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__otn30s__k8jvh*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__otn30s__k8jvh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__otn30s__k8jvh:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__otn30s__k8jvh*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__otn30s__k8jvh*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__k8jvh*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__k8jvh*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__k8jvh*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__k8jvh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__k8jvh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__k8jvh*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__otn30s__k8jvh*/#0a8cf0/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__otn30s__k8jvh*/#0a8cf0/*!*/;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__otn30s__k8jvh*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__otn30s__k8jvh*/#0a8cf0/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__otn30s__k8jvh .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__otn30s__k8jvh .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__ii5zwf {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__ii5zwf*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__ii5zwf*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__ii5zwf*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__ii5zwf*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__ii5zwf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__ii5zwf*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__ii5zwf*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__ii5zwf*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__ii5zwf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__ii5zwf:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__ii5zwf .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__ii5zwf .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ii5zwf .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ii5zwf .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__ii5zwf*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__ii5zwf*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ii5zwf*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ii5zwf*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ii5zwf*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ii5zwf*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ii5zwf*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ii5zwf*/none/*!*/;
            }
            .b1f2-features__utb3jm__ii5zwf .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__ii5zwf .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__ii5zwf .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__ozglf {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__ozglf*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__ozglf*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__ozglf*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__ozglf*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__ozglf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__ozglf*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__ozglf*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__ozglf*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__ozglf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__ozglf:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__ozglf .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__ozglf .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ozglf .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ozglf .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__ozglf*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__ozglf*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ozglf*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ozglf*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ozglf*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ozglf*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ozglf*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ozglf*/none/*!*/;
            }
            .b1f2-features__utb3jm__ozglf .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__ozglf .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__ozglf .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__gjlhjr {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__gjlhjr*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__gjlhjr*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__gjlhjr*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__gjlhjr*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__gjlhjr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__gjlhjr*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__gjlhjr*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__gjlhjr*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__gjlhjr*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__gjlhjr:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__gjlhjr .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__gjlhjr .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__gjlhjr .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__gjlhjr .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__gjlhjr*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__gjlhjr*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__gjlhjr*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__gjlhjr*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__gjlhjr*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__gjlhjr*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__gjlhjr*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__gjlhjr*/none/*!*/;
            }
            .b1f2-features__utb3jm__gjlhjr .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__gjlhjr .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__gjlhjr .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__ocxm1i {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__ocxm1i*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__ocxm1i*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__ocxm1i*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__ocxm1i*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__ocxm1i:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__ocxm1i*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__ocxm1i*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__ocxm1i*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__ocxm1i*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__ocxm1i:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__ocxm1i .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__ocxm1i .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__ocxm1i .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__ocxm1i .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__ocxm1i*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__ocxm1i*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__ocxm1i*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__ocxm1i*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__ocxm1i*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__ocxm1i*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__ocxm1i*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__ocxm1i*/none/*!*/;
            }
            .b1f2-features__upqtp__ocxm1i .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__ocxm1i .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__ocxm1i .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__0ht9qs {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__0ht9qs*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__0ht9qs*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__0ht9qs*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__0ht9qs*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__0ht9qs:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__0ht9qs*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__0ht9qs*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__0ht9qs*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__0ht9qs*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__0ht9qs:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__0ht9qs .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__0ht9qs .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__0ht9qs .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__0ht9qs .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__0ht9qs*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__0ht9qs*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__0ht9qs*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__0ht9qs*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__0ht9qs*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__0ht9qs*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__0ht9qs*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__0ht9qs*/none/*!*/;
            }
            .b1f2-features__upqtp__0ht9qs .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__0ht9qs .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__0ht9qs .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__ensxtn {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__ensxtn*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__ensxtn*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__ensxtn*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__ensxtn*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__ensxtn:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__ensxtn*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__ensxtn*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__ensxtn*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__ensxtn*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__ensxtn:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__ensxtn .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__ensxtn .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__ensxtn .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__ensxtn .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__ensxtn*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__ensxtn*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__ensxtn*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__ensxtn*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__ensxtn*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__ensxtn*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__ensxtn*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__ensxtn*/none/*!*/;
            }
            .b1f2-features__upqtp__ensxtn .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__ensxtn .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__ensxtn .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T3 */
            .b5t3-content__so266__i0brwn {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__so266__i0brwn*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__so266__i0brwn*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__so266__i0brwn*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__so266__i0brwn*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__so266__i0brwn:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__so266__i0brwn*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__so266__i0brwn*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__so266__i0brwn*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__so266__i0brwn*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__so266__i0brwn:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__so266__i0brwn .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__so266__i0brwn .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__so266__1zrlt {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__so266__1zrlt*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__so266__1zrlt*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__so266__1zrlt*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__so266__1zrlt*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__so266__1zrlt:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__so266__1zrlt*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__so266__1zrlt*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__so266__1zrlt*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__so266__1zrlt*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__so266__1zrlt:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__so266__1zrlt .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__so266__1zrlt .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__so266__6xlsa {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__so266__6xlsa*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__so266__6xlsa*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__so266__6xlsa*/transparent/*!*/;
              color: /*!setting.b5t3_content_color__so266__6xlsa*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__so266__6xlsa:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__so266__6xlsa*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__so266__6xlsa*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__so266__6xlsa*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__so266__6xlsa*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__so266__6xlsa:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__so266__6xlsa .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__so266__6xlsa .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B1F2 */
            .b1f2-features__utb3jm__ae70f {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__utb3jm__ae70f*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__utb3jm__ae70f*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__utb3jm__ae70f*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__utb3jm__ae70f*/#27292b/*!*/;
            }
            .b1f2-features__utb3jm__ae70f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__utb3jm__ae70f*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__utb3jm__ae70f*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__utb3jm__ae70f*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__utb3jm__ae70f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__utb3jm__ae70f:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__utb3jm__ae70f .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__utb3jm__ae70f .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ae70f .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__utb3jm__ae70f .features-item {
              color: /*!setting.b1f2_features_items_color__utb3jm__ae70f*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__utb3jm__ae70f*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ae70f*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ae70f*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__utb3jm__ae70f*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ae70f*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ae70f*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__utb3jm__ae70f*/none/*!*/;
            }
            .b1f2-features__utb3jm__ae70f .features-item__image{
              position: relative;
            }
            .b1f2-features__utb3jm__ae70f .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__utb3jm__ae70f .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__meg68 {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__meg68*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__meg68*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__meg68*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__meg68*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__meg68:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__meg68*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__meg68*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__meg68*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__meg68*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__meg68:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__meg68 .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__meg68 .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__meg68 .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__meg68 .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__meg68*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__meg68*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__meg68*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__meg68*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__meg68*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__meg68*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__meg68*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__meg68*/none/*!*/;
            }
            .b1f2-features__upqtp__meg68 .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__meg68 .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__meg68 .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__3hdahf {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__3hdahf*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__3hdahf*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__3hdahf*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__3hdahf*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__3hdahf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__3hdahf*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__3hdahf*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__3hdahf*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__3hdahf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__3hdahf:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__3hdahf .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__3hdahf .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__3hdahf .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__3hdahf .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__3hdahf*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__3hdahf*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__3hdahf*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__3hdahf*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__3hdahf*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__3hdahf*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__3hdahf*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__3hdahf*/none/*!*/;
            }
            .b1f2-features__upqtp__3hdahf .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__3hdahf .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__3hdahf .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__66ndx {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__66ndx*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__66ndx*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__66ndx*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__66ndx*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__66ndx:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__66ndx*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__66ndx*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__66ndx*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__66ndx*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__66ndx:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__66ndx .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__66ndx .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__66ndx .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__66ndx .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__66ndx*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__66ndx*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__66ndx*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__66ndx*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__66ndx*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__66ndx*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__66ndx*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__66ndx*/none/*!*/;
            }
            .b1f2-features__upqtp__66ndx .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__66ndx .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__66ndx .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__upqtp__knejal {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__upqtp__knejal*/0px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__upqtp__knejal*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__upqtp__knejal*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__upqtp__knejal*/#27292b/*!*/;
            }
            .b1f2-features__upqtp__knejal:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__upqtp__knejal*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__upqtp__knejal*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__upqtp__knejal*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__upqtp__knejal*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__upqtp__knejal:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__upqtp__knejal .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__upqtp__knejal .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__knejal .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__upqtp__knejal .features-item {
              color: /*!setting.b1f2_features_items_color__upqtp__knejal*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__upqtp__knejal*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__upqtp__knejal*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__upqtp__knejal*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__upqtp__knejal*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__knejal*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__knejal*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__upqtp__knejal*/none/*!*/;
            }
            .b1f2-features__upqtp__knejal .features-item__image{
              position: relative;
            }
            .b1f2-features__upqtp__knejal .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__upqtp__knejal .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T2 */
            .b5t2-content__v5f4uj__w09wf {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__v5f4uj__w09wf*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__v5f4uj__w09wf*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__v5f4uj__w09wf*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__v5f4uj__w09wf*/#27292b/*!*/;
            }
            .b5t2-content__v5f4uj__w09wf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__v5f4uj__w09wf*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__v5f4uj__w09wf*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__v5f4uj__w09wf*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__v5f4uj__w09wf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__v5f4uj__w09wf:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__v5f4uj__w09wf .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p1-products__arurkkm {
              position: relative;
              padding-top: /*!setting.b9p1_products_top__arurkkm*/0px/*!*/;
              padding-bottom: /*!setting.b9p1_products_bottom__arurkkm*/50px/*!*/;
              background: /*!setting.b9p1_products_bg_color__arurkkm*/rgba(12,123,255,0.1)/*!*/;
              color: /*!setting.b9p1_products_color__arurkkm*/#27292b/*!*/;
            }
            .b9p1-products__arurkkm:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p1_products_bg_image__arurkkm*/none/*!*/;
              background-position: /*!setting.b9p1_products_bg_position__arurkkm*/center center/*!*/;
              background-attachment: /*!setting.b9p1_products_bg_effect__arurkkm*/scroll/*!*/;
              opacity: /*!setting.b9p1_products_bg_opacity__arurkkm*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p1-products__arurkkm:before {
                background-attachment: scroll;
              }
            }
            .b9p1-products__arurkkm .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p1-products__arurkkm .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p1-products__arurkkm .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p1-products__arurkkm .block-products__item-name {
            
            }
            .b9p1-products__arurkkm .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p1-products__arurkkm .block-products__item {
              color: /*!setting.b9p1_products_items_color__arurkkm*/#27292b/*!*/;
              background: /*!setting.b9p1_products_items_bg__arurkkm*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p1_products_items_radius__arurkkm*/27px/*!*/;
              -moz-border-radius: /*!setting.b9p1_products_items_radius__arurkkm*/27px/*!*/;
              border-radius: /*!setting.b9p1_products_items_radius__arurkkm*/27px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p1_products_items_shadow__arurkkm*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p1_products_items_shadow__arurkkm*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p1_products_items_shadow__arurkkm*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p1-products__arurkkm .block-products__item-header {
              font-size: /*!setting.b9p1_products_items_icon_size__arurkkm*/55px/*!*/;
              padding: 10px 0px;
            }
            .b9p1-products__arurkkm .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p1-products__arurkkm .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p1-products__arurkkm .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p1-products__arurkkm .block-products__item-price {
              font-size: /*!setting.b9p1_products_items_price_size__arurkkm*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p1-products__arurkkm .block-products__item-button {
              color: /*!setting.b9p1_products_items_btn_color__arurkkm*/#fff/*!*/;
              background-color: /*!setting.b9p1_products_items_btn_bg__arurkkm*/#007bff/*!*/;
              border-color: /*!setting.b9p1_products_items_btn_bg__arurkkm*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p1-products__arurkkm .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B4W1 */
            .b4w1-howitworks__otn30s__me8dp4h {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__otn30s__me8dp4h*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__otn30s__me8dp4h*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__otn30s__me8dp4h*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b4w1_howitworks_color__otn30s__me8dp4h*/#27292b/*!*/;
            }
            .b4w1-howitworks__otn30s__me8dp4h:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__otn30s__me8dp4h*/none/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__otn30s__me8dp4h*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__otn30s__me8dp4h*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__otn30s__me8dp4h*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__otn30s__me8dp4h:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__otn30s__me8dp4h*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__otn30s__me8dp4h*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__me8dp4h*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__me8dp4h*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__me8dp4h*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__me8dp4h*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__me8dp4h*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__me8dp4h*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__otn30s__me8dp4h*/#0a8cf0/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__otn30s__me8dp4h*/#0a8cf0/*!*/;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__otn30s__me8dp4h*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__otn30s__me8dp4h*/#0a8cf0/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__otn30s__me8dp4h .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b10f1-faq__71abt__psyy2uc {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__71abt__psyy2uc*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__71abt__psyy2uc*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__71abt__psyy2uc*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__71abt__psyy2uc*/#fff/*!*/;
            }
            .b10f1-faq__71abt__psyy2uc:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__71abt__psyy2uc*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__71abt__psyy2uc*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__71abt__psyy2uc*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__71abt__psyy2uc*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__71abt__psyy2uc:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__71abt__psyy2uc .faq-bg {
            
            }
            .b10f1-faq__71abt__psyy2uc .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__71abt__psyy2uc .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__71abt__psyy2uc .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__71abt__psyy2uc*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__71abt__psyy2uc*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__71abt__psyy2uc*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__71abt__psyy2uc*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__71abt__psyy2uc*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__psyy2uc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__psyy2uc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__psyy2uc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__71abt__psyy2uc*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__71abt__psyy2uc .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__71abt__psyy2uc .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__oiojpq__lu7fsc {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__oiojpq__lu7fsc*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__oiojpq__lu7fsc*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__oiojpq__lu7fsc*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__oiojpq__lu7fsc*/#27292b/*!*/;
            }
            .b2r2-reviews__oiojpq__lu7fsc:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__oiojpq__lu7fsc*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__oiojpq__lu7fsc*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__oiojpq__lu7fsc*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__oiojpq__lu7fsc*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__oiojpq__lu7fsc:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__oiojpq__lu7fsc .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__oiojpq__lu7fsc .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__oiojpq__lu7fsc .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__oiojpq__lu7fsc .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__oiojpq__lu7fsc*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__oiojpq__lu7fsc*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__oiojpq__lu7fsc*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__oiojpq__lu7fsc*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__oiojpq__lu7fsc*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__oiojpq__lu7fsc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__oiojpq__lu7fsc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__oiojpq__lu7fsc*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__oiojpq__lu7fsc .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__oiojpq__lu7fsc .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__oiojpq__lu7fsc .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__oiojpq__lu7fsc .block-reviews__item-name {
            
            }
            .b2r2-reviews__oiojpq__lu7fsc .block-reviews__item-description {
            
            }
          
            .b1f3-features__p3c7ss__s9jxrv {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__p3c7ss__s9jxrv*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__p3c7ss__s9jxrv*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__p3c7ss__s9jxrv*/rgba(223,223,231,0.06)/*!*/;
              color: /*!setting.b1f3_features_color__p3c7ss__s9jxrv*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__p3c7ss__s9jxrv:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__p3c7ss__s9jxrv*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__p3c7ss__s9jxrv*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__p3c7ss__s9jxrv*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__p3c7ss__s9jxrv*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__p3c7ss__s9jxrv:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__p3c7ss__s9jxrv .features-bg { 

            }
            .b1f3-features__p3c7ss__s9jxrv .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-item {
              color: /*!setting.b1f3_features_items_color__p3c7ss__s9jxrv*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__p3c7ss__s9jxrv*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__s9jxrv*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__s9jxrv*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__s9jxrv*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__s9jxrv*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__s9jxrv*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__s9jxrv*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__p3c7ss__s9jxrv*/50px/*!*/;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__p3c7ss__s9jxrv .features-item__container {
              position: relative;
            }
          
            /* B5T3 */
            .b5t3-content__2tbb5o__zmcphs {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__2tbb5o__zmcphs*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__2tbb5o__zmcphs*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__2tbb5o__zmcphs*/rgba(0,123,255,0.07)/*!*/;
              color: /*!setting.b5t3_content_color__2tbb5o__zmcphs*/rgba(39,41,43,0.67)/*!*/;
            }     
            .b5t3-content__2tbb5o__zmcphs:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__2tbb5o__zmcphs*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__2tbb5o__zmcphs*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__2tbb5o__zmcphs*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__2tbb5o__zmcphs*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__2tbb5o__zmcphs:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__2tbb5o__zmcphs .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__2tbb5o__zmcphs .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__2tbb5o__cihnid {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__2tbb5o__cihnid*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__2tbb5o__cihnid*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__2tbb5o__cihnid*/rgba(0,123,255,0.06)/*!*/;
              color: /*!setting.b5t3_content_color__2tbb5o__cihnid*/rgba(39,41,43,0.67)/*!*/;
            }     
            .b5t3-content__2tbb5o__cihnid:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__2tbb5o__cihnid*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__2tbb5o__cihnid*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__2tbb5o__cihnid*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__2tbb5o__cihnid*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__2tbb5o__cihnid:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__2tbb5o__cihnid .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__2tbb5o__cihnid .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T2 */
            .b5t2-content__v5f4uj__t8wlcj {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__v5f4uj__t8wlcj*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__v5f4uj__t8wlcj*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__v5f4uj__t8wlcj*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__v5f4uj__t8wlcj*/#27292b/*!*/;
            }
            .b5t2-content__v5f4uj__t8wlcj:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__v5f4uj__t8wlcj*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__v5f4uj__t8wlcj*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__v5f4uj__t8wlcj*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__v5f4uj__t8wlcj*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__v5f4uj__t8wlcj:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__v5f4uj__t8wlcj .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p1-products__i05n9b {
              position: relative;
              padding-top: /*!setting.b9p1_products_top__i05n9b*/0px/*!*/;
              padding-bottom: /*!setting.b9p1_products_bottom__i05n9b*/50px/*!*/;
              background: /*!setting.b9p1_products_bg_color__i05n9b*/rgba(12,123,255,0.1)/*!*/;
              color: /*!setting.b9p1_products_color__i05n9b*/#27292b/*!*/;
            }
            .b9p1-products__i05n9b:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p1_products_bg_image__i05n9b*/none/*!*/;
              background-position: /*!setting.b9p1_products_bg_position__i05n9b*/center center/*!*/;
              background-attachment: /*!setting.b9p1_products_bg_effect__i05n9b*/scroll/*!*/;
              opacity: /*!setting.b9p1_products_bg_opacity__i05n9b*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p1-products__i05n9b:before {
                background-attachment: scroll;
              }
            }
            .b9p1-products__i05n9b .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p1-products__i05n9b .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p1-products__i05n9b .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p1-products__i05n9b .block-products__item-name {
            
            }
            .b9p1-products__i05n9b .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p1-products__i05n9b .block-products__item {
              color: /*!setting.b9p1_products_items_color__i05n9b*/#27292b/*!*/;
              background: /*!setting.b9p1_products_items_bg__i05n9b*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p1_products_items_radius__i05n9b*/17px/*!*/;
              -moz-border-radius: /*!setting.b9p1_products_items_radius__i05n9b*/17px/*!*/;
              border-radius: /*!setting.b9p1_products_items_radius__i05n9b*/17px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p1_products_items_shadow__i05n9b*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p1_products_items_shadow__i05n9b*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p1_products_items_shadow__i05n9b*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p1-products__i05n9b .block-products__item-header {
              font-size: /*!setting.b9p1_products_items_icon_size__i05n9b*/55px/*!*/;
              padding: 10px 0px;
            }
            .b9p1-products__i05n9b .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p1-products__i05n9b .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p1-products__i05n9b .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p1-products__i05n9b .block-products__item-price {
              font-size: /*!setting.b9p1_products_items_price_size__i05n9b*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p1-products__i05n9b .block-products__item-button {
              color: /*!setting.b9p1_products_items_btn_color__i05n9b*/#fff/*!*/;
              background-color: /*!setting.b9p1_products_items_btn_bg__i05n9b*/#007bff/*!*/;
              border-color: /*!setting.b9p1_products_items_btn_bg__i05n9b*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p1-products__i05n9b .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B4W1 */
            .b4w1-howitworks__otn30s__yz9axm {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__otn30s__yz9axm*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__otn30s__yz9axm*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__otn30s__yz9axm*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b4w1_howitworks_color__otn30s__yz9axm*/#27292b/*!*/;
            }
            .b4w1-howitworks__otn30s__yz9axm:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__otn30s__yz9axm*/none/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__otn30s__yz9axm*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__otn30s__yz9axm*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__otn30s__yz9axm*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__otn30s__yz9axm:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__otn30s__yz9axm*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__otn30s__yz9axm*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__yz9axm*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__yz9axm*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__otn30s__yz9axm*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__yz9axm*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__yz9axm*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__otn30s__yz9axm*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__otn30s__yz9axm*/#0a8cf0/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__otn30s__yz9axm*/#0a8cf0/*!*/;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__otn30s__yz9axm*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__otn30s__yz9axm*/#0a8cf0/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__otn30s__yz9axm .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__otn30s__yz9axm .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b10f1-faq__71abt__qpm3u7 {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__71abt__qpm3u7*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__71abt__qpm3u7*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__71abt__qpm3u7*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__71abt__qpm3u7*/#fff/*!*/;
            }
            .b10f1-faq__71abt__qpm3u7:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__71abt__qpm3u7*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__71abt__qpm3u7*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__71abt__qpm3u7*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__71abt__qpm3u7*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__71abt__qpm3u7:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__71abt__qpm3u7 .faq-bg {
            
            }
            .b10f1-faq__71abt__qpm3u7 .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__71abt__qpm3u7*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__71abt__qpm3u7*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__71abt__qpm3u7*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__71abt__qpm3u7*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__71abt__qpm3u7*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__qpm3u7*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__qpm3u7*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__71abt__qpm3u7*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__71abt__qpm3u7*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__71abt__qpm3u7 .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__71abt__qpm3u7 .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__oiojpq__3bs6pk {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__oiojpq__3bs6pk*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__oiojpq__3bs6pk*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__oiojpq__3bs6pk*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__oiojpq__3bs6pk*/#27292b/*!*/;
            }
            .b2r2-reviews__oiojpq__3bs6pk:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__oiojpq__3bs6pk*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__oiojpq__3bs6pk*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__oiojpq__3bs6pk*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__oiojpq__3bs6pk*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__oiojpq__3bs6pk:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__oiojpq__3bs6pk .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__oiojpq__3bs6pk .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__oiojpq__3bs6pk .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__oiojpq__3bs6pk .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__oiojpq__3bs6pk*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__oiojpq__3bs6pk*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__oiojpq__3bs6pk*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__oiojpq__3bs6pk*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__oiojpq__3bs6pk*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__oiojpq__3bs6pk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__oiojpq__3bs6pk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__oiojpq__3bs6pk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__oiojpq__3bs6pk .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__oiojpq__3bs6pk .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__oiojpq__3bs6pk .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__oiojpq__3bs6pk .block-reviews__item-name {
            
            }
            .b2r2-reviews__oiojpq__3bs6pk .block-reviews__item-description {
            
            }
          
            .b1f3-features__p3c7ss__2see2v {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__p3c7ss__2see2v*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__p3c7ss__2see2v*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__p3c7ss__2see2v*/rgba(223,223,231,0.06)/*!*/;
              color: /*!setting.b1f3_features_color__p3c7ss__2see2v*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__p3c7ss__2see2v:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__p3c7ss__2see2v*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__p3c7ss__2see2v*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__p3c7ss__2see2v*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__p3c7ss__2see2v*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__p3c7ss__2see2v:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__p3c7ss__2see2v .features-bg { 

            }
            .b1f3-features__p3c7ss__2see2v .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__p3c7ss__2see2v .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__2see2v .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__p3c7ss__2see2v .features-item {
              color: /*!setting.b1f3_features_items_color__p3c7ss__2see2v*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__p3c7ss__2see2v*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__2see2v*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__2see2v*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__p3c7ss__2see2v*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__2see2v*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__2see2v*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__p3c7ss__2see2v*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__p3c7ss__2see2v .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__p3c7ss__2see2v*/50px/*!*/;
            }
            .b1f3-features__p3c7ss__2see2v .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__p3c7ss__2see2v .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__p3c7ss__2see2v .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__p3c7ss__2see2v .features-item__container {
              position: relative;
            }
          
            /* B5T3 */
            .b5t3-content__55umw {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__55umw*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__55umw*/0px/*!*/;
              background: /*!setting.b5t3_content_bg_color__55umw*/rgba(0,123,255,0.06)/*!*/;
              color: /*!setting.b5t3_content_color__55umw*/#27292b/*!*/;
            }     
            .b5t3-content__55umw:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__55umw*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__55umw*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__55umw*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__55umw*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__55umw:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__55umw .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__55umw .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__tuaq8 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__tuaq8*/12px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__tuaq8*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__tuaq8*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b5t3_content_color__tuaq8*/#27292b/*!*/;
            }     
            .b5t3-content__tuaq8:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__tuaq8*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__tuaq8*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__tuaq8*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__tuaq8*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__tuaq8:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__tuaq8 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__tuaq8 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T2 */
            .b5t2-content__npkjx {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__npkjx*/6px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__npkjx*/9px/*!*/;
              background: /*!setting.b5t2_content_bg_color__npkjx*/rgba(42,251,1,0.4)/*!*/;
              color: /*!setting.b5t2_content_color__npkjx*/#27292b/*!*/;
            }
            .b5t2-content__npkjx:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__npkjx*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__npkjx*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__npkjx*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__npkjx*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__npkjx:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__npkjx .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p3-products__uuxail__7f97r9 {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__uuxail__7f97r9*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__uuxail__7f97r9*/50px/*!*/;
              background: /*!setting.b9p3_products_bg_color__uuxail__7f97r9*/rgba(12,123,255,0.05)/*!*/;
              color: /*!setting.b9p3_products_color__uuxail__7f97r9*/#27292b/*!*/;
            }
            .b9p3-products__uuxail__7f97r9:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__uuxail__7f97r9*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__uuxail__7f97r9*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__uuxail__7f97r9*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__uuxail__7f97r9*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__uuxail__7f97r9:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__uuxail__7f97r9 .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__uuxail__7f97r9 .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item {
              color: /*!setting.b9p3_products_items_color__uuxail__7f97r9*/#27292b/*!*/;
              background: /*!setting.b9p3_products_items_bg__uuxail__7f97r9*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__uuxail__7f97r9*/18px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__uuxail__7f97r9*/18px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__uuxail__7f97r9*/18px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__uuxail__7f97r9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__uuxail__7f97r9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__uuxail__7f97r9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__uuxail__7f97r9*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__uuxail__7f97r9*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__uuxail__7f97r9 .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B5T2 */
            .b5t2-content__a7vw1w__abygr {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__a7vw1w__abygr*/6px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__a7vw1w__abygr*/9px/*!*/;
              background: /*!setting.b5t2_content_bg_color__a7vw1w__abygr*/rgba(42,251,1,0.4)/*!*/;
              color: /*!setting.b5t2_content_color__a7vw1w__abygr*/#27292b/*!*/;
            }
            .b5t2-content__a7vw1w__abygr:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__a7vw1w__abygr*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__a7vw1w__abygr*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__a7vw1w__abygr*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__a7vw1w__abygr*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__a7vw1w__abygr:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__a7vw1w__abygr .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__iuo654__tjox1 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__iuo654__tjox1*/25px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__iuo654__tjox1*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__iuo654__tjox1*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__iuo654__tjox1*/#27292b/*!*/;
            }
            .b5t2-content__iuo654__tjox1:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__iuo654__tjox1*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__iuo654__tjox1*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__iuo654__tjox1*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__iuo654__tjox1*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__iuo654__tjox1:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__iuo654__tjox1 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__a7vw1w__97ypg7 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__a7vw1w__97ypg7*/6px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__a7vw1w__97ypg7*/9px/*!*/;
              background: /*!setting.b5t2_content_bg_color__a7vw1w__97ypg7*/rgba(42,251,1,0.4)/*!*/;
              color: /*!setting.b5t2_content_color__a7vw1w__97ypg7*/#27292b/*!*/;
            }
            .b5t2-content__a7vw1w__97ypg7:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__a7vw1w__97ypg7*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__a7vw1w__97ypg7*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__a7vw1w__97ypg7*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__a7vw1w__97ypg7*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__a7vw1w__97ypg7:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__a7vw1w__97ypg7 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__sz7prk__beko2 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__sz7prk__beko2*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__sz7prk__beko2*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__sz7prk__beko2*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b5t2_content_color__sz7prk__beko2*/#27292b/*!*/;
            }
            .b5t2-content__sz7prk__beko2:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__sz7prk__beko2*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__sz7prk__beko2*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__sz7prk__beko2*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__sz7prk__beko2*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__sz7prk__beko2:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__sz7prk__beko2 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B4W1 */
            .b4w1-howitworks__y8r1wl__o1p2js {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__y8r1wl__o1p2js*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__y8r1wl__o1p2js*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__y8r1wl__o1p2js*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b4w1_howitworks_color__y8r1wl__o1p2js*/#27292b/*!*/;
            }
            .b4w1-howitworks__y8r1wl__o1p2js:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__y8r1wl__o1p2js*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__y8r1wl__o1p2js*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__y8r1wl__o1p2js*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__y8r1wl__o1p2js*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__y8r1wl__o1p2js:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__y8r1wl__o1p2js*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__y8r1wl__o1p2js*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__o1p2js*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__o1p2js*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__o1p2js*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__o1p2js*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__o1p2js*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__o1p2js*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__y8r1wl__o1p2js*/rgba(45,51,55,0.17)/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__y8r1wl__o1p2js*/rgba(45,51,55,0.17)/*!*/;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__y8r1wl__o1p2js*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__y8r1wl__o1p2js*/rgba(45,51,55,0.17)/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__y8r1wl__o1p2js .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b10f1-faq__r489r__z15x6i {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__r489r__z15x6i*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__r489r__z15x6i*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__r489r__z15x6i*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__r489r__z15x6i*/#fff/*!*/;
            }
            .b10f1-faq__r489r__z15x6i:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__r489r__z15x6i*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__r489r__z15x6i*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__r489r__z15x6i*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__r489r__z15x6i*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__r489r__z15x6i:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__r489r__z15x6i .faq-bg {
            
            }
            .b10f1-faq__r489r__z15x6i .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__r489r__z15x6i .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__r489r__z15x6i .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__r489r__z15x6i .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__r489r__z15x6i*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__r489r__z15x6i*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__r489r__z15x6i*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__r489r__z15x6i*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__r489r__z15x6i*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__z15x6i*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__z15x6i*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__z15x6i*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__r489r__z15x6i*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__r489r__z15x6i .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__r489r__z15x6i .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__wgct28__kh3n09 {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__wgct28__kh3n09*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__wgct28__kh3n09*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__wgct28__kh3n09*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__wgct28__kh3n09*/#27292b/*!*/;
            }
            .b2r2-reviews__wgct28__kh3n09:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__wgct28__kh3n09*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__wgct28__kh3n09*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__wgct28__kh3n09*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__wgct28__kh3n09*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__wgct28__kh3n09:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__wgct28__kh3n09 .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__wgct28__kh3n09 .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__wgct28__kh3n09 .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__wgct28__kh3n09 .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__wgct28__kh3n09*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__wgct28__kh3n09*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__kh3n09*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__kh3n09*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__kh3n09*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__kh3n09*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__kh3n09*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__kh3n09*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__wgct28__kh3n09 .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__wgct28__kh3n09 .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__wgct28__kh3n09 .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__wgct28__kh3n09 .block-reviews__item-name {
            
            }
            .b2r2-reviews__wgct28__kh3n09 .block-reviews__item-description {
            
            }
          
            /* B9P1 */
            .b9p3-products__1ebhr__a067vf {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__1ebhr__a067vf*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__1ebhr__a067vf*/0px/*!*/;
              background: /*!setting.b9p3_products_bg_color__1ebhr__a067vf*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b9p3_products_color__1ebhr__a067vf*/#27292b/*!*/;
            }
            .b9p3-products__1ebhr__a067vf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__1ebhr__a067vf*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__1ebhr__a067vf*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__1ebhr__a067vf*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__1ebhr__a067vf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__1ebhr__a067vf:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__1ebhr__a067vf .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__1ebhr__a067vf .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item {
              color: /*!setting.b9p3_products_items_color__1ebhr__a067vf*/#27292b/*!*/;
              background: /*!setting.b9p3_products_items_bg__1ebhr__a067vf*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__1ebhr__a067vf*/35px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__1ebhr__a067vf*/35px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__1ebhr__a067vf*/35px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__a067vf*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__a067vf*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__a067vf*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__1ebhr__a067vf*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__1ebhr__a067vf*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__1ebhr__a067vf .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B1F2 */
            .b1f2-features__t6meqa__weqi3c {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__t6meqa__weqi3c*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__t6meqa__weqi3c*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__t6meqa__weqi3c*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__t6meqa__weqi3c*/#27292b/*!*/;
            }
            .b1f2-features__t6meqa__weqi3c:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__t6meqa__weqi3c*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__t6meqa__weqi3c*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__t6meqa__weqi3c*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__t6meqa__weqi3c*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__t6meqa__weqi3c:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__t6meqa__weqi3c .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__t6meqa__weqi3c .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__t6meqa__weqi3c .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__t6meqa__weqi3c .features-item {
              color: /*!setting.b1f2_features_items_color__t6meqa__weqi3c*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__t6meqa__weqi3c*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__t6meqa__weqi3c*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__t6meqa__weqi3c*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__t6meqa__weqi3c*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__t6meqa__weqi3c*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__t6meqa__weqi3c*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__t6meqa__weqi3c*/none/*!*/;
            }
            .b1f2-features__t6meqa__weqi3c .features-item__image{
              position: relative;
            }
            .b1f2-features__t6meqa__weqi3c .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__t6meqa__weqi3c .features-item__description {
              margin: 10px 0px;
            }
          
            /* B1F2 */
            .b1f2-features__t6meqa__bpdb2w {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__t6meqa__bpdb2w*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__t6meqa__bpdb2w*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__t6meqa__bpdb2w*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__t6meqa__bpdb2w*/#27292b/*!*/;
            }
            .b1f2-features__t6meqa__bpdb2w:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__t6meqa__bpdb2w*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__t6meqa__bpdb2w*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__t6meqa__bpdb2w*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__t6meqa__bpdb2w*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__t6meqa__bpdb2w:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__t6meqa__bpdb2w .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__t6meqa__bpdb2w .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__t6meqa__bpdb2w .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__t6meqa__bpdb2w .features-item {
              color: /*!setting.b1f2_features_items_color__t6meqa__bpdb2w*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__t6meqa__bpdb2w*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__t6meqa__bpdb2w*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__t6meqa__bpdb2w*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__t6meqa__bpdb2w*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__t6meqa__bpdb2w*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__t6meqa__bpdb2w*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__t6meqa__bpdb2w*/none/*!*/;
            }
            .b1f2-features__t6meqa__bpdb2w .features-item__image{
              position: relative;
            }
            .b1f2-features__t6meqa__bpdb2w .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__t6meqa__bpdb2w .features-item__description {
              margin: 10px 0px;
            }
          
            /* B9P1 */
            .b9p3-products__1ebhr__2q4wnk {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__1ebhr__2q4wnk*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__1ebhr__2q4wnk*/0px/*!*/;
              background: /*!setting.b9p3_products_bg_color__1ebhr__2q4wnk*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b9p3_products_color__1ebhr__2q4wnk*/#27292b/*!*/;
            }
            .b9p3-products__1ebhr__2q4wnk:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__1ebhr__2q4wnk*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__1ebhr__2q4wnk*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__1ebhr__2q4wnk*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__1ebhr__2q4wnk*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__1ebhr__2q4wnk:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item {
              color: /*!setting.b9p3_products_items_color__1ebhr__2q4wnk*/#27292b/*!*/;
              background: /*!setting.b9p3_products_items_bg__1ebhr__2q4wnk*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__1ebhr__2q4wnk*/35px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__1ebhr__2q4wnk*/35px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__1ebhr__2q4wnk*/35px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__2q4wnk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__2q4wnk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__2q4wnk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__1ebhr__2q4wnk*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__1ebhr__2q4wnk*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__1ebhr__2q4wnk .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B5T2 */
            .b5t2-content__qvvvem__ma8zbf {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__qvvvem__ma8zbf*/25px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__qvvvem__ma8zbf*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__qvvvem__ma8zbf*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__qvvvem__ma8zbf*/#27292b/*!*/;
            }
            .b5t2-content__qvvvem__ma8zbf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__qvvvem__ma8zbf*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__qvvvem__ma8zbf*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__qvvvem__ma8zbf*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__qvvvem__ma8zbf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__qvvvem__ma8zbf:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__qvvvem__ma8zbf .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__sz7prk__a1thfb {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__sz7prk__a1thfb*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__sz7prk__a1thfb*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__sz7prk__a1thfb*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b5t2_content_color__sz7prk__a1thfb*/#27292b/*!*/;
            }
            .b5t2-content__sz7prk__a1thfb:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__sz7prk__a1thfb*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__sz7prk__a1thfb*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__sz7prk__a1thfb*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__sz7prk__a1thfb*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__sz7prk__a1thfb:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__sz7prk__a1thfb .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B4W1 */
            .b4w1-howitworks__y8r1wl__n4hn0y {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__y8r1wl__n4hn0y*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__y8r1wl__n4hn0y*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__y8r1wl__n4hn0y*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b4w1_howitworks_color__y8r1wl__n4hn0y*/#27292b/*!*/;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__y8r1wl__n4hn0y*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__y8r1wl__n4hn0y*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__y8r1wl__n4hn0y*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__y8r1wl__n4hn0y*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__y8r1wl__n4hn0y:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__y8r1wl__n4hn0y*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__y8r1wl__n4hn0y*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__n4hn0y*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__n4hn0y*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__n4hn0y*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__n4hn0y*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__n4hn0y*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__n4hn0y*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__y8r1wl__n4hn0y*/rgba(45,51,55,0.17)/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__y8r1wl__n4hn0y*/rgba(45,51,55,0.17)/*!*/;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__y8r1wl__n4hn0y*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__y8r1wl__n4hn0y*/rgba(45,51,55,0.17)/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__y8r1wl__n4hn0y .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b10f1-faq__r489r__wkcpu {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__r489r__wkcpu*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__r489r__wkcpu*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__r489r__wkcpu*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__r489r__wkcpu*/#fff/*!*/;
            }
            .b10f1-faq__r489r__wkcpu:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__r489r__wkcpu*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__r489r__wkcpu*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__r489r__wkcpu*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__r489r__wkcpu*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__r489r__wkcpu:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__r489r__wkcpu .faq-bg {
            
            }
            .b10f1-faq__r489r__wkcpu .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__r489r__wkcpu .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__r489r__wkcpu .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__r489r__wkcpu .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__r489r__wkcpu*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__r489r__wkcpu*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__r489r__wkcpu*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__r489r__wkcpu*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__r489r__wkcpu*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__wkcpu*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__wkcpu*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__wkcpu*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__r489r__wkcpu*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__r489r__wkcpu .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__r489r__wkcpu .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__wgct28__37dqk {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__wgct28__37dqk*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__wgct28__37dqk*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__wgct28__37dqk*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__wgct28__37dqk*/#27292b/*!*/;
            }
            .b2r2-reviews__wgct28__37dqk:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__wgct28__37dqk*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__wgct28__37dqk*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__wgct28__37dqk*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__wgct28__37dqk*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__wgct28__37dqk:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__wgct28__37dqk .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__wgct28__37dqk .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__wgct28__37dqk .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__wgct28__37dqk .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__wgct28__37dqk*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__wgct28__37dqk*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__37dqk*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__37dqk*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__37dqk*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__37dqk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__37dqk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__37dqk*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__wgct28__37dqk .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__wgct28__37dqk .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__wgct28__37dqk .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__wgct28__37dqk .block-reviews__item-name {
            
            }
            .b2r2-reviews__wgct28__37dqk .block-reviews__item-description {
            
            }
          
            .b1f3-features__e2297__moph5o {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__e2297__moph5o*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__e2297__moph5o*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__e2297__moph5o*/rgba(223,223,231,0.21)/*!*/;
              color: /*!setting.b1f3_features_color__e2297__moph5o*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__e2297__moph5o:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__e2297__moph5o*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__e2297__moph5o*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__e2297__moph5o*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__e2297__moph5o*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__e2297__moph5o:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__e2297__moph5o .features-bg { 

            }
            .b1f3-features__e2297__moph5o .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__e2297__moph5o .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__e2297__moph5o .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__e2297__moph5o .features-item {
              color: /*!setting.b1f3_features_items_color__e2297__moph5o*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__e2297__moph5o*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__e2297__moph5o*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__e2297__moph5o*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__e2297__moph5o*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__e2297__moph5o*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__e2297__moph5o*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__e2297__moph5o*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__e2297__moph5o .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__e2297__moph5o*/50px/*!*/;
            }
            .b1f3-features__e2297__moph5o .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__e2297__moph5o .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__e2297__moph5o .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__e2297__moph5o .features-item__container {
              position: relative;
            }
          
            /* B5T2 */
            .b5t2-content__qvvvem__kgs8c {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__qvvvem__kgs8c*/25px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__qvvvem__kgs8c*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__qvvvem__kgs8c*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__qvvvem__kgs8c*/#27292b/*!*/;
            }
            .b5t2-content__qvvvem__kgs8c:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__qvvvem__kgs8c*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__qvvvem__kgs8c*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__qvvvem__kgs8c*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__qvvvem__kgs8c*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__qvvvem__kgs8c:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__qvvvem__kgs8c .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__to65vi__qo03c {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__to65vi__qo03c*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__to65vi__qo03c*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__to65vi__qo03c*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b5t2_content_color__to65vi__qo03c*/#27292b/*!*/;
            }
            .b5t2-content__to65vi__qo03c:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__to65vi__qo03c*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__to65vi__qo03c*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__to65vi__qo03c*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__to65vi__qo03c*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__to65vi__qo03c:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__to65vi__qo03c .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B4W1 */
            .b4w1-howitworks__y8r1wl__uzdn8f {
              position: relative;
              padding-top: /*!setting.b4w1_howitworks_top__y8r1wl__uzdn8f*/37px/*!*/;
              padding-bottom: /*!setting.b4w1_howitworks_bottom__y8r1wl__uzdn8f*/50px/*!*/;
              background: /*!setting.b4w1_howitworks_bg_color__y8r1wl__uzdn8f*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b4w1_howitworks_color__y8r1wl__uzdn8f*/#27292b/*!*/;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b4w1_howitworks_bg_image__y8r1wl__uzdn8f*/url(https://ucarecdn.com/dfcd65f3-4102-4b65-b5a9-745d22fc162e/)/*!*/;
              background-position: /*!setting.b4w1_howitworks_bg_position__y8r1wl__uzdn8f*/center center/*!*/;
              background-attachment: /*!setting.b4w1_howitworks_bg_effect__y8r1wl__uzdn8f*/scroll/*!*/;
              opacity: /*!setting.b4w1_howitworks_bg_opacity__y8r1wl__uzdn8f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b4w1-howitworks__y8r1wl__uzdn8f:before {
                background-attachment: scroll;
              }
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper {
              position: relative;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
              margin-right: 55%;
              text-align: right;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
              margin-left: 55%;
              text-align: left;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item {
              position: relative;
              margin-bottom: 70px;
              padding: 15px;
              color: /*!setting.b4w1_howitworks_items_color__y8r1wl__uzdn8f*/#27292b/*!*/;
              background: /*!setting.b4w1_howitworks_items_bg__y8r1wl__uzdn8f*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__uzdn8f*/29px/*!*/;
              -moz-border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__uzdn8f*/29px/*!*/;
              border-radius: /*!setting.b4w1_howitworks_items_radius__y8r1wl__uzdn8f*/29px/*!*/;
              -webkit-box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__uzdn8f*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__uzdn8f*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b4w1_howitworks_items_shadow__y8r1wl__uzdn8f*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-title {
            
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-number { 
              width: 40px; 
              height: 40px; 
              background-color: /*!setting.b4w1_howitworks_step_color__y8r1wl__uzdn8f*/rgba(45,51,55,0.17)/*!*/;
               -webkit-border-radius: 50%; 
               -moz-border-radius: 50%;
               border-radius: 50%; 
               position: absolute; 
               top: 5px;
               display: flex; 
               align-items: center; 
               justify-content: center; 
               font-size: 16px; 
               color: #fff; 
               position: absolute;
               right: -75px;
             }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-icon {
              top: 0;
              width: 40px;
              display: flex;
              align-items: center;
              justify-content: center;
              font-size: 50px;
              position: absolute;
              color: /*!setting.b4w1_howitworks_step_color__y8r1wl__uzdn8f*/rgba(45,51,55,0.17)/*!*/;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-icon > div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 50px;
              height: 50px;
              font-size: 50px;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-step {
              width: 1px;
              top: 56px;
              height: 100%;
              border-right: /*!setting.b4w1_howitworks_step_divider__y8r1wl__uzdn8f*/2px solid/*!*/ /*!setting.b4w1_howitworks_step_color__y8r1wl__uzdn8f*/rgba(45,51,55,0.17)/*!*/;
              position: absolute;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
              right: -75px;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
              left: -75px;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
              left: -75px;
              right: auto;
              top: 5px;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
              right: -57px;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
              left: -57px;
            }
            .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
              display: none;
            }
            @media(max-width: 1200px) { 
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 57%;
              }
            }
            @media(max-width: 991px) { 
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-left: 61%;
              }
            }
            @media(max-width: 768px) {
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item {
                margin-bottom: 15px;
                padding-bottom: 15px;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) {
                margin-right: 0px;
                margin-left: 15px;
                padding-left: 70px;
                text-align: left;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-icon {
                right: auto;
                top: 10px;
                left: 12px;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-number { 
                left: 12px;
                top: 15px;
                right: auto;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-icon {
                font-size: 30px;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-number {
                left: 12px;
                top: 15px;
              } 
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(odd) .block-howitworks__item-step {
                right: auto;
                left: -15px;
                top: -1px;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:nth-child(even) .block-howitworks__item-step {
                left: -15px;
                right: auto;
                top: -5px;
              }
               .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__wrapper .block-howitworks__item:last-child .block-howitworks__item-step {
                display: block;
              }
              .b4w1-howitworks__y8r1wl__uzdn8f .block-howitworks__item-step {
                height: 115%;
              }
            }
          
            .b10f1-faq__r489r__lgcf9p {
              position: relative;
              padding-top: /*!setting.b10f1_faq_top__r489r__lgcf9p*/24px/*!*/;
              padding-bottom: /*!setting.b10f1_faq_bottom__r489r__lgcf9p*/50px/*!*/;
              background: /*!setting.b10f1_faq_bg_color__r489r__lgcf9p*/rgba(0,123,255,0.03)/*!*/;
              color: /*!setting.b10f1_faq_color__r489r__lgcf9p*/#fff/*!*/;
            }
            .b10f1-faq__r489r__lgcf9p:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b10f1_faq_bg_image__r489r__lgcf9p*/none/*!*/;
              background-position: /*!setting.b10f1_faq_bg_position__r489r__lgcf9p*/center center/*!*/;
              background-attachment: /*!setting.b10f1_faq_bg_effect__r489r__lgcf9p*/scroll/*!*/;
              opacity: /*!setting.b10f1_faq_bg_opacity__r489r__lgcf9p*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b10f1-faq__r489r__lgcf9p:before {
                background-attachment: scroll;
              }
            }
            .b10f1-faq__r489r__lgcf9p .faq-bg {
            
            }
            .b10f1-faq__r489r__lgcf9p .faq-header {
              text-align: center;
              padding-bottom: 48px;
            }
            .b10f1-faq__r489r__lgcf9p .faq-header__title {
              width: 100%;
            }
            .b10f1-faq__r489r__lgcf9p .faq-header__description {
              width: 100%;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card {
              position: relative;
              padding: 16px;
              margin-bottom: 6px;
              margin-top: 6px;
              color: /*!setting.b10f1_faq_items_color__r489r__lgcf9p*/rgba(39,41,43,0.61)/*!*/;
              background: /*!setting.b10f1_faq_items_bg__r489r__lgcf9p*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b10f1_faq_items_radius__r489r__lgcf9p*/35px/*!*/;
              -moz-border-radius: /*!setting.b10f1_faq_items_radius__r489r__lgcf9p*/35px/*!*/;
              border-radius: /*!setting.b10f1_faq_items_radius__r489r__lgcf9p*/35px/*!*/;
              -webkit-box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__lgcf9p*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__lgcf9p*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b10f1_faq_items_shadow__r489r__lgcf9p*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__title {
              font-size: 16px;
              cursor: pointer;
              display: flex;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__description {
              padding-left: 36px;
              line-height: 22px;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__title-text {
              width: 100%;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__collapse-icon-block {
              width: 37px;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__collapse-icon {
              width: 24px;
              height: 24px;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              text-align: center;
              display: flex;
              justify-content: center;
              align-items: center;
              color: #fff;
              background-color: /*!setting.b10f1_faq_items_toggle_bg__r489r__lgcf9p*/rgba(238,82,146,1)/*!*/;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__collapse-icon:before {
              color: #fff;
            }
            .b10f1-faq__r489r__lgcf9p .faq-card__collapse-icon:before {
              font-family: 'Font Awesome 5 Pro';
              font-weight: 900;
              content: '\f068';
              -moz-osx-font-smoothing: grayscale;
              -webkit-font-smoothing: antialiased;
              display: inline-block;
              font-style: normal;
              font-variant: normal;
              text-rendering: auto;
              line-height: 1;
              font-size: 10px;
            }
            .b10f1-faq__r489r__lgcf9p .collapsed .faq-card__collapse-icon:before {
              content: '\f067';
            }
          
            /* B2R2 */
            .b2r2-reviews__wgct28__z823ze {
              position: relative;
              padding-top: /*!setting.b2r2_reviews_top__wgct28__z823ze*/9px/*!*/;
              padding-bottom: /*!setting.b2r2_reviews_bottom__wgct28__z823ze*/25px/*!*/;
              background: /*!setting.b2r2_reviews_bg_color__wgct28__z823ze*/rgba(12,123,255,0.09)/*!*/;
              color: /*!setting.b2r2_reviews_color__wgct28__z823ze*/#27292b/*!*/;
            }
            .b2r2-reviews__wgct28__z823ze:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b2r2_reviews_bg_image__wgct28__z823ze*/none/*!*/;
              background-position: /*!setting.b2r2_reviews_bg_position__wgct28__z823ze*/center center/*!*/;
              background-attachment: /*!setting.b2r2_reviews_bg_effect__wgct28__z823ze*/scroll/*!*/;
              opacity: /*!setting.b2r2_reviews_bg_opacity__wgct28__z823ze*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b2r2-reviews__wgct28__z823ze:before {
                background-attachment: scroll;
              }
            }
            .b2r2-reviews__wgct28__z823ze .reviews-header {
              margin-bottom: 15px;
            }
            .b2r2-reviews__wgct28__z823ze .reviews-header__title {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__wgct28__z823ze .reviews-header__description {
              padding: 5px 0px;
              text-align: center;
            }
            .b2r2-reviews__wgct28__z823ze .block-reviews__item {
              color: /*!setting.b2r2_reviews_items_color__wgct28__z823ze*/rgba(39,41,43,0.8)/*!*/;
              background: /*!setting.b2r2_reviews_items_bg__wgct28__z823ze*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__z823ze*/31px/*!*/;
              -moz-border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__z823ze*/31px/*!*/;
              border-radius: /*!setting.b2r2_reviews_items_radius__wgct28__z823ze*/31px/*!*/;
              padding: 15px;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__z823ze*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__z823ze*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b2r2_reviews_items_shadow__wgct28__z823ze*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b2r2-reviews__wgct28__z823ze .block-reviews__item-avatar {
              text-align: center;
              padding-right: 15px;
            }
            .b2r2-reviews__wgct28__z823ze .block-reviews__item-image {
              display: inline-block;
              width: 64px;
              height: 64px;
              overflow: hidden;
              background-color: #000000;
              position: relative;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              background-size: cover;
              background-position: center center;
              background-repeat: no-repeat;
              cursor: pointer;
            }
            .b2r2-reviews__wgct28__z823ze .block-reviews__item-content {
              position: relative;
            }
            .b2r2-reviews__wgct28__z823ze .block-reviews__item-name {
            
            }
            .b2r2-reviews__wgct28__z823ze .block-reviews__item-description {
            
            }
          
            .b1f3-features__e2297__ffpr4f {
              position: relative;
              padding-top: /*!setting.b1f3_features_top__e2297__ffpr4f*/30px/*!*/;
              padding-bottom: /*!setting.b1f3_features_bottom__e2297__ffpr4f*/50px/*!*/;
              background: /*!setting.b1f3_features_bg_color__e2297__ffpr4f*/rgba(223,223,231,0.21)/*!*/;
              color: /*!setting.b1f3_features_color__e2297__ffpr4f*/rgba(31,36,43,0.78)/*!*/;
            }
            .b1f3-features__e2297__ffpr4f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f3_features_bg_image__e2297__ffpr4f*/none/*!*/;
              background-position: /*!setting.b1f3_features_bg_position__e2297__ffpr4f*/center center/*!*/;
              background-attachment: /*!setting.b1f3_features_bg_effect__e2297__ffpr4f*/scroll/*!*/;
              opacity: /*!setting.b1f3_features_bg_opacity__e2297__ffpr4f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f3-features__e2297__ffpr4f:before {
                background-attachment: scroll;
              }
            }
            .b1f3-features__e2297__ffpr4f .features-bg { 

            }
            .b1f3-features__e2297__ffpr4f .features-header {
              position: relative;
              padding: 15px 0px;
            }
            .b1f3-features__e2297__ffpr4f .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f3-features__e2297__ffpr4f .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f3-features__e2297__ffpr4f .features-item {
              color: /*!setting.b1f3_features_items_color__e2297__ffpr4f*/rgba(39,41,43,0.69)/*!*/;
              background: /*!setting.b1f3_features_items_bg__e2297__ffpr4f*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f3_features_items_radius__e2297__ffpr4f*/25px/*!*/;
              -moz-border-radius: /*!setting.b1f3_features_items_radius__e2297__ffpr4f*/25px/*!*/;
              border-radius: /*!setting.b1f3_features_items_radius__e2297__ffpr4f*/25px/*!*/;
              padding: 5px;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f3_features_items_shadow__e2297__ffpr4f*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f3_features_items_shadow__e2297__ffpr4f*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f3_features_items_shadow__e2297__ffpr4f*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f3-features__e2297__ffpr4f .features-item__icon {
              position: relative;
              text-align: center;
              padding-right: 15px;
              padding-left: 10px;
              padding-top: 10px;
              padding-bottom: 10px;
              min-width: 80px;
              font-size: /*!setting.b1f3_features_items_icon_size__e2297__ffpr4f*/50px/*!*/;
            }
            .b1f3-features__e2297__ffpr4f .features-item__icon div {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b1f3-features__e2297__ffpr4f .features-item__title {
              margin-top: 10px;
            }
            .b1f3-features__e2297__ffpr4f .features-item__description {
              margin: 10px 0px;
            }
            .b1f3-features__e2297__ffpr4f .features-item__container {
              position: relative;
            }
          
            /* B5T3 */
            .b5t3-content__qw7ud__j7qw1 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__qw7ud__j7qw1*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__qw7ud__j7qw1*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__qw7ud__j7qw1*/rgba(223,223,231,0.03)/*!*/;
              color: /*!setting.b5t3_content_color__qw7ud__j7qw1*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__qw7ud__j7qw1:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__qw7ud__j7qw1*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__qw7ud__j7qw1*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__qw7ud__j7qw1*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__qw7ud__j7qw1*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__qw7ud__j7qw1:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__qw7ud__j7qw1 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__qw7ud__j7qw1 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__qw7ud__ckisvu {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__qw7ud__ckisvu*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__qw7ud__ckisvu*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__qw7ud__ckisvu*/rgba(223,223,231,0.03)/*!*/;
              color: /*!setting.b5t3_content_color__qw7ud__ckisvu*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__qw7ud__ckisvu:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__qw7ud__ckisvu*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__qw7ud__ckisvu*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__qw7ud__ckisvu*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__qw7ud__ckisvu*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__qw7ud__ckisvu:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__qw7ud__ckisvu .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__qw7ud__ckisvu .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__8odo9__3vs2la {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__8odo9__3vs2la*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__8odo9__3vs2la*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__8odo9__3vs2la*/rgba(223,223,231,0.03)/*!*/;
              color: /*!setting.b5t3_content_color__8odo9__3vs2la*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__8odo9__3vs2la:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__8odo9__3vs2la*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__8odo9__3vs2la*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__8odo9__3vs2la*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__8odo9__3vs2la*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__8odo9__3vs2la:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__8odo9__3vs2la .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__8odo9__3vs2la .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__8odo9__ag9yhw {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__8odo9__ag9yhw*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__8odo9__ag9yhw*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__8odo9__ag9yhw*/rgba(223,223,231,0.03)/*!*/;
              color: /*!setting.b5t3_content_color__8odo9__ag9yhw*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__8odo9__ag9yhw:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__8odo9__ag9yhw*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__8odo9__ag9yhw*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__8odo9__ag9yhw*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__8odo9__ag9yhw*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__8odo9__ag9yhw:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__8odo9__ag9yhw .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__8odo9__ag9yhw .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B5T3 */
            .b5t3-content__8odo9__47p1r8 {
              position: relative;
              padding-top: /*!setting.b5t3_content_top__8odo9__47p1r8*/30px/*!*/;
              padding-bottom: /*!setting.b5t3_content_bottom__8odo9__47p1r8*/50px/*!*/;
              background: /*!setting.b5t3_content_bg_color__8odo9__47p1r8*/rgba(223,223,231,0.03)/*!*/;
              color: /*!setting.b5t3_content_color__8odo9__47p1r8*/rgba(39,41,43,0.81)/*!*/;
            }     
            .b5t3-content__8odo9__47p1r8:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t3_content_bg_image__8odo9__47p1r8*/none/*!*/;
              background-position: /*!setting.b5t3_content_bg_position__8odo9__47p1r8*/center center/*!*/;
              background-attachment: /*!setting.b5t3_content_bg_effect__8odo9__47p1r8*/scroll/*!*/;
              opacity: /*!setting.b5t3_content_bg_opacity__8odo9__47p1r8*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t3-content__8odo9__47p1r8:before {
                background-attachment: scroll;
              }
            }
            .b5t3-content__8odo9__47p1r8 .block-content__description {
              position: relative;
              text-align: center;
            }
            @media(max-width: 768px) {
              .b5t3-content__8odo9__47p1r8 .block-content__item {
                margin-bottom: 15px;
              }
            }
          
            /* B1F2 */
            .b1f2-features__l9qou {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__l9qou*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__l9qou*/50px/*!*/;
              background: /*!setting.b1f2_features_bg_color__l9qou*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__l9qou*/#27292b/*!*/;
            }
            .b1f2-features__l9qou:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__l9qou*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__l9qou*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__l9qou*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__l9qou*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__l9qou:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__l9qou .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__l9qou .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__l9qou .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__l9qou .features-item {
              color: /*!setting.b1f2_features_items_color__l9qou*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__l9qou*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__l9qou*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__l9qou*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__l9qou*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__l9qou*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__l9qou*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__l9qou*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b1f2-features__l9qou .features-item__image{
              position: relative;
            }
            .b1f2-features__l9qou .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__l9qou .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T2 */
            .b5t2-content__45wzwh {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__45wzwh*/30px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__45wzwh*/50px/*!*/;
              background: /*!setting.b5t2_content_bg_color__45wzwh*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__45wzwh*/#27292b/*!*/;
            }
            .b5t2-content__45wzwh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__45wzwh*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__45wzwh*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__45wzwh*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__45wzwh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__45wzwh:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__45wzwh .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__gm86ij {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__gm86ij*/0px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__gm86ij*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__gm86ij*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__gm86ij*/#27292b/*!*/;
            }
            .b5t2-content__gm86ij:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__gm86ij*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__gm86ij*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__gm86ij*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__gm86ij*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__gm86ij:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__gm86ij .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__w2uzts {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__w2uzts*/5px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__w2uzts*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__w2uzts*/#fff/*!*/;
              color: /*!setting.b5t2_content_color__w2uzts*/#27292b/*!*/;
            }
            .b5t2-content__w2uzts:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__w2uzts*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__w2uzts*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__w2uzts*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__w2uzts*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__w2uzts:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__w2uzts .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__h68wss__s0w8nf {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__h68wss__s0w8nf*/6px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__h68wss__s0w8nf*/9px/*!*/;
              background: /*!setting.b5t2_content_bg_color__h68wss__s0w8nf*/rgba(42,251,1,0.4)/*!*/;
              color: /*!setting.b5t2_content_color__h68wss__s0w8nf*/#27292b/*!*/;
            }
            .b5t2-content__h68wss__s0w8nf:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__h68wss__s0w8nf*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__h68wss__s0w8nf*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__h68wss__s0w8nf*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__h68wss__s0w8nf*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__h68wss__s0w8nf:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__h68wss__s0w8nf .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__to65vi__dave8fj {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__to65vi__dave8fj*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__to65vi__dave8fj*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__to65vi__dave8fj*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__to65vi__dave8fj*/#27292b/*!*/;
            }
            .b5t2-content__to65vi__dave8fj:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__to65vi__dave8fj*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__to65vi__dave8fj*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__to65vi__dave8fj*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__to65vi__dave8fj*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__to65vi__dave8fj:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__to65vi__dave8fj .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__pzklbs {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__pzklbs*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__pzklbs*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__pzklbs*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__pzklbs*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__pzklbs:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__pzklbs*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__pzklbs*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__pzklbs*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__pzklbs*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__pzklbs:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__pzklbs .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__7d1j4f {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__7d1j4f*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__7d1j4f*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__7d1j4f*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__7d1j4f*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__7d1j4f:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__7d1j4f*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__7d1j4f*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__7d1j4f*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__7d1j4f*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__7d1j4f:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__7d1j4f .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__mdkkvh {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__mdkkvh*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__mdkkvh*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__mdkkvh*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__mdkkvh*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__mdkkvh:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__mdkkvh*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__mdkkvh*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__mdkkvh*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__mdkkvh*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__mdkkvh:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__mdkkvh .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__8pye3n {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__8pye3n*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__8pye3n*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__8pye3n*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__8pye3n*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__8pye3n:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__8pye3n*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__8pye3n*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__8pye3n*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__8pye3n*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__8pye3n:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__8pye3n .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__3vr8r {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__3vr8r*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__3vr8r*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__3vr8r*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__3vr8r*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__3vr8r:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__3vr8r*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__3vr8r*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__3vr8r*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__3vr8r*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__3vr8r:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__3vr8r .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__dolkh8 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__dolkh8*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__dolkh8*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__dolkh8*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__dolkh8*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__dolkh8:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__dolkh8*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__dolkh8*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__dolkh8*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__dolkh8*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__dolkh8:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__dolkh8 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__w4g4go {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__w4g4go*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__w4g4go*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__w4g4go*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__w4g4go*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__w4g4go:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__w4g4go*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__w4g4go*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__w4g4go*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__w4g4go*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__w4g4go:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__w4g4go .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__w00599 {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__w00599*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__w00599*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__w00599*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__w00599*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__w00599:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__w00599*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__w00599*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__w00599*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__w00599*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__w00599:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__w00599 .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__6erps {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__6erps*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__6erps*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__6erps*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__6erps*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__6erps:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__6erps*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__6erps*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__6erps*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__6erps*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__6erps:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__6erps .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p3-products__z6cgw__qp5qcq {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__z6cgw__qp5qcq*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__z6cgw__qp5qcq*/0px/*!*/;
              background: /*!setting.b9p3_products_bg_color__z6cgw__qp5qcq*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b9p3_products_color__z6cgw__qp5qcq*/#27292b/*!*/;
            }
            .b9p3-products__z6cgw__qp5qcq:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__z6cgw__qp5qcq*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__z6cgw__qp5qcq*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__z6cgw__qp5qcq*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__z6cgw__qp5qcq*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__z6cgw__qp5qcq:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item {
              color: /*!setting.b9p3_products_items_color__z6cgw__qp5qcq*/#27292b/*!*/;
              background: /*!setting.b9p3_products_items_bg__z6cgw__qp5qcq*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__z6cgw__qp5qcq*/35px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__z6cgw__qp5qcq*/35px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__z6cgw__qp5qcq*/35px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__z6cgw__qp5qcq*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__z6cgw__qp5qcq*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__z6cgw__qp5qcq*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__z6cgw__qp5qcq*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__z6cgw__qp5qcq*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__z6cgw__qp5qcq .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B9P1 */
            .b9p3-products__q71xsw__agju6j {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__q71xsw__agju6j*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__q71xsw__agju6j*/50px/*!*/;
              background: /*!setting.b9p3_products_bg_color__q71xsw__agju6j*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b9p3_products_color__q71xsw__agju6j*/#27292b/*!*/;
            }
            .b9p3-products__q71xsw__agju6j:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__q71xsw__agju6j*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__q71xsw__agju6j*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__q71xsw__agju6j*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__q71xsw__agju6j*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__q71xsw__agju6j:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__q71xsw__agju6j .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__q71xsw__agju6j .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item {
              color: /*!setting.b9p3_products_items_color__q71xsw__agju6j*/rgba(70,70,70,0.77)/*!*/;
              background: /*!setting.b9p3_products_items_bg__q71xsw__agju6j*/rgba(255,255,255,1)/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__q71xsw__agju6j*/34px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__q71xsw__agju6j*/34px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__q71xsw__agju6j*/34px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__q71xsw__agju6j*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__q71xsw__agju6j*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__q71xsw__agju6j*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__q71xsw__agju6j*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__q71xsw__agju6j*/26px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__q71xsw__agju6j .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B9P1 */
            .b9p3-products__1ebhr__3o2vbs {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__1ebhr__3o2vbs*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__1ebhr__3o2vbs*/0px/*!*/;
              background: /*!setting.b9p3_products_bg_color__1ebhr__3o2vbs*/rgba(12,123,255,0.07)/*!*/;
              color: /*!setting.b9p3_products_color__1ebhr__3o2vbs*/#27292b/*!*/;
            }
            .b9p3-products__1ebhr__3o2vbs:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__1ebhr__3o2vbs*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__1ebhr__3o2vbs*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__1ebhr__3o2vbs*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__1ebhr__3o2vbs*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__1ebhr__3o2vbs:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item {
              color: /*!setting.b9p3_products_items_color__1ebhr__3o2vbs*/#27292b/*!*/;
              background: /*!setting.b9p3_products_items_bg__1ebhr__3o2vbs*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__1ebhr__3o2vbs*/35px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__1ebhr__3o2vbs*/35px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__1ebhr__3o2vbs*/35px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__3o2vbs*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__3o2vbs*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__1ebhr__3o2vbs*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__1ebhr__3o2vbs*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__1ebhr__3o2vbs*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__1ebhr__3o2vbs .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B9P1 */
            .b9p1-products__6cz9b6 {
              position: relative;
              padding-top: /*!setting.b9p1_products_top__6cz9b6*/2px/*!*/;
              padding-bottom: /*!setting.b9p1_products_bottom__6cz9b6*/50px/*!*/;
              background: /*!setting.b9p1_products_bg_color__6cz9b6*/rgba(12,123,255,0.11)/*!*/;
              color: /*!setting.b9p1_products_color__6cz9b6*/#27292b/*!*/;
            }
            .b9p1-products__6cz9b6:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p1_products_bg_image__6cz9b6*/none/*!*/;
              background-position: /*!setting.b9p1_products_bg_position__6cz9b6*/center center/*!*/;
              background-attachment: /*!setting.b9p1_products_bg_effect__6cz9b6*/scroll/*!*/;
              opacity: /*!setting.b9p1_products_bg_opacity__6cz9b6*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p1-products__6cz9b6:before {
                background-attachment: scroll;
              }
            }
            .b9p1-products__6cz9b6 .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p1-products__6cz9b6 .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p1-products__6cz9b6 .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p1-products__6cz9b6 .block-products__item-name {
            
            }
            .b9p1-products__6cz9b6 .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p1-products__6cz9b6 .block-products__item {
              color: /*!setting.b9p1_products_items_color__6cz9b6*/#27292b/*!*/;
              background: /*!setting.b9p1_products_items_bg__6cz9b6*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b9p1_products_items_radius__6cz9b6*/16px/*!*/;
              -moz-border-radius: /*!setting.b9p1_products_items_radius__6cz9b6*/16px/*!*/;
              border-radius: /*!setting.b9p1_products_items_radius__6cz9b6*/16px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p1_products_items_shadow__6cz9b6*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p1_products_items_shadow__6cz9b6*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p1_products_items_shadow__6cz9b6*/0 8px 16px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p1-products__6cz9b6 .block-products__item-header {
              font-size: /*!setting.b9p1_products_items_icon_size__6cz9b6*/55px/*!*/;
              padding: 10px 0px;
            }
            .b9p1-products__6cz9b6 .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p1-products__6cz9b6 .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p1-products__6cz9b6 .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p1-products__6cz9b6 .block-products__item-price {
              font-size: /*!setting.b9p1_products_items_price_size__6cz9b6*/32px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p1-products__6cz9b6 .block-products__item-button {
              color: /*!setting.b9p1_products_items_btn_color__6cz9b6*/#fff/*!*/;
              background-color: /*!setting.b9p1_products_items_btn_bg__6cz9b6*/#007bff/*!*/;
              border-color: /*!setting.b9p1_products_items_btn_bg__6cz9b6*/#007bff/*!*/;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p1-products__6cz9b6 .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B1F2 */
            .b1f2-features__ggmkf__1f16hg {
              position: relative;
              padding-top: /*!setting.b1f2_features_top__ggmkf__1f16hg*/30px/*!*/;
              padding-bottom: /*!setting.b1f2_features_bottom__ggmkf__1f16hg*/0px/*!*/;
              background: /*!setting.b1f2_features_bg_color__ggmkf__1f16hg*/#fff/*!*/;
              color: /*!setting.b1f2_features_color__ggmkf__1f16hg*/#27292b/*!*/;
            }
            .b1f2-features__ggmkf__1f16hg:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b1f2_features_bg_image__ggmkf__1f16hg*/none/*!*/;
              background-position: /*!setting.b1f2_features_bg_position__ggmkf__1f16hg*/center center/*!*/;
              background-attachment: /*!setting.b1f2_features_bg_effect__ggmkf__1f16hg*/scroll/*!*/;
              opacity: /*!setting.b1f2_features_bg_opacity__ggmkf__1f16hg*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b1f2-features__ggmkf__1f16hg:before {
                background-attachment: scroll;
              }
            }
            .b1f2-features__ggmkf__1f16hg .features-header {
              position: relative;
              padding: 15px 0px;
              margin-bottom: 15px;
            }
            .b1f2-features__ggmkf__1f16hg .features-header__title {
              position: relative;
              margin: 5px 0px;
              text-align: center;
            }
            .b1f2-features__ggmkf__1f16hg .features-header__description {
              position: relative;
              margin: 10px 0px;
              text-align: center;
            }
            .b1f2-features__ggmkf__1f16hg .features-item {
              color: /*!setting.b1f2_features_items_color__ggmkf__1f16hg*/#27292b/*!*/;
              background: /*!setting.b1f2_features_items_bg__ggmkf__1f16hg*/#fff/*!*/;
              -webkit-border-radius: /*!setting.b1f2_features_items_radius__ggmkf__1f16hg*/4px/*!*/;
              -moz-border-radius: /*!setting.b1f2_features_items_radius__ggmkf__1f16hg*/4px/*!*/;
              border-radius: /*!setting.b1f2_features_items_radius__ggmkf__1f16hg*/4px/*!*/;
              padding: 15px;
              text-align: center;
              margin-top: 15px;
              margin-bottom: 15px;
              -webkit-box-shadow: /*!setting.b1f2_features_items_shadow__ggmkf__1f16hg*/none/*!*/;
              -moz-box-shadow: /*!setting.b1f2_features_items_shadow__ggmkf__1f16hg*/none/*!*/;
              box-shadow: /*!setting.b1f2_features_items_shadow__ggmkf__1f16hg*/none/*!*/;
            }
            .b1f2-features__ggmkf__1f16hg .features-item__image{
              position: relative;
            }
            .b1f2-features__ggmkf__1f16hg .features-item__title {
              margin: 10px 0px;
              font-size: 16px;
            }
            .b1f2-features__ggmkf__1f16hg .features-item__description {
              margin: 10px 0px;
            }
          
            /* B5T2 */
            .b5t2-content__qvvvem__cbui2e {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__qvvvem__cbui2e*/25px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__qvvvem__cbui2e*/18px/*!*/;
              background: /*!setting.b5t2_content_bg_color__qvvvem__cbui2e*/linear-gradient(225deg, #A445B2 0%, #D41872 51.71%, #FF0066 100%)/*!*/;
              color: /*!setting.b5t2_content_color__qvvvem__cbui2e*/#27292b/*!*/;
            }
            .b5t2-content__qvvvem__cbui2e:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__qvvvem__cbui2e*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__qvvvem__cbui2e*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__qvvvem__cbui2e*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__qvvvem__cbui2e*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__qvvvem__cbui2e:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__qvvvem__cbui2e .block-content__description {
              position: relative;
              text-align: center;
            }
          
            /* B9P1 */
            .b9p3-products__q71xsw__tv2vr9 {
              position: relative;
              padding-top: /*!setting.b9p3_products_top__q71xsw__tv2vr9*/0px/*!*/;
              padding-bottom: /*!setting.b9p3_products_bottom__q71xsw__tv2vr9*/50px/*!*/;
              background: /*!setting.b9p3_products_bg_color__q71xsw__tv2vr9*/rgba(12,123,255,0.06)/*!*/;
              color: /*!setting.b9p3_products_color__q71xsw__tv2vr9*/#27292b/*!*/;
            }
            .b9p3-products__q71xsw__tv2vr9:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b9p3_products_bg_image__q71xsw__tv2vr9*/none/*!*/;
              background-position: /*!setting.b9p3_products_bg_position__q71xsw__tv2vr9*/center center/*!*/;
              background-attachment: /*!setting.b9p3_products_bg_effect__q71xsw__tv2vr9*/scroll/*!*/;
              opacity: /*!setting.b9p3_products_bg_opacity__q71xsw__tv2vr9*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b9p3-products__q71xsw__tv2vr9:before {
                background-attachment: scroll;
              }
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__header {
              position: relative;
              padding: 5px 0px;
              margin-bottom: 15px;
              text-align: center
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__header-title {
              position: relative;
              padding: 5px 0px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-quantity {
              margin-right: 5px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-name {
            
            }
            .b9p1-products .block-products__header-description {
              position: relative;
              margin: 10px 0px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item {
              color: /*!setting.b9p3_products_items_color__q71xsw__tv2vr9*/rgba(70,70,70,0.77)/*!*/;
              background: /*!setting.b9p3_products_items_bg__q71xsw__tv2vr9*/rgba(255,255,255,1)/*!*/;
              -webkit-border-radius: /*!setting.b9p3_products_items_radius__q71xsw__tv2vr9*/34px/*!*/;
              -moz-border-radius: /*!setting.b9p3_products_items_radius__q71xsw__tv2vr9*/34px/*!*/;
              border-radius: /*!setting.b9p3_products_items_radius__q71xsw__tv2vr9*/34px/*!*/;
              padding: 15px;
              text-align: center;
              margin-bottom: 15px;
              margin-top: 15px;
              -webkit-box-shadow: /*!setting.b9p3_products_items_shadow__q71xsw__tv2vr9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              -moz-box-shadow: /*!setting.b9p3_products_items_shadow__q71xsw__tv2vr9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
              box-shadow: /*!setting.b9p3_products_items_shadow__q71xsw__tv2vr9*/0 16px 32px 0 rgba(24, 24, 26, 0.08)/*!*/;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-header {
              font-size: /*!setting.b9p3_products_items_icon_size__q71xsw__tv2vr9*/55px/*!*/;
              padding-bottom: 10px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-images img{
              margin: 0 auto;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-header span {
              display: flex;
              align-items: center;
              justify-content: center;
              box-sizing: content-box;
              margin-left: auto;
              margin-right: auto;
              width: 65px;
              height: 65px;
              font-size: 65px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-properties {
              margin-bottom: 15px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-title {
              font-size: 20px;
              font-weight: bold;
              padding: 5px 0px;
              word-wrap: break-word;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-price {
              font-size: /*!setting.b9p3_products_items_price_size__q71xsw__tv2vr9*/26px/*!*/;
              font-weight: bold;
              padding-top: 5px;
              padding-bottom: 20px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-button {
              color: #fff;
              background-color: #007bff;
              border-color: #007bff;
              text-decoration: none;
              font-size: 16px;
              border-radius: 2px;
              padding: 8px 10px;
            }
            .b9p3-products__q71xsw__tv2vr9 .block-products__item-button p {
              padding-bottom: 0px;
              margin-bottom: 0px;
            }
          
            /* B5T2 */
            .b5t2-content__7acr8__v3lahm {
              position: relative;
              padding-top: /*!setting.b5t2_content_top__7acr8__v3lahm*/14px/*!*/;
              padding-bottom: /*!setting.b5t2_content_bottom__7acr8__v3lahm*/0px/*!*/;
              background: /*!setting.b5t2_content_bg_color__7acr8__v3lahm*/#0a8cf0/*!*/;
              color: /*!setting.b5t2_content_color__7acr8__v3lahm*/#27292b/*!*/;
            }
            .b5t2-content__7acr8__v3lahm:before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-repeat: no-repeat;
              background-size: cover;
              background-image: /*!setting.b5t2_content_bg_image__7acr8__v3lahm*/none/*!*/;
              background-position: /*!setting.b5t2_content_bg_position__7acr8__v3lahm*/center center/*!*/;
              background-attachment: /*!setting.b5t2_content_bg_effect__7acr8__v3lahm*/scroll/*!*/;
              opacity: /*!setting.b5t2_content_bg_opacity__7acr8__v3lahm*/1/*!*/;
            }
            @media only screen and (max-device-width: 1366px) {
              .b5t2-content__7acr8__v3lahm:before {
                background-attachment: scroll;
              }
            }
            .b5t2-content__7acr8__v3lahm .block-content__description {
              position: relative;
              text-align: center;
            }
          