@font-face {
    font-family: "Crimson Text";
    src: local("../fonts/"), local("../fonts/"), url("../fonts/crimsontext.woff2") format("woff2"), url("../fonts/crimsontext.woff") format("woff"), url("../fonts/crimsontext.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; 
    font-display: swap;
}
  
  /* poppins-300 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/poppins-v15-latin-300.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin-300.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-300.woff2") format("woff2"), url("../fonts/poppins-v15-latin-300.woff") format("woff"), url("../fonts/poppins-v15-latin-300.ttf") format("truetype"), url("../fonts/poppins-v15-latin-300.svg#Poppins") format("svg");
    font-display: swap;
    /* Legacy iOS */ }
  
  /* poppins-regular - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/poppins-v15-latin-regular.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-regular.woff2") format("woff2"), url("../fonts/poppins-v15-latin-regular.woff") format("woff"), url("../fonts/poppins-v15-latin-regular.ttf") format("truetype"), url("../fonts/poppins-v15-latin-regular.svg#Poppins") format("svg");
    font-display: swap;
    /* Legacy iOS */ }
  
  /* poppins-500 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/poppins-v15-latin-500.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin-500.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-500.woff2") format("woff2"), url("../fonts/poppins-v15-latin-500.woff") format("woff"), url("../fonts/poppins-v15-latin-500.ttf") format("truetype"), url("../fonts/poppins-v15-latin-500.svg#Poppins") format("svg");
    font-display: swap;
    /* Legacy iOS */ }
  
  /* poppins-600 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 600;
    src: url("../fonts/poppins-v15-latin-600.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin-600.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-600.woff2") format("woff2"), url("../fonts/poppins-v15-latin-600.woff") format("woff"), url("../fonts/poppins-v15-latin-600.ttf") format("truetype"), url("../fonts/poppins-v15-latin-600.svg#Poppins") format("svg");
    font-display: swap;
    /* Legacy iOS */ }
  
  /* poppins-700 - latin */
  @font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/poppins-v15-latin-700.eot");
    /* IE9 Compat Modes */
    src: local(""), url("../fonts/poppins-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../fonts/poppins-v15-latin-700.woff2") format("woff2"), url("../fonts/poppins-v15-latin-700.woff") format("woff"), url("../fonts/poppins-v15-latin-700.ttf") format("truetype"), url("../fonts/poppins-v15-latin-700.svg#Poppins") format("svg");
    font-display: swap;
    /* Legacy iOS */ }
  
  body a {
    font-weight: 600;
    text-decoration: underline; }
    body a:hover {
      text-decoration: underline; }
  
  #content {
    padding: 0 15px; }
  
  .single-post #content {
    padding-top: 20px; }
  
  .category #content {
    padding-top: 20px; }
    @media screen and (min-width: 768px) {
      .category #content h1 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  
  html,
  body {
    overflow-x: hidden; }
  
  .cover {
    display: none; }
  
  *[data-cover] {
    min-height: 200px;
    background: url(images/blank.gif) center top no-repeat;
    background-size: cover; }
  
  .pricing-page.faq-section {
    padding: 40px 0; }
  
  .wrapper {
    position: relative;
    z-index: 3; }
  
  #menu-social-menu i.fab {
    font-size: 25px; }
  
  ul {
    margin: 0; }
  
  body hr {
    border: 0.5px solid #f8bc15;
    margin: 15px 10px 30px;
    background: #f8bc15; }
  
  body .wp-caption .wp-caption-text {
    font-size: 100%;
    padding-top: 5px;
    opacity: 1; }
  
  @media screen and (max-width: 468px) {
    body #colors-available,
    body #styles-available,
    body #plans-available {
      width: 80%;
      padding: 10px;
      width: calc(100% - 80px); }
      body #colors-available .color-preset,
      body #styles-available .color-preset,
      body #plans-available .color-preset {
        width: 20px;
        height: 20px; } }
  
  body h3 {
    margin-bottom: 20px; }
    @media screen and (max-width: 767px) {
      body h3 {
        font-size: 18px; } }
  
  body .entry-header .entry-title {
    font-size: 36px; }
  
  body .subhead,
  body h6 {
    font-size: 36px;
    color: #333; }
  
  body ul,
  body ol {
    color: #333333;
    font-weight: 300;
    margin-left: 30px; }
  
  body .footer-widgets ul {
    font-size: 14px; }
  
  body pre {
    background-color: #f8f4f1;
    border-radius: 10px;
    padding: 20px 30px;
    font-weight: 500;
    color: #333333; }
    @media screen and (max-width: 767px) {
      body pre {
        padding: 18px;
        font-size: 17px;
        letter-spacing: -1px; } }
  
  body .wp-block-table table {
    border-left: none;
    border-top: none; }
    body .wp-block-table table tr {
      color: #333333;
      line-height: 42px; }
      body .wp-block-table table tr td {
        padding: 10px 20px;
        border-left: none;
        border-right: none; }
      body .wp-block-table table tr:first-child {
        color: #333;
        font-size: 30px;
        font-weight: 500; }
        @media screen and (max-width: 767px) {
          body .wp-block-table table tr:first-child {
            font-size: 18px; } }
  
  body .wp-block-table.is-style-stripes table tbody {
    border: none; }
    body .wp-block-table.is-style-stripes table tbody tr:nth-child(2n + 1) {
      background-color: #f8f4f1; }
    body .wp-block-table.is-style-stripes table tbody tr td {
      border: none; }
  
  body .entry-meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 0; }
    body .entry-meta .byline a {
      border-right: 1px solid #747474;
      padding-right: 10px;
      margin-right: 10px; }
    body .entry-meta a,
    body .entry-meta a:visited {
      color: #747474;
      text-decoration: none;
      font-size: 14px; }
    body .entry-meta .posted-on {
      padding-right: 5px; }
  
  body.post-image-below-header.post-image-aligned-center .inside-article .featured-image {
    margin-top: 30px; }
  
  body.search.search-results h1.page-title {
    padding-top: 32px; }
  
  @media screen and (max-width: 960px) {
    #page {
      padding-top: 70px; } }
  
  .entry-content p img {
    border-radius: 10px; }
  
  .single-post h2 {
    color: #f8bc15; }
  
  #cat-container h2 {
    color: #333333; }
  
  
  
  body{
    padding-top: 140px !important; }
  .cartflows_step-template, .page-template-login{
    padding-top: 0px !important;
  }
    @media screen and (max-width: 960px) {
      body {
        padding-top: 0px !important; } }
    body .site-header {
      position: fixed;
      z-index: 10000;
      left: 0;
      right: 0;
      top: 0; }
      body .site-header .header-image {
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s; }
      @media screen and (min-width: 960px) {
        body .site-header.active-header .inside-header {
          padding: 10px 15px; }
          body .site-header.active-header .inside-header .header-image {
            -webkit-filter: drop-shadow(1px 2px 2px #d59e27);
            width: 60px; }
          body .site-header.active-header .inside-header .logo-text-mobile {
            display: block; }
          body .site-header.active-header .inside-header .main-navigation {
            margin-left: auto; } }
      @media screen and (max-width: 960px) {
        body .site-header {
          background-color: #fee1a1; } }
      @media screen and (max-width: 960px) {
        body .site-header .main-navigation {
          background-color: transparent; } }
      body .site-header .main-navigation a {
        letter-spacing: 2px;
        text-decoration: none; }
      body .site-header .main-navigation.toggled .main-nav {
        padding: 10px 0; }
        @media screen and (max-width: 960px) {
          body .site-header .main-navigation.toggled .main-nav {
            background: #f8f4f1;
            position: fixed;
            top: 0;
            left: 15px;
            margin: 15px auto;
            width: calc(100% - 30px);
            border-radius: 10px; }
            body .site-header .main-navigation.toggled .main-nav li.menu-item a {
              color: #333;
              line-height: 50px;
              padding-left: 30px;
              background: none; }
              body .site-header .main-navigation.toggled .main-nav li.menu-item a:hover {
                background: #f8f4f1; }
            body .site-header .main-navigation.toggled .main-nav li.menu-item.cta a {
              margin: auto;
              max-width: 90%;
              line-height: 1.75;
  padding: 1em 2.3em;
  width: fit-content;
  box-sizing: border-box;
  border-radius: 50px; } }
      body .site-header .main-navigation.toggled .menu-toggle::before {
        color: #333333;
        display: block; }
      body .site-header .main-navigation.toggled .menu-toggle .mobile-menu {
        display: none; }
      body .site-header .main-navigation .menu-toggle {
        right: 5px;
        padding: 0;
        top: 0;
        position: fixed;
        width: 68px;
        height: 68px;
        z-index: 1001;
        -webkit-transform: rotate(0deg);
            -ms-transform: rotate(0deg);
                transform: rotate(0deg);
        -webkit-transition: all ease-in-out 0.5s;
        -o-transition: all ease-in-out 0.5s;
        transition: all ease-in-out 0.5s;
        cursor: pointer;
        background: transparent; }
        body .site-header .main-navigation .menu-toggle .mobile-menu {
          font-size: 16px;
          color: black; }
        body .site-header .main-navigation .menu-toggle:hover {
          background: transparent; }
        body .site-header .main-navigation .menu-toggle::before {
          display: none;
          width: auto; }
      body .site-header .inside-header {
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        @media screen and (max-width: 960px) {
          body .site-header .inside-header {
            padding: 5px 15px;
            min-height: 70px; } }
        body .site-header .inside-header::after, body .site-header .inside-header::before {
          display: none; }
    @media screen and (max-width: 960px) {
      body .site-logo {
        display: none !important; } }
    body .logo-text-mobile {
      margin: 0 !important; }
      @media screen and (min-width: 961px) {
        body .logo-text-mobile {
          display: none; } }
      body .logo-text-mobile a {
        text-decoration: none !important;
        color: white !important;
        font-weight: 600;
        font-size: 16px; }
    @media screen and (max-width: 960px) {
      body .box-for-search-mobile {
        width: 37px;
        margin: 0 !important;
        width: calc(100vw - 80px);
        position: relative;
        right: 0; }
        body .box-for-search-mobile .wp-block-search,
        body .box-for-search-mobile .search-form {
          width: calc(100vw - 220px); }
        body .box-for-search-mobile.width-custom {
          right: 140px; }
          body .box-for-search-mobile.width-custom .wp-block-search,
          body .box-for-search-mobile.width-custom .search-form {
            width: calc(100vw - 80px); } }
  
  @media screen and (max-width: 960px) {
    .admin-bar #masthead.site-header,
    .admin-bar #masthead .menu-toggle,
    .admin-bar #masthead .main-nav {
      top: 46px; } }
  
  @media screen and (max-width: 960px) {
    .box-for-search-desktop {
      display: none; } }
  
  @media screen and (min-width: 961px) {
    .box-for-search-mobile {
      display: none; } }
  
  .footer-widgets a,
  .footer-widgets a:visited {
    font-weight: 400; }
  
  .footer-widgets .footer-widgets-container .inside-footer-widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    @media screen and (max-width: 767px) {
      .footer-widgets .footer-widgets-container .inside-footer-widgets {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent {
      width: 25%;
      padding: 0 10px 30px;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent {
          margin-bottom: 0;
          padding: 0;
          width: 100%;
          min-width: 223px; } }
      @media screen and (max-width: 767px) {
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:last-child {
          margin-top: 10px;
          width: 100%;
          text-align: center; } }
      @media screen and (min-width: 1030px) {
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:last-child #menu-social-menu {
          margin-left: -37px; } }
      @media screen and (min-width: 768px) {
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:last-child .wp-block-image {
          padding-left: 20px;
          padding-bottom: 20px; } }
      @media screen and (min-width: 768px) {
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent .widget-title + div {
          display: block !important; } }
      @media screen and (max-width: 767px) {
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:not(:last-child)::after {
          display: none;
          width: 100vw;
          position: relative;
          left: -15px;
          height: 2px;
          background-color: white;
          visibility: visible; }
        .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:not(:last-child) .widget-title {
          line-height: 40px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 0;
          padding-bottom: 0 !important; }
          .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:not(:last-child) .widget-title + div {
            display: none; }
          .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:not(:last-child) .widget-title.active::after {
            -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                    transform: rotate(-180deg); }
          .footer-widgets .footer-widgets-container .inside-footer-widgets .grid-parent:not(:last-child) .widget-title::after {
            -webkit-transition: 0.5s;
            -o-transition: 0.5s;
            transition: 0.5s;
            width: 14px;
            height: 14px;
            content: "";
            display: block;
            background-position: center;
            background-size: 18px;
            background-repeat: no-repeat;
            background-image: url("../images/angle.svg"); } }
    .footer-widgets .footer-widgets-container .inside-footer-widgets a {
      text-decoration: none; }
  
  .menu-social-menu-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .menu-social-menu-container ul li {
      margin: 0 6px;
      line-height: 25px;
      line-height: 20px; }
  
  .site-footer {
    position: relative;
    z-index: 1002; }
  
  .for-svg-icon, body .fa-facebook-square::before, body .fa-twitter::before, body .fa-instagram::before, body .fa-youtube::before, body .fa-pinterest::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-size: contain; }
  
  body .fa-facebook-square::before {
    background-image: url(../images/font-awesome-svg/facebook-square.svg); }
  
  body .fa-facebook-square:hover::before {
    background-image: url(../images/font-awesome-svg/facebook-square-hover.svg); }
  
  body .fa-twitter::before {
    background-image: url(../images/font-awesome-svg/twitter.svg); }
  
  body .fa-twitter:hover::before {
    background-image: url(../images/font-awesome-svg/twitter-hover.svg); }
  
  body .fa-instagram::before {
    background-image: url(../images/font-awesome-svg/instagram.svg); }
  
  body .fa-instagram:hover::before {
    background-image: url(../images/font-awesome-svg/instagram-hover.svg); }
  
  body .fa-youtube::before {
    background-image: url(../images/font-awesome-svg/youtube.svg); }
  
  body .fa-youtube:hover::before {
    background-image: url(../images/font-awesome-svg/youtube-hover.svg); }
  
  body .fa-pinterest::before {
    background-image: url(../images/font-awesome-svg/pinterest-social-logo.svg); }
  
  body .fa-pinterest:hover::before {
    background-image: url(../images/font-awesome-svg/pinterest-social-logo-hover.svg); }
  
  #pricing-signup-modal .modal-header {
    border: none;
    padding-bottom: 0;
    padding-top: 10px; }
  
  #pricing-signup-modal .signup-form {
    margin: 0; }
    #pricing-signup-modal .signup-form .container-form {
      padding: 0;
      border: none; }
  
  a.cta,
  a.cta:visited,
  button.cta,
  .cta > a,
  .cta > a:visited {
    color: #fff !important;
    padding: 0 25px;
    min-height: 41px;
    font: 600 14px/41px "Poppins";
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    background: #84dcc5 !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: background-color linear 0.2s;
    -o-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s; }
  
  a.cta,
  a.cta:visited,
  button.cta {
    letter-spacing: 2px; }
  
  a.cta:hover,
  .cta > a:hover {
    color: #fff;
    text-decoration: none;
    background: #62aa97 !important; }
  
  .main-navigation .cta.menu-item a {
    font-size: 14px;
    line-height: 40px;
    margin-top: 10px; }
  
  a.terms-of-use,
  a:visited.terms-of-use {
    text-decoration: none;
    font-size: 11px;
    line-height: 40px;
    color: #333333;
    letter-spacing: 2px;
    font-weight: 400; }
  
  .btn.large-cta-action {
    border-radius: 40px;
    text-decoration: none;
    background: #84dcc5;
    color: #fff;
    line-height: 36px;
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 20px 35px; }
    .btn.large-cta-action:hover {
      background: #62aa97;
      color: #fff;
      border-color: #33c68a; }
    @media screen and (max-width: 767px) {
      .btn.large-cta-action {
        font-size: 16px;
        padding: 10px 25px; } }
    @media screen and (max-width: 767px) {
      .btn.large-cta-action {
        padding: 10px;
        font-size: 14px;
        line-height: 24px; } }
  
  a.btn_begin_now,
  a.btn_begin_nowd,
  a.btn_begin {
    position: relative;
    background: #84dcc5;
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 50px;
    font-size: 28px;
    color: #fff !important;
    text-decoration: none;
    width: 100%;
    max-width: 310px;
    margin: auto;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      a.btn_begin_now,
      a.btn_begin_nowd,
      a.btn_begin {
        font-size: 16px; } }
    a.btn_begin_now:hover,
    a.btn_begin_nowd:hover,
    a.btn_begin:hover {
      background: #62aa97;
      color: white;
      text-decoration: none; }
  
  .signup-form button {
    border-radius: 100px;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    margin: auto;
    line-height: 1.5;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    letter-spacing: inherit;
    -webkit-animation-duration: 0s;
            animation-duration: 0s;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
    max-width: 390px;
    width: 100%;
    min-height: 55px;
    font-weight: 400;
    color: #f8bc15;
    background-color: #fff;
    border: 2px solid #f8bc15;
    text-align: center;
    padding: 0 0;
    margin-top: 22px;
    font-size: 22px;
    display: block; }
    @media screen and (max-width: 568px) {
      .signup-form button {
        font-size: 16px; } }
    .signup-form button:hover {
      color: #ffffff;
      background-color: #f8bc15;
      border: 1px solid #efefef;
      border-radius: 100px !important; }
  
  body .button-first, body .button-second, body .custom-login input.button.button-primary, .custom-login body input.button.button-primary,
  body .custom-login .pmpro_btn.pmpro_btn-submit, .custom-login body .pmpro_btn.pmpro_btn-submit,
  body a.button-second,
  body .mailerlite-subscribe-submit,
  body .wbs-button,
  body a.wbs-button, body .wbs-primary-button,
  body a.button-first,
  body a.button-second,
  body .custom-login a.pmpro_btn.pmpro_btn-submit,
  .custom-login body a.pmpro_btn.pmpro_btn-submit,
  body a.mailerlite-subscribe-submit,
  body a.wbs-button,
  body a.wbs-primary-button {
    display: block;
    color: #f8bc15;
    text-transform: uppercase;
    border: 1px solid #f8bc15;
    font-weight: 600;
    font-size: 14px;
    border-radius: 100px;
    line-height: 16px;
    padding: 12px 20px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-decoration: none;
    background-color: transparent;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s; }
    body .button-first:hover, body .button-second:hover, body .custom-login input.button.button-primary:hover, .custom-login body input.button.button-primary:hover,
    body .custom-login .pmpro_btn.pmpro_btn-submit:hover, .custom-login body .pmpro_btn.pmpro_btn-submit:hover,
    body .mailerlite-subscribe-submit:hover,
    body .wbs-button:hover, body .wbs-primary-button:hover,
    body a.button-first:hover,
    body a.button-second:hover,
    body .custom-login a.pmpro_btn.pmpro_btn-submit:hover,
    .custom-login body a.pmpro_btn.pmpro_btn-submit:hover,
    body a.mailerlite-subscribe-submit:hover,
    body a.wbs-button:hover,
    body a.wbs-primary-button:hover {
      color: #ffffff;
      background-color: #f8bc15;
      border: 1px solid #efefef;
      text-decoration: none; }
  
  body .search-icon {
    width: 59px;
    height: 59px;
    background-color: transparent !important;
    border: 1px #a5c5d8 solid;
    border-radius: 100%;
    padding: 0;
    outline: none; }
    body .search-icon i {
      padding-top: 5px;
      color: #a5c5d8;
      font-size: 24px; }
  
  body .button-second, body .custom-login input.button.button-primary, .custom-login body input.button.button-primary,
  body .custom-login .pmpro_btn.pmpro_btn-submit, .custom-login body .pmpro_btn.pmpro_btn-submit,
  body a.button-second,
  body .custom-login a.pmpro_btn.pmpro_btn-submit,
  .custom-login body a.pmpro_btn.pmpro_btn-submit,
  body .mailerlite-subscribe-submit,
  body .wbs-button,
  body a.wbs-button {
    background-color: #84dcc5;
    border-color: #84dcc5;
    color: white; }
    body .button-second:hover, body .custom-login input.button.button-primary:hover, .custom-login body input.button.button-primary:hover,
    body .custom-login .pmpro_btn.pmpro_btn-submit:hover, .custom-login body .pmpro_btn.pmpro_btn-submit:hover,
    body a.button-second:hover,
    body .custom-login a.pmpro_btn.pmpro_btn-submit:hover,
    .custom-login body a.pmpro_btn.pmpro_btn-submit:hover,
    body .mailerlite-subscribe-submit:hover,
    body .wbs-button:hover,
    body a.wbs-button:hover {
      background-color: #62aa97 !important;
      border-color: #62aa97;
      text-decoration: none; }
    body .button-second.button-fixed, body .custom-login input.button-fixed.button.button-primary, .custom-login body input.button-fixed.button.button-primary,
    body .custom-login .button-fixed.pmpro_btn.pmpro_btn-submit, .custom-login body .button-fixed.pmpro_btn.pmpro_btn-submit,
    body a.button-second.button-fixed,
    body .custom-login a.button-fixed.pmpro_btn.pmpro_btn-submit,
    .custom-login body a.button-fixed.pmpro_btn.pmpro_btn-submit,
    body .mailerlite-subscribe-submit.button-fixed,
    body .wbs-button.button-fixed,
    body a.wbs-button.button-fixed {
      font-size: 16px;
      text-align: center;
      border-radius: 0;
      width: 100%;
      position: fixed;
      bottom: 0;
      left: 0;
      z-index: 990;
      line-height: 60px;
      padding: 0; }
  
  body .wp-block-quote {
    background-color: #a5c5d8;
    border-radius: 10px;
    border: none;
    color: white;
    padding: 140px 60px 60px;
    position: relative; }
    body .wp-block-quote p {
      font-size: 24px;
      font-weight: 600; }
    body .wp-block-quote::before {
      display: block;
      content: "";
      position: absolute;
      width: 37px;
      height: 67px;
      background-image: url(../images/ball.png);
      background-position: center;
      background-size: contain;
      background-repeat: no-repeat;
      top: 40px;
      left: calc(50% - 18px); }
    body .wp-block-quote.is-style-large {
      padding: 140px 60px 60px; }
      @media screen and (max-width: 767px) {
        body .wp-block-quote.is-style-large {
          padding: 140px 25px 25px; } }
      body .wp-block-quote.is-style-large p {
        font-size: 36px;
        line-height: 50px; }
  
  .background-block-custom {
    position: relative; }
    .background-block-custom .background-block-custom-item {
      content: "";
      display: block;
      height: 100%;
      width: 100vw;
      position: absolute;
      top: 0;
      z-index: -1;
      right: 50%;
      -webkit-transform: translate(50%, 0px);
          -ms-transform: translate(50%, 0px);
              transform: translate(50%, 0px); }
  
  .wp-block-columns {
    position: relative; }
    .wp-block-columns .wp-block-column .content_block,
    .wp-block-columns .wp-block-column .hdw_block,
    .wp-block-columns .wp-block-column .testimonials_block,
    .wp-block-columns .wp-block-column .background-block-custom {
      position: static; }
  
  .design-paragraph {
    padding: 35px;
    border-radius: 10px; }
    .design-paragraph.black {
      background-color: #333333;
      color: #f8f4f1; }
    .design-paragraph.grey {
      background-color: #f8f4f1;
      color: #747474; }
    @media screen and (max-width: 767px) {
      .design-paragraph {
        padding: 25px; } }
    .design-paragraph.first-letter {
      padding: 0; }
  
  .box-for-custom-page {
    width: 100%;
    overflow: hidden;
    height: auto;
    border-radius: 10px;
    position: relative;
    margin-bottom: 1.5rem; }
    .box-for-custom-page img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 100%; }
    @media screen and (min-width: 1200px) {
      .box-for-custom-page.wide-width {
        width: 120%;
        position: relative;
        left: -10%;
        max-height: 540px; } }
    .box-for-custom-page.full-width {
      width: 100vw;
      position: relative;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
          -ms-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      border-radius: 0;
      max-height: 540px; }
    .box-for-custom-page.cover-block::before {
      content: "";
      width: 100%;
      height: 100%;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      background-color: rgba(51, 51, 51, 0.5); }
    .box-for-custom-page.cover-block p {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      color: white;
      font-size: 48px;
      font-weight: bold; }
      @media screen and (max-width: 767px) {
        .box-for-custom-page.cover-block p {
          font-size: 24px; } }
  
  .wp-block-image {
    overflow: hidden; }
    .wp-block-image .aligncenter,
    .wp-block-image .alignleft,
    .wp-block-image .alignright {
      border-radius: 10px; }
  
  .wp-block-categories-list li a {
    font-weight: 300;
    color: #333333;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .wp-block-categories-list li a {
        text-decoration: none; } }
  
  .featured-image,
  .wp-block-latest-posts__featured-image,
  .post-image {
    position: relative; }
    .featured-image p,
    .wp-block-latest-posts__featured-image p,
    .post-image p {
      font-size: 14px;
      font-weight: 500;
      margin-bottom: 0;
      position: absolute;
      bottom: -15px; }
      .featured-image p span,
      .wp-block-latest-posts__featured-image p span,
      .post-image p span {
        color: #a5c5d8; }
  
  .attachment-full {
    border-radius: 10px; }
  
  .wp-block-latest-posts__featured-image p {
    position: static; }
  
  .post-image {
    position: relative; }
    .post-image p {
      bottom: 0; }
  
  .single-post .entry-content {
    max-width: 710px;
    margin: 4rem auto 0; }
    .single-post .entry-content > p {
      font-family: "Crimson Text";
      font-size: 22px;
      line-height: 33px; }
      @media screen and (max-width: 767px) {
        .single-post .entry-content > p {
          font-size: 18px; } }
    .single-post .entry-content p,
    .single-post .entry-content table,
    .single-post .entry-content li {
      font-family: "Crimson Text";
      font-size: 22px;
      line-height: 33px; }
  
  .forcemaintainer.signup,
  .pricing-page.custom_meta_block {
    margin-bottom: 25px; }
  
  .page-id-5472 .entry-content,
  .page-id-149 .entry-content,
  .page-id-1808 .entry-content,
  .page-id-9210 .entry-content {
    margin: 4rem auto 0; }
    .page-id-5472 .entry-content p,
    .page-id-5472 .entry-content table,
    .page-id-5472 .entry-content li,
    .page-id-149 .entry-content p,
    .page-id-149 .entry-content table,
    .page-id-149 .entry-content li,
    .page-id-1808 .entry-content p,
    .page-id-1808 .entry-content table,
    .page-id-1808 .entry-content li,
    .page-id-9210 .entry-content p,
    .page-id-9210 .entry-content table,
    .page-id-9210 .entry-content li {
      font-family: "Crimson Text";
      font-size: 22px;
      line-height: 33px; }
  
  .search #page {
    padding-bottom: 30px; }
    .search #page .wp-block-search .wp-block-search__input {
      display: block !important;
      -webkit-appearance: none; }
      @media screen and (max-width: 767px) {
        .search #page .wp-block-search .wp-block-search__input {
          max-width: 270px; } }
    .search #page .wp-block-search .wp-block-search__button {
      display: block !important; }
  
  .post-author-box {
    font-size: 14px;
    font-weight: 600;
    color: #747474; }
  
  .box-author {
    max-width: 710px;
    margin: auto; }
    .box-author .box-author-img {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 20px;
      border-radius: 50%;
      width: 80px;
      height: 80px;
      overflow: hidden; }
      .box-author .box-author-img img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .box-author .box-author-description .name {
      font-size: 18px;
      font-weight: 600; }
  
  .author .box-author {
    max-width: 100%;
    padding-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0 !important; }
    .author .box-author .box-author-position p {
      font-size: 20px;
      font-weight: 500;
      margin-bottom: 0; }
      @media screen and (max-width: 568px) {
        .author .box-author .box-author-position p {
          font-size: 15px; } }
  
  .author .box-author-description .name {
    text-align: center;
    font-weight: 500;
    font-size: 30px;
    line-height: 1; }
    @media screen and (max-width: 568px) {
      .author .box-author-description .name {
        margin-bottom: 16px !important; } }
  
  .page_short_summary {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 2;
    letter-spacing: 0.4px;
    text-align: center;
    margin-bottom: 30px; }
  
  @media screen and (max-width: 568px) {
    iframe:not(.woocommerce-order-received iframe) {
      max-height: 200px; } }

 @media screen and (max-width: 568px) {
    .woocommerce-order-received iframe {
      max-height: 100vh; } }
  
  .presets_list {
    padding-bottom: 90px; }
  
  .features-right-padding,
  .features-left-padding {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px; }
  
  .features-left-padding {
    padding-left: 0 !important; }
  
  body.woocommerce-account .woocommerce-info {
    background-color: #f7f6f7; }
  
  body .woocommerce_account_subscriptions .woocommerce-Button.button {
    color: #fff !important;
    padding: 0 25px;
    min-height: 41px;
    font: 600 14px/41px Poppins;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 20px;
    background: #84dcc5 !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    -webkit-transition: background-color linear 0.2s;
    -o-transition: background-color linear 0.2s;
    transition: background-color linear 0.2s; }
  
  body .woocommerce_account_subscriptions .woocommerce-Button.button:hover {
    color: #fff;
    text-decoration: none;
    background: #62aa97 !important; }
  
  body div.woocommerce-info a {
    color: #f8bc15 !important;
    font-weight: 500 !important; }
  
  .box-menage {
    border: 4px solid #f8bc15;
    padding: 16px; }
    .box-menage .button-first, .box-menage body .button-second, body .box-menage .button-second, .box-menage body .custom-login input.button.button-primary, body .custom-login .box-menage input.button.button-primary, .box-menage .custom-login body input.button.button-primary, .custom-login body .box-menage input.button.button-primary,
    .box-menage body .custom-login .pmpro_btn.pmpro_btn-submit, body .custom-login .box-menage .pmpro_btn.pmpro_btn-submit, .box-menage .custom-login body .pmpro_btn.pmpro_btn-submit, .custom-login body .box-menage .pmpro_btn.pmpro_btn-submit,
    .box-menage body .mailerlite-subscribe-submit, body .box-menage .mailerlite-subscribe-submit,
    .box-menage body .wbs-button, body .box-menage .wbs-button, .box-menage .wbs-primary-button {
      padding-bottom: 12px;
      margin-bottom: 32px; }
    .box-menage .font-weight-bold {
      padding-top: 3px;
      margin-top: 3px; }
  
  #resetpassform p.submit {
    margin-top: 1.2rem; }
  
  body:not(.author):not(.page-template-pricing-page-fixed-width-template):not(.single-post):not(.category):not(.page-template-login) #page {
    position: relative;
    top: -32px; }
  
  body .site-footer .footer-widgets-container .inner-padding {
    padding: 0 0 0 32px; }
  
  .features-section .testimonial-section-title {
    padding-top: 45px;
    margin-top: 30px; }
  
  .box-for-search-desktop .wp-block-search .wp-block-search__input {
    padding: 18px; }
  
  /**
      21204 - redesigned home page
      21308 - redesigned how it works page
      21352 - redesigned pricing page with list
      21506 - redesigned pricing page with quote
   */
  .home-redesign-page,
  .how-it-works-redesign-page,
  .pricing-with-list-redesign-page,
  .pricing-with-quote-redesign-page {
    /* TESTIMONIALS BLOCK */
    /* FEATURES SECTION */
    /* ADVANTAGE BLOCK */
    /* FAQ BLOCK */
    /* HDW BLOCK */ }
    .home-redesign-page .testimonials_block,
    .how-it-works-redesign-page .testimonials_block,
    .pricing-with-list-redesign-page .testimonials_block,
    .pricing-with-quote-redesign-page .testimonials_block {
      padding-bottom: 97px;
      background: transparent !important;
      /* .testimonials_block max-screen(1199px) */
      /* REDESIGN SLIDER */
      /* JS */
      /* END JS */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .testimonials_block,
        .how-it-works-redesign-page .testimonials_block,
        .pricing-with-list-redesign-page .testimonials_block,
        .pricing-with-quote-redesign-page .testimonials_block {
          padding-bottom: 50px; } }
      .home-redesign-page .testimonials_block::after,
      .how-it-works-redesign-page .testimonials_block::after,
      .pricing-with-list-redesign-page .testimonials_block::after,
      .pricing-with-quote-redesign-page .testimonials_block::after {
        display: none; }
      .home-redesign-page .testimonials_block .wrapper > h3,
      .how-it-works-redesign-page .testimonials_block .wrapper > h3,
      .pricing-with-list-redesign-page .testimonials_block .wrapper > h3,
      .pricing-with-quote-redesign-page .testimonials_block .wrapper > h3 {
        max-width: 707px;
        margin: 0 auto 24px;
        color: #F8BC15;
        font-size: 2.81rem;
        line-height: 1.46;
        /* > h3 max-screen(1199px) */
        /* > h3 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .testimonials_block .wrapper > h3,
          .how-it-works-redesign-page .testimonials_block .wrapper > h3,
          .pricing-with-list-redesign-page .testimonials_block .wrapper > h3,
          .pricing-with-quote-redesign-page .testimonials_block .wrapper > h3 {
            margin: 0 auto 20px;
            padding-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .testimonials_block .wrapper > h3,
          .how-it-works-redesign-page .testimonials_block .wrapper > h3,
          .pricing-with-list-redesign-page .testimonials_block .wrapper > h3,
          .pricing-with-quote-redesign-page .testimonials_block .wrapper > h3 {
            font-size: 1.75rem; } }
      .home-redesign-page .testimonials_block .wrapper > p,
      .how-it-works-redesign-page .testimonials_block .wrapper > p,
      .pricing-with-list-redesign-page .testimonials_block .wrapper > p,
      .pricing-with-quote-redesign-page .testimonials_block .wrapper > p {
        margin-bottom: 75px;
        padding-bottom: 0;
        color: rgb(114, 83, 68);
        /* > p max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .testimonials_block .wrapper > p,
          .how-it-works-redesign-page .testimonials_block .wrapper > p,
          .pricing-with-list-redesign-page .testimonials_block .wrapper > p,
          .pricing-with-quote-redesign-page .testimonials_block .wrapper > p {
            margin-bottom: 45px; } }
      .home-redesign-page .testimonials_block ul li blockquote.testimonial-quote,
      .how-it-works-redesign-page .testimonials_block ul li blockquote.testimonial-quote,
      .pricing-with-list-redesign-page .testimonials_block ul li blockquote.testimonial-quote,
      .pricing-with-quote-redesign-page .testimonials_block ul li blockquote.testimonial-quote {
        margin-top: 0; }
      .home-redesign-page .testimonials_block .reviews-slider,
      .how-it-works-redesign-page .testimonials_block .reviews-slider,
      .pricing-with-list-redesign-page .testimonials_block .reviews-slider,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-slider {
        margin-bottom: 65px; }
        .home-redesign-page .testimonials_block .reviews-slider .slick-track,
        .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-track,
        .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-track,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-track {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        .home-redesign-page .testimonials_block .reviews-slider .slick-slide,
        .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide,
        .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide {
          position: relative;
          max-width: 829px;
          width: 100% !important;
          margin: 0 auto;
          padding: 0 80px;
          color: rgb(114, 83, 68);
          text-align: center;
          font-size: 18px;
          /* .slick-slide max-screen(767px) */
          /* .slick-slide max-screen(575px) */ }
          @media screen and (max-width: 767px) {
            .home-redesign-page .testimonials_block .reviews-slider .slick-slide,
            .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide,
            .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide,
            .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide {
              padding: 0 60px; } 
          }
          @media screen and (max-width: 575px) {
            .home-redesign-page .testimonials_block .reviews-slider .slick-slide,
            .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide,
            .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide,
            .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide {
              padding: 0 40px; } }
          .home-redesign-page .testimonials_block .reviews-slider .slick-slide::before, .home-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
          .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
          .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
          .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
          .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::after {
            content: "";
            display: block;
            position: absolute;
            top: -40px;
            width: 55px;
            height: 122px;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            /* &::before, &::after max-screen(767px) */
            /* &::before max-screen(575px) */ }
            @media screen and (max-width: 767px) {
              .home-redesign-page .testimonials_block .reviews-slider .slick-slide::before, .home-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
              .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
              .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
              .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
              .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
              .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
              .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::after {
                width: 45px; } }
            @media screen and (max-width: 575px) {
              .home-redesign-page .testimonials_block .reviews-slider .slick-slide::before, .home-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
              .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
              .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
              .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
              .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
              .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
              .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::after {
                top: -50px;
                width: 25px; } }
          .home-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
          .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
          .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::before,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::before {
            background-image: url("../images/icons/quotes-up.svg");
            left: 0; }
          .home-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
          .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
          .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide::after,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide::after {
            background-image: url("../images/icons/quotes-down.svg");
            right: 0; }
          .home-redesign-page .testimonials_block .reviews-slider .slick-slide p:last-of-type,
          .how-it-works-redesign-page .testimonials_block .reviews-slider .slick-slide p:last-of-type,
          .pricing-with-list-redesign-page .testimonials_block .reviews-slider .slick-slide p:last-of-type,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-slider .slick-slide p:last-of-type {
            margin-bottom: 0; }
      .home-redesign-page .testimonials_block .reviews-nav,
      .how-it-works-redesign-page .testimonials_block .reviews-nav,
      .pricing-with-list-redesign-page .testimonials_block .reviews-nav,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-nav {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        opacity: 0.5;
        text-align: center;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
        .home-redesign-page .testimonials_block .reviews-nav .author-image,
        .how-it-works-redesign-page .testimonials_block .reviews-nav .author-image,
        .pricing-with-list-redesign-page .testimonials_block .reviews-nav .author-image,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-nav .author-image {
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          width: 103px;
          height: 103px;
          margin: 0 auto 38px;
          padding: 8px;
          border: 1.5px solid transparent;
          border-radius: 50%;
          background-color: #fff;
          overflow: hidden;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .home-redesign-page .testimonials_block .reviews-nav .author-image img,
          .how-it-works-redesign-page .testimonials_block .reviews-nav .author-image img,
          .pricing-with-list-redesign-page .testimonials_block .reviews-nav .author-image img,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-nav .author-image img {
            display: block;
            max-width: 86px;
            max-height: 86px;
            width: 100%;
            border-radius: 50%;
            background-color: #FEE1A1; }
        .home-redesign-page .testimonials_block .reviews-nav .author-name,
        .home-redesign-page .testimonials_block .reviews-nav .author-who,
        .how-it-works-redesign-page .testimonials_block .reviews-nav .author-name,
        .how-it-works-redesign-page .testimonials_block .reviews-nav .author-who,
        .pricing-with-list-redesign-page .testimonials_block .reviews-nav .author-name,
        .pricing-with-list-redesign-page .testimonials_block .reviews-nav .author-who,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-nav .author-name,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-nav .author-who {
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
        .home-redesign-page .testimonials_block .reviews-nav .author-name,
        .how-it-works-redesign-page .testimonials_block .reviews-nav .author-name,
        .pricing-with-list-redesign-page .testimonials_block .reviews-nav .author-name,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-nav .author-name {
          margin: 0 0 8px;
          font-size: 24px;
          font-weight: 600;
          line-height: normal; }
      .home-redesign-page .testimonials_block .reviews-nav-slider,
      .how-it-works-redesign-page .testimonials_block .reviews-nav-slider,
      .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider {
        max-width: 669px;
        margin: 0 auto; }
        .home-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav,
        .how-it-works-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav,
        .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav {
          opacity: 1;
          -webkit-transition-delay: .3s;
               -o-transition-delay: .3s;
                  transition-delay: .3s; }
          .home-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-image,
          .how-it-works-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-image,
          .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-image,
          .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-image {
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1); }
        .home-redesign-page .testimonials_block .reviews-nav-slider.slider-static .slick-track,
        .how-it-works-redesign-page .testimonials_block .reviews-nav-slider.slider-static .slick-track,
        .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider.slider-static .slick-track,
        .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider.slider-static .slick-track {
          -webkit-transform: translate3d(0, 0, 0) !important;
                  transform: translate3d(0, 0, 0) !important; }
      .home-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.prev.reviews-nav .author-image, .home-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.next.reviews-nav .author-image,
      .how-it-works-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.prev.reviews-nav .author-image,
      .how-it-works-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.next.reviews-nav .author-image,
      .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.prev.reviews-nav .author-image,
      .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.next.reviews-nav .author-image,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.prev.reviews-nav .author-image,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider .slick-slide.next.reviews-nav .author-image {
        -webkit-transform: scale(0.8);
            -ms-transform: scale(0.8);
                transform: scale(0.8); }
      .home-redesign-page .testimonials_block .slick-current + .slick-active + .slick-active.reviews-nav .author-image,
      .how-it-works-redesign-page .testimonials_block .slick-current + .slick-active + .slick-active.reviews-nav .author-image,
      .pricing-with-list-redesign-page .testimonials_block .slick-current + .slick-active + .slick-active.reviews-nav .author-image,
      .pricing-with-quote-redesign-page .testimonials_block .slick-current + .slick-active + .slick-active.reviews-nav .author-image {
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5); }
      .home-redesign-page .testimonials_block .slick-current.reviews-nav .author-image,
      .how-it-works-redesign-page .testimonials_block .slick-current.reviews-nav .author-image,
      .pricing-with-list-redesign-page .testimonials_block .slick-current.reviews-nav .author-image,
      .pricing-with-quote-redesign-page .testimonials_block .slick-current.reviews-nav .author-image {
        border-color: #f991cc;
        -webkit-transition-delay: .3s;
             -o-transition-delay: .3s;
                transition-delay: .3s; }
      .home-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-name,
      .home-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-who,
      .how-it-works-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-name,
      .how-it-works-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-who,
      .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-name,
      .pricing-with-list-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-who,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-name,
      .pricing-with-quote-redesign-page .testimonials_block .reviews-nav-slider .slick-current.reviews-nav .author-who {
        opacity: 1;
        visibility: visible; }
    .home-redesign-page .features-section,
    .how-it-works-redesign-page .features-section,
    .pricing-with-list-redesign-page .features-section,
    .pricing-with-quote-redesign-page .features-section {
      padding-bottom: 225px !important;
      /* .features-section max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .features-section,
        .how-it-works-redesign-page .features-section,
        .pricing-with-list-redesign-page .features-section,
        .pricing-with-quote-redesign-page .features-section {
          padding-bottom: 50px !important; } }
      .home-redesign-page .features-section .row,
      .how-it-works-redesign-page .features-section .row,
      .pricing-with-list-redesign-page .features-section .row,
      .pricing-with-quote-redesign-page .features-section .row {
        margin-top: 0px !important;
        /* .row max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .features-section .row,
          .how-it-works-redesign-page .features-section .row,
          .pricing-with-list-redesign-page .features-section .row,
          .pricing-with-quote-redesign-page .features-section .row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .home-redesign-page .features-section .row:first-of-type,
        .how-it-works-redesign-page .features-section .row:first-of-type,
        .pricing-with-list-redesign-page .features-section .row:first-of-type,
        .pricing-with-quote-redesign-page .features-section .row:first-of-type {
          margin-top: 0; }
        .home-redesign-page .features-section .row:last-of-type,
        .how-it-works-redesign-page .features-section .row:last-of-type,
        .pricing-with-list-redesign-page .features-section .row:last-of-type,
        .pricing-with-quote-redesign-page .features-section .row:last-of-type {
          margin-bottom: 0; }
        .home-redesign-page .features-section .row .col-md-6:first-of-type,
        .how-it-works-redesign-page .features-section .row .col-md-6:first-of-type,
        .pricing-with-list-redesign-page .features-section .row .col-md-6:first-of-type,
        .pricing-with-quote-redesign-page .features-section .row .col-md-6:first-of-type {
          position: relative;
          max-width: calc(50% - 77px);
          border-radius: 50%;
          -webkit-box-shadow: 0 4px 114px var(--box-shadow-color);
                  box-shadow: 0 4px 114px var(--box-shadow-color);
          background-color: #fff;
          /* &:first-of-type max-screen(1199px) */
          /* &:first-of-type max-screen(619px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row .col-md-6:first-of-type,
            .how-it-works-redesign-page .features-section .row .col-md-6:first-of-type,
            .pricing-with-list-redesign-page .features-section .row .col-md-6:first-of-type,
            .pricing-with-quote-redesign-page .features-section .row .col-md-6:first-of-type {
              max-width: calc(597px - 30px);
              width: 100%; } }
          @media screen and (max-width: 619px) {
            .home-redesign-page .features-section .row .col-md-6:first-of-type,
            .how-it-works-redesign-page .features-section .row .col-md-6:first-of-type,
            .pricing-with-list-redesign-page .features-section .row .col-md-6:first-of-type,
            .pricing-with-quote-redesign-page .features-section .row .col-md-6:first-of-type {
              max-width: calc(100% - 30px);
              width: 100%; } }
          .home-redesign-page .features-section .row .col-md-6:first-of-type::before,
          .how-it-works-redesign-page .features-section .cls-first .col-md-6:first-of-type::before,
          .pricing-with-list-redesign-page .features-section .row .col-md-6:first-of-type::before,
          .pricing-with-quote-redesign-page .features-section .row .col-md-6:first-of-type::before {
            content: "";
            display: block;
            padding-top: calc(100% + 30px); }
  
   .home-redesign-page .features-section .row .col-md-6:first-of-type::before,
          .how-it-works-redesign-page .features-section .cls-second .col-md-6:first-of-type::before,
          .pricing-with-list-redesign-page .features-section .row .col-md-6:first-of-type::before,
          .pricing-with-quote-redesign-page .features-section .row .col-md-6:first-of-type::before {
            content: "";
            display: block;
            padding-top: calc(100% + 30px); }
  
          .home-redesign-page .features-section .row .col-md-6:first-of-type img,
          .how-it-works-redesign-page .features-section .row .col-md-6:first-of-type img,
          .pricing-with-list-redesign-page .features-section .row .col-md-6:first-of-type img,
          .pricing-with-quote-redesign-page .features-section .row .col-md-6:first-of-type img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
  /*           max-width: 70%; */
            width: 100%; }
        .home-redesign-page .features-section .row .col-md-6:last-of-type,
        .how-it-works-redesign-page .features-section .row .col-md-6:last-of-type,
        .pricing-with-list-redesign-page .features-section .row .col-md-6:last-of-type,
        .pricing-with-quote-redesign-page .features-section .row .col-md-6:last-of-type {
          /* &:last-of-type max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row .col-md-6:last-of-type,
            .how-it-works-redesign-page .features-section .row .col-md-6:last-of-type,
            .pricing-with-list-redesign-page .features-section .row .col-md-6:last-of-type,
            .pricing-with-quote-redesign-page .features-section .row .col-md-6:last-of-type {
              max-width: 100%; } }
        .home-redesign-page .features-section .row .col-md-6.order-md-first,
        .how-it-works-redesign-page .features-section .row .col-md-6.order-md-first,
        .pricing-with-list-redesign-page .features-section .row .col-md-6.order-md-first,
        .pricing-with-quote-redesign-page .features-section .row .col-md-6.order-md-first {
          /* &.order-md-first max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row .col-md-6.order-md-first,
            .how-it-works-redesign-page .features-section .row .col-md-6.order-md-first,
            .pricing-with-list-redesign-page .features-section .row .col-md-6.order-md-first,
            .pricing-with-quote-redesign-page .features-section .row .col-md-6.order-md-first {
              -webkit-box-ordinal-group: 1;
                  -ms-flex-order: 0;
                      order: 0; } }
        .home-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,
        .how-it-works-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,
        .pricing-with-list-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,
        .pricing-with-quote-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,  {
  /*         max-width: 320px; */
          /* img max-screen(1199px) */ }
  
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,
            .how-it-works-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,
            .pricing-with-list-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img,
            .pricing-with-quote-redesign-page .features-section .row:first-of-type .col-md-6:first-of-type img {
              /*max-width: 320px !important;*/ } }
        .home-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img,
        .how-it-works-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img {
         /*max-width: 320px !important;*/ 
          /* img max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img,
            .how-it-works-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img,
            .pricing-with-list-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img,
            .pricing-with-quote-redesign-page .features-section .row:nth-of-type(2) .col-md-6:first-of-type img {
              /*max-width: 320px !important;*/  } }
        .home-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img,
        .how-it-works-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img {
  /*         max-width: 320px; */
          /* img max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img,
            .how-it-works-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img,
            .pricing-with-list-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img,
            .pricing-with-quote-redesign-page .features-section .row:nth-of-type(3) .col-md-6:first-of-type img {
              /*max-width: 320px !important;*/  } }
        .home-redesign-page .features-section .row:nth-of-type(4) .col-md-6:first-of-type img,
        .how-it-works-redesign-page .features-section .row:nth-of-type(4) .col-md-6:first-of-type img,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(4) .col-md-6:first-of-type img,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(4) .col-md-6:first-of-type img {
          /*max-width: 320px !important;*/  }
        .home-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img,
        .how-it-works-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img {
          /*max-width: 320px !important;*/ 
          /* img max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img,
            .how-it-works-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img,
            .pricing-with-list-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img,
            .pricing-with-quote-redesign-page .features-section .row:nth-of-type(5) .col-md-6:first-of-type img {
              /*max-width: 320px !important;*/  } }
        .home-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title,
        .how-it-works-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title {
          /*max-width: 320px !important;*/ 
          /* .subsection-title max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title,
            .how-it-works-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title,
            .pricing-with-list-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title,
            .pricing-with-quote-redesign-page .features-section .row:nth-of-type(5) .col-md-6 .subsection-title {
              /*max-width: 320px !important;*/  } }
        .home-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img,
        .how-it-works-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img,
        .pricing-with-list-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img,
        .pricing-with-quote-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img {
          /*max-width: 320px !important;*/ 
          /* img max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img,
            .how-it-works-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img,
            .pricing-with-list-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img,
            .pricing-with-quote-redesign-page .features-section .row:last-of-type .col-md-6:first-of-type img {
  /*             max-width: 320px !important; */
              } }
        .home-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type,
        .how-it-works-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type {
          margin-right: 15px;
          margin-left: 62px;
          /* &:first-of-type max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type,
            .how-it-works-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type,
            .pricing-with-list-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type,
            .pricing-with-quote-redesign-page .features-section .row:nth-of-type(even) .col-md-6:first-of-type {
              margin: 0 0 40px; } }
        .home-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type,
        .how-it-works-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type,
        .pricing-with-list-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type,
        .pricing-with-quote-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type {
          margin-right: 62px;
          margin-left: 15px;
          /* &:first-of-type max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type,
            .how-it-works-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type,
            .pricing-with-list-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type,
            .pricing-with-quote-redesign-page .features-section .row:nth-of-type(odd) .col-md-6:first-of-type {
              margin: 0 0 40px; } }
        .home-redesign-page .features-section .row .col-md-6,
        .how-it-works-redesign-page .features-section .row .col-md-6,
        .pricing-with-list-redesign-page .features-section .row .col-md-6,
        .pricing-with-quote-redesign-page .features-section .row .col-md-6 {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .home-redesign-page .features-section .row .col-md-6 .subsection-title,
          .how-it-works-redesign-page .features-section .row .col-md-6 .subsection-title,
          .pricing-with-list-redesign-page .features-section .row .col-md-6 .subsection-title,
          .pricing-with-quote-redesign-page .features-section .row .col-md-6 .subsection-title {
            max-width: 464px;
            color: inherit;
            font-size: 2.5rem;
            font-weight: 600;
            line-height: 1.4;
            /* .subsection-title max-screen(1199px) */
            /* .subsection-title max-screen(767px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .features-section .row .col-md-6 .subsection-title,
              .how-it-works-redesign-page .features-section .row .col-md-6 .subsection-title,
              .pricing-with-list-redesign-page .features-section .row .col-md-6 .subsection-title,
              .pricing-with-quote-redesign-page .features-section .row .col-md-6 .subsection-title {
                max-width: 100%;
                margin-top: 0;
                text-align: center; } }
            @media screen and (max-width: 767px) {
              .home-redesign-page .features-section .row .col-md-6 .subsection-title,
              .how-it-works-redesign-page .features-section .row .col-md-6 .subsection-title,
              .pricing-with-list-redesign-page .features-section .row .col-md-6 .subsection-title,
              .pricing-with-quote-redesign-page .features-section .row .col-md-6 .subsection-title {
                font-size: 1.75rem; } }
          .home-redesign-page .features-section .row .col-md-6 p,
          .how-it-works-redesign-page .features-section .row .col-md-6 p,
          .pricing-with-list-redesign-page .features-section .row .col-md-6 p,
          .pricing-with-quote-redesign-page .features-section .row .col-md-6 p {
            max-width: 526px;
            font-weight: 300;
            font-size: 1rem;
            line-height: 1.75;
            /* p max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .features-section .row .col-md-6 p,
              .how-it-works-redesign-page .features-section .row .col-md-6 p,
              .pricing-with-list-redesign-page .features-section .row .col-md-6 p,
              .pricing-with-quote-redesign-page .features-section .row .col-md-6 p {
                max-width: 100%;
                text-align: center; } }
          .home-redesign-page .features-section .row .col-md-6 a.cta,
          .how-it-works-redesign-page .features-section .row .col-md-6 a.cta,
          .pricing-with-list-redesign-page .features-section .row .col-md-6 a.cta,
          .pricing-with-quote-redesign-page .features-section .row .col-md-6 a.cta {
            background: var(--btn-bgc) !important; }
      .home-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type,
      .how-it-works-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type,
      .pricing-with-list-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type,
      .pricing-with-quote-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type {
        margin-right: 15px;
        margin-left: 62px;
        /* &:first-of-type max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type,
          .how-it-works-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type,
          .pricing-with-list-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type,
          .pricing-with-quote-redesign-page .features-section_right .row:nth-of-type(odd) .col-md-6:first-of-type {
            margin-right: 0;
            margin-left: 0; } }
      .home-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type,
      .how-it-works-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type,
      .pricing-with-list-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type,
      .pricing-with-quote-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type {
        margin-right: 15px;
        margin-left: 62px;
        /* &:first-of-type max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type,
          .how-it-works-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type,
          .pricing-with-list-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type,
          .pricing-with-quote-redesign-page .features-section_right .row:nth-of-type(even) .col-md-6:first-of-type {
            margin-right: 0;
            margin-left: 0; } }
      .home-redesign-page .features-section_right .row .col-md-6:first-of-type,
      .how-it-works-redesign-page .features-section_right .row .col-md-6:first-of-type,
      .pricing-with-list-redesign-page .features-section_right .row .col-md-6:first-of-type,
      .pricing-with-quote-redesign-page .features-section_right .row .col-md-6:first-of-type {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        margin-right: 15px;
        margin-left: 62px;
        /* &:first-of-type max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .features-section_right .row .col-md-6:first-of-type,
          .how-it-works-redesign-page .features-section_right .row .col-md-6:first-of-type,
          .pricing-with-list-redesign-page .features-section_right .row .col-md-6:first-of-type,
          .pricing-with-quote-redesign-page .features-section_right .row .col-md-6:first-of-type {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            margin-right: 0;
            margin-left: 0; } }
      .home-redesign-page .features-section_right .order-md-first,
      .how-it-works-redesign-page .features-section_right .order-md-first,
      .pricing-with-list-redesign-page .features-section_right .order-md-first,
      .pricing-with-quote-redesign-page .features-section_right .order-md-first {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
      .home-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type,
      .how-it-works-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type,
      .pricing-with-list-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type,
      .pricing-with-quote-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type {
        margin-right: 62px;
        margin-left: 15px;
        /* &:first-of-type max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type,
          .how-it-works-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type,
          .pricing-with-list-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type,
          .pricing-with-quote-redesign-page .features-section_left .row:nth-of-type(even) .col-md-6:first-of-type {
            -webkit-box-ordinal-group: 0;
                -ms-flex-order: -1;
                    order: -1;
            margin-right: 0;
            margin-left: 0; } }
      .home-redesign-page .features-section_left .order-md-first,
      .how-it-works-redesign-page .features-section_left .order-md-first,
      .pricing-with-list-redesign-page .features-section_left .order-md-first,
      .pricing-with-quote-redesign-page .features-section_left .order-md-first {
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; }
    .home-redesign-page .advantage_block,
    .how-it-works-redesign-page .advantage_block,
    .pricing-with-list-redesign-page .advantage_block,
    .pricing-with-quote-redesign-page .advantage_block {
      padding: 99px 0 119px;
      /* .advantage_block max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .advantage_block,
        .how-it-works-redesign-page .advantage_block,
        .pricing-with-list-redesign-page .advantage_block,
        .pricing-with-quote-redesign-page .advantage_block {
          padding: 50px 0; } }
      .home-redesign-page .advantage_block h2,
      .how-it-works-redesign-page .advantage_block h2,
      .pricing-with-list-redesign-page .advantage_block h2,
      .pricing-with-quote-redesign-page .advantage_block h2 {
        max-width: 707px;
        margin: 0 auto 90px;
        text-align: center;
        font-size: 2.81rem;
        font-weight: 600;
        line-height: 1.46;
        /* h2 max-screen(1199px) */
        /* h2 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .advantage_block h2,
          .how-it-works-redesign-page .advantage_block h2,
          .pricing-with-list-redesign-page .advantage_block h2,
          .pricing-with-quote-redesign-page .advantage_block h2 {
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .advantage_block h2,
          .how-it-works-redesign-page .advantage_block h2,
          .pricing-with-list-redesign-page .advantage_block h2,
          .pricing-with-quote-redesign-page .advantage_block h2 {
            font-size: 1.75rem; } }
      .home-redesign-page .advantage_block .advantage-row,
      .how-it-works-redesign-page .advantage_block .advantage-row,
      .pricing-with-list-redesign-page .advantage_block .advantage-row,
      .pricing-with-quote-redesign-page .advantage_block .advantage-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1200px;
        padding: 35px 0;
        border-bottom: 1px solid rgba(114, 83, 68, 0.2);
        /* .advantage-row max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .advantage_block .advantage-row,
          .how-it-works-redesign-page .advantage_block .advantage-row,
          .pricing-with-list-redesign-page .advantage_block .advantage-row,
          .pricing-with-quote-redesign-page .advantage_block .advantage-row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            margin-bottom: 40px;
            padding: 0;
            border-bottom: none; } }
        .home-redesign-page .advantage_block .advantage-row:first-of-type,
        .how-it-works-redesign-page .advantage_block .advantage-row:first-of-type,
        .pricing-with-list-redesign-page .advantage_block .advantage-row:first-of-type,
        .pricing-with-quote-redesign-page .advantage_block .advantage-row:first-of-type {
          margin-top: 0;
          padding-top: 0; }
        .home-redesign-page .advantage_block .advantage-row:last-of-type,
        .how-it-works-redesign-page .advantage_block .advantage-row:last-of-type,
        .pricing-with-list-redesign-page .advantage_block .advantage-row:last-of-type,
        .pricing-with-quote-redesign-page .advantage_block .advantage-row:last-of-type {
          padding-bottom: 0;
          border-bottom: none;
          /* &:last-of-type max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .advantage_block .advantage-row:last-of-type,
            .how-it-works-redesign-page .advantage_block .advantage-row:last-of-type,
            .pricing-with-list-redesign-page .advantage_block .advantage-row:last-of-type,
            .pricing-with-quote-redesign-page .advantage_block .advantage-row:last-of-type {
              margin-bottom: 0; } }
        .home-redesign-page .advantage_block .advantage-row .advantage,
        .how-it-works-redesign-page .advantage_block .advantage-row .advantage,
        .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage,
        .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage {
          max-width: 50%;
          padding: 35px 39px 45px;
          /* .advantage max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .advantage_block .advantage-row .advantage,
            .how-it-works-redesign-page .advantage_block .advantage-row .advantage,
            .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage,
            .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage {
              max-width: 100%;
              padding: 0; } }
          .home-redesign-page .advantage_block .advantage-row .advantage:first-of-type,
          .how-it-works-redesign-page .advantage_block .advantage-row .advantage:first-of-type,
          .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage:first-of-type,
          .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage:first-of-type {
            padding-left: 0;
            /* &:first-of-type max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .advantage_block .advantage-row .advantage:first-of-type,
              .how-it-works-redesign-page .advantage_block .advantage-row .advantage:first-of-type,
              .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage:first-of-type,
              .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage:first-of-type {
                margin-bottom: 40px; } }
          .home-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2),
          .how-it-works-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2),
          .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2),
          .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2) {
            padding-right: 0;
            border-left: 1px solid rgba(114, 83, 68, 0.2);
            /* &:nth-of-type(2) max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2),
              .how-it-works-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2),
              .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2),
              .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage:nth-of-type(2) {
                border-left: none; } }
          
          .home-redesign-page .advantage_block .advantage-row .advantage h5,
          .how-it-works-redesign-page .advantage_block .advantage-row .advantage h5,
          .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage h5,
          .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage h5 {
            max-width: 446px;
            width: 100%;
            color: inherit;
            font-size: 16px;
            line-height: 1.75;
            /* h5 max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .advantage_block .advantage-row .advantage h5,
              .how-it-works-redesign-page .advantage_block .advantage-row .advantage h5,
              .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage h5,
              .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage h5 {
                max-width: 100%;
                min-height: unset !important;
                margin: 0 auto 15px;
                text-align: center; } }
          .home-redesign-page .advantage_block .advantage-row .advantage p,
          .how-it-works-redesign-page .advantage_block .advantage-row .advantage p,
          .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage p,
          .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage p {
            color: rgba(114, 83, 68);
            -webkit-transition: color .3s;
            -o-transition: color .3s;
            transition: color .3s;
            /* p max-screen(1199px) */ }
            .home-redesign-page .advantage_block .advantage-row .advantage p:last-of-type,
            .how-it-works-redesign-page .advantage_block .advantage-row .advantage p:last-of-type,
            .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage p:last-of-type,
            .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage p:last-of-type {
              margin-bottom: 0; }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .advantage_block .advantage-row .advantage p,
              .how-it-works-redesign-page .advantage_block .advantage-row .advantage p,
              .pricing-with-list-redesign-page .advantage_block .advantage-row .advantage p,
              .pricing-with-quote-redesign-page .advantage_block .advantage-row .advantage p {
                text-align: center; } }
    .home-redesign-page .faq-section,
    .how-it-works-redesign-page .faq-section,
    .pricing-with-list-redesign-page .faq-section,
    .pricing-with-quote-redesign-page .faq-section {
      padding: 121px 0 140px;
      background-color: transparent !important;
      /* .faq-section max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .faq-section,
        .how-it-works-redesign-page .faq-section,
        .pricing-with-list-redesign-page .faq-section,
        .pricing-with-quote-redesign-page .faq-section {
          padding: 50px 0; } }
      .home-redesign-page .faq-section .faq-section-title,
      .how-it-works-redesign-page .faq-section .faq-section-title,
      .pricing-with-list-redesign-page .faq-section .faq-section-title,
      .pricing-with-quote-redesign-page .faq-section .faq-section-title {
        max-width: 600px;
        margin: 0 auto 60px;
        text-align: center;
        /* .faq-section-title max-screen(1199px) */
        /* .faq-section-title max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .faq-section .faq-section-title,
          .how-it-works-redesign-page .faq-section .faq-section-title,
          .pricing-with-list-redesign-page .faq-section .faq-section-title,
          .pricing-with-quote-redesign-page .faq-section .faq-section-title {
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .faq-section .faq-section-title,
          .how-it-works-redesign-page .faq-section .faq-section-title,
          .pricing-with-list-redesign-page .faq-section .faq-section-title,
          .pricing-with-quote-redesign-page .faq-section .faq-section-title {
            font-size: 1.75rem; } }
      .home-redesign-page .faq-section .container,
      .how-it-works-redesign-page .faq-section .container,
      .pricing-with-list-redesign-page .faq-section .container,
      .pricing-with-quote-redesign-page .faq-section .container {
        /* .container max-screen(991px) */ }
        @media screen and (max-width: 991px) {
          .home-redesign-page .faq-section .container,
          .how-it-works-redesign-page .faq-section .container,
          .pricing-with-list-redesign-page .faq-section .container,
          .pricing-with-quote-redesign-page .faq-section .container {
            max-width: 100%; } }
        .home-redesign-page .faq-section .container [class*="col-"],
        .how-it-works-redesign-page .faq-section .container [class*="col-"],
        .pricing-with-list-redesign-page .faq-section .container [class*="col-"],
        .pricing-with-quote-redesign-page .faq-section .container [class*="col-"] {
          /* [class*="col-"] max-screen(991px) */ }
          @media screen and (max-width: 991px) {
            .home-redesign-page .faq-section .container [class*="col-"],
            .how-it-works-redesign-page .faq-section .container [class*="col-"],
            .pricing-with-list-redesign-page .faq-section .container [class*="col-"],
            .pricing-with-quote-redesign-page .faq-section .container [class*="col-"] {
              padding: 0; } }
      .home-redesign-page .faq-section .accordion,
      .how-it-works-redesign-page .faq-section .accordion,
      .pricing-with-list-redesign-page .faq-section .accordion,
      .pricing-with-quote-redesign-page .faq-section .accordion {
        position: relative;
        display: block;
        max-width: 835px;
        width: 100%;
        margin: 0 auto 30px;
        padding: 30px 93px 30px 42px;
        border: none;
        border-radius: 20px;
        -webkit-box-shadow: 0 0 54px rgba(114, 83, 68, 0.14);
                box-shadow: 0 0 54px rgba(114, 83, 68, 0.14);
        cursor: pointer;
        color: #725344;
        background-color: #fff;
        text-align: left;
        font-family: inherit;
        font-size: 16px;
        font-weight: 600;
        line-height: 1.75;
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
        outline: none;
        /* .accordion max-screen(1199px) */
        /* .accordion max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .faq-section .accordion,
          .how-it-works-redesign-page .faq-section .accordion,
          .pricing-with-list-redesign-page .faq-section .accordion,
          .pricing-with-quote-redesign-page .faq-section .accordion {
            padding: 20px 63px 20px 27px; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .faq-section .accordion,
          .how-it-works-redesign-page .faq-section .accordion,
          .pricing-with-list-redesign-page .faq-section .accordion,
          .pricing-with-quote-redesign-page .faq-section .accordion {
            padding: 20px 63px 20px 25px; } }
        .home-redesign-page .faq-section .accordion::before, .home-redesign-page .faq-section .accordion::after,
        .how-it-works-redesign-page .faq-section .accordion::before,
        .how-it-works-redesign-page .faq-section .accordion::after,
        .pricing-with-list-redesign-page .faq-section .accordion::before,
        .pricing-with-list-redesign-page .faq-section .accordion::after,
        .pricing-with-quote-redesign-page .faq-section .accordion::before,
        .pricing-with-quote-redesign-page .faq-section .accordion::after {
          content: "";
          position: absolute; }
        .home-redesign-page .faq-section .accordion::before,
        .how-it-works-redesign-page .faq-section .accordion::before,
        .pricing-with-list-redesign-page .faq-section .accordion::before,
        .pricing-with-quote-redesign-page .faq-section .accordion::before {
          top: 100%;
          left: 26px;
          width: 25px;
          height: 14px;
          background-image: url("../images/icons/faq-blob.svg");
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
        .home-redesign-page .faq-section .accordion::after,
        .how-it-works-redesign-page .faq-section .accordion::after,
        .pricing-with-list-redesign-page .faq-section .accordion::after,
        .pricing-with-quote-redesign-page .faq-section .accordion::after {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          top: 50%;
          right: 50px;
          -webkit-transform: translateY(-50%) rotate(0deg);
              -ms-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg);
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          width: 38px;
          height: 18px;
          background-image: url("../images/icons/chevron-down.svg");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s;
          /* &::after max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .faq-section .accordion::after,
            .how-it-works-redesign-page .faq-section .accordion::after,
            .pricing-with-list-redesign-page .faq-section .accordion::after,
            .pricing-with-quote-redesign-page .faq-section .accordion::after {
              right: 27px;
              width: 28px; } }
          @media screen and (max-width: 959px) {
            .home-redesign-page .faq-section .accordion::after,
            .how-it-works-redesign-page .faq-section .accordion::after,
            .pricing-with-list-redesign-page .faq-section .accordion::after,
            .pricing-with-quote-redesign-page .faq-section .accordion::after {
              right: 25px; } }
        .home-redesign-page .faq-section .accordion:hover,
        .how-it-works-redesign-page .faq-section .accordion:hover,
        .pricing-with-list-redesign-page .faq-section .accordion:hover,
        .pricing-with-quote-redesign-page .faq-section .accordion:hover {
          background-color: #fff; }
        .home-redesign-page .faq-section .accordion:not(.active) + .panel,
        .how-it-works-redesign-page .faq-section .accordion:not(.active) + .panel,
        .pricing-with-list-redesign-page .faq-section .accordion:not(.active) + .panel,
        .pricing-with-quote-redesign-page .faq-section .accordion:not(.active) + .panel {
          height: initial;
          margin-bottom: 47px;
          padding: 25px 40px;
          border: none;
          overflow: hidden;
          /* &:not(.active) + .panel max-screen(767px) */ }
          @media screen and (max-width: 767px) {
            .home-redesign-page .faq-section .accordion:not(.active) + .panel,
            .how-it-works-redesign-page .faq-section .accordion:not(.active) + .panel,
            .pricing-with-list-redesign-page .faq-section .accordion:not(.active) + .panel,
            .pricing-with-quote-redesign-page .faq-section .accordion:not(.active) + .panel {
              padding: 25px; } }
        @media screen and (max-width: 479px) {
          .home-redesign-page .faq-section .accordion,
          .how-it-works-redesign-page .faq-section .accordion,
          .pricing-with-list-redesign-page .faq-section .accordion,
          .pricing-with-quote-redesign-page .faq-section .accordion {
            padding-left: 30px; } }
      .home-redesign-page .faq-section .active,
      .how-it-works-redesign-page .faq-section .active,
      .pricing-with-list-redesign-page .faq-section .active,
      .pricing-with-quote-redesign-page .faq-section .active {
        background-color: #fff; }
        .home-redesign-page .faq-section .active::after,
        .how-it-works-redesign-page .faq-section .active::after,
        .pricing-with-list-redesign-page .faq-section .active::after,
        .pricing-with-quote-redesign-page .faq-section .active::after {
          -webkit-transform: translateY(-50%) rotate(180deg);
              -ms-transform: translateY(-50%) rotate(180deg);
                  transform: translateY(-50%) rotate(180deg); }
      .home-redesign-page .faq-section .panel,
      .how-it-works-redesign-page .faq-section .panel,
      .pricing-with-list-redesign-page .faq-section .panel,
      .pricing-with-quote-redesign-page .faq-section .panel {
        position: relative;
        display: none;
        max-width: 785px;
        height: auto;
        margin: 0 0 47px Max(0px, calc((100% - 735px) / 2));
        padding: 25px 40px;
        border: none;
        border-radius: 20px;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        color: #fff;
        background-color: #F9BE2D;
        font-size: 16px;
        line-height: 1.75;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        overflow: visible;
        /* .panel max-screen(767px) */ }
        @media screen and (max-width: 767px) {
          .home-redesign-page .faq-section .panel,
          .how-it-works-redesign-page .faq-section .panel,
          .pricing-with-list-redesign-page .faq-section .panel,
          .pricing-with-quote-redesign-page .faq-section .panel {
            padding: 25px; } }
        .home-redesign-page .faq-section .panel::after,
        .how-it-works-redesign-page .faq-section .panel::after,
        .pricing-with-list-redesign-page .faq-section .panel::after,
        .pricing-with-quote-redesign-page .faq-section .panel::after {
          content: "";
          position: absolute;
          display: block;
          top: 100%;
          right: 25px;
          width: 25px;
          height: 14px;
          background-image: url("../images/icons/faq-blob_yellow.svg");
          background-position: center center;
          background-size: cover;
          background-repeat: no-repeat; }
        .home-redesign-page .faq-section .panel p,
        .how-it-works-redesign-page .faq-section .panel p,
        .pricing-with-list-redesign-page .faq-section .panel p,
        .pricing-with-quote-redesign-page .faq-section .panel p {
          padding: 0;
          margin: 0; }
          .home-redesign-page .faq-section .panel p a,
          .how-it-works-redesign-page .faq-section .panel p a,
          .pricing-with-list-redesign-page .faq-section .panel p a,
          .pricing-with-quote-redesign-page .faq-section .panel p a {
            color: inherit; }
    .home-redesign-page .hdw_block,
    .how-it-works-redesign-page .hdw_block,
    .pricing-with-list-redesign-page .hdw_block,
    .pricing-with-quote-redesign-page .hdw_block {
      position: relative;
      padding: 50px 0 185px 0 !important;
      background-color: transparent !important;
      text-align: center;
      /* .hdw_block max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .hdw_block,
        .how-it-works-redesign-page .hdw_block,
        .pricing-with-list-redesign-page .hdw_block,
        .pricing-with-quote-redesign-page .hdw_block {
          padding: 50px 0 !important; } }
      .home-redesign-page .hdw_block .wrapper > h2,
      .how-it-works-redesign-page .hdw_block .wrapper > h2,
      .pricing-with-list-redesign-page .hdw_block .wrapper > h2,
      .pricing-with-quote-redesign-page .hdw_block .wrapper > h2 {
        font-size: 2.81rem;
        line-height: 1.46;
        /* > h2 max-screen(1199px) */
        /* > h2 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .hdw_block .wrapper > h2,
          .how-it-works-redesign-page .hdw_block .wrapper > h2,
          .pricing-with-list-redesign-page .hdw_block .wrapper > h2,
          .pricing-with-quote-redesign-page .hdw_block .wrapper > h2 {
            margin-bottom: 20px;
            padding-bottom: 10px; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .hdw_block .wrapper > h2,
          .how-it-works-redesign-page .hdw_block .wrapper > h2,
          .pricing-with-list-redesign-page .hdw_block .wrapper > h2,
          .pricing-with-quote-redesign-page .hdw_block .wrapper > h2 {
            font-size: 1.75rem; } }
      .home-redesign-page .hdw_block ul,
      .how-it-works-redesign-page .hdw_block ul,
      .pricing-with-list-redesign-page .hdw_block ul,
      .pricing-with-quote-redesign-page .hdw_block ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 46px 0 0;
        padding: 15px 0 0 0;
        list-style: none;
        /* ul max-screen(1259px) */ }
        @media screen and (max-width: 1259px) {
          .home-redesign-page .hdw_block ul,
          .how-it-works-redesign-page .hdw_block ul,
          .pricing-with-list-redesign-page .hdw_block ul,
          .pricing-with-quote-redesign-page .hdw_block ul {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .home-redesign-page .hdw_block ul li,
        .how-it-works-redesign-page .hdw_block ul li,
        .pricing-with-list-redesign-page .hdw_block ul li,
        .pricing-with-quote-redesign-page .hdw_block ul li {
          position: relative;
          float: none !important;
          max-width: 393px;
          width: 100%;
          padding: 0 !important;
          border-radius: 50%;
          -webkit-box-shadow: 0 4px 114px var(--hdw-box-shadow-color);
                  box-shadow: 0 4px 114px var(--hdw-box-shadow-color);
          background-color: #fff;
          /* li max-screen(1259px) */ }
          @media screen and (max-width: 1259px) {
            .home-redesign-page .hdw_block ul li,
            .how-it-works-redesign-page .hdw_block ul li,
            .pricing-with-list-redesign-page .hdw_block ul li,
            .pricing-with-quote-redesign-page .hdw_block ul li {
              margin-bottom: 40px; } }
          .home-redesign-page .hdw_block ul li::before,
          .how-it-works-redesign-page .hdw_block ul li::before,
          .pricing-with-list-redesign-page .hdw_block ul li::before,
          .pricing-with-quote-redesign-page .hdw_block ul li::before {
            content: "";
            display: block;
            padding-top: 100% !important; }
          .home-redesign-page .hdw_block ul li:not(:last-of-type),
          .how-it-works-redesign-page .hdw_block ul li:not(:last-of-type),
          .pricing-with-list-redesign-page .hdw_block ul li:not(:last-of-type),
          .pricing-with-quote-redesign-page .hdw_block ul li:not(:last-of-type) {
            margin-right: 30px;
            /* &:not(:last-of-type) max-screen(1259px) */ }
            @media screen and (max-width: 1259px) {
              .home-redesign-page .hdw_block ul li:not(:last-of-type),
              .how-it-works-redesign-page .hdw_block ul li:not(:last-of-type),
              .pricing-with-list-redesign-page .hdw_block ul li:not(:last-of-type),
              .pricing-with-quote-redesign-page .hdw_block ul li:not(:last-of-type) {
                margin-right: 0; } }
          .home-redesign-page .hdw_block ul li:not(:nth-of-type(2)),
          .how-it-works-redesign-page .hdw_block ul li:not(:nth-of-type(2)),
          .pricing-with-list-redesign-page .hdw_block ul li:not(:nth-of-type(2)),
          .pricing-with-quote-redesign-page .hdw_block ul li:not(:nth-of-type(2)) {
            margin-top: 117px;
            /* &:not(:nth-of-type(2)) max-screen(1259px) */ }
            @media screen and (max-width: 1259px) {
              .home-redesign-page .hdw_block ul li:not(:nth-of-type(2)),
              .how-it-works-redesign-page .hdw_block ul li:not(:nth-of-type(2)),
              .pricing-with-list-redesign-page .hdw_block ul li:not(:nth-of-type(2)),
              .pricing-with-quote-redesign-page .hdw_block ul li:not(:nth-of-type(2)) {
                margin-top: 0; } }
          .home-redesign-page .hdw_block ul li:first-of-type::after,
          .how-it-works-redesign-page .hdw_block ul li:first-of-type::after,
          .pricing-with-list-redesign-page .hdw_block ul li:first-of-type::after,
          .pricing-with-quote-redesign-page .hdw_block ul li:first-of-type::after {
            content: "";
            position: absolute;
            display: block;
            top: -70px;
            right: -55px;
            width: 147px;
            height: 71px;
            background-image: url("../images/icons/arrow_pink.svg");
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
            /* &::after max-screen(1259px) */ }
            @media screen and (max-width: 1259px) {
              .home-redesign-page .hdw_block ul li:first-of-type::after,
              .how-it-works-redesign-page .hdw_block ul li:first-of-type::after,
              .pricing-with-list-redesign-page .hdw_block ul li:first-of-type::after,
              .pricing-with-quote-redesign-page .hdw_block ul li:first-of-type::after {
                top: 100%;
                width: 132px;
                right: -40px;
                -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                        transform: rotate(90deg); } }
          .home-redesign-page .hdw_block ul li:nth-of-type(2),
          .how-it-works-redesign-page .hdw_block ul li:nth-of-type(2),
          .pricing-with-list-redesign-page .hdw_block ul li:nth-of-type(2),
          .pricing-with-quote-redesign-page .hdw_block ul li:nth-of-type(2) {
            margin-bottom: 117px;
            /* &:nth-of-type(2) max-screen(1259px) */ }
            @media screen and (max-width: 1259px) {
              .home-redesign-page .hdw_block ul li:nth-of-type(2),
              .how-it-works-redesign-page .hdw_block ul li:nth-of-type(2),
              .pricing-with-list-redesign-page .hdw_block ul li:nth-of-type(2),
              .pricing-with-quote-redesign-page .hdw_block ul li:nth-of-type(2) {
                margin-bottom: 40px; } }
            .home-redesign-page .hdw_block ul li:nth-of-type(2)::after,
            .how-it-works-redesign-page .hdw_block ul li:nth-of-type(2)::after,
            .pricing-with-list-redesign-page .hdw_block ul li:nth-of-type(2)::after,
            .pricing-with-quote-redesign-page .hdw_block ul li:nth-of-type(2)::after {
              content: "";
              position: absolute;
              display: block;
              top: 100%;
              right: -50px;
              width: 147px;
              height: 71px;
              background-image: url("../images/icons/arrow_green.svg");
              background-position: center center;
              background-size: cover;
              background-repeat: no-repeat;
              /* &::after max-screen(1259px) */ }
              @media screen and (max-width: 1259px) {
                .home-redesign-page .hdw_block ul li:nth-of-type(2)::after,
                .how-it-works-redesign-page .hdw_block ul li:nth-of-type(2)::after,
                .pricing-with-list-redesign-page .hdw_block ul li:nth-of-type(2)::after,
                .pricing-with-quote-redesign-page .hdw_block ul li:nth-of-type(2)::after {
                  top: 100%;
                  right: auto;
                  left: -40px;
                  width: 132px;
                  -webkit-transform: rotate(90deg);
                      -ms-transform: rotate(90deg);
                          transform: rotate(90deg); } }
          .home-redesign-page .hdw_block ul li div,
          .how-it-works-redesign-page .hdw_block ul li div,
          .pricing-with-list-redesign-page .hdw_block ul li div,
          .pricing-with-quote-redesign-page .hdw_block ul li div {
            max-width: 100% !important;
            min-height: auto !important;
            margin: 0 !important;
            font-size: 0;
            line-height: 0;
            -webkit-box-shadow: none;
                    box-shadow: none; }
          .home-redesign-page .hdw_block ul li > div,
          .how-it-works-redesign-page .hdw_block ul li > div,
          .pricing-with-list-redesign-page .hdw_block ul li > div,
          .pricing-with-quote-redesign-page .hdw_block ul li > div {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin: 0 !important;
            max-width: 198px !important; }
            .home-redesign-page .hdw_block ul li > div h3,
            .how-it-works-redesign-page .hdw_block ul li > div h3,
            .pricing-with-list-redesign-page .hdw_block ul li > div h3,
            .pricing-with-quote-redesign-page .hdw_block ul li > div h3 {
              -webkit-box-ordinal-group: 2;
                  -ms-flex-order: 1;
                      order: 1;
              color: #725344;
              font-size: 1rem;
              font-weight: 600;
              line-height: 1.75;
              margin-bottom: 0; }
            .home-redesign-page .hdw_block ul li > div div,
            .how-it-works-redesign-page .hdw_block ul li > div div,
            .pricing-with-list-redesign-page .hdw_block ul li > div div,
            .pricing-with-quote-redesign-page .hdw_block ul li > div div {
              position: relative;
              background-image: none !important;
              margin-bottom: 22px !important; }
              .home-redesign-page .hdw_block ul li > div div img,
              .how-it-works-redesign-page .hdw_block ul li > div div img,
              .pricing-with-list-redesign-page .hdw_block ul li > div div img,
              .pricing-with-quote-redesign-page .hdw_block ul li > div div img {
                display: block; }
      .home-redesign-page .hdw_block .hdw_slider,
      .how-it-works-redesign-page .hdw_block .hdw_slider,
      .pricing-with-list-redesign-page .hdw_block .hdw_slider,
      .pricing-with-quote-redesign-page .hdw_block .hdw_slider {
        width: auto; }
        .home-redesign-page .hdw_block .hdw_slider .slides,
        .how-it-works-redesign-page .hdw_block .hdw_slider .slides,
        .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides,
        .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          overflow: hidden;
          border-radius: 5px;
          scroll-behavior: smooth;
          -webkit-overflow-scrolling: touch;
          -webkit-scroll-snap-points-x: repeat(300px);
              -ms-scroll-snap-points-x: repeat(300px);
                  scroll-snap-points-x: repeat(300px);
          -webkit-scroll-snap-type: mandatory;
              -ms-scroll-snap-type: mandatory;
                  scroll-snap-type: mandatory;
          margin: 0 -24px; }
          .home-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar,
          .how-it-works-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar {
            width: 10px;
            height: 10px; }
          .home-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-thumb,
          .how-it-works-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-thumb,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-thumb,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-thumb {
            background: rgba(255, 255, 255, 0);
            border-radius: 0; }
          .home-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-track,
          .how-it-works-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-track,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-track,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides::-webkit-scrollbar-track {
            background: transparent; }
          .home-redesign-page .hdw_block .hdw_slider .slides > .slide,
          .how-it-works-redesign-page .hdw_block .hdw_slider .slides > .slide,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides > .slide,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides > .slide {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 100%;
            list-style: none; }
          .home-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li,
          .how-it-works-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex; }
            .home-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li > div,
            .how-it-works-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li > div,
            .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li > div,
            .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides.desktop_slides > li > div {
              max-width: initial;
              margin: initial;
              min-height: initial;
              -webkit-box-shadow: initial;
                      box-shadow: initial;
              padding: 0 0 23px 0;
              width: 33.33%;
              float: left; }
          .home-redesign-page .hdw_block .hdw_slider .slides h3,
          .how-it-works-redesign-page .hdw_block .hdw_slider .slides h3,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider .slides h3,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider .slides h3 {
            font-size: 1.125rem;
            color: #333333; }
        .home-redesign-page .hdw_block .hdw_slider > a.navigate,
        .how-it-works-redesign-page .hdw_block .hdw_slider > a.navigate,
        .pricing-with-list-redesign-page .hdw_block .hdw_slider > a.navigate,
        .pricing-with-quote-redesign-page .hdw_block .hdw_slider > a.navigate {
          display: -webkit-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          width: 1.5rem;
          height: 1.5rem;
          background: white;
          text-decoration: none;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          border-radius: 50%;
          margin: 0 6px;
          position: relative; }
          .home-redesign-page .hdw_block .hdw_slider > a.navigate:active,
          .how-it-works-redesign-page .hdw_block .hdw_slider > a.navigate:active,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider > a.navigate:active,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider > a.navigate:active {
            top: 1px;
            color: #f8bc15 !important; }
          .home-redesign-page .hdw_block .hdw_slider > a.navigate:focus,
          .how-it-works-redesign-page .hdw_block .hdw_slider > a.navigate:focus,
          .pricing-with-list-redesign-page .hdw_block .hdw_slider > a.navigate:focus,
          .pricing-with-quote-redesign-page .hdw_block .hdw_slider > a.navigate:focus {
            outline: none; }
      .home-redesign-page .hdw_block + .welcome_block,
      .how-it-works-redesign-page .hdw_block + .welcome_block,
      .pricing-with-list-redesign-page .hdw_block + .welcome_block,
      .pricing-with-quote-redesign-page .hdw_block + .welcome_block {
        padding: 92px 0 104px;
        /* + .welcome_block max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .hdw_block + .welcome_block,
          .how-it-works-redesign-page .hdw_block + .welcome_block,
          .pricing-with-list-redesign-page .hdw_block + .welcome_block,
          .pricing-with-quote-redesign-page .hdw_block + .welcome_block {
            padding: 50px 0; } }
        .home-redesign-page .hdw_block + .welcome_block .wrapper,
        .how-it-works-redesign-page .hdw_block + .welcome_block .wrapper,
        .pricing-with-list-redesign-page .hdw_block + .welcome_block .wrapper,
        .pricing-with-quote-redesign-page .hdw_block + .welcome_block .wrapper {
          text-align: center; }
        .home-redesign-page .hdw_block + .welcome_block article,
        .how-it-works-redesign-page .hdw_block + .welcome_block article,
        .pricing-with-list-redesign-page .hdw_block + .welcome_block article,
        .pricing-with-quote-redesign-page .hdw_block + .welcome_block article {
          max-width: 498px;
          /* article max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .hdw_block + .welcome_block article,
            .how-it-works-redesign-page .hdw_block + .welcome_block article,
            .pricing-with-list-redesign-page .hdw_block + .welcome_block article,
            .pricing-with-quote-redesign-page .hdw_block + .welcome_block article {
              max-width: 100%;
              margin-bottom: 55px;
              text-align: center; } }
          .home-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container,
          .how-it-works-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container,
          .pricing-with-list-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container,
          .pricing-with-quote-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container {
            text-align: left;
            /* &__inner-container max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container,
              .how-it-works-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container,
              .pricing-with-list-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container,
              .pricing-with-quote-redesign-page .hdw_block + .welcome_block article .wp-block-group__inner-container {
                text-align: center; } }
          .home-redesign-page .hdw_block + .welcome_block article h2,
          .how-it-works-redesign-page .hdw_block + .welcome_block article h2,
          .pricing-with-list-redesign-page .hdw_block + .welcome_block article h2,
          .pricing-with-quote-redesign-page .hdw_block + .welcome_block article h2 {
            margin-bottom: 20px;
            color: inherit !important;
            font-size: 2.5rem;
            line-height: 1.4;
            /* > h2 max-screen(1199px) */
            /* > h2 max-screen(767px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .hdw_block + .welcome_block article h2,
              .how-it-works-redesign-page .hdw_block + .welcome_block article h2,
              .pricing-with-list-redesign-page .hdw_block + .welcome_block article h2,
              .pricing-with-quote-redesign-page .hdw_block + .welcome_block article h2 {
                margin-left: auto;
                text-align: center; } }
            @media screen and (max-width: 767px) {
              .home-redesign-page .hdw_block + .welcome_block article h2,
              .how-it-works-redesign-page .hdw_block + .welcome_block article h2,
              .pricing-with-list-redesign-page .hdw_block + .welcome_block article h2,
              .pricing-with-quote-redesign-page .hdw_block + .welcome_block article h2 {
                font-size: 1.75rem; } }
          .home-redesign-page .hdw_block + .welcome_block article p:empty,
          .how-it-works-redesign-page .hdw_block + .welcome_block article p:empty,
          .pricing-with-list-redesign-page .hdw_block + .welcome_block article p:empty,
          .pricing-with-quote-redesign-page .hdw_block + .welcome_block article p:empty {
            display: none; }
        .home-redesign-page .hdw_block + .welcome_block .desktop,
        .how-it-works-redesign-page .hdw_block + .welcome_block .desktop,
        .pricing-with-list-redesign-page .hdw_block + .welcome_block .desktop,
        .pricing-with-quote-redesign-page .hdw_block + .welcome_block .desktop {
          right: 0;
          bottom: 0;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          max-width: 486px;
          width: 100%;
          /* .desktop max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .hdw_block + .welcome_block .desktop,
            .how-it-works-redesign-page .hdw_block + .welcome_block .desktop,
            .pricing-with-list-redesign-page .hdw_block + .welcome_block .desktop,
            .pricing-with-quote-redesign-page .hdw_block + .welcome_block .desktop {
              position: relative;
              margin: 0 auto; } }
          .home-redesign-page .hdw_block + .welcome_block .desktop img,
          .how-it-works-redesign-page .hdw_block + .welcome_block .desktop img,
          .pricing-with-list-redesign-page .hdw_block + .welcome_block .desktop img,
          .pricing-with-quote-redesign-page .hdw_block + .welcome_block .desktop img {
            max-width: 486px;
            width: 100%;
            max-height: unset; }
        .home-redesign-page .hdw_block + .welcome_block a.cta,
        .how-it-works-redesign-page .hdw_block + .welcome_block a.cta,
        .pricing-with-list-redesign-page .hdw_block + .welcome_block a.cta,
        .pricing-with-quote-redesign-page .hdw_block + .welcome_block a.cta {
          padding: 22px 52px; }
  
  /* FEATURES LIST */
  .feature-list_block {
    padding: 50px 0;
    color: #725344; }
    .feature-list_block h2 {
      margin-bottom: 88px;
      color: #F9BE2D;
      text-align: center;
      font-size: 2.8rem;
      line-height: 1.46;
      /* h2 max-screen(1199px) */
      /* h2 max-screen(767px) */ }
      @media screen and (max-width: 1199px) {
        .feature-list_block h2 {
          margin-bottom: 20px; } }
      @media screen and (max-width: 767px) {
        .feature-list_block h2 {
          font-size: 1.75rem;
          line-height: 1.4; } }
    .feature-list_block .feature-list-row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -25px 61px;
      /* .feature-list-row max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .feature-list_block .feature-list-row {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0 auto; } }
      .feature-list_block .feature-list-row:last-of-type {
        margin-bottom: 0; }
      .feature-list_block .feature-list-row .feature {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 50%;
        width: 100%;
        padding: 0 25px;
        /* .feature max-screen(1199px) */
        /* .feature max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .feature-list_block .feature-list-row .feature {
            max-width: 100%;
            margin-bottom: 50px;
            padding: 0; } }
        @media screen and (max-width: 767px) {
          .feature-list_block .feature-list-row .feature {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; } }
        .feature-list_block .feature-list-row .feature__image {
          position: relative;
          -webkit-box-flex: 0;
              -ms-flex: 0 0 103px;
                  flex: 0 0 103px;
          width: 103px;
          height: 103px;
          margin-right: 33px;
          padding: 32px;
          border-radius: 20px;
          background-color: rgba(202, 168, 245, 0.5);
          /* &__image max-screen(767px) */ }
          @media screen and (max-width: 767px) {
            .feature-list_block .feature-list-row .feature__image {
              margin-right: 0;
              margin-bottom: 20px; } }
          .feature-list_block .feature-list-row .feature__image img {
            position: absolute;
            display: block;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
        .feature-list_block .feature-list-row .feature__description {
          /* &__description max-screen(767px) */ }
          @media screen and (max-width: 767px) {
            .feature-list_block .feature-list-row .feature__description {
              text-align: center; } }
          .feature-list_block .feature-list-row .feature__description h3 {
            margin: 17px 0 13px;
            color: inherit;
            font-size: 1rem;
            line-height: 1.75;
            /* h4 max-screen(767px) */ }
            @media screen and (max-width: 767px) {
              .feature-list_block .feature-list-row .feature__description h3 {
                margin-top: 0; } }
          .feature-list_block .feature-list-row .feature__description p:last-of-type {
            margin-bottom: 0; }
  
  /* TESTIMONIAL */
  .testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1096px;
    width: 100%;
    margin: 0 auto;
    padding: 190px 0 182px;
    /* .testimonial max-screen(1199px) */
    /* .testimonial max-screen(767px) */ }
    @media screen and (max-width: 1199px) {
      .testimonial {
        padding: 50px 0; } }
    @media screen and (max-width: 767px) {
      .testimonial {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .testimonial__image {
      position: relative;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px;
      width: 200px;
      height: 200px;
      border-radius: 50%;
      margin-right: 66px;
      /* &__image max-screen(1199px) */
      /* &__image max-screen(767px) */ }
      @media screen and (max-width: 1199px) {
        .testimonial__image {
          -webkit-box-flex: 0;
              -ms-flex: 0 0 150px;
                  flex: 0 0 150px;
          width: 150px;
          height: 150px; } }
      @media screen and (max-width: 767px) {
        .testimonial__image {
          margin-right: 0;
          margin-bottom: 40px; } }
      .testimonial__image::before {
        content: "";
        position: absolute;
        display: block;
        top: -60px;
        right: -40px;
        width: 141px;
        height: 107px;
        background-image: url("../images/icons/quotes-testimonial-up.svg");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat;
        /* &::before max-screen(575px) */ }
        @media screen and (max-width: 575px) {
          .testimonial__image::before {
            top: -40px;
            right: -37px;
            width: 111px;
            height: 77px; } }
      .testimonial__image img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        -o-object-fit: cover;
           object-fit: cover; }
    .testimonial__description {
      /* &__description max-screen(767px) */ }
      @media screen and (max-width: 767px) {
        .testimonial__description {
          text-align: center; } }
      .testimonial__description p {
        margin-bottom: 18px;
        font-size: 1.56rem;
        line-height: 1.84;
        /* p max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .testimonial__description p {
            font-size: 1rem; } }
    .testimonial__author {
      margin-bottom: 0;
      color: #F68C1E;
      font-size: 1.25rem;
      font-weight: 600;
      line-height: 1.25; }
  
  .welcome_block {
    background: #fee1a1;
    text-align: center;
    padding: 18px 0 256px 0;
    position: relative; }
    .welcome_block .wrapper {
      position: static; }
    .welcome_block .desktop {
      height: 100%;
      width: 100vw;
      position: absolute;
      right: 0;
      z-index: 0;
      right: 50%;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0);
      bottom: 0;
      text-align: end;
      display: none;
      height: auto; }
      .welcome_block .desktop img {
        width: 100%;
        max-width: 500px;
        max-height: 500px; }
        @media screen and (max-width: 960px) {
          .welcome_block .desktop img {
            max-width: 100%;
            max-height: 250px;
            width: auto;
            margin-left: auto;
            margin-right: auto; } }
      @media screen and (max-width: 960px) {
        .welcome_block .desktop {
          right: auto;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          width: 100%;
          text-align: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end; } }
    .welcome_block .mobile {
      display: none; }
  
  .social-proof {
    padding: 18px 0 18px 0;
    max-width: 1200px;
    margin: 0 auto;
    background-color: #fff; }
    .social-proof ul.images-list {
      list-style: none;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .social-proof ul.images-list li {
        padding-bottom: 10px;
        max-width: 184px; }
  
  .features_block {
    text-align: center;
    padding: 50px 0 35px 0; }
    .features_block ul.list-features {
      padding: 12px 0;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      list-style: none;
      margin-left: 0; }
      @media screen and (min-width: 960px) {
        .features_block ul.list-features {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          padding: 32px 0 14px 0;
          margin-bottom: 33px;
          border-bottom: 1px solid #f8bc15; } }
      .features_block ul.list-features li {
        padding: 0 0 23px 0; }
        .features_block ul.list-features li div {
          font-size: 0;
          line-height: 0;
          padding-bottom: 14px;
          -webkit-box-sizing: content-box;
                  box-sizing: content-box; }
          @media screen and (min-width: 960px) {
            .features_block ul.list-features li div {
              padding-bottom: 23px;
              padding-top: 23px;
              line-height: 140px;
              height: 140px;
              max-width: 140px;
              margin: 0 auto; } }
          .features_block ul.list-features li div img {
            vertical-align: bottom; }
      .features_block ul.list-features .features_bullet_points {
        padding: 0;
        display: block;
        position: relative;
        height: auto;
        width: auto;
        font-size: 16px;
        margin: auto;
        max-width: 200px;
        border-bottom: none; }
        .features_block ul.list-features .features_bullet_points li {
          list-style: disc;
          padding: 0;
          position: relative;
          line-height: normal;
          height: auto;
          text-align: left; }
      .features_block ul.list-features h3 {
        color: #333333;
        font-size: 18px; }
  
  .hdw_block {
    background: #f8f4f1;
    text-align: center;
    padding: 50px 0 27px 0;
    position: relative; }
    .hdw_block ul {
      padding: 15px 0 0 0; }
      .hdw_block ul li {
        padding: 0 0 35px 0 !important; }
        .hdw_block ul li div {
          font-size: 0;
          line-height: 0;
          -webkit-box-shadow: rgba(0, 0, 0, 0.19) 0 1px 2px 0;
                  box-shadow: rgba(0, 0, 0, 0.19) 0 1px 2px 0;
          margin-bottom: 14px;
          min-height: 185px; }
    .hdw_block .hdw_slider {
      width: auto; }
      .hdw_block .hdw_slider .slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        overflow: hidden;
        border-radius: 5px;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        -webkit-scroll-snap-points-x: repeat(300px);
            -ms-scroll-snap-points-x: repeat(300px);
                scroll-snap-points-x: repeat(300px);
        -webkit-scroll-snap-type: mandatory;
            -ms-scroll-snap-type: mandatory;
                scroll-snap-type: mandatory;
        margin: 0 -24px; }
        .hdw_block .hdw_slider .slides::-webkit-scrollbar {
          width: 10px;
          height: 10px; }
        .hdw_block .hdw_slider .slides::-webkit-scrollbar-thumb {
          background: rgba(255, 255, 255, 0);
          border-radius: 0; }
        .hdw_block .hdw_slider .slides::-webkit-scrollbar-track {
          background: transparent; }
        .hdw_block .hdw_slider .slides > .slide {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 100%;
          list-style: none; }
        .hdw_block .hdw_slider .slides.desktop_slides > li {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
          .hdw_block .hdw_slider .slides.desktop_slides > li > div {
            max-width: initial;
            margin: initial;
            min-height: initial;
            -webkit-box-shadow: initial;
                    box-shadow: initial;
            padding: 0 0 23px 0;
            width: 33.33%;
            float: left; }
        .hdw_block .hdw_slider .slides h3 {
          font-size: 18px;
          color: #333333; }
      .hdw_block .hdw_slider > a.navigate {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 1.5rem;
        height: 1.5rem;
        background: white;
        text-decoration: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        margin: 0 6px;
        position: relative; }
        .hdw_block .hdw_slider > a.navigate:active {
          top: 1px;
          color: #f8bc15 !important; }
        .hdw_block .hdw_slider > a.navigate:focus {
          outline: none; }
  
  .testimonials_block ul li {
    display: block;
    padding: 0 0 25px;
    margin: 0; }
  
  .support_block {
    background: #fee1a1;
    text-align: center;
    padding: 60px 0 371px 0;
    position: relative;
    z-index: 4; }
    .support_block .wrapper {
      position: static; }
      .support_block .wrapper h2,
      .support_block .wrapper p {
        position: relative;
        z-index: 3; }
    .support_block h2 {
      color: #333333;
      margin-bottom: 11px; }
    .support_block .bg {
      height: 100%;
      width: 100vw;
      position: absolute;
      right: 0;
      z-index: 0;
      right: 50%;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0);
      bottom: 0;
      text-align: end;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .support_block .bg img {
        min-height: 330px;
        width: 310px; }
    .support_block.inlinecta {
      overflow: hidden;
      border-radius: 10px;
      padding: 70px 15px 50px 20px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .support_block.inlinecta {
          padding: 40px 0 300px 0; } }
      .support_block.inlinecta:before {
        content: none; }
      .support_block.inlinecta .bg {
        background-size: contain;
        background-position: center;
        min-height: 100%;
        max-height: 100%;
        float: none;
        top: 0;
        right: 0;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        width: 33%; }
        @media screen and (max-width: 767px) {
          .support_block.inlinecta .bg {
            min-height: 300px;
            max-height: 300px;
            width: 100%;
            bottom: 0;
            top: auto; } }
  
  @media screen and (max-width: 960px) {
    .testimonials_block ul:after {
      content: "";
      display: block;
      width: 100%;
      padding: 0 10px;
      height: 110px;
      position: absolute;
      bottom: -10px;
      left: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 244, 241, 0)), to(#f8f4f1));
      background: -o-linear-gradient(top, rgba(248, 244, 241, 0), #f8f4f1);
      background: linear-gradient(to bottom, rgba(248, 244, 241, 0), #f8f4f1); } }
  
  .testimonials_block {
    background: #f8f4f1;
    text-align: center;
    padding: 50px 0 35px;
    position: relative; }
    .testimonials_block .slider {
      width: auto; }
      .testimonials_block .slider > a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 1.5rem;
        height: 1.5rem;
        background: #fff;
        text-decoration: none;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-radius: 50%;
        margin: 0 6px;
        position: relative; }
    .testimonials_block .testimonials_desktop_slider {
      display: block; }
      @media screen and (max-width: 959px) {
        .testimonials_block .testimonials_desktop_slider {
          display: none; } }
    .testimonials_block .testimonial_mobile_slider {
      display: none; }
      @media screen and (max-width: 959px) {
        .testimonials_block .testimonial_mobile_slider {
          display: block; } }
    .testimonials_block .slides {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      border-radius: 5px;
      scroll-behavior: smooth;
      -webkit-scroll-snap-points-x: repeat(300px);
          -ms-scroll-snap-points-x: repeat(300px);
              scroll-snap-points-x: repeat(300px);
      -webkit-scroll-snap-type: mandatory;
          -ms-scroll-snap-type: mandatory;
              scroll-snap-type: mandatory;
      margin: 0 -24px; }
      @media screen and (max-width: 959px) {
        .testimonials_block .slides {
          margin: 0; } }
      .testimonials_block .slides > div {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        border-radius: 10px;
        -webkit-transform-origin: center center;
            -ms-transform-origin: center center;
                transform-origin: center center;
        -webkit-transition: -webkit-transform 0.5s;
        transition: -webkit-transform 0.5s;
        -o-transition: transform 0.5s;
        transition: transform 0.5s;
        transition: transform 0.5s, -webkit-transform 0.5s;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        font-size: 100px;
        height: 100%;
        width: 100%; }
        .testimonials_block .slides > div ul {
          margin: 0; }
          @media screen and (max-width: 959px) {
            .testimonials_block .slides > div ul {
              margin: 0 4px; } }
          .testimonials_block .slides > div ul.active {
            display: block; }
          .testimonials_block .slides > div ul li:first-child, .testimonials_block .slides > div ul li:nth-child(2) {
            display: block; }
          .testimonials_block .slides > div ul li blockquote.testimonial-quote:first-child {
            display: block; }
          .testimonials_block .slides > div ul li blockquote.testimonial-quote::before {
            display: none; }
          @media screen and (min-width: 960px) {
            .testimonials_block .slides > div ul li {
              display: inline-block !important;
              vertical-align: top;
              width: 50%;
              padding: 0 24px 37px;
              -webkit-box-sizing: border-box;
                      box-sizing: border-box; } }
    .testimonials_block ul {
      padding: 20px 0 0;
      position: relative;
      margin: 0; }
      @media screen and (min-width: 960px) {
        .testimonials_block ul {
          padding: 17px 0 0;
          margin: 0 -24px;
          font-size: 0;
          line-height: 0; } }
      @media screen and (min-width: 960px) {
        .testimonials_block ul li {
          display: inline-block !important;
          vertical-align: top;
          width: 50%;
          padding: 0 24px 37px;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box;
          display: block; } }
  
  .testimonials_block ul li blockquote.testimonial-quote,
  .random_testimonial blockquote.testimonial-quote,
  .logoarea blockquote.testimonial-quote {
    border-left: 0;
    background: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0;
            box-shadow: rgba(0, 0, 0, 0.15) 0 2px 4px 0;
    padding: 30px;
    border-radius: 2px;
    text-align: left;
    margin: 0 auto;
    quotes: none;
    margin-top: 124px;
    width: 100%;
    font-style: normal;
    font-size: 18px;
    line-height: 1.5;
    color: #747474;
    font-weight: 400;
    margin-bottom: 16px; }
    .testimonials_block ul li blockquote.testimonial-quote h1,
    .testimonials_block ul li blockquote.testimonial-quote h2,
    .testimonials_block ul li blockquote.testimonial-quote h3,
    .testimonials_block ul li blockquote.testimonial-quote h4,
    .testimonials_block ul li blockquote.testimonial-quote h5,
    .testimonials_block ul li blockquote.testimonial-quote h6,
    .random_testimonial blockquote.testimonial-quote h1,
    .random_testimonial blockquote.testimonial-quote h2,
    .random_testimonial blockquote.testimonial-quote h3,
    .random_testimonial blockquote.testimonial-quote h4,
    .random_testimonial blockquote.testimonial-quote h5,
    .random_testimonial blockquote.testimonial-quote h6,
    .logoarea blockquote.testimonial-quote h1,
    .logoarea blockquote.testimonial-quote h2,
    .logoarea blockquote.testimonial-quote h3,
    .logoarea blockquote.testimonial-quote h4,
    .logoarea blockquote.testimonial-quote h5,
    .logoarea blockquote.testimonial-quote h6 {
      font-style: normal; }
    @media screen and (max-width: 959px) {
      .testimonials_block ul li blockquote.testimonial-quote,
      .random_testimonial blockquote.testimonial-quote,
      .logoarea blockquote.testimonial-quote {
        margin-top: 0; } }
    .testimonials_block ul li blockquote.testimonial-quote header,
    .random_testimonial blockquote.testimonial-quote header,
    .logoarea blockquote.testimonial-quote header {
      padding: 0 0 17px 50px;
      position: relative;
      min-height: 47px; }
      .testimonials_block ul li blockquote.testimonial-quote header div,
      .random_testimonial blockquote.testimonial-quote header div,
      .logoarea blockquote.testimonial-quote header div {
        min-height: 47px;
        width: 47px;
        border-radius: 50%;
        position: absolute;
        top: 0;
        left: -5px; }
      .testimonials_block ul li blockquote.testimonial-quote header p,
      .random_testimonial blockquote.testimonial-quote header p,
      .logoarea blockquote.testimonial-quote header p {
        margin: 0;
        font-weight: 500; }
        .testimonials_block ul li blockquote.testimonial-quote header p:last-child,
        .random_testimonial blockquote.testimonial-quote header p:last-child,
        .logoarea blockquote.testimonial-quote header p:last-child {
          opacity: 0.6; }
  
  .logoarea blockquote.testimonial-quote header {
    display: block !important; }
  
  .content_block {
    padding: 50px 0 35px;
    background-color: #f8f4f1;
    position: relative; }
    .content_block h3 {
      font-size: 28px;
      color: #333333; }
  
  .faq-section .faq-section-title {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
    text-align: center; }
  
  .faq-section .accordion {
    background: none;
    color: #444;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-width: 900px;
    margin: auto;
    display: block;
    font-size: 18px;
    padding: 6px 50px 6px 70px;
    letter-spacing: -0.2px;
    border-bottom: 1px solid #f8bc15;
    font-family: inherit;
    position: relative; }
    .faq-section .accordion:after {
      content: "\002B";
      color: #777;
      float: right;
      font-size: 38px;
      line-height: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: -webkit-fit-content;
      height: -moz-fit-content;
      height: fit-content;
      position: absolute;
      right: 50px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      @media screen and (max-width: 959px) {
        .faq-section .accordion:after {
          right: 25px; } }
    .faq-section .accordion:not(.active) + .panel {
      padding: 0 42px 0 67px;
      border: none;
      height: 0; }
    @media screen and (max-width: 479px) {
      .faq-section .accordion {
        padding-left: 30px; } }
    .faq-section .accordion:hover {
      background-color: #fee1a1; }
  
  .faq-section .active {
    background-color: #fee1a1; }
    .faq-section .active:after {
      content: "\2212";
      display: none; }
  
  .faq-section .panel {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 4px;
    max-width: 900px;
    margin: auto;
    padding: 13px 42px 19px 67px;
    background-color: #f4f1ef;
    overflow: hidden;
    -webkit-transition: ease-out 0.2s;
    -o-transition: ease-out 0.2s;
    transition: ease-out 0.2s;
    font-size: 18px;
    letter-spacing: 0.35px;
    line-height: 30px;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    border-bottom: 1px solid #f8bc15;
    height: 0; }
    .faq-section .panel p {
      padding: 0;
      margin: 0; }
  
  .hdw_block ul.features_bullet_points {
    padding: 0;
    display: block;
    position: relative;
    height: auto;
    width: auto;
    margin: auto;
    font-size: 16px;
    max-width: 200px;
    border-bottom: none; }
    .hdw_block ul.features_bullet_points li {
      list-style: disc;
      padding: 0;
      float: none;
      position: relative;
      line-height: normal;
      height: auto;
      width: auto;
      text-align: left; }
  
  @media screen and (min-width: 960px) {
    .welcome_block {
      text-align: left;
      padding: 70px 0 130px 0; }
      .welcome_block article {
        position: relative;
        z-index: 3;
        max-width: 450px; }
        .welcome_block article p {
          max-width: 285px; }
      .welcome_block .desktop {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .welcome_block .mobile {
        display: none; }
    .features_block,
    .hdw_block {
      padding: 85px 0 35px 0; }
      .features_block .wrapper > h2,
      .hdw_block .wrapper > h2 {
        margin-left: auto;
        margin-right: auto;
        max-width: 600px; }
      .features_block .wrapper > p,
      .hdw_block .wrapper > p {
        margin: 0 auto;
        max-width: 460px; }
    .hdw_block {
      padding: 50px 0 42px 0; }
      .hdw_block ul {
        padding: 20px 0 10px 0; }
        .hdw_block ul li {
          padding: 0 0 23px 0;
          width: 33.33%;
          float: left; }
          .hdw_block ul li h4 {
            max-width: 200px;
            margin: 0 auto; }
          .hdw_block ul li div {
            max-width: 220px;
            margin: 24px auto 24px auto;
            min-height: 132px; }
      .hdw_block .hdw_slider .mobile_slides,
      .hdw_block a.mobile_slides.navigate {
        display: none; }
    .support_block {
      text-align: left;
      padding: 136px 0 115px 0; }
      .support_block h2 {
        max-width: 450px;
        margin-bottom: 15px; }
      .support_block .bg {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
        .support_block .bg img {
          max-width: 486px;
          max-height: 486px;
          width: 100%; }
    .testimonials_block::after {
      height: 100%;
      width: 100vw;
      position: absolute;
      right: 0;
      z-index: 0;
      right: 50%;
      -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
              transform: translate(50%, 0);
      bottom: 0;
      text-align: end;
      content: "";
      background: #f8f4f1 url(../../../images/demo/testimonial_bg.png) left bottom no-repeat;
      background-size: 740px auto;
      padding: 60px 0 23px; } }
  
  @media (max-width: 959px) {
    .hdw_block .hdw_slider .desktop_slides {
      display: none !important; }
    .hdw_slider .slides.mobile_slides > .slide {
      padding: 0 0 23px 0;
      width: 100%;
      float: left; }
    .hdw_block ul li div {
      max-width: 220px;
      margin: 24px auto 24px auto;
      min-height: 132px; } }
  
  /* HOME REDESIGN */
  .home-redesign-page, .global-redesign-page {
    padding-top: 0 !important; 
    /* FEATURES BLOCK */
    /* WHY HAVE BLOCK */
    /* VIDEO BLOCK */
    /* WEIRD IFRAME */ }
   .home-redesign-page, .global-redesign-page #primary-menu ul li a {
     color: #725344;
   }
    .home-redesign-page .site-header{
      color: inherit;
      background-color: transparent; }
      .home-redesign-page .site-header .inside-header, .global-redesign-page .site-header .inside-header {
        position: relative;
        /* .inside-header max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .home-redesign-page .site-header .inside-header, .global-redesign-page .site-header .inside-header{
            padding-right: 80px; } }
       /* .home-redesign-page .site-header .inside-header .menu-toggle, .global-redesign-page .site-header .inside-header .menu-toggle {
          position: absolute;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
              -ms-transform: translateY(-50%) !important;
                  transform: translateY(-50%) !important; } */
      .home-redesign-page .site-header .header-image, .global-redesign-page .site-header .header-image {
        width: 100%; } 
      .site-logo .logo-title{ display:none}
  .home-redesign-page .site-header .site-logo .logo-title, .global-redesign-page .site-header .site-logo .logo-title, .pricing-with-list-redesign-page .site-header .site-logo .logo-title, .pricing-with-quote-redesign-page .site-header .site-logo .logo-title, .how-it-works-redesign-page .site-header .site-logo .logo-title{ 
      display: inline-block !important;
      margin-left: 15px;
      color: rgb(114, 83, 68);
      letter-spacing: .2px;
  }
      .home-redesign-page .site-header .site-logo, .global-redesign-page .site-header .site-logo {
        margin-bottom: 0 !important;
        /* .site-logo max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .home-redesign-page .site-header .site-logo, .global-redesign-page .site-header .site-logo{
            display: inline-block !important; } }
        .home-redesign-page .site-header .site-logo a, .global-redesign-page .site-header .site-logo a{
          /* a max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .home-redesign-page .site-header .site-logo a, .global-redesign-page .site-header .site-logo a{
              width: 38px;
              height: 74px;
              overflow: hidden;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .home-redesign-page .site-header .site-logo a img, .global-redesign-page .site-header .site-logo a img, .how-it-works-redesign-page .site-header .site-logo a img {
            -webkit-transition: width .3s, height .3s, -webkit-transform 0s;
            transition: width .3s, height .3s, -webkit-transform 0s;
            -o-transition: transform 0s, width .3s, height .3s;
            transition: transform 0s, width .3s, height .3s;
            transition: transform 0s, width .3s, height .3s, -webkit-transform 0s;
            /* img max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .home-redesign-page .site-header .site-logo a img, .global-redesign-page .site-header .site-logo a img, .how-it-works-redesign-page .site-header .site-logo a img {
                width: auto;
                margin: 0 ;
                -webkit-filter: drop-shadow(0 0 0);
                        filter: drop-shadow(0 0 0);
                -webkit-transition: -webkit-transform 0s;
                transition: -webkit-transform 0s;
                -o-transition: transform 0s;
                transition: transform 0s;
                transition: transform 0s, -webkit-transform 0s; } }
      .home-redesign-page .site-header .logo-text-mobile, .global-redesign-page .site-header .logo-text-mobile{
        /* .logo-text-mobile max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .home-redesign-page .site-header .logo-text-mobile, .global-redesign-page .site-header .logo-text-mobile {
            display: none; } }
      .home-redesign-page .site-header .box-for-search-mobile, .global-redesign-page .site-header .box-for-search-mobile{
        width: calc(100% - 15px); }
        .home-redesign-page .site-header .box-for-search-mobile.width-custom, .global-redesign-page .site-header .box-for-search-mobile.width-custom{
          width: calc(100% - 15px);
          right: 0; }
          .home-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
	  .global-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search
          .home-redesign-page .site-header .box-for-search-mobile.width-custom .search-form 
	  .global-redesign-page .site-header .box-for-search-mobile.width-custom .search-form{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: auto !important;
            /* .wp-block-search, .search-form max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .home-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
	      .global-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
              .home-redesign-page .site-header .box-for-search-mobile.width-custom .search-form 
	      .global-redesign-page .site-header .box-for-search-mobile.width-custom .search-form {
                width: calc(100vw - 158px); } }
          .home-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__input, .global-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__input{
            padding-left: 15px; }
          .home-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button, .global-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button{
            width: 59px;
            height: 59px;
            /* &__button max-screen(767px) */ }
            @media screen and (max-width: 767px) {
              .home-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button, .global-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button{
                width: 37px;
                height: 37px; } }
        .home-redesign-page .site-header .box-for-search-mobile .wp-block-search,
	.global-redesign-page .site-header .box-for-search-mobile .wp-block-search,
        .home-redesign-page .site-header .box-for-search-mobile .search-form 
	.global-redesign-page .site-header .box-for-search-mobile .search-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: auto !important;
          /* .wp-block-search, .search-form max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .home-redesign-page .site-header .box-for-search-mobile .wp-block-search,
	    .global-redesign-page .site-header .box-for-search-mobile .wp-block-search,
            .home-redesign-page .site-header .box-for-search-mobile .search-form,
	    .global-redesign-page .site-header .box-for-search-mobile .search-form{
              width: calc(100vw - 158px); } }
        .home-redesign-page .site-header .box-for-search-mobile .wp-block-search__button,
	.global-redesign-page .site-header .box-for-search-mobile .wp-block-search__button{
          width: 59px;
          height: 59px;
          /* &__button max-screen(767px) */ }
          @media screen and (max-width: 767px) {
            .home-redesign-page .site-header .box-for-search-mobile .wp-block-search__button,
	   .global-redesign-page .site-header .box-for-search-mobile .wp-block-search__button{
              width: 37px;
              height: 37px; } }
      .home-redesign-page .site-header .main-navigation, .global-redesign-page .site-header .main-navigation {
        background-color: transparent; }
        .home-redesign-page .site-header .main-navigation .menu-toggle, .global-redesign-page  .site-header .main-navigation .menu-toggle{
          color: inherit; }
          .home-redesign-page .site-header .main-navigation .menu-toggle .mobile-menu, .global-redesign-page .site-header .main-navigation .menu-toggle .mobile-menu{
            color: inherit;
            text-transform: uppercase; }
        .home-redesign-page .site-header .main-navigation .main-nav ul, .global-redesign-page .site-header .main-navigation .main-nav ul{
          color: inherit; }
          .home-redesign-page .site-header .main-navigation .main-nav ul li, .global-redesign-page .site-header .main-navigation .main-nav ul li{
            margin-right: 53px;
            color: inherit;
            /* li max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .site-header .main-navigation .main-nav ul li, .global-redesign-page .site-header .main-navigation .main-nav ul li{
                margin-right: 23px; } }
            .home-redesign-page .site-header .main-navigation .main-nav ul li:focus > a, .global-redesign-page .site-header .main-navigation .main-nav ul li:focus > a, .home-redesign-page .site-header .main-navigation .main-nav ul li:hover > a, .global-redesign-page .site-header .main-navigation .main-nav ul li:hover > a{
              background-color: transparent; }
            .home-redesign-page .site-header .main-navigation .main-nav ul li:last-of-type, .global-redesign-page .site-header .main-navigation .main-nav ul li:last-of-type{
              margin-right: 0; }
            .home-redesign-page .site-header .main-navigation .main-nav ul li > a, .global-redesign-page .site-header .main-navigation .main-nav ul li > a{
              color: inherit;
              text-transform: uppercase;
              letter-spacing: 0; }
            .home-redesign-page .site-header .main-navigation .main-nav ul li.cta:hover > a, .global-redesign-page .site-header .main-navigation .main-nav ul li.cta:hover > a{
              background-color: #62AA97 !important; }
            .home-redesign-page .site-header .main-navigation .main-nav ul li.cta > a, .global-redesign-page .site-header .main-navigation .main-nav ul li.cta > a{
              font-size: 1rem; }
            .home-redesign-page .site-header .main-navigation .main-nav ul li[class*="current-menu-"] > a, .global-redesign-page .site-header .main-navigation .main-nav ul li[class*="current-menu-"] > a{
              background: transparent;
              color: #F9BE2D; }
        .home-redesign-page .site-header .main-navigation ul ul, .global-redesign-page .site-header .main-navigation ul ul{
          background-color: transparent; }
        .home-redesign-page .site-header .main-navigation .inside-navigation, .global-redesign-page .site-header .main-navigation .inside-navigation{
          position: static; }
        .home-redesign-page .site-header .main-navigation.toggled .menu-toggle, .global-redesign-page .site-header .main-navigation.toggled .menu-toggle{
          color: inherit; }
          .home-redesign-page .site-header .main-navigation.toggled .menu-toggle::before, .global-redesign-page .site-header .main-navigation.toggled .menu-toggle::before{
            color: inherit; }
        .home-redesign-page .site-header .main-navigation.toggled .main-nav, .global-redesign-page .site-header .main-navigation.toggled .main-nav{
          -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          background: var(--hbgc); }
          .home-redesign-page .site-header .main-navigation.toggled .main-nav li.menu-item a, .global-redesign-page .site-header .main-navigation.toggled .main-nav li.menu-item a{
            color: inherit; }
      .home-redesign-page .site-header.active-header, .global-redesign-page .site-header.active-header
        background-color: var(--hbgc);
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); }
        .home-redesign-page .site-header.active-header .inside-header .site-logo, .global-redesign-page .site-header.active-header .inside-header .site-logo{
          display: inline-block; }
          .home-redesign-page .site-header.active-header .inside-header .site-logo a, .global-redesign-page .site-header.active-header .inside-header .site-logo a{
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; text-decoration: none;}
            .home-redesign-page .site-header.active-header .inside-header .site-logo a img, .global-redesign-page .site-header.active-header .inside-header .site-logo a img {
              /*width: 180px;*/
              -webkit-filter: drop-shadow(0 0 0);
                      filter: drop-shadow(0 0 0); }
        .home-redesign-page .site-header.active-header .inside-header .logo-text-mobile, .global-redesign-page .site-header.active-header .inside-header .logo-text-mobile{
          display: none; }
        .home-redesign-page .site-header.active-header + #page, .global-redesign-page .site-header.active-header + #page{
          padding-top: 80px !important; }
          .home-redesign-page .site-header.active-header + #page::before, .global-redesign-page .site-header.active-header + #page::before{
            height: 80px; }
    .home-redesign-page .grid-container, .global-redesign-page .grid-container{
      max-width: 1230px; }
    .home-redesign-page .footer-widgets-container, .global-redesign-page .footer-widgets-container{
      max-width: 1000px; }
    .home-redesign-page #page, .global-redesign-page #page{
      position: relative;
      top: 0 !important;
      padding-top: 134px !important;
      -webkit-transition: padding-top .3s;
      -o-transition: padding-top .3s;
      transition: padding-top .3s;
      /* #page max-screen(960px) */ }
      @media screen and (max-width: 960px) {
        .home-redesign-page #page, .global-redesign-page #page{
          padding-top: 84px !important; } }
      .home-redesign-page #page::before, .global-redesign-page #page::before{
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        height: 134px;
        margin-left: calc(-50vw + 50%);
        visibility: visible;
        background-color: var(--bgct);
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
        /* &::before max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .home-redesign-page #page::before, .global-redesign-page #page::before{
            height: 84px; } }
    .home-redesign-page .entry-header{
      display: none; }
    .home-redesign-page .entry-content, .global-redesign-page .entry-content{
      margin-top: 0 !important; }
    .home-redesign-page .welcome_block {
      background-color: transparent !important; }
      .home-redesign-page .welcome_block:first-of-type {
        padding: 75px 0 87px;
        /* &:first-of-type max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .welcome_block:first-of-type {
            padding: 75px 0 127px; } }
        .home-redesign-page .welcome_block:first-of-type article {
          max-width: 470px;
          /* article max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .welcome_block:first-of-type article {
              max-width: 100%;
              text-align: center; } }
          .home-redesign-page .welcome_block:first-of-type article h1 {
            color: inherit;
            font-size: 3.75rem;
            line-height: 1.26;
            /* h1 max-screen(1199px) */
            /* h1 max-screen(767px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .welcome_block:first-of-type article h1 {
                font-size: 2.8rem; } }
            @media screen and (max-width: 767px) {
              .home-redesign-page .welcome_block:first-of-type article h1 {
                font-size: 2rem; } }
          .home-redesign-page .welcome_block:first-of-type article p {
            max-width: 467px;
            font-size: 1.125rem;
            font-weight: 500;
            /* p max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .welcome_block:first-of-type article p {
                max-width: 100%; } }
        .home-redesign-page .welcome_block:first-of-type .desktop {
          top: 30px;
          right: -220px;
          bottom: auto;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          max-width: 793px;
          width: 100%;
          /* .desktop max-screen(1599px) */
          /* .desktop max-screen(1199px) */
          /* .desktop max-screen(767px) */
          /* .desktop max-screen(575px) */
          /* .desktop max-screen(474px) */
          /* .desktop max-screen(374px) */ }
          @media screen and (max-width: 1599px) {
            .home-redesign-page .welcome_block:first-of-type .desktop {
              max-width: 693px;
              right: -150px; } }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .welcome_block:first-of-type .desktop {
              max-width: 643px;
              right: 0;
              margin: 0 auto;
              position: relative; } }
          /*@media screen and (max-width: 767px) {
            .home-redesign-page .welcome_block:first-of-type .desktop {
              right: -25px; } }
          @media screen and (max-width: 575px) {
            .home-redesign-page .welcome_block:first-of-type .desktop {
              right: -21px; } }
          @media screen and (max-width: 474px) {
            .home-redesign-page .welcome_block:first-of-type .desktop {
              right: -18px; } }
          @media screen and (max-width: 374px) {
            .home-redesign-page .welcome_block:first-of-type .desktop {
              right: -14px; } }*/
          .home-redesign-page .welcome_block:first-of-type .desktop::after {
            content: "";
            display: block;
            padding-top: 100%; }
          .home-redesign-page .welcome_block:first-of-type .desktop img {
            position: absolute;
            display: block;
            max-height: unset; }
            .home-redesign-page .welcome_block:first-of-type .desktop img.image-back {
              top: 0;
              left: 0;
              max-width: 793px;
              width: 100%; }
            .home-redesign-page .welcome_block:first-of-type .desktop img.image-front {
              bottom: -6%;
              left: 43%;
              -webkit-transform: translateX(-43%);
                  -ms-transform: translateX(-43%);
                      transform: translateX(-43%);
              max-width: 47%;
              width: auto;
              /* &.image-front max-screen(1199px) */ }
              @media screen and (max-width: 1199px) {
                .home-redesign-page .welcome_block:first-of-type .desktop img.image-front {
                  left: 41%;
                  -webkit-transform: translateX(-41%);
                      -ms-transform: translateX(-41%);
                          transform: translateX(-41%); } }
        .home-redesign-page .welcome_block:first-of-type a.cta {
          font-size: 1rem;
          padding: 1.375em 2.3em;
          /* &.cta max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .welcome_block:first-of-type a.cta {
              padding: 1em 2.3em; } }
      .home-redesign-page .welcome_block a.cta {
        min-height: unset;
        border-radius: 50px;
        font-size: 1rem;
        line-height: 1.75;
        letter-spacing: initial; }
    .home-redesign-page .social-proof {
      max-width: 630px;
      margin: 0 auto 0 0;
      /* .social-proof max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .social-proof {
          margin: 0 auto; } }
      .home-redesign-page .social-proof ul.images-list {
        /* &.images-list max-screen(767px) */ }
        @media screen and (max-width: 767px) {
          .home-redesign-page .social-proof ul.images-list {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
        .home-redesign-page .social-proof ul.images-list li {
          /* li max-screen(767px) */
          /* li max-screen(575px) */ }
          @media screen and (max-width: 767px) {
            .home-redesign-page .social-proof ul.images-list li {
              max-width: 33.333%;
              width: 100%;
              text-align: center; } }
          @media screen and (max-width: 575px) {
            .home-redesign-page .social-proof ul.images-list li {
              max-width: 50%; } }
    .home-redesign-page .features_block {
      position: relative; }
      .home-redesign-page .features_block::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: calc(-50vw + 50%);
        width: 100vw;
        height: 337px;
        background-color: var(--line-bg); }
      .home-redesign-page .features_block .wrapper > h2 {
        max-width: 707px;
        margin-right: auto;
        margin-left: 0;
        color: #F9BE2D;
        text-align: left;
        font-size: 2.81rem;
        line-height: 1.46;
        /* > h2 max-screen(1199px) */
        /* > h2 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .features_block .wrapper > h2 {
            margin-left: auto;
            margin-bottom: 20px;
            text-align: center; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .features_block .wrapper > h2 {
            font-size: 1.75rem; } }
        .home-redesign-page .features_block .wrapper > h2 + p {
          max-width: 626px;
          margin-right: auto;
          margin-left: 0;
          text-align: left;
          /* + p max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .home-redesign-page .features_block .wrapper > h2 + p {
              margin-left: auto;
              text-align: center; } }
      .home-redesign-page .features_block .wrapper > p {
        font-weight: 300;
        line-height: 28px; }
      .home-redesign-page .features_block ul {
        color: inherit; }
        .home-redesign-page .features_block ul.list-features {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-top: 31px;
          margin-bottom: 41px;
          padding: 32px 0 14px 0;
          border: none;
          list-style: none;
          /* &.list-features max-screen(1259px) */ }
          @media screen and (max-width: 1259px) {
            .home-redesign-page .features_block ul.list-features {
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .home-redesign-page .features_block ul.list-features li {
            color: rgb(114, 83, 68);
            line-height: 28px; }
          .home-redesign-page .features_block ul.list-features > li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-flex: 0;
                -ms-flex: 0 1 393px;
                    flex: 0 1 393px;
            margin-top: -75px;
            padding: 46px 46px 75px;
            border-radius: 10px;
            -webkit-box-shadow: 0 4px 114px rgba(249, 190, 45, 0.17);
                    box-shadow: 0 4px 114px rgba(249, 190, 45, 0.17);
            color: inherit;
            background-color: #fff;
            /* > li max-screen(1259px) */ }
            @media screen and (max-width: 1259px) {
              .home-redesign-page .features_block ul.list-features > li {
                max-width: 393px;
                width: 100%;
                margin: 0 0 40px; } }
            .home-redesign-page .features_block ul.list-features > li:nth-of-type(2) {
              margin-top: 75px;
              /* &:nth-of-type(2) max-screen(1259px) */ }
              @media screen and (max-width: 1259px) {
                .home-redesign-page .features_block ul.list-features > li:nth-of-type(2) {
                  margin-top: 0; } }
            .home-redesign-page .features_block ul.list-features > li:last-of-type {
              /* &:last-of-type max-screen(1259px) */ }
              @media screen and (max-width: 1259px) {
                .home-redesign-page .features_block ul.list-features > li:last-of-type {
                  margin-bottom: 0; } }
            .home-redesign-page .features_block ul.list-features > li div {
              margin-bottom: 37px;
              padding: 0; }
          .home-redesign-page .features_block ul.list-features h3 {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            margin-bottom: 25px;
            color: inherit;
            font-size: 1rem; }
          .home-redesign-page .features_block ul.list-features .features_bullet_points {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; }
            .home-redesign-page .features_block ul.list-features .features_bullet_points li {
              list-style: none;
              text-align: center; }
          .home-redesign-page .features_block ul.list-features + p a {
            display: inline-block;
            min-height: unset;
            padding: 1.375em 2.3em;
            border: none;
            border-radius: 50px;
            color: #fff !important;
            background: #84DCC5;
            text-align: center;
            text-decoration: none;
            text-transform: uppercase;
            font-size: 1rem;
            font-weight: 600;
            line-height: 1.75;
            letter-spacing: initial;
            -webkit-transition: background-color linear 0.2s;
            -o-transition: background-color linear 0.2s;
            transition: background-color linear 0.2s;
            vertical-align: middle;
            /* a max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .home-redesign-page .features_block ul.list-features + p a {
                padding: 1em 2.3em; } }
            .home-redesign-page .features_block ul.list-features + p a:hover {
              background: #62AA97; }
    .home-redesign-page .why-have_block {
      position: relative;
      padding-top: 121px;
      padding-bottom: 0;
      background-color: transparent !important;
      /* .why-have_block max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .home-redesign-page .why-have_block {
          padding-top: 50px; } }
      .home-redesign-page .why-have_block::after {
        content: "";
        position: absolute;
        display: block;
        bottom: 0;
        left: calc(-50vw + 50%);
        width: 100vw;
        padding-top: 135px;
        background-color: #fff; }
      .home-redesign-page .why-have_block .wrapper {
        max-width: 707px;
        margin: 0 auto; }
      .home-redesign-page .why-have_block h4 {
        padding-bottom: 10px;
        color: #F9BE2D;
        font-size: 2.81rem;
        font-weight: 600;
        line-height: 1.46;
        /* h4 max-screen(1199px) */
        /* h4 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .home-redesign-page .why-have_block h4 {
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .home-redesign-page .why-have_block h4 {
            font-size: 1.75rem; } }
      .home-redesign-page .why-have_block p {
        position: relative;
        color: rgb(114, 83, 68); }
  .home-redesign-page .why-have_block a{      color: rgb(114, 83, 68); }	
        .home-redesign-page .why-have_block p:last-of-type {
          margin-bottom: 0; }
    .home-redesign-page .video_block iframe {
      border-radius: 30px; }
    .home-redesign-page .video_block .video-control {
      position: absolute;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 74px;
      height: 74px;
      padding: 0;
      border-radius: 50%;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      background-color: #fff;
      /* .video-control max-screen(575px) */ }
      @media screen and (max-width: 575px) {
        .home-redesign-page .video_block .video-control {
          width: 54px;
          height: 54px; } }
      .home-redesign-page .video_block .video-control:before, .home-redesign-page .video_block .video-control:after {
        content: '';
        width: 16px;
        height: 16px;
        background-repeat: no-repeat;
        background-size: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
      .home-redesign-page .video_block .video-control.paused::after {
        background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjRjlCRTJEIj48cGF0aCBkPSJNNDI0LjQgMjE0LjdMNzIuNCA2LjZDNDMuOC0xMC4zIDAgNi4xIDAgNDcuOVY0NjRjMCAzNy41IDQwLjcgNjAuMSA3Mi40IDQxLjNsMzUyLTIwOGMzMS40LTE4LjUgMzEuNS02NC4xIDAtODIuNnoiLz48L3N2Zz4=");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
      .home-redesign-page .video_block .video-control.playing::after {
        background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjRjlCRTJEIj48cGF0aCBkPSJNMTQ0IDQ3OUg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWNzljMC0yNi41IDIxLjUtNDggNDgtNDhoOTZjMjYuNSAwIDQ4IDIxLjUgNDggNDh2MzUyYzAgMjYuNS0yMS41IDQ4LTQ4IDQ4em0zMDQtNDhWNzljMC0yNi41LTIxLjUtNDgtNDgtNDhoLTk2Yy0yNi41IDAtNDggMjEuNS00OCA0OHYzNTJjMCAyNi41IDIxLjUgNDggNDggNDhoOTZjMjYuNSAwIDQ4LTIxLjUgNDgtNDh6Ii8+PC9zdmc+");
        background-position: center center;
        background-size: contain;
        background-repeat: no-repeat; }
      .home-redesign-page .video_block .video-control.hidden.paused, .home-redesign-page .video_block .video-control.hidden.playing {
        width: 100%;
        height: 100%;
        border-radius: 0;
        opacity: 0; }
    .home-redesign-page #refcandy-candyjar {
      display: none; }
    .home-redesign-page.admin-bar {
      padding-top: 0 !important; }
      @media screen and (max-width: 600px) {
        .home-redesign-page.admin-bar #wpadminbar {
          position: fixed; } }
      @media screen and (max-width: 960px) {
        .home-redesign-page.admin-bar #masthead.site-header {
          top: 32px; } }
      @media screen and (max-width: 782px) {
        .home-redesign-page.admin-bar #masthead.site-header {
          top: 46px; } }
      @media screen and (max-width: 960px) {
        .home-redesign-page.admin-bar #masthead .menu-toggle,
        .home-redesign-page.admin-bar #masthead .main-nav {
          top: 39px; } }
      @media screen and (max-width: 782px) {
        .home-redesign-page.admin-bar #masthead .menu-toggle,
        .home-redesign-page.admin-bar #masthead .main-nav {
          top: 46px; } }
      .home-redesign-page.admin-bar .site-header {
        top: 32px; }
        .home-redesign-page.admin-bar .site-header + #page {
          padding-top: 134px !important;
          /* + #page max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .home-redesign-page.admin-bar .site-header + #page {
              padding-top: 84px !important; } }
        .home-redesign-page.admin-bar .site-header.active-header + #page {
          padding-top: 91px !important;
          /* + #page max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .home-redesign-page.admin-bar .site-header.active-header + #page {
              padding-top: 84px !important; } }
          .home-redesign-page.admin-bar .site-header.active-header + #page::before {
            height: 91px;
            /* &::before max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .home-redesign-page.admin-bar .site-header.active-header + #page::before {
                height: 84px; } }
  
  .testimonial-section-title {
    color: #222;
    font-size: 36px;
    line-height: 44px;
    font-weight: 400;
    margin-bottom: 35px; }
    @media screen and (max-width: 375px) {
      .testimonial-section-title {
        font-size: 34px;
        line-height: 42px; } }
    @media screen and (max-width: 320px) {
      .testimonial-section-title {
        font-size: 30px;
        line-height: 40px; } }
    @media screen and (max-width: 375px) {
      .testimonial-section-title span {
        font-size: 24px;
        line-height: 34px; } }
    @media screen and (max-width: 320px) {
      .testimonial-section-title span {
        font-size: 20px;
        line-height: 30px; } }
  
  @media screen and (max-width: 568px) {
    .cta-footer-sub-title .mobile-justify {
      text-align: justify; } }
  
  .margin-top-40 {
    margin-top: 40px; }
  
  .img-responsive {
    width: 100%; }
  
  .l-row {
    margin-top: 30px; }
  
  .subsection-title {
    color: #222;
    margin-bottom: 20px;
    line-height: 30px;
    font-weight: 400;
    margin-top: 35px; }
  
  .cta-footer-title {
    margin-bottom: 20px;
    font-size: 46px;
    line-height: 54px;
    color: #333333;
    font-weight: 400;
    letter-spacing: -1px; }
    @media screen and (max-width: 375px) {
      .cta-footer-title {
        font-size: 32px; } }
    @media screen and (max-width: 320px) {
      .cta-footer-title {
        font-size: 26px;
        line-height: 36px; } }
  
  .cta-footer-sub-title {
    color: #222;
    margin-bottom: 40px;
    line-height: 30px;
    font-weight: 400; }
    .cta-footer-sub-title.grey {
      color: #747474; }
  
  .cta-footer {
    padding: 80px 0; }
    @media screen and (max-width: 568px) {
      .cta-footer {
        padding: 10px 0; } }
  
  /* HOW IT WORKS REDESIGN */
  .how-it-works-redesign-page {
    padding-top: 0 !important;
    color: #725344;
    /* HOW IT WORKS BLOCK */
    /* VIDEO BLOCK */ }
    .how-it-works-redesign-page .site-header {
      color: inherit;
      background-color: transparent; }
      .how-it-works-redesign-page .site-header .inside-header {
        position: relative;
        /* .inside-header max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .how-it-works-redesign-page .site-header .inside-header {
            padding-right: 80px; } }
        .how-it-works-redesign-page .site-header .inside-header .menu-toggle {
          position: absolute;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
              -ms-transform: translateY(-50%) !important;
                  transform: translateY(-50%) !important; }
      .how-it-works-redesign-page .site-header .header-image {
        width: 100%; }
      .how-it-works-redesign-page .site-header .site-logo {
        margin-bottom: 0 !important;
        /* .site-logo max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .how-it-works-redesign-page .site-header .site-logo {
            display: inline-block !important; } }
        .how-it-works-redesign-page .site-header .site-logo a {
          /* a max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .how-it-works-redesign-page .site-header .site-logo a {
              width: 38px;
              height: 74px;
              overflow: hidden;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          /*.how-it-works-redesign-page .site-header .site-logo a img {
            -webkit-transition: width .3s, height .3s, -webkit-transform 0s;
            transition: width .3s, height .3s, -webkit-transform 0s;
            -o-transition: transform 0s, width .3s, height .3s;
            transition: transform 0s, width .3s, height .3s;
            transition: transform 0s, width .3s, height .3s, -webkit-transform 0s;
            }
            @media screen and (max-width: 960px) {
              .how-it-works-redesign-page .site-header .site-logo a img {
                width: auto;
                margin : 0 0 0 70px;
                -webkit-transform: scale(4.6);
                    -ms-transform: scale(4.6);
                        transform: scale(4.6);
                -webkit-filter: drop-shadow(0 0 0);
                        filter: drop-shadow(0 0 0);
                -webkit-transition: -webkit-transform 0s;
                transition: -webkit-transform 0s;
                -o-transition: transform 0s;
                transition: transform 0s;
                transition: transform 0s, -webkit-transform 0s; } } */
      .how-it-works-redesign-page .site-header .logo-text-mobile {
        /* .logo-text-mobile max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .how-it-works-redesign-page .site-header .logo-text-mobile {
            display: none; } }
      .how-it-works-redesign-page .site-header .box-for-search-mobile {
        width: calc(100% - 15px); }
        .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom {
          width: calc(100% - 15px);
          right: 0; }
          .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
          .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .search-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: auto !important;
            /* .wp-block-search, .search-form max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
              .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .search-form {
                width: calc(100vw - 158px); } }
          .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__input {
            padding-left: 15px; }
          .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button {
            width: 59px;
            height: 59px;
            /* &__button max-screen(767px) */ }
            @media screen and (max-width: 767px) {
              .how-it-works-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button {
                width: 37px;
                height: 37px; } }
        .how-it-works-redesign-page .site-header .box-for-search-mobile .wp-block-search,
        .how-it-works-redesign-page .site-header .box-for-search-mobile .search-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: auto !important;
          /* .wp-block-search, .search-form max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .how-it-works-redesign-page .site-header .box-for-search-mobile .wp-block-search,
            .how-it-works-redesign-page .site-header .box-for-search-mobile .search-form {
              width: calc(100vw - 158px); } }
        .how-it-works-redesign-page .site-header .box-for-search-mobile .wp-block-search__button {
          width: 59px;
          height: 59px;
          /* &__button max-screen(767px) */ }
          @media screen and (max-width: 767px) {
            .how-it-works-redesign-page .site-header .box-for-search-mobile .wp-block-search__button {
              width: 37px;
              height: 37px; } }
      .how-it-works-redesign-page .site-header .main-navigation {
        background-color: transparent; }
        .how-it-works-redesign-page .site-header .main-navigation .menu-toggle {
          color: inherit; }
          .how-it-works-redesign-page .site-header .main-navigation .menu-toggle .mobile-menu {
            color: inherit;
            text-transform: uppercase; }
        .how-it-works-redesign-page .site-header .main-navigation .main-nav ul {
          color: inherit; }
          .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li {
            margin-right: 53px;
            color: inherit;
            /* li max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li {
                margin-right: 23px; } }
            .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li:focus > a, .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li:hover > a {
              background-color: transparent !important; }
            .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li:last-of-type {
              margin-right: 0; }
            .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li > a {
              color: inherit;
              text-transform: uppercase;
              letter-spacing: 0; }
            .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li.cta:hover > a {
              background-color: #62AA97 !important; }
            .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li.cta > a {
              font-size: 1rem; }
            .how-it-works-redesign-page .site-header .main-navigation .main-nav ul li[class*="current-menu-"] > a {
              background: transparent;
              color: #F9BE2D; }
        .how-it-works-redesign-page .site-header .main-navigation ul ul {
          background-color: transparent; }
        .how-it-works-redesign-page .site-header .main-navigation .inside-navigation {
          position: static; }
        .how-it-works-redesign-page .site-header .main-navigation.toggled .menu-toggle {
          color: inherit; }
          .how-it-works-redesign-page .site-header .main-navigation.toggled .menu-toggle::before {
            color: inherit; }
        .how-it-works-redesign-page .site-header .main-navigation.toggled .main-nav {
          -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          background: var(--hbgc); }
          .how-it-works-redesign-page .site-header .main-navigation.toggled .main-nav li.menu-item a {
            color: inherit; }
      .how-it-works-redesign-page .site-header.active-header {
        background-color: var(--hbgc);
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); }
        .how-it-works-redesign-page .site-header.active-header .inside-header .site-logo {
          display: inline-block; }
          .how-it-works-redesign-page .site-header.active-header .inside-header .site-logo a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .how-it-works-redesign-page .site-header.active-header .inside-header .site-logo a img {
              width: 180px;
              -webkit-filter: drop-shadow(0 0 0);
                      filter: drop-shadow(0 0 0); }
        .how-it-works-redesign-page .site-header.active-header .inside-header .logo-text-mobile {
          display: none; }
        .how-it-works-redesign-page .site-header.active-header + #page {
          padding-top: 80px !important; }
          .how-it-works-redesign-page .site-header.active-header + #page::before {
            height: 80px; }
    .how-it-works-redesign-page .grid-container {
      max-width: 1230px; }
    .how-it-works-redesign-page .footer-widgets-container {
      max-width: 1000px; }
    .how-it-works-redesign-page #page {
      position: relative;
      top: 0 !important;
      padding-top: 134px !important;
      -webkit-transition: padding-top .3s;
      -o-transition: padding-top .3s;
      transition: padding-top .3s;
      /* #page max-screen(960px) */ }
      @media screen and (max-width: 960px) {
        .how-it-works-redesign-page #page {
          padding-top: 84px !important; } }
      .how-it-works-redesign-page #page::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        height: 134px;
        margin-left: calc(-50vw + 50%);
        visibility: visible;
        background-color: var(--bgct);
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
        /* &::before max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .how-it-works-redesign-page #page::before {
            height: 84px; } }
    .how-it-works-redesign-page .entry-header {
      display: none; }
    .how-it-works-redesign-page .entry-content {
      margin-top: 0 !important; }
    .how-it-works-redesign-page .how-it-works_block:not(.page-id-76305) {
      padding-bottom: 40px; }
    .page-id-77803 .how-it-works_block, .page-id-75384 .how-it-works_block, .page-id-77730 .how-it-works_block {
      padding-bottom: 280px !important; }
      .how-it-works-redesign-page .how-it-works_block.background-block-custom {
        background-color: transparent !important; }
      .how-it-works-redesign-page .how-it-works_block h1 {
        padding-bottom: 10px;
        color: #725344;
        font-size: 3.75rem;
        font-weight: 600;
        line-height: 1.26;
        /* h1 max-screen(1199px) */
        /* h1 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .how-it-works-redesign-page .how-it-works_block h1 {
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .how-it-works-redesign-page .how-it-works_block h1 {
            font-size: 2rem; } }
      .how-it-works-redesign-page .how-it-works_block p {
        color: #F68C1E;
        font-size: 1.25rem;
        line-height: 1.25;
        font-weight: 600; }
    .how-it-works-redesign-page .video_block {
      position: relative;
      margin-top: -195px;
      margin-bottom: 105px;
      background-color: transparent !important;
      /* .video_block max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .how-it-works-redesign-page .video_block {
          margin-bottom: 55px; } }
      .how-it-works-redesign-page .video_block .background-block-custom-item {
        border-radius: 30px;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
        height: calc(100% - 164px); }
      .how-it-works-redesign-page .video_block h4, .how-it-works-redesign-page .video_block h2 {
        max-width: 1008px;
        width: 100%;
        margin: 0 auto 20px;
        padding-bottom: 10px;
        color: #725344;
        font-size: 1.875rem;
        font-weight: 500;
        line-height: 1.53;
        /* h4 max-screen(1199px) */
        /* h4 max-screen(767px) */ }
        @media screen and (max-width: 1199px) {
          .how-it-works-redesign-page .video_block h4, .how-it-works-redesign-page .video_block h2 {
            margin-bottom: 20px; } }
        @media screen and (max-width: 767px) {
          .how-it-works-redesign-page .video_block h4, .how-it-works-redesign-page .video_block h2 {
            font-size: 1.75rem; } }
      .how-it-works-redesign-page .video_block p {
        position: relative;
        max-width: 862px;
        width: 100%;
        margin: 0 auto 39px;
        color: rgba(114, 83, 68, 0.6); }
        .how-it-works-redesign-page .video_block p:last-of-type {
          margin-bottom: 0; }
      .how-it-works-redesign-page .video_block iframe {
        border-radius: 30px; }
      .how-it-works-redesign-page .video_block .video-control {
        position: absolute;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 74px;
        height: 74px;
        padding: 0;
        border-radius: 50%;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none;
        background-color: #fff;
        /* .video-control max-screen(575px) */ }
        @media screen and (max-width: 575px) {
          .how-it-works-redesign-page .video_block .video-control {
            width: 54px;
            height: 54px; } }
        .how-it-works-redesign-page .video_block .video-control:before, .how-it-works-redesign-page .video_block .video-control:after {
          content: '';
          width: 16px;
          height: 16px;
          background-repeat: no-repeat;
          background-size: 100%;
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .how-it-works-redesign-page .video_block .video-control.paused::after {
          background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjRjlCRTJEIj48cGF0aCBkPSJNNDI0LjQgMjE0LjdMNzIuNCA2LjZDNDMuOC0xMC4zIDAgNi4xIDAgNDcuOVY0NjRjMCAzNy41IDQwLjcgNjAuMSA3Mi40IDQxLjNsMzUyLTIwOGMzMS40LTE4LjUgMzEuNS02NC4xIDAtODIuNnoiLz48L3N2Zz4=");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat; }
        .how-it-works-redesign-page .video_block .video-control.playing::after {
          background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIiBmaWxsPSIjRjlCRTJEIj48cGF0aCBkPSJNMTQ0IDQ3OUg0OGMtMjYuNSAwLTQ4LTIxLjUtNDgtNDhWNzljMC0yNi41IDIxLjUtNDggNDgtNDhoOTZjMjYuNSAwIDQ4IDIxLjUgNDggNDh2MzUyYzAgMjYuNS0yMS41IDQ4LTQ4IDQ4em0zMDQtNDhWNzljMC0yNi41LTIxLjUtNDgtNDgtNDhoLTk2Yy0yNi41IDAtNDggMjEuNS00OCA0OHYzNTJjMCAyNi41IDIxLjUgNDggNDggNDhoOTZjMjYuNSAwIDQ4LTIxLjUgNDgtNDh6Ii8+PC9zdmc+");
          background-position: center center;
          background-size: contain;
          background-repeat: no-repeat; }
        .how-it-works-redesign-page .video_block .video-control.hidden.paused, .how-it-works-redesign-page .video_block .video-control.hidden.playing {
          width: 100%;
          height: 100%;
          border-radius: 0;
          opacity: 0; }
    .how-it-works-redesign-page.admin-bar {
      padding-top: 0 !important; }
      @media screen and (max-width: 600px) {
        .how-it-works-redesign-page.admin-bar #wpadminbar {
          position: fixed; } }
      @media screen and (max-width: 960px) {
        .how-it-works-redesign-page.admin-bar #masthead.site-header {
          top: 32px; } }
      @media screen and (max-width: 782px) {
        .how-it-works-redesign-page.admin-bar #masthead.site-header {
          top: 46px; } }
      @media screen and (max-width: 960px) {
        .how-it-works-redesign-page.admin-bar #masthead .menu-toggle,
        .how-it-works-redesign-page.admin-bar #masthead .main-nav {
          top: 39px; } }
      @media screen and (max-width: 782px) {
        .how-it-works-redesign-page.admin-bar #masthead .menu-toggle,
        .how-it-works-redesign-page.admin-bar #masthead .main-nav {
          top: 46px; } }
      .how-it-works-redesign-page.admin-bar .site-header {
        top: 32px; }
        .how-it-works-redesign-page.admin-bar .site-header + #page {
          padding-top: 134px !important;
          /* + #page max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .how-it-works-redesign-page.admin-bar .site-header + #page {
              padding-top: 84px !important; } }
        .how-it-works-redesign-page.admin-bar .site-header.active-header + #page {
          padding-top: 91px !important;
          /* + #page max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .how-it-works-redesign-page.admin-bar .site-header.active-header + #page {
              padding-top: 84px !important; } }
          .how-it-works-redesign-page.admin-bar .site-header.active-header + #page::before {
            height: 91px;
            /* &::before max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .how-it-works-redesign-page.admin-bar .site-header.active-header + #page::before {
                height: 84px; } }
  
  .gallery_header {
    position: relative; }
    .gallery_header::after {
      content: "";
      display: block;
      height: 100%;
      width: 100vw;
      position: absolute;
      top: 0;
      z-index: -1;
      right: 50%;
      -webkit-transform: translate(50%, 0px);
          -ms-transform: translate(50%, 0px);
              transform: translate(50%, 0px);
      background-color: #fee1a1; }
  
  .container_footer {
    padding: 50px 30px;
    background: #f8f4f1;
    text-align: center; }
    .container_footer .wrapper {
      max-width: 55%;
      margin: auto; }
      @media screen and (max-width: 960px) {
        .container_footer .wrapper {
          max-width: 100%; } }
      .container_footer .wrapper .article_list {
        list-style: none;
        margin: 0; }
        .container_footer .wrapper .article_list li a {
          color: #333333;
          font-weight: normal; }
  
  .box-gallery-global {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.5rem; }
    @media screen and (max-width: 1024px) {
      .box-gallery-global {
        display: none; } }
    @media screen and (min-width: 1200px) {
      .box-gallery-global.wide-width {
        width: 120%;
        position: relative;
        left: -10%; } }
    @media screen and (min-width: 1200px) {
      .box-gallery-global.full-width {
        width: 95vw;
        position: relative;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
            -ms-transform: translate(-50%, 0);
                transform: translate(-50%, 0);
        border-radius: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
        .box-gallery-global.full-width .box-img-gallery {
          max-width: 470px;
          margin: 0 15px; }
          .box-gallery-global.full-width .box-img-gallery:first-child {
            margin-left: 0; } }
    .box-gallery-global .box-img-gallery {
      width: 50%;
      position: relative;
      margin-right: 30px;
      padding-bottom: 20px; }
      .box-gallery-global .box-img-gallery:last-child {
        margin-right: 0; }
      .box-gallery-global .box-img-gallery .author-photo {
        position: absolute;
        bottom: 0px;
        left: 0; }
  
  .box-gallery-mobail-slider .box-gallery-for-img,
  .box-gallery-global .box-gallery-for-img {
    overflow: hidden;
    height: 100%;
    width: 100%;
    border-radius: 10px; }
    .box-gallery-mobail-slider .box-gallery-for-img img,
    .box-gallery-global .box-gallery-for-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  
  @media screen and (min-width: 1025px) {
    .box-gallery-mobail-slider {
      display: none !important; } }
  
  .box-gallery-mobail-slider .box-gallery-for-img {
    margin: 0 8px;
    width: auto; }
  
  .author-photo {
    font-size: 14px;
    font-weight: 500;
    color: #747474; }
    .author-photo span {
      padding-left: 8px;
      color: #a5c5d8; }
  
  .modal-open {
    padding-right: 0 !important; }
  
  @media screen and (min-width: 991px) {
    #modalGallery {
      padding-left: 17px; } }
  
  #modalGallery .modal-body {
    padding-top: 0; }
  
  #modalGallery .modal-header {
    border: none; }
  
  #modalGallery .modal-dialog {
    max-width: 1000px; }
    #modalGallery .modal-dialog .preset_demo_img {
      height: calc(100vh - 400px); }
    #modalGallery .modal-dialog .slick-dots {
      margin-bottom: -28px; }
    #modalGallery .modal-dialog .slick-next:before,
    #modalGallery .modal-dialog .slick-prev:before {
      font-size: 50px;
      color: #cccccc; }
    #modalGallery .modal-dialog .slick-next {
      right: 26px !important; }
      @media screen and (min-width: 768px) {
        #modalGallery .modal-dialog .slick-next {
          right: 36px !important; } }
    #modalGallery .modal-dialog .slick-prev {
      left: -2px !important; }
      @media screen and (min-width: 768px) {
        #modalGallery .modal-dialog .slick-prev {
          left: 5px !important; } }
  
  .preset-grid-item {
    cursor: pointer; }
  
  #color-select {
    position: relative; }
    #color-select #colors-available {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      min-width: 322px;
      left: -60px; }
      @media screen and (max-width: 768px) {
        #color-select #colors-available {
          width: calc(100% - 31px);
          min-width: auto;
          left: auto; }
          #color-select #colors-available > div {
            max-width: 100% !important; } }
  
  .column-gap2 {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 49px;
       -moz-column-gap: 49px;
            column-gap: 49px; }
    @media screen and (max-width: 959px) {
      .column-gap2 {
        -webkit-column-count: 1;
           -moz-column-count: 1;
                column-count: 1; } }
    .column-gap2 h4 {
      margin-bottom: 0; }
  
  .pricing-section.plans-section {
    padding: 80px 0;
    background: #f4f1ef; }
    .pricing-section.plans-section h3.pricing-section-title {
      color: #333333;
      font-size: 46px;
      line-height: 54px;
      padding-bottom: 50px;
      font-weight: 400;
      text-align: center;
      max-width: 940px;
      margin: auto; }
      @media screen and (max-width: 568px) {
        .pricing-section.plans-section h3.pricing-section-title {
          margin-top: 15px; } }
    .pricing-section.plans-section .column {
      background: #fff;
      padding: 30px 16px;
      border-radius: 5px;
      -webkit-box-shadow: inset 0 0 0 1px #333333;
              box-shadow: inset 0 0 0 1px #333333; }
      .pricing-section.plans-section .column:hover {
        -webkit-box-shadow: inset 0 0 0 4px #333333;
                box-shadow: inset 0 0 0 4px #333333; }
      @media screen and (max-width: 568px) {
        .pricing-section.plans-section .column {
          padding: 20px; } }
      @media screen and (max-width: 320px) {
        .pricing-section.plans-section .column {
          padding: 13px; } }
      .pricing-section.plans-section .column.featured-plan {
        background-color: #f8bc15; }
      .pricing-section.plans-section .column .pricing-title {
        letter-spacing: 2px;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #333333;
        font-size: 14px;
        line-height: 24px;
        text-transform: uppercase;
        font-weight: bold; }
      .pricing-section.plans-section .column .dollar,
      .pricing-section.plans-section .column .terms {
        vertical-align: top;
        color: #333333; }
      .pricing-section.plans-section .column .price {
        font-size: 120px;
        font-weight: 700;
        color: #333333;
        line-height: 120px; }
        @media screen and (max-width: 568px) {
          .pricing-section.plans-section .column .price {
            font-size: 90px;
            line-height: 90px; } }
        @media screen and (max-width: 320px) {
          .pricing-section.plans-section .column .price {
            font-size: 70px;
            line-height: 70px; } }
      .pricing-section.plans-section .column ul.features-list {
        margin: 30px 0;
        list-style: none; }
        @media screen and (max-width: 568px) {
          .pricing-section.plans-section .column ul.features-list {
            margin: 20px 0; } }
        .pricing-section.plans-section .column ul.features-list li {
          color: #222;
          font-weight: normal;
          line-height: 32px;
          font-size: 16px;
          position: relative; }
          @media screen and (max-width: 767px) {
            .pricing-section.plans-section .column ul.features-list li {
              font-size: 13px; } }
          @media screen and (max-width: 568px) {
            .pricing-section.plans-section .column ul.features-list li {
              line-height: 22px; } }
          .pricing-section.plans-section .column ul.features-list li .tooltip {
            cursor: help;
            position: relative;
            width: 29px;
            height: 20px;
            font-size: 16px;
            margin-left: 5px; }
            @media screen and (max-width: 568px) {
              .pricing-section.plans-section .column ul.features-list li .tooltip {
                margin-left: 0; } }
            .pricing-section.plans-section .column ul.features-list li .tooltip img {
              width: 20px;
              height: 20px;
              position: relative; }
            .pricing-section.plans-section .column ul.features-list li .tooltip .tooltiptext {
              width: auto;
              background-color: #fff;
              color: #333333;
              text-align: center;
              border-radius: 6px;
              z-index: 1;
              opacity: 0;
              -webkit-transition: opacity 0.2s;
              -o-transition: opacity 0.2s;
              transition: opacity 0.2s;
              right: 100%;
              margin: 0;
              display: block;
              position: absolute;
              border: 1px solid #333333;
              font-size: 14px;
              line-height: 22px;
              padding: 10px 20px;
              min-width: 340px;
              bottom: 125%; }
              @media screen and (max-width: 1000px) {
                .pricing-section.plans-section .column ul.features-list li .tooltip .tooltiptext {
                  min-width: 250px;
                  position: unset;
                  cursor: pointer; } }
            .pricing-section.plans-section .column ul.features-list li .tooltip .tooltip__close {
              display: block;
              z-index: 5;
              font-size: 20px;
              float: right; }
            .pricing-section.plans-section .column ul.features-list li .tooltip.active .tooltiptext {
              visibility: visible;
              opacity: 1;
              display: block !important; }
  
  .signup-section {
    max-width: 100%;
    background-color: #fee1a1;
    position: relative; }
    .signup-section .signup-left-block {
      padding-top: 48px;
      padding-left: 7px;
      padding-right: 5px;
      max-width: calc(90% - 550px);
      width: 100%; }
      @media screen and (max-width: 959px) {
        .signup-section .signup-left-block {
          max-width: 90%;
          text-align: center;
          z-index: 1; } }
      .signup-section .signup-left-block p {
        margin-bottom: 8px; }
      .signup-section .signup-left-block .signup-left-text-block {
        margin-bottom: 10px; }
        .signup-section .signup-left-block .signup-left-text-block h4 {
          font-size: 28px;
          margin-bottom: 0px; }
    .signup-section .signup-right-block {
      max-width: 550px;
      width: 100%;
      display: block;
      background-color: #fff;
      margin: auto auto 16px; }
      @media screen and (max-width: 767px) {
        .signup-section .signup-right-block {
          max-width: 100%;
          padding: 0 15px; } }
      .signup-section .signup-right-block .text--normal a {
        color: #f8bc15; }
        .signup-section .signup-right-block .text--normal a:hover {
          color: #d9a515; }
    .signup-section .wrap.container {
      max-width: 960px; }
  
  .triangles_wrap {
    position: absolute;
    /* right: 0; */
    z-index: 0;
    left: 0; }
    @media screen and (min-width: 959px) {
      .triangles_wrap {
        -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
        transform: translate(-50%, 0);
        top: 0;
        width: 671px; } }
  
  .pricing-page-fixed-width section.pricing-page {
    padding-bottom: 0; }
  
  .pricing-page.signup-section::before {
    background-color: #fee1a1;
    content: "";
    display: block;
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0;
    z-index: -1;
    right: 50%;
    -webkit-transform: translate(50%, 0);
    -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); }
  
  .pricing-page.signup-section .signup-section-title {
    margin: 0 auto;
    max-width: 600px;
    font-size: 36px;
    line-height: 50px;
    text-align: center;
    color: #333333;
    max-width: 100%;
    padding-bottom: 50px; }
    @media screen and (max-width: 959px) {
      .pricing-page.signup-section .signup-section-title {
        padding-bottom: 30px; } }
  
  .signup-form {
    margin: 30px 0; }
    .signup-form .container-form {
      margin-left: auto;
      margin-right: auto;
      max-width: 600px;
      padding: 15px 30px;
      border: 1px solid #f8bc15; }
      .signup-form .container-form > span {
        display: block;
        text-align: center;
        font-weight: 400;
        color: #747474;
        font-size: 10px;
        text-decoration: none;
        outline: 0;
        -webkit-transition-duration: 0.3s;
             -o-transition-duration: 0.3s;
                transition-duration: 0.3s;
        max-width: 100%;
        padding-left: 24px;
        padding-top: 2px;
        letter-spacing: 2px;
        line-height: 1;
        padding-top: 18px;
        padding-bottom: 18px; }
        .signup-form .container-form > span a {
          text-decoration: underline;
          color: #f8bc15;
          letter-spacing: 2px; }
          .signup-form .container-form > span a:hover {
            color: #d9a515; }
      @media screen and (max-width: 568px) {
        .signup-form .container-form {
          padding: 15px; } }
      .signup-form .container-form .signup-form-wrap-input {
        max-width: 100%; }
        .signup-form .container-form .signup-form-wrap-input input {
          max-width: 100%; }
      .signup-form .container-form .wbs_alert.wbs_error a {
        color: white; }
    .signup-form .singup-form-title {
      text-align: left;
      font-weight: 400;
      color: #f8bc15;
      font-size: 36px;
      letter-spacing: -1px;
      margin-bottom: 28px;
      line-height: 1; }
    .signup-form .singup-form-subtitle {
      padding-bottom: 0;
      margin-bottom: -5px;
      color: #333; }
    .signup-form .signup-form-wrap-input {
      margin-top: 12px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .signup-form .signup-form-wrap-input > * {
        margin-bottom: 16px; }
      .signup-form .signup-form-wrap-input label {
        font-weight: 400;
        color: #333;
        font-size: 16px; }
        @media screen and (max-width: 568px) {
          .signup-form .signup-form-wrap-input label {
            font-size: 14px; } }
      .signup-form .signup-form-wrap-input input {
        text-align: left;
        font-weight: 400;
        color: #747474;
        font-size: 16px;
        border: 1px solid #747474;
        -webkit-box-shadow: 0 2px 4px 0 #a0a0a0;
                box-shadow: 0 2px 4px 0 #a0a0a0;
        padding: 0.3em 1em; }
      .signup-form .signup-form-wrap-input br {
        display: none; }
    .signup-form > span {
      display: block;
      text-align: center;
      font-weight: 400;
      color: #747474;
      font-size: 10px;
      text-decoration: none;
      outline: 0;
      -webkit-transition-duration: 0.3s;
           -o-transition-duration: 0.3s;
              transition-duration: 0.3s;
      max-width: 100%;
      padding-left: 24px;
      padding-top: 2px;
      letter-spacing: 2px;
      line-height: 1;
      padding-top: 18px;
      padding-bottom: 18px; }
      .signup-form > span a {
        text-decoration: underline;
        color: #f8bc15;
        letter-spacing: 2px; }
        .signup-form > span a:hover {
          color: #d9a515; }
    .signup-form .password_eye_wrap {
      display: block;
      position: relative;
      width: 100%; }
      .signup-form .password_eye_wrap #pass {
        display: block;
        position: relative;
        width: 100%;
        padding-right: 30px; }
      .signup-form .password_eye_wrap a.toggle_password {
        position: absolute;
        bottom: 0;
        right: 10px;
        font-size: 20px;
        line-height: 1;
        top: 8px; }
        .signup-form .password_eye_wrap a.toggle_password img {
          width: 20px; }
  
  .pricing-page.signup-section .signup-form .container-form {
    max-width: 550px;
    padding: 48px 0 0;
    border: none; }
    .pricing-page.signup-section .signup-form .container-form > * {
      max-width: 400px;
      margin-left: auto;
      margin-right: auto; }
  
  .box-button-pricing {
    width: 100%;
    margin-top: 30px; }
  
  /* PRICING REDESIGN */
  /* WITH LIST */
  .pricing-with-list-redesign-page,
  .pricing-with-quote-redesign-page {
    padding-top: 0 !important;
    color: #725344; }
    .pricing-with-list-redesign-page .site-header,
    .pricing-with-quote-redesign-page .site-header {
      color: inherit;
      background-color: transparent; }
      .pricing-with-list-redesign-page .site-header .inside-header,
      .pricing-with-quote-redesign-page .site-header .inside-header {
        position: relative;
        /* .inside-header max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .pricing-with-list-redesign-page .site-header .inside-header,
          .pricing-with-quote-redesign-page .site-header .inside-header {
            padding-right: 80px; } }
        .pricing-with-list-redesign-page .site-header .inside-header .menu-toggle,
        .pricing-with-quote-redesign-page .site-header .inside-header .menu-toggle {
          position: absolute;
          top: 50% !important;
          -webkit-transform: translateY(-50%) !important;
              -ms-transform: translateY(-50%) !important;
                  transform: translateY(-50%) !important; }
      .pricing-with-list-redesign-page .site-header .header-image,
      .pricing-with-quote-redesign-page .site-header .header-image {
        width: 100%; }
      .pricing-with-list-redesign-page .site-header .site-logo,
      .pricing-with-quote-redesign-page .site-header .site-logo {
        margin-bottom: 0 !important;
        /* .site-logo max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .pricing-with-list-redesign-page .site-header .site-logo,
          .pricing-with-quote-redesign-page .site-header .site-logo {
            display: inline-block !important; } }
        .pricing-with-list-redesign-page .site-header .site-logo a,
        .pricing-with-quote-redesign-page .site-header .site-logo a {
          /* a max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .pricing-with-list-redesign-page .site-header .site-logo a,
            .pricing-with-quote-redesign-page .site-header .site-logo a {
              width: 38px;
              height: 74px;
              overflow: hidden;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center; } }
          .pricing-with-list-redesign-page .site-header .site-logo a img,
          .pricing-with-quote-redesign-page .site-header .site-logo a img {
            -webkit-transition: width .3s, height .3s, -webkit-transform 0s;
            transition: width .3s, height .3s, -webkit-transform 0s;
            -o-transition: transform 0s, width .3s, height .3s;
            transition: transform 0s, width .3s, height .3s;
            transition: transform 0s, width .3s, height .3s, -webkit-transform 0s;
            /* img max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .pricing-with-list-redesign-page .site-header .site-logo a img,
              .pricing-with-quote-redesign-page .site-header .site-logo a img {
                width: auto;
                margin: 0;
                -webkit-transform: inherit;
                    -ms-transform: inherit;
                        transform: inherit;
                -webkit-filter: drop-shadow(0 0 0);
                        filter: drop-shadow(0 0 0);
                -webkit-transition: -webkit-transform 0s;
                transition: -webkit-transform 0s;
                -o-transition: transform 0s;
                transition: transform 0s;
                transition: transform 0s, -webkit-transform 0s; } }
      .pricing-with-list-redesign-page .site-header .logo-text-mobile,
      .pricing-with-quote-redesign-page .site-header .logo-text-mobile {
        /* .logo-text-mobile max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .pricing-with-list-redesign-page .site-header .logo-text-mobile,
          .pricing-with-quote-redesign-page .site-header .logo-text-mobile {
            display: none; } }
      .pricing-with-list-redesign-page .site-header .box-for-search-mobile,
      .pricing-with-quote-redesign-page .site-header .box-for-search-mobile {
        width: calc(100% - 15px); }
        .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom,
        .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom {
          width: calc(100% - 15px);
          right: 0; }
          .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
          .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .search-form,
          .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
          .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .search-form {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: auto !important;
            /* .wp-block-search, .search-form max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
              .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .search-form,
              .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search,
              .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .search-form {
                width: calc(100vw - 158px); } }
          .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__input,
          .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__input {
            padding-left: 15px; }
          .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button,
          .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button {
            width: 59px;
            height: 59px;
            /* &__button max-screen(767px) */ }
            @media screen and (max-width: 767px) {
              .pricing-with-list-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button,
              .pricing-with-quote-redesign-page .site-header .box-for-search-mobile.width-custom .wp-block-search__button {
                width: 37px;
                height: 37px; } }
        .pricing-with-list-redesign-page .site-header .box-for-search-mobile .wp-block-search,
        .pricing-with-list-redesign-page .site-header .box-for-search-mobile .search-form,
        .pricing-with-quote-redesign-page .site-header .box-for-search-mobile .wp-block-search,
        .pricing-with-quote-redesign-page .site-header .box-for-search-mobile .search-form {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: auto !important;
          /* .wp-block-search, .search-form max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .pricing-with-list-redesign-page .site-header .box-for-search-mobile .wp-block-search,
            .pricing-with-list-redesign-page .site-header .box-for-search-mobile .search-form,
            .pricing-with-quote-redesign-page .site-header .box-for-search-mobile .wp-block-search,
            .pricing-with-quote-redesign-page .site-header .box-for-search-mobile .search-form {
              width: calc(100vw - 158px); } }
        .pricing-with-list-redesign-page .site-header .box-for-search-mobile .wp-block-search__button,
        .pricing-with-quote-redesign-page .site-header .box-for-search-mobile .wp-block-search__button {
          width: 59px;
          height: 59px;
          /* &__button max-screen(767px) */ }
          @media screen and (max-width: 767px) {
            .pricing-with-list-redesign-page .site-header .box-for-search-mobile .wp-block-search__button,
            .pricing-with-quote-redesign-page .site-header .box-for-search-mobile .wp-block-search__button {
              width: 37px;
              height: 37px; } }
      .pricing-with-list-redesign-page .site-header .main-navigation,
      .pricing-with-quote-redesign-page .site-header .main-navigation {
        background-color: transparent; }
        .pricing-with-list-redesign-page .site-header .main-navigation .menu-toggle,
        .pricing-with-quote-redesign-page .site-header .main-navigation .menu-toggle {
          color: inherit; }
          .pricing-with-list-redesign-page .site-header .main-navigation .menu-toggle .mobile-menu,
          .pricing-with-quote-redesign-page .site-header .main-navigation .menu-toggle .mobile-menu {
            color: inherit;
            text-transform: uppercase; }
        .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul,
        .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul {
          color: inherit; }
          .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li,
          .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li {
            margin-right: 53px;
            color: inherit;
            /* li max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li,
              .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li {
                margin-right: 23px; } }
            .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li:focus > a, .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li:hover > a,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li:focus > a,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li:hover > a {
              background-color: transparent !important; }
            .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li:last-of-type,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li:last-of-type {
              margin-right: 0; }
            .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li > a,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li > a {
              color: inherit;
              text-transform: uppercase;
              letter-spacing: 0; }
            .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li.cta:hover > a,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li.cta:hover > a {
              background-color: #62AA97 !important; }
            .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li.cta > a,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li.cta > a {
              font-size: 1rem; }
            .pricing-with-list-redesign-page .site-header .main-navigation .main-nav ul li[class*="current-menu-"] > a,
            .pricing-with-quote-redesign-page .site-header .main-navigation .main-nav ul li[class*="current-menu-"] > a {
              background: transparent;
              color: #F9BE2D; }
        .pricing-with-list-redesign-page .site-header .main-navigation ul ul,
        .pricing-with-quote-redesign-page .site-header .main-navigation ul ul {
          background-color: transparent; }
        .pricing-with-list-redesign-page .site-header .main-navigation .inside-navigation,
        .pricing-with-quote-redesign-page .site-header .main-navigation .inside-navigation {
          position: static; }
        .pricing-with-list-redesign-page .site-header .main-navigation.toggled .menu-toggle,
        .pricing-with-quote-redesign-page .site-header .main-navigation.toggled .menu-toggle {
          color: inherit; }
          .pricing-with-list-redesign-page .site-header .main-navigation.toggled .menu-toggle::before,
          .pricing-with-quote-redesign-page .site-header .main-navigation.toggled .menu-toggle::before {
            color: inherit; }
        .pricing-with-list-redesign-page .site-header .main-navigation.toggled .main-nav,
        .pricing-with-quote-redesign-page .site-header .main-navigation.toggled .main-nav {
          -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
          background: var(--hbgc); }
          .pricing-with-list-redesign-page .site-header .main-navigation.toggled .main-nav li.menu-item a,
          .pricing-with-quote-redesign-page .site-header .main-navigation.toggled .main-nav li.menu-item a {
            color: inherit; }
      .pricing-with-list-redesign-page .site-header.active-header,
      .pricing-with-quote-redesign-page .site-header.active-header {
        background-color: var(--hbgc);
        -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
                box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); }
        .pricing-with-list-redesign-page .site-header.active-header .inside-header .site-logo,
        .pricing-with-quote-redesign-page .site-header.active-header .inside-header .site-logo {
          display: inline-block; }
          .pricing-with-list-redesign-page .site-header.active-header .inside-header .site-logo a,
          .pricing-with-quote-redesign-page .site-header.active-header .inside-header .site-logo a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center; }
            .pricing-with-list-redesign-page .site-header.active-header .inside-header .site-logo a img,
            .pricing-with-quote-redesign-page .site-header.active-header .inside-header .site-logo a img {
              width: 180px;
              -webkit-filter: drop-shadow(0 0 0);
                      filter: drop-shadow(0 0 0); }
        .pricing-with-list-redesign-page .site-header.active-header .inside-header .logo-text-mobile,
        .pricing-with-quote-redesign-page .site-header.active-header .inside-header .logo-text-mobile {
          display: none; }
        .pricing-with-list-redesign-page .site-header.active-header + #page,
        .pricing-with-quote-redesign-page .site-header.active-header + #page {
          padding-top: 80px !important; }
          .pricing-with-list-redesign-page .site-header.active-header + #page::before,
          .pricing-with-quote-redesign-page .site-header.active-header + #page::before {
            height: 80px; }
    .pricing-with-list-redesign-page .grid-container,
    .pricing-with-quote-redesign-page .grid-container {
      max-width: 1230px; }
    .pricing-with-list-redesign-page .footer-widgets-container,
    .pricing-with-quote-redesign-page .footer-widgets-container {
      max-width: 1000px; }
    .pricing-with-list-redesign-page #page,
    .pricing-with-quote-redesign-page #page {
      position: relative;
      top: 0 !important;
      padding-top: 134px !important;
      -webkit-transition: padding-top .3s;
      -o-transition: padding-top .3s;
      transition: padding-top .3s;
      /* #page max-screen(960px) */ }
      @media screen and (max-width: 960px) {
        .pricing-with-list-redesign-page #page,
        .pricing-with-quote-redesign-page #page {
          padding-top: 84px !important; } }
      .pricing-with-list-redesign-page #page::before,
      .pricing-with-quote-redesign-page #page::before {
        content: "";
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100vw;
        height: 134px;
        margin-left: calc(-50vw + 50%);
        visibility: visible;
        background-color: var(--bgct);
        -webkit-transition: height .3s;
        -o-transition: height .3s;
        transition: height .3s;
        /* &::before max-screen(960px) */ }
        @media screen and (max-width: 960px) {
          .pricing-with-list-redesign-page #page::before,
          .pricing-with-quote-redesign-page #page::before {
            height: 84px; } }
    .pricing-with-list-redesign-page .entry-header,
    .pricing-with-quote-redesign-page .entry-header {
      display: none; }
    .pricing-with-list-redesign-page .entry-content,
    .pricing-with-quote-redesign-page .entry-content {
      margin-top: 0 !important; }
    .pricing-with-list-redesign-page .wp-block-group__inner-container,
    .pricing-with-quote-redesign-page .wp-block-group__inner-container {
      max-width: 100%; }
    .pricing-with-list-redesign-page .wp-block-group .signup,
    .pricing-with-quote-redesign-page .wp-block-group .signup {
      padding-bottom: 205px;
      /* .signup max-screen(1199px) */ }
      @media screen and (max-width: 1199px) {
        .pricing-with-list-redesign-page .wp-block-group .signup,
        .pricing-with-quote-redesign-page .wp-block-group .signup {
          padding-bottom: 120px; } }
    .pricing-with-list-redesign-page .pricing-page,
    .pricing-with-quote-redesign-page .pricing-page {
      /* SIGNUP SECTION */
      /* PRICING BLOCK */ }
      .pricing-with-list-redesign-page .pricing-page .background-block-custom,
      .pricing-with-quote-redesign-page .pricing-page .background-block-custom {
        padding-top: 50px;
        background-color: transparent !important; }
      .pricing-with-list-redesign-page .pricing-page .editorskit-no-mobile,
      .pricing-with-quote-redesign-page .pricing-page .editorskit-no-mobile {
        /* .editorskit-no-mobile max-screen(736px) */ }
        @media screen and (max-width: 736px) {
          .pricing-with-list-redesign-page .pricing-page .editorskit-no-mobile,
          .pricing-with-quote-redesign-page .pricing-page .editorskit-no-mobile {
            display: block; } }
      .pricing-with-list-redesign-page .pricing-page.signup-section,
      .pricing-with-quote-redesign-page .pricing-page.signup-section {
        background-color: transparent !important; }
        .pricing-with-list-redesign-page .pricing-page.signup-section::before,
        .pricing-with-quote-redesign-page .pricing-page.signup-section::before {
          display: none; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .triangles_wrap,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .triangles_wrap {
          display: none; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .wrap,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .wrap {
          /* .wrap max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .wrap,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .wrap {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: normal;
                  -ms-flex-direction: column;
                      flex-direction: column; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .wrap.container,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .wrap.container {
            max-width: 100%; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-section-title,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-section-title {
          max-width: 443px;
          margin-right: auto;
          margin-left: 0;
          color: #725344;
          text-align: left;
          font-size: 3.75rem;
          font-weight: 600;
          line-height: 1.26;
          /* .signup-section-title max-screen(1199px) */
          /* .signup-section-title max-screen(767px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-section-title,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-section-title {
              max-width: 100%;
              font-size: 2.8rem;
              text-align: center;
              line-height: 1.46; } }
          @media screen and (max-width: 767px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-section-title,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-section-title {
              font-size: 2rem; } }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form-section-content > div,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form-section-content > div {
          /* > div max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form-section-content > div,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form-section-content > div {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-orient: vertical;
              -webkit-box-direction: reverse;
                  -ms-flex-direction: column-reverse;
                      flex-direction: column-reverse;
              margin-top: 100px; } }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-block,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-block {
          max-width: 397px;
          padding-right: 0;
          padding-left: 0;
          /* .signup-left-block max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-block,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-block {
              margin: 0 auto; } }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block {
          position: relative;
          margin-bottom: 2.3em;
          padding-left: 85px;
          color: inherit;
          text-align: left; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::before, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::after,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::before,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::after {
            content: "";
            display: block;
            position: absolute; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::before,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::before {
            top: 4px;
            left: 0;
            width: 48px;
            height: 48px;
            border-radius: 50%;
            background-color: #fff; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::after,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block::after {
            top: 4px;
            left: 14px;
            width: 43px;
            height: 32px;
            background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDUiIGhlaWdodD0iMzUiIHZpZXdCb3g9IjAgMCA0NSAzNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEgMjEuNEwxMi40NDA0IDMzTDQ0IDEiIHN0cm9rZT0iI0NBQThGNSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==");
            background-position: center center;
            background-size: cover; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block:last-of-type,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block:last-of-type {
            margin-bottom: 0; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block h4,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block h4 {
            color: #AC8AD7;
            font-size: 1.25rem;
            line-height: 1.4; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block p,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-text-block .signup-left-text-block p {
            color: #725344;
            font-size: 1rem;
            line-height: 1.75; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block {
          position: relative;
          margin-top: 50px;
          text-align: left; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block::before,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block::before {
            content: "";
            position: absolute;
            display: block;
            top: -60px;
            left: -40px;
            z-index: -1;
            width: 141px;
            height: 107px;
            background-image: url("../images/icons/quotes-pricing-up.svg");
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
            /* &::before max-screen(575px) */ }
            @media screen and (max-width: 575px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block::before,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block::before {
                top: -40px;
                left: -37px;
                width: 111px;
                height: 77px; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block p,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block p {
            margin-bottom: .8em;
            font-size: 1.56rem;
            line-height: 1.84;
            /* p max-screen(1199px) */ }
            @media screen and (max-width: 1199px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block p,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block p {
                font-size: 1rem; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block h4,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block h4 {
            color: #CAA8F5;
            font-size: 1.25rem;
            line-height: 1.25; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block .author-image,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block .author-image {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 67px;
            height: 67px;
            margin: 5px 0;
            padding: 8px;
            border: 1.5px solid #CAA8F5;
            border-radius: 50%;
            background-color: #fff;
            overflow: hidden;
            -webkit-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s; }
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-left-quote-block .author-image img,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-quote-block .author-image img {
              display: block;
              max-width: 48px;
              max-height: 48px;
              width: 100%;
              border-radius: 50%;
              background-color: #FEE1A1; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block {
          position: relative;
          max-width: 597px;
          min-height: 685px;
          margin-top: -110px;
          margin-right: 0;
          border-radius: 40px;
          /* .signup-right-block max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block {
              margin: 0 auto; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::before, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::after,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::before,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::after {
            content: "";
            display: block;
            position: absolute;
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::before,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::before {
            top: -77px;
            right: 150px;
            width: 100%;
            padding-top: 100%;
            background-image: url("../images/pricing/form-bgi.png");
            z-index: -1;
            /* &::before max-screen(991px) */ }
            @media screen and (max-width: 991px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::before,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::before {
                right: 100px; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::after,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::after {
            bottom: -70px;
            right: -90px;
            width: 163px;
            height: 166px;
            background-image: url("../images/pricing/form-bgi-part.png");
            /* &::after max-screen(1199px) */
            /* &::after max-screen(767px) */
            /* &::after max-screen(575px) */ }
            @media screen and (max-width: 1199px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::after,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::after {
                bottom: -40px;
                right: -60px;
                width: 133px;
                height: 136px; } }
            @media screen and (max-width: 767px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::after,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::after {
                right: -30px;
                width: 103px;
                height: 106px; } }
            @media screen and (max-width: 575px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block::after,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block::after {
                bottom: -30px;
                right: -10px;
                width: 73px;
                height: 76px; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .singup-form-title,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .singup-form-title {
            display: none; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block h4,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block h4 {
            max-width: 473px;
            width: 100%;
            margin: 1.56em Max(0px, calc((100% - 473px) / 2)) 1.16em;
            color: #CAA8F5;
            text-align: left;
            font-size: 1.875rem;
            font-weight: 600;
            line-height: 2.2;
            /* h4 max-screen(1199px) */
            /* h4 max-screen(767px) */ }
            @media screen and (max-width: 1199px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block h4,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block h4 {
                text-align: center; } }
            @media screen and (max-width: 767px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block h4,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block h4 {
                font-size: 1.5rem;
                line-height: normal; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .singup-form-subtitle,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .singup-form-subtitle {
            display: none;
            color: inherit;
            text-align: center; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .wbs_alert,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .wbs_alert {
            display: block;
            padding: 3px 12px;
            border-radius: 8px;
            text-align: center;
            font-size: .875rem;
            font-weight: 600;
            line-height: 1.5; }
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .wbs_alert.wbs_error,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .wbs_alert.wbs_error {
              color: #E07D77 !important;
              background-color: rgba(224, 125, 119, 0.1); }
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .wbs_alert.wbs_error a,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .wbs_alert.wbs_error a {
                color: #E07D77 !important; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form {
            position: relative; }
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form > span a,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form > span a {
              color: #CAA8F5; }
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-first, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .button-second, body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-second, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login input.button.button-primary, body .custom-login .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body input.button.button-primary, .custom-login body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary,
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login .pmpro_btn.pmpro_btn-submit, body .custom-login .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body .pmpro_btn.pmpro_btn-submit, .custom-login body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit,
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .mailerlite-subscribe-submit, body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .mailerlite-subscribe-submit,
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .wbs-button, body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-button, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-primary-button,
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs_sales_site_log_out_btn,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-first,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .button-second,
            body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-second,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login input.button.button-primary,
            body .custom-login .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body input.button.button-primary,
            .custom-login body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login .pmpro_btn.pmpro_btn-submit,
            body .custom-login .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body .pmpro_btn.pmpro_btn-submit,
            .custom-login body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .mailerlite-subscribe-submit,
            body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .mailerlite-subscribe-submit,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .wbs-button,
            body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-button,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-primary-button,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs_sales_site_log_out_btn {
              min-width: 115px;
              margin-right: auto;
              margin-left: auto;
              border-color: #7AD2BB;
              color: #7AD2BB;
              text-align: center;
              font-weight: 600;
              -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out;
              -o-transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out;
              transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out; }
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-first:hover, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .button-second:hover, body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-second:hover, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login input.button.button-primary:hover, body .custom-login .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary:hover, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body input.button.button-primary:hover, .custom-login body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary:hover,
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login .pmpro_btn.pmpro_btn-submit:hover, body .custom-login .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit:hover, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body .pmpro_btn.pmpro_btn-submit:hover, .custom-login body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit:hover,
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .mailerlite-subscribe-submit:hover, body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .mailerlite-subscribe-submit:hover,
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .wbs-button:hover, body .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-button:hover, .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-primary-button:hover,
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs_sales_site_log_out_btn:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-first:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .button-second:hover,
              body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .button-second:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login input.button.button-primary:hover,
              body .custom-login .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body input.button.button-primary:hover,
              .custom-login body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form input.button.button-primary:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .custom-login .pmpro_btn.pmpro_btn-submit:hover,
              body .custom-login .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .custom-login body .pmpro_btn.pmpro_btn-submit:hover,
              .custom-login body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .pmpro_btn.pmpro_btn-submit:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .mailerlite-subscribe-submit:hover,
              body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .mailerlite-subscribe-submit:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form body .wbs-button:hover,
              body .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-button:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs-primary-button:hover,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form .container-form .wbs_sales_site_log_out_btn:hover {
                background-color: #7AD2BB;
                color: #fff; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-bottom: .7em;
            color: inherit;
            font-size: .875rem;
            font-weight: 300;
            line-height: 2;
            /* label max-screen(575px) */ }
            @media screen and (max-width: 575px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start; } }
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label.has-error::after,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label.has-error::after {
              content: attr(data-message);
              display: block;
              margin-left: auto;
              padding: 3px 12px;
              border-radius: 8px;
              color: #E07D77;
              background-color: rgba(224, 125, 119, 0.1);
              text-align: center;
              font-size: .875rem;
              font-weight: 600;
              line-height: 1.5;
              /* &::after max-screen(575px) */ }
              @media screen and (max-width: 575px) {
                .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label.has-error::after,
                .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input label.has-error::after {
                  display: inline-block;
                  margin-left: 0; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input input,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input input {
            border: 1px solid #CAA8F5;
            border-radius: 10px;
            -webkit-box-shadow: 0 4px 114px rgba(202, 168, 245, 0.2);
                    box-shadow: 0 4px 114px rgba(202, 168, 245, 0.2);
            padding: 1.13em 1em;
            background-color: #fff;
            /* input max-screen(575px) */ }
            @media screen and (max-width: 575px) {
              .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input input,
              .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input input {
                padding: .75em 1em; } }
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input input:focus-within,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input input:focus-within {
              outline-color: #CAA8F5; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input .password_eye_wrap a.toggle_password,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-right-block .signup-form-wrap-input .password_eye_wrap a.toggle_password {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            top: 0; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form .container-form > *,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form .container-form > * {
          max-width: 473px; }
        .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form .container-form button,
        .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form .container-form button {
          width: auto;
          padding: 1.375em 3em;
          border-color: #7AD2BB;
          color: #fff;
          background-color: #7AD2BB;
          text-transform: uppercase;
          font-size: 1rem;
          font-weight: 600;
          -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out;
          -o-transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out;
          transition: color .1s ease-in-out, background-color .1s ease-in-out, border .1s ease-in-out;
          /* button max-screen(1199px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form .container-form button,
            .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form .container-form button {
              padding: .93em 1.56em; } }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form .container-form button:hover,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form .container-form button:hover {
            background-color: #62AA97;
            border: 2px solid #62AA97; }
          .pricing-with-list-redesign-page .pricing-page.signup-section .signup-form .container-form button + span,
          .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-form .container-form button + span {
            color: inherit; }
      .pricing-with-list-redesign-page .pricing-page .pricing-section,
      .pricing-with-quote-redesign-page .pricing-page .pricing-section {
        padding: 138px 0 128px;
        /* .pricing-section max-screen(1199px) */ }
        @media screen and (max-width: 1199px) {
          .pricing-with-list-redesign-page .pricing-page .pricing-section,
          .pricing-with-quote-redesign-page .pricing-page .pricing-section {
            padding: 50px 0; } }
        .pricing-with-list-redesign-page .pricing-page .pricing-section h3.pricing-section-title,
        .pricing-with-quote-redesign-page .pricing-page .pricing-section h3.pricing-section-title {
          margin-bottom: 6px;
          padding-bottom: 0;
          color: #725344;
          font-size: 3.75rem;
          font-weight: 600;
          line-height: 1.26;
          /* &.pricing-section-title max-screen(1199px) */
          /* &.pricing-section-title max-screen(767px) */ }
          @media screen and (max-width: 1199px) {
            .pricing-with-list-redesign-page .pricing-page .pricing-section h3.pricing-section-title,
            .pricing-with-quote-redesign-page .pricing-page .pricing-section h3.pricing-section-title {
              font-size: 2.8rem; } }
          @media screen and (max-width: 767px) {
            .pricing-with-list-redesign-page .pricing-page .pricing-section h3.pricing-section-title,
            .pricing-with-quote-redesign-page .pricing-page .pricing-section h3.pricing-section-title {
              font-size: 1.75rem; } }
        .pricing-with-list-redesign-page .pricing-page .pricing-section h4.pricing-section-subtitle,
        .pricing-with-quote-redesign-page .pricing-page .pricing-section h4.pricing-section-subtitle {
          margin-bottom: 92px;
          color: #F991CC;
          font-size: 1.25rem;
          line-height: 1.25; }
        .pricing-with-list-redesign-page .pricing-page .pricing-section .container,
        .pricing-with-quote-redesign-page .pricing-page .pricing-section .container {
          max-width: 1230px; }
          .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2),
          .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 50px 0;
            /* &:nth-of-type(2) max-screen(1199px) */
            /* &:nth-of-type(2) max-screen(991px) */ }
            @media screen and (max-width: 1199px) {
              .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2),
              .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) {
                margin: 100px 0; } }
            @media screen and (max-width: 991px) {
              .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2),
              .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) {
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin: 0; } }
            .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"],
            .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] {
              position: relative;
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-flex: 0;
                  -ms-flex: 0 0 30%;
                      flex: 0 0 30%;
              -webkit-box-align: center;
                  -ms-flex-align: center;
                      align-items: center;
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center;
              max-width: 30%;
              width: 100%;
              margin: 0;
              padding: 0;
              /* [class*="col-"] max-screen(991px) */ }
              @media screen and (max-width: 991px) {
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"],
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] {
                  max-width: 300px;
                  -webkit-box-flex: 0;
                      -ms-flex: 0 0 300px;
                          flex: 0 0 300px;
                  margin-bottom: 20px !important; } }
              .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:first-of-type .column::before,
              .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:first-of-type .column::before {
                top: -20px;
                left: -40px;
                width: 112px;
                height: 100px;
                background-image: url("../images/pricing/pricing-blob_1.svg"); }
              .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:last-of-type,
              .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:last-of-type {
                /* &:last-of-type max-screen(991px) */ }
                @media screen and (max-width: 991px) {
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:last-of-type,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:last-of-type {
                    margin-bottom: 0 !important; } }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:last-of-type .column::after,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"]:last-of-type .column::after {
                  right: -40px;
                  bottom: -60px;
                  width: 107px;
                  height: 106px;
                  background-image: url("../images/pricing/pricing-blob_2.svg"); }
              .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column,
              .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column {
                position: relative;
                z-index: 1;
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1);
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 100%;
                        flex: 0 0 100%;
                margin: 0 !important;
                padding: 48px;
                border: none;
                border-radius: 30px;
                -webkit-box-shadow: 0 0 74px rgba(249, 145, 204, 0.2);
                        box-shadow: 0 0 74px rgba(249, 145, 204, 0.2);
                /* .column max-screen(1199px) */
                /* .column max-screen(991px) */ }
                @media screen and (max-width: 1199px) {
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column {
                    padding: 32px; } }
                @media screen and (max-width: 991px) {
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column {
                    -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                            transform: scale(1); } }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column::before, .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column::after,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column::before,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column::after {
                  content: "";
                  position: absolute;
                  display: block;
                  z-index: 3;
                  background-position: center center;
                  background-size: contain;
                  background-repeat: no-repeat; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .pricing-title,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .pricing-title {
                  display: inline-block;
                  margin: 0 0 28px;
                  padding: 8px 22px;
                  border-radius: 10em;
                  color: inherit;
                  background-color: rgba(229, 125, 184, 0.1);
                  text-transform: none;
                  font-size: .875rem;
                  font-weight: 600;
                  letter-spacing: 0; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .dollar,
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .price,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .dollar,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .price {
                  color: #F991CC; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .dollar,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .dollar {
                  position: relative;
                  top: 10px;
                  font-size: 2.5rem;
                  line-height: 1;
                  font-weight: 300; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .price,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .price {
                  font-size: 5rem;
                  line-height: 1; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column ul.features-list,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column ul.features-list {
                  margin-bottom: 24px; }
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column ul.features-list li,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column ul.features-list li {
                    margin-bottom: 10px;
                    color: #725344;
                    font-size: .95rem;
                    line-height: 1.55; }
                    .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column ul.features-list li:last-of-type,
                    .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column ul.features-list li:last-of-type {
                      margin-bottom: 0; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .box-button-pricing,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .box-button-pricing {
                  margin-top: 0; }
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .box-button-pricing a.redesign-btn,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .column .box-button-pricing a.redesign-btn {
                    position: relative;
                    display: -webkit-inline-box;
                    display: -ms-inline-flexbox;
                    display: inline-flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    -webkit-box-pack: center;
                        -ms-flex-pack: center;
                            justify-content: center;
                    width: auto;
                    height: auto;
                    margin: auto;
                    padding: 8px 30px;
                    border-radius: 10em;
                    background: #F991CC;
                    text-decoration: none;
                    font-size: .8rem;
                    line-height: 1.8; }
              .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan,
              .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan {
                z-index: 2;
                -webkit-transform: scale(1.2);
                    -ms-transform: scale(1.2);
                        transform: scale(1.2);
                -webkit-box-shadow: none;
                        box-shadow: none;
                background-color: #F991CC;
                /* .featured-plan max-screen(991px) */ }
                @media screen and (max-width: 991px) {
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan {
                    -webkit-transform: scale(1);
                        -ms-transform: scale(1);
                            transform: scale(1); } }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .pricing-title,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .pricing-title {
                  color: #fff;
                  background-color: #E57DB8;
                  font-size: 1.25rem;
                  line-height: 1.25;
                  /* .pricing-title max-screen(1199px) */
                  /* .pricing-title max-screen(991px) */ }
                  @media screen and (max-width: 1199px) {
                    .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .pricing-title,
                    .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .pricing-title {
                      font-size: 1.125rem; } }
                  @media screen and (max-width: 991px) {
                    .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .pricing-title,
                    .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .pricing-title {
                      font-size: .875rem; } }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .dollar,
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .price,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .dollar,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .price {
                  color: #fff; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .price,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .price {
                  font-size: 7.5rem;
                  /* .price max-screen(991px) */ }
                  @media screen and (max-width: 991px) {
                    .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .price,
                    .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .price {
                      font-size: 5rem; } }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan ul.features-list li,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan ul.features-list li {
                  color: #fff;
                  font-size: 1.125rem;
                  line-height: 1.55; }
                .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing,
                .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing {
                  margin-top: 0; }
                  .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing a.redesign-btn,
                  .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing a.redesign-btn {
                    color: #725344 !important;
                    background: #fff;
                    font-size: 1rem;
                    line-height: 1.75;
                    /* &.redesign-btn max-screen(1199px) */
                    /* &.redesign-btn max-screen(991px) */ }
                    @media screen and (max-width: 1199px) {
                      .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing a.redesign-btn,
                      .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing a.redesign-btn {
                        font-size: .9rem; } }
                    @media screen and (max-width: 991px) {
                      .pricing-with-list-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing a.redesign-btn,
                      .pricing-with-quote-redesign-page .pricing-page .pricing-section .container .row:nth-of-type(2) [class*="col-"] .featured-plan .box-button-pricing a.redesign-btn {
                        font-size: .8rem; } }
    .pricing-with-list-redesign-page.admin-bar,
    .pricing-with-quote-redesign-page.admin-bar {
      padding-top: 0 !important; }
      @media screen and (max-width: 600px) {
        .pricing-with-list-redesign-page.admin-bar #wpadminbar,
        .pricing-with-quote-redesign-page.admin-bar #wpadminbar {
          position: fixed; } }
      @media screen and (max-width: 960px) {
        .pricing-with-list-redesign-page.admin-bar #masthead.site-header,
        .pricing-with-quote-redesign-page.admin-bar #masthead.site-header {
          top: 32px; } }
      @media screen and (max-width: 782px) {
        .pricing-with-list-redesign-page.admin-bar #masthead.site-header,
        .pricing-with-quote-redesign-page.admin-bar #masthead.site-header {
          top: 46px; } }
      @media screen and (max-width: 960px) {
        .pricing-with-list-redesign-page.admin-bar #masthead .menu-toggle,
        .pricing-with-list-redesign-page.admin-bar #masthead .main-nav,
        .pricing-with-quote-redesign-page.admin-bar #masthead .menu-toggle,
        .pricing-with-quote-redesign-page.admin-bar #masthead .main-nav {
          top: 39px; } }
      @media screen and (max-width: 782px) {
        .pricing-with-list-redesign-page.admin-bar #masthead .menu-toggle,
        .pricing-with-list-redesign-page.admin-bar #masthead .main-nav,
        .pricing-with-quote-redesign-page.admin-bar #masthead .menu-toggle,
        .pricing-with-quote-redesign-page.admin-bar #masthead .main-nav {
          top: 46px; } }
      .pricing-with-list-redesign-page.admin-bar .site-header,
      .pricing-with-quote-redesign-page.admin-bar .site-header {
        top: 32px; }
        .pricing-with-list-redesign-page.admin-bar .site-header + #page,
        .pricing-with-quote-redesign-page.admin-bar .site-header + #page {
          padding-top: 134px !important;
          /* + #page max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .pricing-with-list-redesign-page.admin-bar .site-header + #page,
            .pricing-with-quote-redesign-page.admin-bar .site-header + #page {
              padding-top: 84px !important; } }
        .pricing-with-list-redesign-page.admin-bar .site-header.active-header + #page,
        .pricing-with-quote-redesign-page.admin-bar .site-header.active-header + #page {
          padding-top: 91px !important;
          /* + #page max-screen(960px) */ }
          @media screen and (max-width: 960px) {
            .pricing-with-list-redesign-page.admin-bar .site-header.active-header + #page,
            .pricing-with-quote-redesign-page.admin-bar .site-header.active-header + #page {
              padding-top: 84px !important; } }
          .pricing-with-list-redesign-page.admin-bar .site-header.active-header + #page::before,
          .pricing-with-quote-redesign-page.admin-bar .site-header.active-header + #page::before {
            height: 91px;
            /* &::before max-screen(960px) */ }
            @media screen and (max-width: 960px) {
              .pricing-with-list-redesign-page.admin-bar .site-header.active-header + #page::before,
              .pricing-with-quote-redesign-page.admin-bar .site-header.active-header + #page::before {
                height: 84px; } }
      .pricing-with-list-redesign-page.admin-bar .pricing-page.signup-section .signup-right-block .singup-form-subtitle,
      .pricing-with-quote-redesign-page.admin-bar .pricing-page.signup-section .signup-right-block .singup-form-subtitle {
        display: block; }
  
  /* WITH TEXT */
  .pricing-with-quote-redesign-page .pricing-page.signup-section .signup-left-block {
    max-width: 424px; }
  
  .small-heading-blog {
    color: #a5c5d8;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 500;
    text-transform: capitalize;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .small-heading-blog > div {
      margin-right: 8px;
      margin-top: 5px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
  
  .preview-box-blog {
    margin-top: 2rem; }
    .preview-box-blog h2 a {
      text-decoration: none;
      color: #333333;
      font-weight: 600;
      font-size: 48px; }
      @media (max-width: 768px) {
        .preview-box-blog h2 a {
          font-size: 36px; } }
  
  .box-img-blog {
    border-radius: 10px;
    overflow: hidden;
    vertical-align: top;
    height: 100%;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .box-img-blog {
        height: 300px; } }
    .box-img-blog img {
      width: 100%;
      min-height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  
  .questions-box {
    position: relative;
    padding: 15px 0; }
    .questions-box h2 {
      color: #333333; }
  
  .box-for-search-desktop .wp-block-search,
  .box-for-search-desktop .search-form,
  .box-for-search-mobile .wp-block-search,
  .box-for-search-mobile .search-form {
    position: relative;
    min-height: 59px; }
    @media screen and (min-width: 1024px) {
      .box-for-search-desktop .wp-block-search,
      .box-for-search-desktop .search-form,
      .box-for-search-mobile .wp-block-search,
      .box-for-search-mobile .search-form {
        left: -885px;
        width: 970px; } }
    @media screen and (max-width: 767px) {
      .box-for-search-desktop .wp-block-search,
      .box-for-search-desktop .search-form,
      .box-for-search-mobile .wp-block-search,
      .box-for-search-mobile .search-form {
        min-height: 37px; } }
    .box-for-search-desktop .wp-block-search .wp-block-search__label,
    .box-for-search-desktop .wp-block-search > label,
    .box-for-search-desktop .search-form .wp-block-search__label,
    .box-for-search-desktop .search-form > label,
    .box-for-search-mobile .wp-block-search .wp-block-search__label,
    .box-for-search-mobile .wp-block-search > label,
    .box-for-search-mobile .search-form .wp-block-search__label,
    .box-for-search-mobile .search-form > label {
      font-size: 0px;
      width: auto;
      cursor: pointer;
      position: absolute;
      right: 0px;
      top: 0;
      z-index: 4; }
      .box-for-search-desktop .wp-block-search .wp-block-search__label::before,
      .box-for-search-desktop .wp-block-search > label::before,
      .box-for-search-desktop .search-form .wp-block-search__label::before,
      .box-for-search-desktop .search-form > label::before,
      .box-for-search-mobile .wp-block-search .wp-block-search__label::before,
      .box-for-search-mobile .wp-block-search > label::before,
      .box-for-search-mobile .search-form .wp-block-search__label::before,
      .box-for-search-mobile .search-form > label::before {
        content: "";
        background-repeat: no-repeat;
        background-size: 40%;
        background-position: center;
        background-image: url(../images/font-awesome-svg/search.svg);
        font-family: "Font Awesome 5 Free";
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        width: 59px;
        height: 59px;
        background-color: transparent;
        border: 1px #a5c5d8 solid;
        border-radius: 100%;
        padding: 0;
        outline: none;
        font-size: 24px;
        font-weight: 700;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        outline: none; }
        @media screen and (max-width: 767px) {
          .box-for-search-desktop .wp-block-search .wp-block-search__label::before,
          .box-for-search-desktop .wp-block-search > label::before,
          .box-for-search-desktop .search-form .wp-block-search__label::before,
          .box-for-search-desktop .search-form > label::before,
          .box-for-search-mobile .wp-block-search .wp-block-search__label::before,
          .box-for-search-mobile .wp-block-search > label::before,
          .box-for-search-mobile .search-form .wp-block-search__label::before,
          .box-for-search-mobile .search-form > label::before {
            width: 37px;
            height: 37px;
            font-size: 16px; } }
    .box-for-search-desktop .wp-block-search .wp-block-search__input,
    .box-for-search-desktop .wp-block-search .search-field,
    .box-for-search-desktop .search-form .wp-block-search__input,
    .box-for-search-desktop .search-form .search-field,
    .box-for-search-mobile .wp-block-search .wp-block-search__input,
    .box-for-search-mobile .wp-block-search .search-field,
    .box-for-search-mobile .search-form .wp-block-search__input,
    .box-for-search-mobile .search-form .search-field {
      display: none;
      width: 100%;
      max-width: 96%;
      border: none;
      background: transparent;
      outline: none;
      padding-left: 30px;
      background-color: #f8f4f1 !important;
      border-radius: 100px;
      position: relative; }
      .box-for-search-desktop .wp-block-search .wp-block-search__input:focus,
      .box-for-search-desktop .wp-block-search .search-field:focus,
      .box-for-search-desktop .search-form .wp-block-search__input:focus,
      .box-for-search-desktop .search-form .search-field:focus,
      .box-for-search-mobile .wp-block-search .wp-block-search__input:focus,
      .box-for-search-mobile .wp-block-search .search-field:focus,
      .box-for-search-mobile .search-form .wp-block-search__input:focus,
      .box-for-search-mobile .search-form .search-field:focus {
        background: transparent; }
      @media screen and (max-width: 767px) {
        .box-for-search-desktop .wp-block-search .wp-block-search__input,
        .box-for-search-desktop .wp-block-search .search-field,
        .box-for-search-desktop .search-form .wp-block-search__input,
        .box-for-search-desktop .search-form .search-field,
        .box-for-search-mobile .wp-block-search .wp-block-search__input,
        .box-for-search-mobile .wp-block-search .search-field,
        .box-for-search-mobile .search-form .wp-block-search__input,
        .box-for-search-mobile .search-form .search-field {
          padding-top: 2px;
          padding-bottom: 2px; } }
    .box-for-search-desktop .wp-block-search .wp-block-search__button,
    .box-for-search-desktop .wp-block-search .search-submit,
    .box-for-search-desktop .search-form .wp-block-search__button,
    .box-for-search-desktop .search-form .search-submit,
    .box-for-search-mobile .wp-block-search .wp-block-search__button,
    .box-for-search-mobile .wp-block-search .search-submit,
    .box-for-search-mobile .search-form .wp-block-search__button,
    .box-for-search-mobile .search-form .search-submit {
      display: none;
      width: 9%;
      padding: 0;
      color: white;
      text-transform: uppercase;
      background-color: #84dcc5 !important;
      font-size: 16px;
      font-weight: 500;
      border-radius: 100px;
      margin-left: 0;
      position: absolute;
      z-index: 6;
      height: 100%;
      right: 0; }
      @media screen and (max-width: 767px) {
        .box-for-search-desktop .wp-block-search .wp-block-search__button,
        .box-for-search-desktop .wp-block-search .search-submit,
        .box-for-search-desktop .search-form .wp-block-search__button,
        .box-for-search-desktop .search-form .search-submit,
        .box-for-search-mobile .wp-block-search .wp-block-search__button,
        .box-for-search-mobile .wp-block-search .search-submit,
        .box-for-search-mobile .search-form .wp-block-search__button,
        .box-for-search-mobile .search-form .search-submit {
          width: 25%; } }
      .box-for-search-desktop .wp-block-search .wp-block-search__button:hover,
      .box-for-search-desktop .wp-block-search .search-submit:hover,
      .box-for-search-desktop .search-form .wp-block-search__button:hover,
      .box-for-search-desktop .search-form .search-submit:hover,
      .box-for-search-mobile .wp-block-search .wp-block-search__button:hover,
      .box-for-search-mobile .wp-block-search .search-submit:hover,
      .box-for-search-mobile .search-form .wp-block-search__button:hover,
      .box-for-search-mobile .search-form .search-submit:hover {
        background-color: #7fc2b0 !important; }
      .box-for-search-desktop .wp-block-search .wp-block-search__button:focus,
      .box-for-search-desktop .wp-block-search .search-submit:focus,
      .box-for-search-desktop .search-form .wp-block-search__button:focus,
      .box-for-search-desktop .search-form .search-submit:focus,
      .box-for-search-mobile .wp-block-search .wp-block-search__button:focus,
      .box-for-search-mobile .wp-block-search .search-submit:focus,
      .box-for-search-mobile .search-form .wp-block-search__button:focus,
      .box-for-search-mobile .search-form .search-submit:focus {
        border-color: #333333 !important; }
  
  .wp-admin .wp-block-search .wp-block-search__input {
    display: inline-block; }
  
  .wp-admin .wp-block-search .wp-block-search__button {
    display: inline-block; }
  
  .box-filter-category .box-shower-planning.second-v,
  #cat-container .box-shower-planning.second-v {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .box-filter-category .box-shower-planning.second-v .shower-planning-box-img,
    #cat-container .box-shower-planning.second-v .shower-planning-box-img {
      width: 100%; }
    .box-filter-category .box-shower-planning.second-v .text-with-img,
    #cat-container .box-shower-planning.second-v .text-with-img {
      width: 100%; }
      .box-filter-category .box-shower-planning.second-v .text-with-img h2,
      #cat-container .box-shower-planning.second-v .text-with-img h2 {
        margin-bottom: 0px;
        font-size: 24px;
        font-weight: 600;
        line-height: 1.2em; }
  
  .box-filter-category .menu-filter-category-item,
  #cat-container .menu-filter-category-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 40px;
    margin-left: 0;
    overflow: auto; }
    @media screen and (max-width: 767px) {
      .box-filter-category .menu-filter-category-item,
      #cat-container .menu-filter-category-item {
        font-size: 14px; } }
    .box-filter-category .menu-filter-category-item li,
    #cat-container .menu-filter-category-item li {
      cursor: pointer;
      padding: 0 10px;
      margin-right: 10px;
      border-radius: 5px;
      -webkit-transition: 0.5s;
      -o-transition: 0.5s;
      transition: 0.5s;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
      .box-filter-category .menu-filter-category-item li.active, .box-filter-category .menu-filter-category-item li:hover,
      #cat-container .menu-filter-category-item li.active,
      #cat-container .menu-filter-category-item li:hover {
        background-color: #a5c5d8;
        color: white;
        cursor: default; }
      .box-filter-category .menu-filter-category-item li:hover,
      #cat-container .menu-filter-category-item li:hover {
        cursor: pointer; }
  
  .box-shower-planning {
    padding: 25px 25px 1px;
    border-radius: 10px;
    background-color: #f8f4f1;
    margin-bottom: 30px;
    margin-bottom: 1.5rem;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .box-shower-planning {
        padding: 20px 20px 1px; } }
    .box-shower-planning h4 a,
    .box-shower-planning h3 a {
      color: #333333;
      font-weight: 600;
      line-height: 1.2em; }
    .box-shower-planning a {
      text-decoration: none; }
    .box-shower-planning.second-v {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      background: white;
      overflow: hidden;
      padding: 0;
      border: 1px solid #f8f4f1; }
      @media screen and (max-width: 767px) {
        .box-shower-planning.second-v {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .box-shower-planning.second-v .shower-planning-box-img {
        width: 33.33%;
        vertical-align: top;
        min-height: 100%; }
        @media screen and (max-width: 767px) {
          .box-shower-planning.second-v .shower-planning-box-img {
            width: 100%; } }
        .box-shower-planning.second-v .shower-planning-box-img img {
          width: 100%;
          min-height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .box-shower-planning.second-v .text-with-img {
        width: 66.66%;
        padding: 25px 25px 1px; }
        .box-shower-planning.second-v .text-with-img h2 {
          margin-bottom: 0px;
          font-size: 24px;
          font-weight: 600;
          line-height: 1.2em; }
        @media screen and (max-width: 767px) {
          .box-shower-planning.second-v .text-with-img {
            padding: 20px 20px 1px;
            width: 100%; } }
      .box-shower-planning.second-v.custom-w .shower-planning-box-img {
        width: 45%; }
        @media screen and (max-width: 767px) {
          .box-shower-planning.second-v.custom-w .shower-planning-box-img {
            width: 100%; } }
      .box-shower-planning.second-v.custom-w .text-with-img {
        width: 55%; }
        @media screen and (max-width: 767px) {
          .box-shower-planning.second-v.custom-w .text-with-img {
            width: 100%; } }
    .box-shower-planning .box-for-input {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      position: relative; }
      .box-shower-planning .box-for-input .email-subscribe {
        padding-right: 120px; }
      .box-shower-planning .box-for-input .button-second, .box-shower-planning .box-for-input .custom-login input.button.button-primary, .custom-login .box-shower-planning .box-for-input input.button.button-primary,
      .box-shower-planning .box-for-input .custom-login .pmpro_btn.pmpro_btn-submit, .custom-login .box-shower-planning .box-for-input .pmpro_btn.pmpro_btn-submit {
        position: absolute;
        right: -2px;
        top: 0px;
        line-height: 17px; }
    .box-shower-planning .menu-in-box {
      list-style: none;
      margin-left: 0;
      line-height: 42px; }
      .box-shower-planning .menu-in-box a {
        color: #333;
        font-size: 15px;
        text-decoration: none !important;
        font-weight: 400; }
        .box-shower-planning .menu-in-box a:hover {
          color: black;
          text-decoration: underline !important; }
    .box-shower-planning .box-icon-img {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin-right: 10px;
      width: 40px;
      height: 40px;
      background-color: rgba(165, 197, 216, 0.1);
      border-radius: 5px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .box-shower-planning .box-icon-img img {
        max-width: 22px; }
  
  @media screen and (min-width: 768px) {
    .col-md-6 .box-shower-planning-bg {
      height: calc(100% - 25px); } }
  
  .box-shower-planning-bg {
    padding: 25px;
    padding-top: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    border-radius: 10px;
    background-image: url(../images/wbs_bg.png);
    background-size: cover;
    margin-bottom: 25px;
    border: 1px solid #f8f4f1; }
    .box-shower-planning-bg.main {
      padding-top: 270px; }
      @media screen and (max-width: 767px) {
        .box-shower-planning-bg.main {
          padding-top: 200px; } }
    @media screen and (max-width: 767px) {
      .box-shower-planning-bg {
        border: none;
        padding: 15px;
        padding-top: 200px; } }
  
  .featuered-box a {
    text-decoration: none;
    font-weight: 400; }
    .featuered-box a:hover {
      text-decoration: none; }
  
  .featuered-box h2 {
    color: #333333;
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px #333333 solid;
    line-height: 40px; }
    @media screen and (max-width: 767px) {
      .featuered-box h2 {
        border: none;
        padding-right: 0;
        margin-top: 20px;
        font-size: 30px;
        margin-right: 0; } }
  
  .subhead-featuered {
    font-weight: 500;
    padding-bottom: 14px; }
  
  .box-info-guides {
    font-size: 14px;
    color: #747474;
    margin-bottom: 20px; }
    .box-info-guides .name {
      border-right: 1px solid #747474;
      padding-right: 10px;
      margin-right: 10px; }
  
  .box-img {
    border-radius: 10px;
    overflow: hidden;
    width: 100%;
    margin-bottom: 10px; }
    .box-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  
  .author-box {
    font-size: 14px;
    font-weight: 500;
    color: #747474;
    margin-bottom: 25px; }
    .author-box span {
      color: #a5c5d8; }
  
  .box-virtual-shower {
    padding: 25px;
    border-radius: 10px;
    background-image: url(../images/Group63@2x.png);
    background-size: contain;
    background-position: right bottom;
    margin-bottom: 25px;
    background-repeat: no-repeat; }
    @media screen and (max-width: 767px) {
      .box-virtual-shower {
        padding: 20px; } }
    .box-virtual-shower h3 {
      color: #333333; }
    .box-virtual-shower p {
      font-weight: 400;
      line-height: 40px; }
      @media screen and (max-width: 767px) {
        .box-virtual-shower p {
          line-height: 30px; } }
  
  .box-grey-bg {
    background-color: #f8f4f1;
    border-radius: 10px;
    padding: 25px 25px 1px;
    margin-bottom: 25px; }
    @media screen and (max-width: 767px) {
      .box-grey-bg {
        padding: 20px 20px 1px; } }
    .box-grey-bg h4 {
      color: #333333; }
  
  .box-signup-bg {
    position: relative;
    border-radius: 10px; }
    .box-signup-bg .box-img-signup {
      height: 100%;
      width: 100%;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .box-signup-bg .box-img-signup {
          height: 100%;
          min-height: 150px;
          width: 50%;
          overflow: hidden;
          position: absolute;
          bottom: 0;
          right: 0; } }
      .box-signup-bg .box-img-signup img {
        width: 100%;
        min-height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        z-index: 4;
        -o-object-position: right;
           object-position: right; }
    .box-signup-bg .content-box-singup {
      position: relative;
      z-index: 5; }
      @media screen and (max-width: 767px) {
        .box-signup-bg .content-box-singup h2,
        .box-signup-bg .content-box-singup h3 {
          font-size: 24px; } }
  
  .heading-menu {
    font-size: 14px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 15px; }
    @media screen and (max-width: 767px) {
      .heading-menu {
        font-size: 24px;
        color: #333333; } }
  
  ul.menu-category {
    font-size: 16px;
    color: #333333;
    padding: 0;
    list-style: none;
    font-weight: 500;
    line-height: 41px; }
    ul.menu-category li {
      position: relative; }
      ul.menu-category li a {
        color: #333333;
        text-decoration: none; }
        ul.menu-category li a:hover {
          color: #333; }
      ul.menu-category li:before {
        background-size: cover;
        display: inline-block;
        height: 22px;
        width: 22px;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        left: -30px;
        top: 9px; }
      ul.menu-category li.baby-shower-planning:before {
        content: "";
        background-image: url(../images/menu/stroller@2x.png); }
      ul.menu-category li.invitations:before {
        content: "";
        background-image: url(../images/menu/card@2x.png); }
      ul.menu-category li.etiquette:before {
        content: "";
        background-image: url(../images/menu/businessman@2x.png); }
      ul.menu-category li.printables:before {
        content: "";
        background-image: url(../images/menu/printer@2x.png); }
      ul.menu-category li.games:before {
        content: "";
        background-image: url(../images/menu/Gamepad2x.png); }
      ul.menu-category li.military:before {
        content: "";
        background-image: url(../images/menu/soldier@2x.png); }
      ul.menu-category li.gifts:before {
        content: "";
        background-image: url(../images/menu/gift@2x.png); }
      ul.menu-category li.pregnancy:before {
        content: "";
        background-image: url(../images/menu/pregnancy@2x.png); }
  
  .box-subscribe-email {
    width: 100%;
    padding: 40px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    background-color: #f8f4f1; }
    .box-subscribe-email .mailerlite-subscribe-submit {
      width: 100%;
      background-color: #84dcc5;
      line-height: 21px;
      border-color: #84dcc5; }
    @media screen and (max-width: 767px) {
      .box-subscribe-email {
        text-align: center;
        padding: 30px 20px; }
        .box-subscribe-email .mailerlite-form-inputs {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          position: relative; }
          .box-subscribe-email .mailerlite-form-inputs .email-subscribe {
            padding-right: 120px; }
          .box-subscribe-email .mailerlite-form-inputs .mailerlite-subscribe-submit {
            position: absolute;
            right: -2px;
            width: auto;
            top: 0px;
            min-height: 43px; } }
    .box-subscribe-email .mailerlite-form-response p {
      color: #333333 !important;
      font-size: 14px;
      font-weight: 600; }
    .box-subscribe-email h3 {
      color: #333333;
      font-size: 18px; }
    .box-subscribe-email p {
      font-size: 18px;
      color: #333333;
      font-weight: 400; }
    .box-subscribe-email .error {
      font-size: 16px; }
  
  .mailerlite-form .mailerlite-form-field label {
    display: none; }
  
  input[type="email"]#mailerlite-1-field-email {
    border-radius: 100px;
    width: 100%;
    border: 1px solid #747474;
    font-weight: 600;
    background-color: transparent !important;
    outline: none;
    margin-bottom: 10px;
    font-size: 14px; }
    @media screen and (max-width: 767px) {
      input[type="email"]#mailerlite-1-field-email {
        max-height: 43px;
        margin: 0;
        padding-right: 120px; } }
  
  .list-posts a,
  .grid-posts a,
  .wp-block-latest-posts__list a {
    font-weight: 300;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .list-posts a,
      .grid-posts a,
      .wp-block-latest-posts__list a {
        text-decoration: none; } }
  
  .wp-block-latest-posts__post-date {
    font-size: 18px;
    color: #d9d1c9;
    padding: 16px 0; }
  
  .grid-posts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .grid-posts .item-post {
      -webkit-box-flex: 50%;
          -ms-flex: 50%;
              flex: 50%;
      margin-bottom: 26px; }
      @media screen and (max-width: 767px) {
        .grid-posts .item-post {
          -webkit-box-flex: 100%;
              -ms-flex: 100%;
                  flex: 100%; } }
      .grid-posts .item-post span {
        font-size: 18px;
        color: #d9d1c9; }
  
  .wp-block-categories-list li a {
    font-weight: 300;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .wp-block-categories-list li a {
        text-decoration: none; } }
  
  .post-testimonial {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .post-testimonial .avatar-image {
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 80px;
      height: 80px;
      overflow: hidden;
      border-radius: 100%; }
      @media screen and (max-width: 767px) {
        .post-testimonial .avatar-image {
          width: 75px;
          height: 75px; } }
      .post-testimonial .avatar-image img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center; }
    .post-testimonial .testimonial-container {
      padding: 0 20px; }
      .post-testimonial .testimonial-container h3 {
        font-size: 18px; }
      .post-testimonial .testimonial-container p {
        font-size: 16px; }
        @media screen and (max-width: 767px) {
          .post-testimonial .testimonial-container p {
            font-size: 14px;
            line-height: 16px; } }
    .post-testimonial #social-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      list-style: none;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .post-testimonial #social-menu {
          padding-bottom: 20px;
          border-bottom: 1px solid #f8f4f1; } }
      .post-testimonial #social-menu li {
        padding: 0 10px; }
        .post-testimonial #social-menu li a {
          color: #747474; }
    @media screen and (max-width: 767px) {
      .post-testimonial {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .post-testimonial .avatar-image {
          -webkit-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1; }
        .post-testimonial .testimonial-container {
          -webkit-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: calc(100% - 75px); }
        .post-testimonial #social-menu {
          -webkit-box-ordinal-group: 1;
              -ms-flex-order: 0;
                  order: 0;
          width: 100%; } }
  
  .modal-blog .modal-content {
    border-radius: 10px; }
    .modal-blog .modal-content .close {
      position: absolute;
      top: 3px;
      right: 10px; }
      .modal-blog .modal-content .close span {
        font-weight: 300;
        font-size: 35px;
        opacity: 0.9; }
      .modal-blog .modal-content .close:hover {
        background: none; }
    .modal-blog .modal-content .box-shower-planning.second-v {
      background-color: #f8f4f1;
      border: none;
      margin-bottom: 0; }
      .modal-blog .modal-content .box-shower-planning.second-v .text-with-img {
        padding: 85px 65px; }
        @media screen and (max-width: 767px) {
          .modal-blog .modal-content .box-shower-planning.second-v .text-with-img {
            padding: 20px 20px 30px; } }
      .modal-blog .modal-content .box-shower-planning.second-v p {
        margin-bottom: 40px; }
  
  .post-nav,
  .paging-navigation {
    margin: auto;
    margin-bottom: 20px; }
    .post-nav .page-numbers,
    .paging-navigation .page-numbers {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      width: 1.5rem;
      height: 1.5rem;
      background: #fff;
      border-radius: 100%;
      font-size: 16px;
      font-weight: 600;
      text-decoration: none !important;
      color: #f8bc15;
      border: 0.5px solid #e5e5e5;
      padding: 0 !important; }
      .post-nav .page-numbers.current, .post-nav .page-numbers:hover,
      .paging-navigation .page-numbers.current,
      .paging-navigation .page-numbers:hover {
        color: #f68c1e; }
      .post-nav .page-numbers.next, .post-nav .page-numbers.prev,
      .paging-navigation .page-numbers.next,
      .paging-navigation .page-numbers.prev {
        display: none; }
  
  @media screen and (min-width: 768px) {
    .text-md-nowrap {
      white-space: nowrap; } }
  
  .category .page-title span {
    border-radius: 5px;
    background-color: rgba(116, 116, 116, 0.1);
    color: #747474;
    font-size: 12px;
    margin-left: 10px;
    padding: 10px 16px;
    margin-top: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      .category .page-title span {
        display: block;
        margin-top: 10px;
        margin-left: 0px; } }
  
  .breadcrumb {
    background: none;
    font-size: 14px;
    padding-left: 0%;
    padding-top: 32px;
    padding-bottom: 16px; }
    .breadcrumb .breadcrumb-item a {
      color: #747474;
      text-decoration: none; }
    .breadcrumb .breadcrumb-item.active {
      color: #a5c5d8;
      font-weight: 500; }
  
  .breadcrumb-item + .breadcrumb-item::before {
    display: none; }
  
  .link-box-shower-planning {
    text-decoration: none !important;
    font-weight: 300; }
  
  .preview-box-blog p,
  .preview-box-blog .menu-in-box li a,
  .box-shower-planning p,
  .box-shower-planning .menu-in-box li a,
  .box-shower-planning-bg p,
  .box-shower-planning-bg .menu-in-box li a,
  .box-virtual-shower p,
  .box-virtual-shower .menu-in-box li a {
    font-family: "Crimson Text";
    font-size: 22px;
    line-height: 30px;
    color: #333333; }
    @media screen and (max-width: 767px) {
      .preview-box-blog p,
      .preview-box-blog .menu-in-box li a,
      .box-shower-planning p,
      .box-shower-planning .menu-in-box li a,
      .box-shower-planning-bg p,
      .box-shower-planning-bg .menu-in-box li a,
      .box-virtual-shower p,
      .box-virtual-shower .menu-in-box li a {
        font-size: 18px; } }
  
  .preview-box-blog h3 a,
  .preview-box-blog h4 a,
  .box-shower-planning h3 a,
  .box-shower-planning h4 a,
  .box-shower-planning-bg h3 a,
  .box-shower-planning-bg h4 a,
  .box-virtual-shower h3 a,
  .box-virtual-shower h4 a {
    color: #333333; }
    .preview-box-blog h3 a:hover,
    .preview-box-blog h4 a:hover,
    .box-shower-planning h3 a:hover,
    .box-shower-planning h4 a:hover,
    .box-shower-planning-bg h3 a:hover,
    .box-shower-planning-bg h4 a:hover,
    .box-virtual-shower h3 a:hover,
    .box-virtual-shower h4 a:hover {
      color: #333; }
  
  .box-shower-planning h2 {
    margin-bottom: 0px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.2em;
    color: #333; }
    .box-shower-planning h2 a {
      color: #333; }
  
  .link-box-shower-planning:hover p {
    color: #333; }
  
  .custom-login {
    width: 100%; }
    .custom-login input[type="password"],
    .custom-login input[type="text"] {
      border-radius: 5px;
      width: 100%; }
    .custom-login label {
      color: #747474; }
    .custom-login h3 {
      color: #f8bc15 !important; }
    .custom-login .text-loggin {
      font-size: 18px;
      line-height: 1.5;
      color: #747474;
      line-height: 1.5;
      font-weight: 400;
      margin-bottom: 16px; }
    .custom-login .separator {
      width: 100px;
      height: 1px;
      background-color: #f8bc15;
      margin: 16px 0; }
    .custom-login img {
      max-width: 60px; }
  
  .box-form {
    padding: 0 20px;
    background-color: #f8bc15; }
    @media (max-width: 767px) {
      .box-form {
        padding: 0; } }
  
  .page-template-login-php #page,
  .pmpro-login #page {
    max-width: 100%;
    padding-top: 0; }
  
  .page-template-login-php #content,
  .pmpro-login #content {
    padding: 0; }
  
  .page-template-login-php header,
  .page-template-login-php footer,
  .page-template-login-php .footer-widgets,
  .pmpro-login header,
  .pmpro-login footer,
  .pmpro-login .footer-widgets {
    display: none; }
  
  @media (min-width: 768px) {
    .h-md-90 {
      height: 100vh; } }
  
  .btn-round {
    border-radius: 30px; }
  
  .bg-indigo {
    background-color: #f8bc15; }
  
  .text-cyan {
    color: #35bdff; }
  
  .logged-in.pmpro-login .sing-up-text,
  .logged-in.pmpro-login .h3-login,
  .logged-in.pmpro-login .p-login,
  .logged-in.pmpro-login .separator,
  .logged-in.pmpro-login .text-right,
  .logged-in.pmpro-login .form_heading,
  .logged-in.pmpro-login .text-loggin,
  .custom-login.reset_pass .sing-up-text,
  .custom-login.reset_pass .h3-login,
  .custom-login.reset_pass .p-login,
  .custom-login.reset_pass .separator,
  .custom-login.reset_pass .text-right,
  .custom-login.reset_pass .form_heading,
  .custom-login.reset_pass .text-loggin {
    display: none; }
  
  .container-game {
    max-width: 830px;
    padding: 95px 0 0; }
    .container-game h1 {
      line-height: 50px;
      font-size: 36px;
      color: #4f4f4f;
      font-weight: 600;
      margin-bottom: 14px; }
      @media screen and (max-width: 767px) {
        .container-game h1 {
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 9px; } }
    .container-game .sub-title {
      font-size: 22px;
      font-family: "Crimson Text";
      font-style: normal;
      font-weight: 400;
      line-height: 30px;
      padding-bottom: 50px;
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .container-game .sub-title {
          font-size: 14px;
          line-height: 25px;
          border: none;
          padding-bottom: 0; } }
      .container-game .sub-title .box-button {
        text-align: center; }
    .container-game .category-menu {
      display: none; }
      @media screen and (min-width: 768px) {
        .container-game .category-menu {
          display: block; }
          .container-game .category-menu .title {
            font-size: 18px;
            font-weight: 500;
            line-height: 24px;
            color: #f8bc15;
            margin-bottom: 20px; }
          .container-game .category-menu ul {
            list-style: none;
            margin: 0; }
            .container-game .category-menu ul li {
              line-height: 1;
              margin-bottom: 20px; }
              .container-game .category-menu ul li a {
                font-size: 12px;
                font-weight: 400;
                line-height: 18px;
                outline: none;
                text-decoration: none; }
                .container-game .category-menu ul li a:hover {
                  text-decoration: underline; } }
    .container-game .category-content .filter-game {
      list-style: none;
      margin: 0 0 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      gap: 5px; }
      @media screen and (max-width: 767px) {
        .container-game .category-content .filter-game {
          gap: 10px 10px;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -ms-flex-pack: distribute;
              justify-content: space-around; } }
      .container-game .category-content .filter-game li {
        font-size: 14px;
        font-weight: 500;
        line-height: 21px;
        letter-spacing: 0.03em;
        border-radius: 100px;
        color: #4f4f4f;
        cursor: pointer;
        white-space: nowrap;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 8px 18px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        @media screen and (max-width: 991px) and (min-width: 767px) {
          .container-game .category-content .filter-game li {
            padding: 4px; } }
        .container-game .category-content .filter-game li img {
          margin-right: 6px; }
        .container-game .category-content .filter-game li:hover {
          color: #333; }
        .container-game .category-content .filter-game li.active {
          background: #f8bc15; }
    .container-game .category-content .box-button {
      margin-bottom: 50px; }
      @media screen and (max-width: 767px) {
        .container-game .category-content .box-button {
          text-align: center; } }
      .container-game .category-content .box-button .cta {
        text-transform: uppercase; }
    .container-game .category-content .box-categoty {
      margin-bottom: 30px; }
    .container-game .category-content h2 {
      font-size: 36px;
      font-weight: 600;
      line-height: 50px;
      color: #4f4f4f; }
      @media screen and (max-width: 767px) {
        .container-game .category-content h2 {
          font-size: 26px;
          line-height: 36px;
          margin-bottom: 6px; } }
    @media screen and (max-width: 767px) {
      .container-game .category-content .box-game-b {
        width: 100vw;
        position: relative;
        left: -15px; } }
    .container-game .category-content .box-game-b .item-game {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 12px 0px;
      padding: 22px 19px 24px;
      border-radius: 14px;
      -webkit-box-shadow: 0px 4px 16px rgba(23, 23, 23, 0.08);
              box-shadow: 0px 4px 16px rgba(23, 23, 23, 0.08); }
      @media screen and (min-width: 768px) {
        .container-game .category-content .box-game-b .item-game {
          background: #ffffff !important; } }
      @media screen and (max-width: 767px) {
        .container-game .category-content .box-game-b .item-game {
          margin: 0;
          padding: 18px;
          border-radius: 0;
          -webkit-box-shadow: none;
                  box-shadow: none;
          -webkit-transition: 0.7s;
          -o-transition: 0.7s;
          transition: 0.7s; }
          .container-game .category-content .box-game-b .item-game.rose {
            background: #fde8d7; }
          .container-game .category-content .box-game-b .item-game.rose-white {
            background: #f8f4f1; }
          .container-game .category-content .box-game-b .item-game.blue {
            background: #a5c5d8; }
          .container-game .category-content .box-game-b .item-game.yellow {
            background: #fee1a1; }
          .container-game .category-content .box-game-b .item-game:not(.active).yellow .filter-tag li img, .container-game .category-content .box-game-b .item-game:not(.active).rose-white .filter-tag li img, .container-game .category-content .box-game-b .item-game:not(.active).rose .filter-tag li img {
            -webkit-filter: invert(1) sepia(1) saturate(2) hue-rotate(360deg) brightness(0.5);
                    filter: invert(1) sepia(1) saturate(2) hue-rotate(360deg) brightness(0.5);
            opacity: 0.9; }
          .container-game .category-content .box-game-b .item-game:not(.active).yellow .content .box-title .title, .container-game .category-content .box-game-b .item-game:not(.active).rose-white .content .box-title .title, .container-game .category-content .box-game-b .item-game:not(.active).rose .content .box-title .title {
            color: #897463; }
          .container-game .category-content .box-game-b .item-game:not(.active).blue .filter-tag li img {
            -webkit-filter: invert(100%) sepia(100%) saturate(21%) hue-rotate(22deg) brightness(105%) contrast(130%);
                    filter: invert(100%) sepia(100%) saturate(21%) hue-rotate(22deg) brightness(105%) contrast(130%);
            opacity: 0.9; }
          .container-game .category-content .box-game-b .item-game:not(.active).blue .content .box-title .title {
            color: #fff; }
          .container-game .category-content .box-game-b .item-game.active {
            background: #fbfbfb !important; }
            .container-game .category-content .box-game-b .item-game.active .img {
              margin-right: 15px;
              opacity: 1;
              visibility: visible; }
            .container-game .category-content .box-game-b .item-game.active .content {
              height: 381px; }
              .container-game .category-content .box-game-b .item-game.active .content .text {
                height: calc(100% - 203px);
                margin-bottom: 8px; }
              .container-game .category-content .box-game-b .item-game.active .content a {
                height: auto; }
                .container-game .category-content .box-game-b .item-game.active .content a.cta {
                  opacity: 1;
                  visibility: visible; }
              .container-game .category-content .box-game-b .item-game.active .content .box-title {
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                margin-bottom: 45px;
                margin-left: 117px;
                padding-right: 24px; }
                .container-game .category-content .box-game-b .item-game.active .content .box-title .title {
                  width: 100%;
                  color: #4f4f4f !important;
                  white-space: normal;
                  font-size: 18px;
                  line-height: 26px;
                  -o-text-overflow: unset;
                     text-overflow: unset;
                  overflow: visible; }
                .container-game .category-content .box-game-b .item-game.active .content .box-title .button-accordion {
                  color: #333;
                  opacity: 1; } }
      .container-game .category-content .box-game-b .item-game .img {
        max-width: 155px;
        width: 100%;
        height: auto;
        margin-right: 15px;
        border-radius: 8px;
        overflow: hidden; }
        @media screen and (max-width: 767px) {
          .container-game .category-content .box-game-b .item-game .img {
            position: absolute;
            top: 20px;
            left: 20px;
            width: 103px;
            margin: 0;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: opacity .3s .6s;
            -o-transition: opacity .3s .6s;
            transition: opacity .3s .6s; } }
        .container-game .category-content .box-game-b .item-game .img img {
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
      .container-game .category-content .box-game-b .item-game .content {
        width: 100%; }
        @media screen and (max-width: 767px) {
          .container-game .category-content .box-game-b .item-game .content {
            -webkit-transition: 0.7s;
            -o-transition: 0.7s;
            transition: 0.7s;
            height: 30px; } }
        .container-game .category-content .box-game-b .item-game .content .box-title {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          margin-bottom: 6px; }
          @media screen and (max-width: 767px) {
            .container-game .category-content .box-game-b .item-game .content .box-title {
              margin-bottom: 0;
              -webkit-transition: 0.7s;
              -o-transition: 0.7s;
              transition: 0.7s; } }
          .container-game .category-content .box-game-b .item-game .content .box-title .title {
            margin-bottom: 0;
            opacity: 0.8;
            color: #4f4f4f;
            font-size: 28px;
            font-weight: 500;
            line-height: 35px; }
            @media screen and (max-width: 767px) {
              .container-game .category-content .box-game-b .item-game .content .box-title .title {
                width: 60%;
                margin-right: auto;
                white-space: nowrap;
                font-size: 16px;
                font-weight: 400;
                line-height: 26px;
                -webkit-transition: 0.7s;
                -o-transition: 0.7s;
                transition: 0.7s;
                -o-text-overflow: ellipsis;
                   text-overflow: ellipsis;
                overflow: hidden; } }
          @media screen and (min-width: 768px) {
            .container-game .category-content .box-game-b .item-game .content .box-title .button-accordion {
              display: none; } }
          @media screen and (max-width: 767px) {
            .container-game .category-content .box-game-b .item-game .content .box-title .button-accordion {
              display: block;
              font-weight: 600;
              opacity: 0.8;
              font-size: 20px;
              line-height: 30px;
              color: #897463;
              position: absolute;
              right: 24px;
              top: 18px; } }
        .container-game .category-content .box-game-b .item-game .content .text {
          font-family: "Crimson Text";
          font-size: 22px;
          line-height: 30px;
          color: #333;
          font-weight: 400;
          margin-bottom: 6px; }
          @media screen and (max-width: 767px) {
            .container-game .category-content .box-game-b .item-game .content .text {
              height: 0;
              overflow: hidden;
              margin: 0;
              -webkit-transition: 0.7s;
              -o-transition: 0.7s;
              transition: 0.7s; } }
        .container-game .category-content .box-game-b .item-game .content a {
          font-weight: 600;
          font-family: "Poppins";
          font-size: 22px;
          line-height: 26px;
          -webkit-text-decoration-line: underline;
                  text-decoration-line: underline;
          color: #161515;
          display: inline-block; }
          @media screen and (max-width: 767px) {
            .container-game .category-content .box-game-b .item-game .content a {
              height: 0;
              -webkit-transition: 0.5s;
              -o-transition: 0.5s;
              transition: 0.5s;
              overflow: hidden;
              margin: 0; } }
          .container-game .category-content .box-game-b .item-game .content a.cta {
            -webkit-text-decoration-line: none;
                    text-decoration-line: none;
            line-height: 40px;
            font-size: 16px;
            margin-left: auto;
            display: block;
            width: -webkit-fit-content;
            width: -moz-fit-content;
            width: fit-content; }
            @media screen and (max-width: 767px) {
              .container-game .category-content .box-game-b .item-game .content a.cta {
                visibility: hidden;
                opacity: 0; } }
    .container-game .custom-button {
      width: -webkit-fit-content;
      width: -moz-fit-content;
      width: fit-content;
      line-height: 30px;
      padding: 0 20px;
      color: white !important;
      background-color: #57a7db;
      text-decoration: none !important;
      font-size: 20px;
      display: block;
      margin: auto; }
    .container-game .filter-tag {
      list-style: none;
      margin: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      gap: 14px; }
      @media screen and (max-width: 767px) {
        .container-game .filter-tag {
          margin-right: 40px; } }
      .container-game .filter-tag li {
        min-width: 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .container-game .filter-tag img {
        -webkit-filter: invert(0.9) sepia(1) saturate(4.7) hue-rotate(0deg) brightness(1);
                filter: invert(0.9) sepia(1) saturate(4.7) hue-rotate(0deg) brightness(1); }
    .container-game #categoryModal .modal-dialog {
      max-width: 300px; }
      .container-game #categoryModal .modal-dialog label,
      .container-game #categoryModal .modal-dialog input {
        display: block;
        width: 100%; }
  
  .text-game {
    font-family: "Crimson Text";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
    text-align: left;
    color: #666;
    padding-top: 10px; }
  
  .container-hashtag {
    max-width: 830px;
    margin-top: 86px; }
    .container-hashtag h1 {
      font-weight: 600;
      font-size: 36px;
      color: #333333;
      line-height: 50px;
      margin-bottom: 20px; }
      @media screen and (max-width: 767px) {
        .container-hashtag h1 {
          font-size: 26px;
          line-height: 36px;
          text-align: center;
          margin-bottom: 16px; } }
    .container-hashtag .text-content p {
      font-size: 14px;
      line-height: 28px;
      color: #333333; }
      @media screen and (max-width: 767px) {
        .container-hashtag .text-content p {
          font-size: 14px;
          line-height: 25px;
          /* or 179% */
          text-align: center; } }
    @media screen and (max-width: 767px) {
      .container-hashtag .img-h img {
        max-width: 104px; } }
    .container-hashtag .l-row {
      margin-bottom: 100px; }
      .container-hashtag .l-row:last-child {
        margin-bottom: 0 !important; }
      @media screen and (max-width: 767px) {
        .container-hashtag .l-row {
          margin-bottom: 50px; }
          .container-hashtag .l-row:nth-child(odd) {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
                -ms-flex-direction: column-reverse;
                    flex-direction: column-reverse; } }
      @media screen and (max-width: 767px) {
        .container-hashtag .l-row div.features-right-padding,
        .container-hashtag .l-row div.features-left-padding {
          padding: 0 !important; } }
      .container-hashtag .l-row div.features-right-padding .subsection-title,
      .container-hashtag .l-row div.features-left-padding .subsection-title {
        margin-top: 0;
        font-weight: 600;
        font-size: 36px;
        line-height: 50px;
        color: #333333; }
        @media screen and (max-width: 767px) {
          .container-hashtag .l-row div.features-right-padding .subsection-title,
          .container-hashtag .l-row div.features-left-padding .subsection-title {
            font-size: 26px;
            line-height: 36px;
            margin-bottom: 12px; } }
      .container-hashtag .l-row div.features-right-padding p,
      .container-hashtag .l-row div.features-left-padding p {
        font-size: 14px;
        line-height: 28px;
        color: #333333; }
      .container-hashtag .l-row div.features-left-padding {
        padding-right: 40px;
        padding-left: 0 !important; }
      .container-hashtag .l-row div.features-right-padding {
        padding-right: 0px !important;
        padding-left: 40px; }
      @media screen and (max-width: 767px) {
        .container-hashtag .l-row .img {
          margin-bottom: 34px; } }
  
  /* COMMON STYLES */
  h2 {
    padding-bottom: 10px !important; }
  
  /* HOMEPAGE */
  .welcome_block article h2 {
    margin-bottom: 0;
    color: #333333 !important; }
  
  @media only screen and (min-width: 960px) {
    .welcome_block article p {
      padding: 0 0 20px;
      font-size: 16px;
      font-weight: 400; } }
  
  .features_block .wrapper > h2,
  .features_block .wrapper > h3,
  .hdw_block .wrapper > h2,
  .hdw_block .wrapper > h3,
  .testimonials_block .wrapper > h2,
  .testimonials_block .wrapper > h3 {
    color: #f8bc15;
    font-size: 36px; }
  
  .support_block h2 {
    color: #333333; }
    @media only screen and (min-width: 960px) {
      .support_block h2 {
        font-size: 36px;
        line-height: 50px; } }
  
  @media only screen and (min-width: 960px) {
    .testimonials_block .wrapper > h2,
    .testimonials_block .wrapper > h3 {
      max-width: 600px;
      margin: 0 auto; } }
  
  @media only screen and (min-width: 960px) {
    .testimonials_block .wrapper > p {
      max-width: 460px;
      margin: 0 auto;
      padding-bottom: 20px; } }
  
  .testimonials_block .wrapper .slider > a {
    color: #f8bc15;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s; }
    .testimonials_block .wrapper .slider > a:visited {
      color: #f68c1e; }
    .testimonials_block .wrapper .slider > a:active, .testimonials_block .wrapper .slider > a:hover {
      color: #f68c1e; }
    .testimonials_block .wrapper .slider > a.active {
      color: #f68c1e; }
  
  .testimonials_block .wrapper .slider .slides > div {
    height: auto; }
    .testimonials_block .wrapper .slider .slides > div ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 100%; }
      .testimonials_block .wrapper .slider .slides > div ul li blockquote.testimonial-quote {
        height: 100%; }
      .testimonials_block .wrapper .slider .slides > div ul li .random_testimonial blockquote.testimonial-quote {
        height: 100%; }
  
  .hdw_block .hdw_slider > a.navigate {
    color: #f8bc15;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    -webkit-transition: color linear 0.2s;
    -o-transition: color linear 0.2s;
    transition: color linear 0.2s; }
    .hdw_block .hdw_slider > a.navigate:active, .hdw_block .hdw_slider > a.navigate:hover {
      color: #f68c1e; }
    .hdw_block .hdw_slider > a.navigate.active {
      color: #f68c1e; }
  
  @media screen and (max-width: 959px) {
    .hdw_block .hdw_slider .slides {
      margin: 0; } }
  
  /* PRIVACY POLICY PAGE */
  .entry-header h1.entry-title {
    margin-top: 44px;
    text-align: center; }
  
  .slider_slide_wrap .testimonial-quote {
    font-style: normal; }
    .slider_slide_wrap .testimonial-quote p {
      font-weight: 400; }
  
  .single-post .entry-header h1.entry-title {
    margin-top: 0;
    text-align: left; }
  
  .fixed-social-icon {
    list-style: none;
    margin: 0;
    position: fixed;
    font-size: 24px;
    bottom: 30%;
    left: calc(44% - 513px);
    z-index: 1001; }
    @media screen and (max-width: 1100px) {
      .fixed-social-icon {
        position: static;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 10px; } }
    .fixed-social-icon li {
      margin-bottom: 8px; }
      @media screen and (max-width: 1100px) {
        .fixed-social-icon li {
          margin-right: 10px; } }
      .fixed-social-icon li a {
        color: #333333; }
        .fixed-social-icon li a:hover {
          color: #333333; }
  
  /* UPDATE MENU CSS */
  .home-redesign-page .site-header .main-navigation .main-nav ul li, .global-redesign-page .site-header .main-navigation .main-nav ul li { margin-right: 30px; }
    body .main-navigation .main-nav ul li a, .menu-toggle, .main-navigation .menu-bar-items{color: #725344; font-size: 16px; letter-spacing: 1px; font-family: 'Poppins'; font-style: normal; font-weight: 600;}
    body .main-navigation ul ul, body .home-redesign-page .site-header .main-navigation ul ul{ width: 300px; background: rgba(255, 255, 255, 0.94) !important; border-radius: 0 0 30px 30px;box-shadow: 0px 100px 100px rgba(114,83,68,.21); padding: 10px 20px 50px;}
   /* body .main-navigation .main-nav ul ul li a{color: #725344} */
    body .main-navigation .main-nav ul li:hover > a, .main-navigation .main-nav ul li:focus > a, .main-navigation .main-nav ul li.sfHover > a, .main-navigation .menu-bar-item:hover > a, .main-navigation .menu-bar-item.sfHover > a{color: #725344;}
    body .main-navigation .main-nav ul ul li:hover > a, .main-navigation .main-nav ul ul li:focus > a, .main-navigation .main-nav ul ul li.sfHover > a {
    color: #725344; background-color: #fff; }
    .main-navigation .cta.menu-item a{margin-left: 20px;}
    .nav-btm{ display: none;}
  
  @media screen and (max-width: 1100px) {
    body.home-redesign-page .site-header .main-navigation .main-nav ul li {margin-right: 0px; }
  }
  @media screen and (max-width: 1024px) {
    body .main-navigation .main-nav ul li a { padding-left: 15px; padding-right: 15px;}
  }
  
  @media screen and (max-width: 960px) {
    .nav-btm{position: absolute; bottom: 0px; width: 100%; padding: 10px 40px; text-align: left;}
    .nav-btm h2{ margin: 0;  color: #725344; font-size: 32px; padding: 0 !important}
    .nav-btm p{font-size: 16px; line-height: 28px; margin: 0}
    .main-navigation.toggled .nav-btm{ display: block;}
    .main-navigation.toggled{position: absolute; top: 0; left: 0; width: 100%;}
  body .site-header .main-navigation .menu-toggle {
    right: 5px;
    padding: 0;
    top: 0;
    position: fixed;
    width: 68px;
    height: 68px;
    z-index: 1001;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all ease-in-out .5s;
    -o-transition: all ease-in-out .5s;
    transition: all ease-in-out .5s;
    cursor: pointer;
    background: 0 0;
  }
  body .site-header .inside-header{ padding-right: 80px;}
    body .main-navigation.toggled{ background: rgba(255, 255, 255, 0.94); height: 100vh;   overflow-y: scroll; }
    body .site-header .main-navigation.toggled .main-nav{ background: rgba(255, 255, 255, 0.94);border-radius: 0 0 30px 30px; left: 0; margin: 0; width: 100%; top:auto; padding: 40px 0 10px; box-shadow: 0px 100px 100px rgba(114,83,68,.21); position:relative; }
    body .site-header .main-navigation.toggled .menu-top{background: rgba(255, 255, 255, 0.94)}
    body .site-header .main-navigation.toggled .main-nav li.menu-item a{ text-transform: uppercase; }
    body .site-header .main-navigation.toggled .main-nav li.menu-item a{ font-family: 'Poppins'; font-style: normal; font-weight: 600; font-size: 18px line-height: 28px; color: #725344; padding-left: 40px;}
    body .site-header .main-navigation.toggled .main-nav li.menu-item{ padding-bottom: 25px;}
    body .site-header .main-navigation a { letter-spacing: .2px; text-decoration: none; }
    #menu-item-6921{ display:none}
    body .main-navigation ul ul{background: none; padding-bottom: 10px; box-shadow: none;}
    body .site-header .main-navigation.toggled .main-nav li.menu-item .sub-menu a { padding-left: 20px; line-height: 20px; font-weight: 400; font-size: 16px;}
    body .site-header .main-navigation.toggled .main-nav li.menu-item .sub-menu li{ padding-bottom: 0;}
    .main-navigation.toggled .main-nav:after{ content: ""; width: 347px; height: 347px; right: 50px; top: 10%; background: #FFFFFF; box-shadow: 0px 0px 106.948px rgba(75, 195, 228, 0.3); border-radius: 261.558px;position: absolute; z-index: -9; }
    .main-navigation.toggled .main-nav:before{ position: absolute; width: 100%; height: 70vh; left: 0; top: 0; background: #EDF9FC;position: absolute; z-index: -10;  content: ""}
    body.home-redesign-page .site-header .main-navigation.toggled, body.global-redesign-page .site-header .main-navigation.toggled, body.home-redesign-page .site-header .main-navigation.toggled .main-nav, body.global-redesign-page .site-header .main-navigation.toggled .main-nav {background: rgba(255,255,255,.94);}
    body .site-header .main-navigation.toggled .main-nav li.menu-item a:hover {background: rgba(255,255,255,.94);}
    body.home-redesign-page.admin-bar #masthead .menu-toggle, body.global-redesign-page.admin-bar #masthead .menu-toggle, .global-redesign-page.admin-bar #masthead .main-nav, .home-redesign-page.admin-bar #masthead .main-nav{ top:auto !important}
    body:not(.author):not(.page-template-pricing-page-fixed-width-template):not(.single-post):not(.category):not(.page-template-login) #page{top: auto !important; }
    body.home-redesign-page .site-header .main-navigation .menu-toggle, body.global-redesign-page .site-header .main-navigation .menu-toggle{top: 6px !important;}
    body.home-redesign-page .site-header .main-navigation .menu-toggle[aria-expanded="true"], body.global-redesign-page .site-header .main-navigation .menu-toggle[aria-expanded="true"]{
      top: -15px !important;
      right: -5px;
  }
	  body.page-id-76305 .site-header .main-navigation .menu-toggle, body.page-id-75384 .site-header .main-navigation .menu-toggle, body.page-id-77730 .site-header .main-navigation .menu-toggle, body.page-id-77803 .site-header .main-navigation .menu-toggle, body.page-id-77816 .site-header .main-navigation .menu-toggle{top: 38px !important;}
    body.page-id-76305 .site-header .main-navigation .menu-toggle[aria-expanded="true"], body.page-id-75384 .site-header .main-navigation .menu-toggle[aria-expanded="true"], body.page-id-77730 .site-header .main-navigation .menu-toggle[aria-expanded="true"], body.page-id-77803 .site-header .main-navigation .menu-toggle[aria-expanded="true"], body.page-id-77816 .site-header .main-navigation .menu-toggle[aria-expanded="true"]{
      top: 18px !important;
      right: -5px;
  }
  }
  @media screen and (max-width: 350px) {
    body .site-header .main-navigation.toggled .main-nav li.menu-item a{padding-left: 20px;}
  }
  .nav-btm{display:none;}
  
  .link-highlight{
   color: rgb(34, 34, 34);
   background-color: rgb(252, 236, 245);
   background-blend-mode: normal;
  }
  .main-navigation .main-nav ul .sub-menu li[class*=current-menu-]>a, .main-navigation .main-nav ul .sub-menu li[class*=current-menu-]>a, .main-navigation .main-nav ul ul li[class*=current-menu-]>a:hover, .main-navigation .main-nav ul ul li[class*=current-menu-].sfHover>a, .main-navigation .main-nav ul li[class*=current-menu-]>a:hover, .main-navigation .main-nav ul li[class*=current-menu-].sfHover>a{
      /* background-color: #ffffff !important; */
  }
  
  .page-id-76305 .pricing-page.features-section{
      margin-top: -12% !important;
  }
  .page-id-76305 .how-it-works_block{
      padding-bottom: 280px !important;
  }
  
  @media screen and (min-width: 1025px) {
  .features-section .cls-first .col-md-6 img, .features-section .cls-second .col-md-6 img{
      max-width: 380px !important;
  }
  }
  
  @media screen and (max-width: 1024px) {
  .features-section .cls-first .col-md-6 img, .features-section .cls-second .col-md-6 img{
      max-width: 268px !important;
  }
  }
  
  .wp-block-acf-wbs-features-title{
      padding: 50px 0px 0px !important;
  }
  @media screen and (min-width: 960px) {
  .wp-block-acf-wbs-features-title .feature_text{
      
  }
  }
.global-redesign-page .site-header {
      color: inherit;
      background-color:#fcf0d4; }

.single.global-redesign-page .site-header {
      color: inherit;
      background-color:#fcf0d4 !important; }


.global-redesign-page.page-id-11222 #page{
      top: 0px !important;
} 

.global-redesign-page.page-id-15448 #page{
      top: -47px !important;
}

.global-redesign-page .gallery_header:after{
	background-color:#fcf0d4;
}

.main-navigation .main-nav ul ul li:hover>a, .main-navigation .main-nav ul ul li:focus>a, .main-navigation .main-nav ul ul li.sfHover>a{
	background-color: #fff !important;
}
body.post-image-below-header.post-image-aligned-center .inside-article .featured-image{
	z-index:1002;
}



.how-it-works-redesign-page .how-it-works_block:not(.page-id-79883) {
	padding-bottom: 40px; 
}

@media screen and (max-width: 960px) {
	body.page-id-79883 .site-header .main-navigation .menu-toggle{top: 38px !important;
}
	body.page-id-79883 .site-header .main-navigation .menu-toggle[aria-expanded="true"]{
      top: 18px !important;
      right: -5px;
  }
}

.page-id-79883 .pricing-page.features-section{
	margin-top: -8% !important;
}
.page-id-79883 .how-it-works_block{
      padding-bottom: 280px !important;
}

/* checkout page css */
.wbs_checkout_notice_non_logged_in{ margin-bottom: 10px;}
.wcf-embed-checkout-form{    padding: 40px 20px;}
.cartflows-container .uagb-block-b0a05750 > .uagb-section__overlay { background: #FEE1A1;opacity: 0.1;}
.cartflows-container .has-ek-typography{padding:60px 0 40px} 
.cartflows-container .has-ek-typography:after{position: absolute; content:""; width: 531px; height: 531px; left: 50%; top: -24px; background: #FFF4DD; z-index: -1; transform: translateX(-50%); border-radius: 100%;}
.cartflows-container .progress-bar-custom .step{  border: solid 2px  #F8BC15;    max-width: 22px; height: 22px;}
.cartflows-container .progress-bar-custom .line{background-color: #F8BC15;}
.cartflows-container .progress-bar-custom .step.active{background-color: #F8BC15;}
.cartflows-container .progress-bar-custom .step.active::before{display:none}
.cartflows-container .progress-bar-custom .step:after{ color: #725344; margin-top: 15px; font-family: 'Poppins';font-style: normal;font-weight: 500; font-size: 16px; line-height: 24px; bottom: -40px;}
.cartflows-container .uagb-block-852d3c2e.uagb-columns__wrap{ padding-top: 70px;}
.cartflows-container .progress-bar-custom .step::after{left: -43px;}
.cartflows-container .progress-bar-custom .step.account-information::after { left: -88px;}
.cartflows-container .progress-bar-custom .step.payment::after {left: -23px;}
.wp-block-uagb-column.uagb-block-542e0da0.uagb-column__wrap, .uagb-block-ec67d14c.uagb-columns__wrap{border: 1px solid rgba(114, 83, 68, 0.12); border-radius: 6px;}
.cartflows-container .uagb-block-542e0da0 .uagb-column__inner-wrap { padding: 20px 40px;}
.cartflows-container .uagb-column__inner-wrap h2{ font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 30px;line-height: 28px;color: #725344;} 
.wcf-embed-checkout-form.wcf-embed-checkout-form.wcf-embed-checkout-form-one-column{ padding:0;}
.cartflows-container{color: #725344;font-family: 'Poppins';font-style: normal;font-weight: 400; font-size: 14px; line-height: 26px;}
body .wcf-embed-checkout-form-one-column .woocommerce-checkout #your_products_heading{ padding:0; font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 24px;line-height: 28px;color: #725344;}
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row{background: #FFF4DD; border: 0.5px solid #F8BC15;  border-radius: 6px;      overflow: hidden;   min-height: 120px;}
.cartflows-container .wcf-qty-options .wcf-item-selector{    width: 75px; text-align: center;}
.cartflows-container .wcf-embed-checkout-form .wcf-product-option-wrap .wcf-qty-row input[type="radio"] {width: 29px; min-width: 29px; height: 29px; border: 2px solid #F8BC15;}
.cartflows-container .wcf-embed-checkout-form .wcf-product-option-wrap .wcf-qty-row input[type="radio"]:checked{ background:#F8BC15}
.cartflows-container .wcf-embed-checkout-form .wcf-product-option-wrap .wcf-qty-row input[type="radio"]:checked::before{ background:url(https://staging-webbabyshowercom.kinsta.cloud/wp-content/uploads/2022/08/arrow-w.svg) no-repeat; margin: 0;height: 24px; width: 24px; background-size: 20px; background-position: center; }
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-subtext{position: absolute; width:100px; height: 100px; background: #00dbad; border: 2px solid #00dbad; font-family: 'Poppins'; font-style: normal; font-weight: 700; font-size: 10px; line-height: 13px; text-align: center; color: #FFFFFF; right: -24px;top: -33px; border-radius: 50%; padding: 20px; transform: rotate(45deg);}
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-subtext:after{content:""; position:absolute; width:95px; height:95px; border-radius: 50%;border: 2px solid #fff; top: 0; right: 0; }
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-content-options .wcf-price{font-family: 'Poppins'; font-style: normal; font-weight: bold; font-size: 26px; line-height: 39px; color: #725344;}
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-wrap{ padding-right: 90px;font-family: 'Poppins'; font-weight: 500; font-size: 16px; line-height: 24px;color: #725344;}
body .cartflows-container .wcf-embed-checkout-form .woocommerce h3, body .cartflows-container .wcf-embed-checkout-form .woocommerce-checkout #order_review_heading{font-family: 'Poppins'; font-style: normal; font-weight: 400; font-size: 23px; line-height: 28px; color: #725344;}
.cartflows-container .woocommerce table.shop_table td, .cartflows-container .woocommerce table.shop_table th{ padding: 10px; color: #725344;font-family: 'Poppins'; font-style: normal;  font-size: 16px; line-height: 24px;border: none;}
.cartflows-container .wcf-embed-checkout-form table.shop_table thead tr th:nth-child( 2 ), .cartflows-container .wcf-embed-checkout-form table.shop_table tbody tr td:nth-child( 2 ), .cartflows-container .wcf-embed-checkout-form table.shop_table tfoot tr td:nth-child( 2 ) { width: 15%; text-align: right; }
.cartflows-container .woocommerce table.shop_table td .wcf-product-name{font-weight: 500;}
.cartflows-container .cartflows-container .wcf-embed-checkout-form .wcf-custom-coupon-field{border: none; margin:0}
.wcf-embed-checkout-form .woocommerce .wcf-custom-coupon-field a{color: #725344}
.cartflows-container .wcf-embed-checkout-form .woocommerce-checkout #payment ul.payment_methods{background: #FFF4DD; border: 0.5px solid #F8BC15; border-radius: 6px;}
.plan-main{display: flex; flex-wrap: wrap;}
.plan-left, .plan-right{width:50%;}
.plan-main .plan-title{font-family: 'Poppins';font-weight: 500; font-size: 16px; line-height: 24px;}
.plan-main ul{ margin: 0 0 0 18px}
.cartflows-container .wcf-embed-checkout-form .woocommerce-checkout #payment div.payment_box{background: #fff;font-family: 'Poppins'; font-weight: 400; color: #725344;} 
.cartflows-container .wcf-embed-checkout-form .wcf-custom-coupon-field{    margin: 0;border: none;    padding: 0 0 30px;}
.cartflows-container .woocommerce-checkout-payment{    width: 120% !important; margin-left: -10%;}
.cartflows-container .wc-stripe-elements-field{padding: 15px; background-color: #fff;    background: #FFFFFF; border: 1px solid rgba(114, 83, 68, 0.12); border-radius: 6px;}
.cartflows-container .wcf-embed-checkout-form .woocommerce form p.form-row label, .cartflows-container .wcf-embed-checkout-form .woocommerce #payment [type='radio']:checked + label, .cartflows-container .wcf-embed-checkout-form .woocommerce #payment [type='radio']:not(:checked) + label{ font-weight: 400; color: #725344;} 
.cartflows-container  .form-row.place-order{ text-align: center;}
.cartflows-container .woocommerce #payment #place_order, .woocommerce-page .cartflows-container #payment #place_order{width: 80%; padding: 10px;}
.pay-buttons{    display: flex; margin: 0; list-style: none; justify-content: center;}
.pay-buttons li{background: #FFFFFF; border: 0.5px solid #F8BC15; border-radius: 6px;height: 141px; width:48%; text-align: center; margin-right: 5px;}
.pay-buttons li label{ font-family: 'Poppins';font-weight: 700; font-size: 14px; line-height: 21px;color: #725344;}
.pay-buttons li img{ height:40px;}
.pay-buttons li .pay-img{padding: 30px 15px 10px;}
.pay-buttons li.active{background: #FFF4DD; border: 0.5px solid #F8BC15; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); border-radius: 6px;}
body .wcf-embed-checkout-form .woocommerce a{ color:#F9BE2D;}

@media screen and (max-width: 960px) {
	.cartflows-container .wp-block-image.pt-3.pt-xl-0{margin:0; padding:0;}
	.cartflows-container .progress-bar-custom .step.account-information::after { left: -53px;}
	.cartflows-container .progress-bar-custom .step::after {left: -26px; }
	.cartflows-container .progress-bar-custom .step.payment::after { left: -18px; }
}	 
@media screen and (max-width: 767px) {
	.cartflows-container .has-ek-typography { padding: 20px 0 20px;}
	.cartflows-container .uagb-block-542e0da0 .uagb-column__inner-wrap { padding: 0 20px;}
	.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-subtext{    right: -34px;top: -31px;}
	.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-wrap {		padding-right: 30px;}
	.pay-buttons li{    width: 48%;}
}
	  
.cartflows-container .wp-block-image figure{padding:60px 0 40px} 
.cartflows-container .wp-block-image figure:after{position: absolute; content:""; width: 531px; height: 531px; left: 50%; top: -24px; background: #FFF4DD; z-index: -1; transform: translateX(-50%); border-radius: 100%;}
.progress-bar-custom{ margin-bottom: 50px;}
.cartflows-container .uagb-column__wrap h2{ font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 30px;line-height: 28px;color: #725344;} 
.cartflows-container .uagb-column__inner-wrap h2 span, .cartflows-container .uagb-column__wrap h2 span {font-weight: 600;}
.plan-main ul li{ color: #725344; font-size: 12px;line-height: 22px;font-weight: 400;}
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-subtext:first-line{ font-size:20px}
.cartflows-container .wcf-yp-skin-cards .wcf-qty-options .wcf-qty-row .wcf-item-subtext{    right: -30px; top: -39px; padding: 28px 16px 0; font-size: 10px;}
.wcf-embed-checkout-form .woocommerce .wcf-custom-coupon-field a .dashicons{ display:none;}
.wcf-embed-checkout-form .woocommerce .wcf-custom-coupon-field a {color: #725344; font-weight: 400;}
.wcf-embed-checkout-form .woocommerce .wcf-custom-coupon-field a:after{ content:"+"; margin-left:5px}
.wcf-embed-checkout-form #add_payment_method #payment div.payment_box::before, .wcf-embed-checkout-form .woocommerce-cart #payment div.payment_box::before, .wcf-embed-checkout-form .woocommerce-checkout #payment div.payment_box::before{ display:none}
body .wcf-embed-checkout-form .woocommerce a { color: #F68C1E;}
.wcf-embed-checkout-form .woocommerce-checkout #payment ul.payment_methods li input[type="checkbox"], .wcf-embed-checkout-form .woocommerce #order_review input[type="checkbox"]{min-width: 21px; border-radius: 50%; height: 21px; line-height: 21px; background: #fff; border: 2px solid #F8BC15;}
.wcf-embed-checkout-form .woocommerce .woocommerce-checkout input[type="checkbox"]:checked, .wcf-embed-checkout-form .woocommerce #payment input[type="checkbox"]:checked{background: #F9BE2D !important;}
.wcf-embed-checkout-form .woocommerce .woocommerce-checkout input[type="checkbox"]:checked::before, .wcf-embed-checkout-form .woocommerce #payment input[type="checkbox"]:checked::before{ margin: 1px; color: #fff;}
.cartflows-container .wcf-embed-checkout-form #ppcp-messages{display: flex; justify-content: center;}
.cartflows-container .wcf-embed-checkout-form .woocommerce form .form-row .required{color: #F68C1E;}
.cartflows-container .woocommerce-checkout-payment{    width: 100% !important; margin-left: 0%;}
#your_products_heading, .woocommerce-billing-fields h3{
	display:none !important;
}
