/* 10Web Booster optimized this CSS file */


/*FILESTART  /home/wplive/web/wp-live/wp-includes/css/classic-themes.min.css */

/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/reset.css */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -ms-text-size-adjust: 100%; /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

/*a:focus {
  outline: thin dotted;
}*/

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0; /* 1 */
  -ms-interpolation-mode: bicubic; /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */

legend {
  border: 0; /* 1 */
  padding: 0;
  white-space: normal; /* 2 */
  *margin-left: -7px; /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%; /* 1 */
  margin: 0; /* 2 */
  vertical-align: baseline; /* 3 */
  *vertical-align: middle; /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
  *overflow: visible;  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
  *height: 13px; /* 3 */
  *width: 13px; /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #2A2F30;
}


::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main.css */
body.scroll_disclaimer {
  overflow: hidden;
}

br.desktop_1280 {
  display: none;
}

.hidden {
  display: none;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.see_more {
  margin: 0 auto;
}

.section .title {
  color: #2A2F30;
  font-weight: 800;
  margin: 0;
}

.clear:after {
  clear: both;
}

.section_content {
  display: inline-block;
}

.section_title {
  text-align: center;
  color: #2A2F30;
  font-weight: 800;
}

.section_sub_title {
  color: #2A2F30;
  font-weight: 300;
}
.section_sub_title b {
  font-weight: 600;
}

.sub_title {
  color: #2A2F30;
  text-align: center;
  font-weight: 800;
}

.period_tab .active:after, .plan_details ul .level_1::before, #header .phone-menu-block > a:before {
  font-family: "twtf" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.custom-scroll::-webkit-scrollbar {
  width: 4px;
  border-radius: 3px;
}

.custom-scroll::-webkit-scrollbar-track {
  background: #fff;
}

.custom-scroll-transparent::-webkit-scrollbar-track {
  background: transparent;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 2px;
}

.custom-scroll-transparent::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.1);
}

body.do-not-scroll {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

/*customize slick*/
.slick-prev,
.slick-next {
  top: calc(50% - 16px);
  font-size: 0;
  position: absolute;
  color: #d5122f;
  border: 0;
  background: none;
  z-index: 1;
}

.slick-prev {
  left: 20px;
}

.slick-prev:after {
  content: "";
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/main/../../../images/icons/arrows/slick_prev.svg');
}

.slick-next:after {
  content: "";
  background-image: url('https://10web.io/wp-content/themes/10web-theme/css/scss/main/../../../images/icons/arrows/slick_next.svg');
}

.slick-next:after, .slick-prev:after {
  width: 32px;
  height: 32px;
  display: inline-block;
}

.slick-next {
  right: 20px;
  text-align: right;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button:before {
  background-color: #B8BEC5;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 0.15;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.2;
  background-color: #323A45;
  width: 14px;
  height: 14px;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.clear:before, .clear:after {
  display: table;
  content: "";
}

/*end customize slick*/
.for_bg {
  width: 100%;
  background-position: center bottom;
  background-size: 100%;
  z-index: -1;
  background-repeat: no-repeat;
  overflow: hidden;
}

.page-template-page_home_alternative .for_bg {
  background-position: center 860px;
}

/*User activation page*/
div#signup-content {
  padding: 130px 0 100px;
  max-width: 1180px;
  margin: 0 auto;
}
div#signup-content h2 {
  font-size: 30px;
  margin-bottom: 30px;
}
div#signup-content div#signup-welcome {
  margin-bottom: 20px;
}
div#signup-content div#signup-welcome p {
  margin-bottom: 10px;
}
div#signup-content div#signup-welcome p span.h3 {
  padding: 0 8px 0 0;
}
div#signup-content .view a:active, div#signup-content .view a:hover, div#signup-content .view a:visited {
  color: #2160b5;
}
div#signup-content .lead-in {
  line-height: 1.3;
}
div#signup-content .lead-in a:active, div#signup-content .lead-in a:hover, div#signup-content .lead-in a:visited {
  color: #2160b5;
}
div#signup-content #activateform {
  width: 600px;
  max-width: 100%;
}
div#signup-content #activateform p {
  margin-bottom: 15px;
}
div#signup-content #activateform p label {
  margin-bottom: 10px;
  display: inline-block;
}
div#signup-content #activateform #submit, div#signup-content #activateform #key {
  width: 100%;
  box-sizing: border-box;
}

@keyframes ripple_desktop {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 10px rgba(248, 195, 50, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 10px rgba(248, 195, 50, 0.3), 0 0 0 25px transparent;
  }
}
@keyframes ripple_mobile {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 5px rgba(248, 195, 50, 0.3);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 195, 50, 0.3), 0 0 0 5px rgba(248, 195, 50, 0.3), 0 0 0 13px transparent;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main_1920.css */
@media screen and (min-width: 1261px) {
  body.scroll_disclaimer {
    margin-right: 17px;
  }
  body.scroll_disclaimer #header {
    width: calc(100% + 17px);
    left: -17px;
  }
  br.tablet, br.mobile,
img.bg_tablet, img.bg_mobile {
    display: none;
  }
  br.desktop,
img.bg_desktop {
    display: block;
  }
  .container {
    max-width: 1180px;
  }
  .section h1.title {
    font-size: 50px;
    line-height: 70px;
  }
  .section_title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .section_content,
.section_description {
    font-size: 20px;
    line-height: 30px;
  }
  .section_sub_title {
    font-size: 26px;
    line-height: 36px;
    margin: 0 0 20px 0;
  }
  .sub_title {
    font-size: 36px;
    line-height: 56px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  body.scroll_disclaimer {
    margin-right: 17px;
  }
  body.scroll_disclaimer #header {
    width: calc(100% + 17px);
    left: -17px;
  }
  br.desktop, br.mobile,
img.bg_desktop, img.bg_mobile {
    display: none;
  }
  br.tablet,
img.bg_tablet {
    display: block;
  }
  .container {
    max-width: 720px;
  }
  .section .title {
    font-size: 36px;
    letter-spacing: 0.36px;
    line-height: 54px;
  }
  .section_title {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .section_description,
.section_content {
    font-size: 14px;
    line-height: 24px;
  }
  .section_sub_title {
    font-size: 18px;
    margin: 14px 0 30px 0;
    line-height: 32px;
  }
  .sub_title {
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 0.23px;
  }
  .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main_320.css */
@media screen and (max-width: 767px) {
  br.desktop, br.tablet,
  img.bg_desktop, img.bg_tablet {
    display: none;
  }
  br.mobile,
  img.bg_mobile {
    display: block;
  }
  .container {
    max-width: 280px;
  }
  .title_container {
    width: 240px;
    margin-left: 20px;
  }
  .title_container * {
    text-align: left;
  }
  .section h1.title {
    font-size: 28px;
    line-height: 38px;
  }
  .section_title {
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .section_description,
  .section_content {
    font-size: 14px;
    line-height: 24px;
  }
  .section_sub_title {
    font-size: 16px;
    line-height: 26px;
    margin: 10px 0 20px 0;
  }
  .sub_title {
    font-size: 28px;
    line-height: 42px;
  }
  .slick-dots li.slick-active button:before {
    width: 10px;
    height: 10px;
  }
  .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header.css */
body.opened #header .phone-menu-block > a {
  background: none !important;
}
body.opened #header :not(.fixed):not(.active) .logo .theme_10web_logo.theme_10web_white_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
}

.phone-header-part,
.hover-plugin-trial-popup {
  display: none;
}

.buy_now_button {
  font-weight: 600;
  text-align: center !important;
  display: block;
  float: right;
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  color: #323A45;
  box-sizing: border-box;
  text-decoration: none;
  padding: 13px 20px;
  background: rgba(186, 195, 207, 0.1215686275) 0% 0% no-repeat padding-box;
  border-radius: 6px;
}

#header {
  position: absolute;
  z-index: 999999;
  top: 0;
  width: 100%;
}
#header a:not(.sign_up_attr):not(.buy_now_button) {
  color: #323a45;
}
#header .container {
  position: static;
  display: flex;
}
#header .container .logo {
  display: flex;
  justify-content: center;
}
#header .container .logo a, #header .container .logo div {
  margin: auto;
}
#header .buy_now_button {
  padding: 13px 12px;
  background: rgba(186, 195, 207, 0.12);
  color: #323A45;
}
#header .buy_now_button:hover {
  background-color: rgba(186, 195, 207, 0.22);
}
#header.header-new .logo a {
  text-decoration: none;
  color: #fff;
  cursor: pointer;
}
#header.header-new .logo .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
#header.header-new .logo .theme_10web_logo.theme_10web_affiliates_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_affiliates.svg);
}
#header.header-new:not(.fixed):not(.active) .logo .theme_10web_logo.theme_10web_white_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_white.svg);
}
#header .phone-menu-block li.plugins_nav_menu {
  display: none;
}
#header .phone-menu-block .menu_button {
  position: absolute;
  display: none;
  left: 15px;
  top: 20px;
  text-decoration: none;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
#header .phone-menu-block .menu_button div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 10px;
  cursor: pointer;
}
#header .phone-menu-block .menu_button div span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #323A45;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
  cursor: pointer;
}
#header .phone-menu-block .menu_button div span:first-of-type {
  top: 0;
}
#header .phone-menu-block .menu_button div span:last-of-type {
  bottom: -1px;
}
#header .phone-menu-block .menu_button.active span {
  height: 2px;
  background-color: #323A45 !important;
}
#header .phone-menu-block .menu_button.active span:first-of-type {
  transform: rotate(45deg);
  top: 4px;
}
#header .phone-menu-block .menu_button.active span:last-of-type {
  transform: rotate(-45deg);
  bottom: 4px;
}
#header.white {
  background: #fff !important;
}
#header.white-menu:not(.fixed) .buy_now_button {
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 0;
}
#header.white-menu:not(.fixed) .buy_now_button:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
#header.white-menu:not(.fixed) .phone-menu-block .menu_button div span {
  background-color: #ffffff;
}
#header.white-bg-menu {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1920.css */
@media screen and (min-width: 1261px) {
  #header .container {
    justify-content: flex-start;
    padding: 15px 0;
    max-width: 1180px !important;
  }
  #header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
  }
  #header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 194px;
    height: 30px;
  }
  #header .phone-menu-block {
    width: 100%;
  }
  #header .phone-menu-block .dark_grey_bg {
    background: #2A2F30;
    color: #ffffff;
    border: 0;
  }
  #header .phone-menu-block #top-nav {
    display: flex !important;
    align-items: center;
    min-height: 50px;
  }
  #header .phone-menu-block #top-nav .login_and_button .buy_now_button,
  #header .phone-menu-block #top-nav .login_and_button .sign_up_attr,
  #header .phone-menu-block #top-nav .login_and_button .buy_now {
    width: 220px;
    font-size: 14px;
    padding: 15px 0;
    line-height: 18px;
  }
  #header .phone-menu-block #top-nav .login_and_button .plugin_button {
    width: 202px;
  }
  #header.only_logo_button .phone-menu-block {
    height: 50px;
  }
  #header.only_logo_button .phone-menu-block #top-nav {
    justify-content: flex-end !important;
  }
  #header.only_logo_button .phone-menu-block #top-nav .login_signin {
    display: none !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1260.css */
@media screen and (max-width: 1260px) and (min-width: 1025px) {
  #header .container {
    max-width: 990px !important;
    padding: 20px 0;
    justify-content: center;
  }
  #header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
    margin-top: 0;
  }
  #header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 187px;
    height: 29px;
  }
  #header .phone-menu-block .menu_button {
    display: inline-block;
  }
  #header .phone-menu-block #top-nav {
    display: none;
  }
  #header .phone-menu-block #top-nav .login_and_button .buy_now_button,
  #header .phone-menu-block #top-nav .login_and_button .sign_up_attr,
  #header .phone-menu-block #top-nav .login_and_button .buy_now {
    width: 202px;
    font-size: 13px;
    letter-spacing: 0.11px;
    padding: 14px 0;
    line-height: 18px;
  }
  #header .phone-menu-block #top-nav .login_link_home {
    font-size: 14px;
    padding-right: 10px;
  }
  #header.fixed.header-new .container {
    padding: 20px 0;
  }
  body.opened {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }
  body.opened .buy_now_button {
    color: #fff;
    float: none;
  }
  body.opened #header {
    background: #FFF !important;
  }
  body.opened .phone-header-part {
    display: block;
  }
  body.opened .phone-menu-div {
    height: calc(100% - 70px);
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 70px;
    width: 100%;
    display: block;
    z-index: 100000000000000000000;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.0509803922);
  }
  body.opened .phone-menu-div #log_buttons {
    margin: 20px auto 40px;
    text-align: center;
  }
  body.opened .phone-menu-div #log_buttons .button {
    width: 200px;
    padding: 14px 0;
    line-height: 22px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 0;
    border: 0;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  body.opened .phone-menu-div #log_buttons .tw_button {
    width: 220px;
    box-sizing: border-box;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1024.css */
@media screen and (max-width: 1024px) and (min-width: 768px) {
  #header .container {
    padding: 20px 0;
    justify-content: center;
  }
  #header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
    margin-top: 0px;
  }
  #header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 187px;
    height: 29px;
  }
  #header .phone-menu-block .menu_button {
    display: inline-block;
  }
  #header.fixed.header-new .container {
    padding: 20px 0;
  }
  body.opened {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }
  body.opened .buy_now_button {
    color: #fff;
    float: none;
  }
  body.opened #header {
    background: #FFF !important;
  }
  body.opened .phone-header-part {
    display: block;
  }
  body.opened .phone-menu-div {
    height: calc(100% - 70px);
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 70px;
    width: 100%;
    display: block;
    z-index: 100000000000000000000;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.0509803922);
  }
  body.opened .phone-menu-div #log_buttons {
    margin: 20px auto 40px;
    text-align: center;
  }
  body.opened .phone-menu-div #log_buttons .button {
    width: 200px;
    padding: 14px 0;
    line-height: 22px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 0;
    border: 0;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  body.opened .phone-menu-div #log_buttons .tw_button {
    width: 220px;
    box-sizing: border-box;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_320.css */
@media screen and (max-width: 767px) {
  #header .container {
    padding: 20px 0;
    justify-content: center;
  }
  #header .logo .theme_10web_logo {
    width: 112px;
    height: 30px;
    margin-top: 0px;
  }
  #header .logo .theme_10web_logo.theme_10web_affiliates_logo {
    width: 187px;
    height: 29px;
  }
  #header .phone-menu-block .menu_button {
    display: inline-block;
  }
  #header.fixed.header-new .container {
    padding: 20px 0;
  }
  body.opened {
    overflow: hidden !important;
    width: 100%;
    height: 100%;
  }
  body.opened .buy_now_button {
    color: #fff;
    float: none;
  }
  body.opened #header {
    background: #FFF !important;
  }
  body.opened .phone-header-part {
    display: block;
  }
  body.opened .phone-menu-div {
    height: calc(100% - 70px);
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 70px;
    width: 100%;
    display: block;
    z-index: 100000000000000000000;
    background: #FFF;
    border: 1px solid rgba(0, 0, 0, 0.0509803922);
  }
  body.opened .phone-menu-div #log_buttons {
    margin: 20px auto 40px;
    text-align: center;
  }
  body.opened .phone-menu-div #log_buttons .button {
    width: 200px;
    padding: 14px 0;
    line-height: 22px;
    border-radius: 6px;
    font-size: 14px;
    color: #fff;
    margin: 0 auto 0;
    border: 0;
    display: block;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
  }
  body.opened .phone-menu-div #log_buttons .tw_button {
    width: 220px;
    box-sizing: border-box;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_fixed.css */
#header.fixed {
  position: fixed;
  background: #ffffff !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 0;
  z-index: 999999999;
}
#header.fixed .buy_now_button,
#header.fixed .buy_now {
  color: #fff;
  margin-top: 0;
}
#header.fixed .buy_now_button.green_bg,
#header.fixed .buy_now.green_bg {
  border-color: #22B339;
  background-color: #22B339;
}
#header.fixed .buy_now_button.green_bg:hover,
#header.fixed .buy_now.green_bg:hover {
  border-color: #22B339;
  background-color: #22B339;
  opacity: 0.8;
}
#header.fixed .phone-menu-block #top-nav .menu {
  margin-bottom: 0;
}
#header.fixed .container {
  padding: 14px 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/menu/menu.css */
#header.header-new .menu.landing-menu {
  display: flex;
  flex-direction: row;
}
#header.header-new .menu .menu-item-has-children > a {
  position: relative;
  cursor: pointer;
}
#header.header-new .menu .menu-item-has-children > a:after {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/menu/../../../images/icons/arrows/drop_down_icon.svg) no-repeat;
  content: "";
  width: 14px;
  bottom: 0;
  height: 14px;
  background-size: 100%;
  position: absolute;
}
#header.header-new .menu .menu-item-has-children.active > a {
  position: relative;
  cursor: pointer;
}
#header.header-new .menu .menu-item-has-children.active > a:after {
  transform: rotateX(180deg);
}
#header .phone-menu-block li.plugins_nav_menu {
  display: none;
}
#header .phone-menu-block #top-nav {
  display: none;
}
#header .phone-menu-block #top-nav .menu-nav-menu-container {
  display: flex;
  align-items: center;
}
#header .phone-menu-block #top-nav:not(.minified) {
  justify-content: space-between;
}
#header .phone-menu-block #top-nav.minified {
  justify-content: flex-end;
}
#header .phone-menu-block #top-nav .menu_item_link {
  margin: auto;
  font-weight: 600;
  color: #323A45;
  text-decoration: none;
}
#header .phone-menu-block #top-nav .menu_item_link:hover {
  opacity: 50% !important;
}
#header .phone-menu-block #top-nav .menu {
  font-size: 0;
  float: left;
  padding: 0;
}
#header .phone-menu-block #top-nav .menu > li:not(.plugins_nav_menu) {
  display: inline-block;
}
#header .phone-menu-block #top-nav .menu > li > a {
  line-height: 22px;
  user-select: none;
  text-transform: none;
  font-weight: 600;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
#header .phone-menu-block #top-nav .menu > li > a:hover {
  opacity: 50% !important;
}
#header .phone-menu-block #top-nav .menu > li.talk-to-sales {
  display: none;
}
#header .phone-menu-block #top-nav .menu > li:last-child {
  display: none;
}
#header .phone-menu-block #top-nav .login_and_button {
  display: flex;
}
#header .phone-menu-block #top-nav .login_and_button .login_and_talk_to_sales {
  display: flex;
}
#header .phone-menu-block #top-nav .login_and_button .login_and_talk_to_sales .talk_to_sales__text {
  cursor: pointer;
}
#header .phone-menu-block #top-nav .login_and_button .buy_now_button,
#header .phone-menu-block #top-nav .login_and_button .sign_up_attr,
#header .phone-menu-block #top-nav .login_and_button .buy_now {
  margin: 0;
}
#header.white-background-menu {
  background: #ffffff;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/menu/menu_1920.css */
@media screen and (min-width: 1261px) {
  #header .phone-menu-block #top-nav .menu {
    margin: 0 0 0 46px;
  }
  #header .phone-menu-block #top-nav .menu li a {
    font-size: 16px;
    padding: 10px 26px 10px 0;
  }
  #header .phone-menu-block #top-nav .menu .menu-item-has-children > a {
    padding-right: 38px;
  }
  #header .phone-menu-block #top-nav .menu .menu-item-has-children > a:after {
    top: 14px;
    right: 20px;
  }
  #header .phone-menu-block #top-nav .login_and_talk_to_sales {
    align-items: center;
    gap: 20px;
    margin-right: 30px;
  }
  #header .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  #header.white-menu:not(.fixed) .buy_now_button,
  #header.white-menu:not(.fixed) .phone-menu-block #top-nav .menu_item_link,
  #header.white-menu:not(.fixed) a:not(.sign_up_attr):not(.buy_now_button) {
    color: #FFFFFF;
  }
  #header.white-menu:not(.fixed) .menu-item-has-children > a:after {
    background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/menu/../../../images/icons/arrows/drop_down_white.svg) no-repeat;
  }
  #header.white-menu:not(.fixed) .menu-item-has-children.active > a:after {
    transform: rotateX(180deg);
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/menu/menu_320.css */
@media screen and (max-width: 1260px) {
  .phone-menu-div ul.menu li.menu-item {
    display: list-item;
    list-style: none;
  }
  .menu .sub-menu-container .sub-menu li {
    opacity: 1;
  }
  body.opened .phone-menu-div ul.menu a {
    color: #2A2F30 !important;
  }
  body.opened .phone-menu-div ul.menu > li > a {
    padding: 8px 20px;
    font-size: 14px;
    line-height: 20px;
    text-transform: none;
    font-weight: 700;
    text-decoration: none;
    display: block;
    background: #F9F9F9;
  }
  body.opened .phone-menu-div ul.menu > li .sub-menu-container {
    margin: 15px 20px;
  }
  body.opened .phone-menu-div ul.menu > li.menu-item {
    display: list-item;
    list-style: none;
  }
  body.opened .phone-menu-div ul.menu > li.plugins_nav_menu {
    display: none;
  }
  body.opened .phone-menu-div ul.menu > li:last-child > a {
    background: transparent;
    border-top: 1px solid #E4E4E4;
    margin: 0 20px;
    padding: 15px 0 0;
  }
  body.opened .phone-menu-div ul.menu > li.ai_builder_menu_item {
    display: none;
  }
  body.opened .phone-menu-div .sub-menu-container ul.sub-menu li:last-child {
    border-bottom: 0 !important;
  }
  body.opened .phone-menu-div ul.sub-menu li {
    margin-bottom: 15px;
  }
  body.opened .menu .sub-menu-container .container {
    width: 100%;
    max-width: 100% !important;
    padding: 0 !important;
  }
  body.opened .menu .sub-menu-container li a {
    padding: 0 !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer.css */
footer {
  padding-top: 56px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
footer #footer_top {
  border-bottom: 1px solid rgba(50, 58, 69, 0.05);
  padding-bottom: 35px;
}
footer #footer_top .footer_logo {
  width: 129px;
  line-height: 0;
  margin-bottom: 30px;
}
footer #footer_top .content-left {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.13px;
}
footer #footer_top .footer_widget_nav_menu {
  vertical-align: top;
  display: inline-block;
  width: unset;
}
footer #footer_top .footer_widget_nav_menu .widget-title {
  font-size: 18px;
  line-height: 24px;
  color: #323A45;
  letter-spacing: 0.15px;
  font-weight: 700;
  margin-bottom: 30px;
}
footer #footer_top .footer_widget_nav_menu .widget-title img {
  display: none;
}
footer #footer_top .footer_widget_nav_menu .menu .menu-item {
  margin-bottom: 25px;
}
footer #footer_top .footer_widget_nav_menu .menu .menu-item a {
  font-size: 16px;
  line-height: 22px;
  color: #323A45;
  letter-spacing: 0.13px;
  font-weight: 400;
  text-decoration: none;
}
footer #footer_top .footer_widget_nav_menu:last-child {
  margin-right: 0;
}
footer #footer_top .footer_menu aside div {
  display: block;
}
footer #footer_bottom {
  padding: 15px 0 20px;
}
footer #footer_bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer #footer_bottom .content-left {
  max-width: 100%;
}
footer #footer_bottom .content-right {
  width: 375px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .social_icons {
  float: right;
  position: relative;
}
footer .social_icons img {
  width: 30px;
  height: 30px;
}
footer .social_icons li {
  margin-right: 21px;
  width: 30px;
  height: 30px;
  display: inline-block;
}
footer .social_icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
footer .social_icons li a:hover {
  color: #4786ff;
  opacity: 1;
}
footer .social_icons li:last-child {
  margin: 0;
}
footer .copyright_info {
  font-size: 14px;
}
footer .copyright_info a {
  color: #323A45;
  text-decoration: underline;
}
footer .copyright_info a:hover {
  color: rgba(50, 58, 69, 0.7);
}
footer #privacy-policy {
  padding: 0 15px 0 10px;
  position: relative;
}
footer #terms-of-services, footer #sla {
  padding: 0 15px 0 0;
  position: relative;
}
footer #privacy-policy:after,
footer #terms-of-services:after,
footer #sla:after {
  content: "";
  width: 3px;
  height: 3px;
  background: #323A45;
  position: absolute;
  right: 4px;
  top: 10px;
  border-radius: 2px;
}
footer .footer-copyright-title {
  font-size: 18px;
  font-weight: bold;
  float: left;
}
footer .footer_location {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.13px;
  color: #323A45;
  opacity: 1;
}

.hidden {
  display: none;
}

body #webWidget {
  z-index: 9999999999 !important;
}

.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.tenweb_ai_body #footer_top {
  padding-bottom: 20px;
}

li.demo-footer-link {
  display: none;
}

footer.minified {
  padding-top: 0;
}
footer.minified #footer_bottom {
  display: flex;
  justify-content: space-between;
  padding: 26px 0;
}
footer.minified #footer_bottom .content-left, footer.minified #footer_bottom .content-right {
  line-height: 18px;
  float: unset;
  width: unset;
  margin: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_1920.css */
@media screen and (min-width: 1261px) {
  footer .container.footer-container, footer #footer_bottom .container {
    max-width: 1180px;
  }
  footer #footer_bottom .container {
    flex-direction: row-reverse;
  }
  footer #footer_top {
    width: 1180px;
    display: flex;
    align-items: start;
    justify-content: space-between;
  }
  footer #footer_top .footer_logo {
    margin-bottom: 35px;
  }
  footer #footer_top .footer_logo img {
    width: 129px;
    height: 36px;
  }
  footer #footer_top .content-left {
    width: 172px;
    margin-right: 100px;
  }
  footer #footer_top .content-right {
    width: 900px;
  }
  footer #footer_top .content-right .footer_menu {
    display: flex;
    align-items: start;
    justify-content: space-between;
  }

  .single-theme_10web_plugins footer #footer_bottom {
    padding: 15px 0 58px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_768.css */
@media screen and (max-width: 1260px) {
  .single-theme_10web_plugins footer .container {
    max-width: 720px !important;
  }

  footer .container.footer-container, footer #footer_bottom .container {
    max-width: 720px;
  }
  footer #footer_bottom .container {
    flex-direction: column;
  }
  footer #footer_top {
    border-bottom: 0;
    padding: 0;
    display: block;
    width: 720px;
  }
  footer #footer_top .content-left {
    float: none;
  }
  footer #footer_top .content-left .footer_logo img {
    width: 129px;
    height: 36px;
  }
  footer #footer_top .content-right {
    float: none;
    display: block;
    width: 100%;
    padding: 20px 0 20px 0;
    box-sizing: border-box;
  }
  footer #footer_top .footer_menu aside {
    display: block;
    width: 100%;
  }
  footer #footer_top .footer_menu aside .widget-title {
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
    margin: 0;
    padding: 20px 0;
    border-top: 1px solid #323A450D;
  }
  footer #footer_top .footer_menu aside .widget-title img {
    display: block;
    width: 10px;
    top: 27px;
    height: 10px;
    position: absolute;
    right: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
  }
  footer #footer_top .footer_menu aside .widget-title.active img {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  footer #footer_top .footer_menu aside div {
    display: none;
  }
  footer #footer_top .footer_menu aside:last-child {
    border-bottom: 1px solid #323A450D;
  }
  footer .footer-copyright-title {
    display: none;
  }
  footer #footer_bottom {
    text-align: center;
    padding: 0;
  }
  footer #footer_bottom .social_icons {
    float: none;
    display: block;
    width: 100%;
  }
  footer #footer_bottom .content-right, footer #footer_bottom .content-left {
    float: none;
    display: block;
    width: auto;
  }
  footer #footer_bottom .content-right {
    margin: 0 auto 15px;
    position: relative;
  }
  footer #footer_bottom .content-left {
    margin-bottom: 33px;
  }
  footer #footer_bottom #privacy-policy:after,
footer #footer_bottom #sla:after,
footer #footer_bottom #terms-of-services:after {
    top: 8px;
  }
  footer .social_icons li {
    margin-right: 25px;
  }
  footer.minified #footer_bottom {
    padding: 14px 0 13px;
  }
  footer.minified #footer_bottom .content-left, footer.minified #footer_bottom .content-right .copyright_info {
    font-size: 12px;
    line-height: 22px;
  }
  footer.minified #footer_bottom .content-left {
    text-align: left;
  }
  footer.minified #footer_bottom .content-right {
    text-align: right;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_320.css */
@media screen and (max-width: 767px) {
  footer {
    padding-top: 40px;
  }
  footer .container.footer-container, footer #footer_bottom .container {
    width: auto;
  }
  footer .footer-container {
    margin: 0 20px !important;
    max-width: none;
    width: auto;
  }
  footer #footer_top {
    width: auto;
  }
  footer #footer_top .footer_widget_nav_menu .widget-title {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.13px;
  }
  footer #footer_top .footer_logo {
    width: 129px;
    line-height: 0;
    margin-bottom: 20px;
  }
  footer #footer_top .footer_logo img {
    width: 129px;
    height: 36px;
  }
  footer #footer_top .content-right {
    width: auto;
  }
  footer .footer_location {
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0.12px;
  }
  footer #footer_bottom .container {
    margin: auto;
  }
  footer #footer_bottom .content-right {
    margin: 6px 0 15px;
  }
  footer #footer_bottom .copyright_info {
    font-size: 12px;
    line-height: 30px;
    width: 290px;
    margin: 0 auto;
  }
  footer #footer_bottom #privacy-policy {
    padding: 0 15px 0 0;
    position: relative;
  }
  footer #footer_bottom #privacy-policy:after,
  footer #footer_bottom #sla:after,
  footer #footer_bottom #terms-of-services:after {
    top: 7px;
  }
  footer #footer_bottom .content-left {
    margin-bottom: 20px;
  }
  footer.minified #footer_bottom {
    justify-content: center;
    flex-wrap: wrap;
    padding: 15px 0;
  }
  footer.minified #footer_bottom .content-left, footer.minified #footer_bottom .content-right {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }
  footer.minified #footer_bottom .content-right .copyright_info {
    margin-top: 10px;
    font-size: 12px;
    line-height: 22px;
    text-align: center;
  }
  footer.minified #footer_bottom .content-right {
    text-align: right;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/button/css/buttons.css */
@keyframes loading-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes loading-spinner-dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}
.tw_button {
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
}
.tw_button.visibility_hidden {
  visibility: hidden;
}
.tw_button .loading-circular-spinner {
  display: none;
}
.tw_button.button_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tw_button.loading {
  opacity: 0.5;
  pointer-events: none;
}
.tw_button.loading .text {
  display: none;
}
.tw_button.loading .loading-circular-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
}
.tw_button.loading .loading-circular-spinner > .loader {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
.tw_button.loading .loading-circular-spinner > .loader.white .path {
  stroke: #ffffff;
}
.tw_button.loading .loading-circular-spinner .circular {
  animation: loading-spinner-rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.tw_button.loading .loading-circular-spinner .path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: loading-spinner-dash 1.5s ease-in-out infinite;
}

.tw_button.new_button {
  text-transform: none;
  width: 220px;
  box-sizing: border-box;
}

.tw_button.with_arrow {
  padding: 0 !important;
  display: flex;
  align-items: center;
}
.tw_button.with_arrow:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/arrows/two_arrows.svg);
  display: inline-block;
  margin-left: 5px;
}

.tw_button.underline {
  text-decoration: underline;
}
.tw_button.underline:hover {
  text-decoration: none;
}

.tw_button:not(.try_free) {
  padding: 15px 20px;
  text-align: center;
}

.tw_button.try_free {
  padding: 15px 35px;
}

.tw_button.blue_bg {
  background-color: #2160B5;
  color: #FFFFFF;
}
.tw_button.blue_bg span {
  color: #FFFFFF;
}

.tw_button.blue_bg:hover {
  background-color: rgba(33, 96, 181, 0.8);
}

#log_buttons .green_bg,
.tw_button.green_bg {
  background-color: #22B339;
  color: #FFFFFF;
}
#log_buttons .green_bg span,
.tw_button.green_bg span {
  color: #FFFFFF;
}
#log_buttons .green_bg:hover,
.tw_button.green_bg:hover {
  opacity: 0.8;
}

.tw_button.silver_bg {
  background-color: #E7EBEF;
  color: #2a2f30;
  text-decoration: none;
}

.tw_button.silver_bg:hover {
  background-color: rgba(186, 195, 207, 0.22);
}

.tw_button.grey_bg {
  background-color: rgba(186, 195, 207, 0.1);
  border: 1px solid rgba(186, 195, 207, 0.5);
  color: #323a45;
  padding: 14px 32px;
}

.tw_button.grey_bg:hover {
  background-color: rgba(186, 195, 207, 0.2);
}

.tw_button.transparent_bg {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.15);
}

.tw_button.transparent_bg:hover {
  background: rgba(255, 255, 255, 0.2);
}

.tw_button.green_border {
  border: 1px solid #22B339;
  background: transparent;
  color: #22B339;
}

.tw_button.dark_grey_bg {
  background: #2A2F30;
  color: #ffffff;
}
.tw_button.dark_grey_bg:hover {
  opacity: 0.8;
}

.tw_button.light_blue_bg {
  background: #5966D9;
  color: #ffffff;
}
.tw_button.light_blue_bg:hover {
  opacity: 0.8;
}

.video_button {
  padding: 17px 57px 17px 89px;
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  border-radius: 6px;
  text-align: left;
  position: relative;
  line-height: 24px;
  z-index: 1;
}

.video_button:before {
  content: "";
  width: 22px;
  height: 22px;
  position: absolute;
  display: inline-block;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/video_img.svg');
  margin-left: -32px;
}

.header_second_button {
  margin-left: 20px;
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  border-radius: 6px;
  text-transform: uppercase;
  padding: 17px 39px !important;
}

.button_container {
  display: inline-block;
  text-align: center;
}
.button_container p {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 300;
}

.priceing_button {
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  color: #FFFFFF;
  padding: 16px 18px;
  border-radius: 25px;
  display: inline-block;
  letter-spacing: 0.12px;
  text-decoration: none;
}

.color1 a {
  background-color: #85D431;
}

.color2 a {
  background-color: rgba(255, 255, 255, 0.2);
}

.color3 a {
  background-color: #6454F0;
}

.color1:hover a {
  background-color: #7cc82b;
}

.color2:hover a {
  background-color: rgba(255, 255, 255, 0.3);
}

.color3:hover a {
  background-color: #4b37f3;
}

.cancel_anytime {
  font-size: 14px;
  line-height: 20px;
  display: block;
  margin-top: 15px;
  font-weight: 200;
}

.new_button .cancel_anytime {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
  font-weight: 600;
}
.new_button .cancel_anytime img {
  width: 18px;
  height: 18px;
  margin-right: 2px;
}

/*media*/
/*1920*/
@media screen and (min-width: 1261px) {
  .button_container.new_button {
    margin-top: 40px;
  }
  .button_container.new_button p {
    font-size: 14px;
  }
  .new_button .cancel_anytime {
    text-align: left;
  }
}
/*768*/
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .video_button:before {
    width: 18px;
    height: 18px;
    background-size: contain;
    margin-left: -28px;
  }
  .tw_button.see_more {
    padding: 16px 74px;
  }
  .button_container.new_button {
    margin-top: 40px;
  }
  .button_container.new_button p {
    font-size: 13px;
  }
  .header_second_button {
    padding: 15px 31px !important;
  }
}
@media screen and (max-width: 767px) {
  .header_second_button {
    margin-left: 0;
    padding: 15px 31px !important;
    margin-top: 20px;
  }
  .button_container.new_button {
    margin-top: 30px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/font.css */
@font-face {
  font-family: 'twtf';
  src:  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.eot?fz1041');
  src:  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.eot?fz1041#iefix') format('embedded-opentype'),
    /*url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.ttf?fz1041') format('truetype'),*/
  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.woff?fz1041') format('woff'),
  url('https://10web.io/wp-content/themes/10web-theme/css/fonts/twtf.svg?fz1041#twtf') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;;
}

[class^="twtf-"], [class*=" twtf-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'twtf' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.twtf-youtube:before {
  content: "\e900";
}
.twtf-facebook-comments:before {
  content: "\e901";
}
.twtf-facebook-page:before {
  content: "\e902";
}
.twtf-facebook-button:before {
  content: "\e903";
}
.twtf-facebook-embed:before {
  content: "\e904";
}
.twtf-templates:before {
  content: "\e905";
}
.twtf-gallery:before {
  content: "\e906";
}
.twtf-form:before {
  content: "\e907";
}
.twtf-table-of-contents:before {
  content: "\e908";
}
.twtf-image-sprite:before {
  content: "\e909";
}
.twtf-slides:before {
  content: "\e90a";
  color: #6e7883;
}
.twtf-star-filled:before {
  content: "\e90b";
}
.twtf-star-empty:before {
  content: "\e90c";
}
.twtf-download:before {
  content: "\e90d";
}
.twtf-star-half:before {
  content: "\e90e";
}
.twtf-call_to_action:before {
  content: "\e90f";
}
.twtf-countdown:before {
  content: "\e910";
}
.twtf-facebook:before {
  content: "\e911";
}
.twtf-featured_image:before {
  content: "\e912";
}
.twtf-flip_box:before {
  content: "\e913";
}
.twtf-form_maker:before {
  content: "\e914";
}
.twtf-instagram:before {
  content: "\e915";
}
.twtf-menu:before {
  content: "\e916";
}
.twtf-photo_gallery:before {
  content: "\e917";
}
.twtf-post_content:before {
  content: "\e918";
}
.twtf-post_excerpt:before {
  content: "\e919";
}
.twtf-post_info:before {
  content: "\e91a";
}
.twtf-post_navigation:before {
  content: "\e91b";
}
.twtf-posts:before {
  content: "\e91c";
}
.twtf-posts_archive:before {
  content: "\e91d";
}
.twtf-post_title:before {
  content: "\e91e";
}
.twtf-price_table:before {
  content: "\e91f";
}
.twtf-share_buttons:before {
  content: "\e920";
}
.twtf-site_logo:before {
  content: "\e921";
}
.twtf-site_title:before {
  content: "\e922";
}
.twtf-slider:before {
  content: "\e923";
}
.twtf-testimonial:before {
  content: "\e924";
}
.twtf-spinner-circle:before {
  content: "\e925";
}
.twtf-tw:before {
  content: "\e926";
}
.twtf-right_arrow:before {
  content: "\e927";
}
.twtf-big-arrow:before {
  content: "\e928";
}
.twtf-plugin_arrow:before {
  content: "\e929";
}
.twtf-arrow:before {
  content: "\e92a";
}
.twtf-check:before {
  content: "\e92b";
}
.twtf-close:before {
  content: "\e92c";
}
.twtf-login:before {
  content: "\e92d";
}
.twtf-copy:before {
  content: "\e92e";
}
.twtf-f:before {
  content: "\e92f";
}
.twtf-linkedin:before {
  content: "\e930";
}
.twtf-menu1:before {
  content: "\e931";
}
.twtf-author_box:before {
  content: "\e932";
}
.twtf-post_comments:before {
  content: "\e934";
}
.twtf-calendar:before {
  content: "\e935";
}
.twtf-maps:before {
  content: "\e936";
}
.twtf-search_form:before {
  content: "\e937";
}
.twtf-download_popup:before {
  content: "\e939";
}
.twtf-product_content:before {
  content: "\e93b";
}
.twtf-product_images:before {
  content: "\e93c";
}
.twtf-product_meta:before {
  content: "\e93d";
}
.twtf-menu_cart:before {
  content: "\e93e";
}
.twtf-produc_related:before {
  content: "\e93f";
}
.twtf-nav_menu:before {
  content: "\e940";
}
.twtf-price_list:before {
  content: "\e941";
}
.twtf-sitemap:before {
  content: "\e942";
}
.twtf-animated_heading:before {
  content: "\e943";
}
.twtf-blockquotes:before {
  content: "\e944";
}
.twtf-product_price:before {
  content: "\e945";
}
.twtf-product_rating:before {
  content: "\e946";
}
.twtf-media_carousel:before {
  content: "\e947";
}
.twtf-desktop:before {
  content: "\e948";
}
.twtf-mobile:before {
  content: "\e949";
}
.twtf-question:before {
  content: "\e94a";
}
.twtf-back-arrow:before {
  content: "\e94b";
}
.twtf-subtraction:before {
  content: "\e94c";
}
.twtf-product_stock:before {
  content: "\e950";
}
.twtf-product_tabs:before {
  content: "\e951";
}
.twtf-product_title:before {
  content: "\e952";
}
.twtf-products:before {
  content: "\e953";
}
.twtf-short_desc:before {
  content: "\e954";
}
.twtf-upsells:before {
  content: "\e955";
}
.twtf-woo_pages:before {
  content: "\e956";
}
.twtf-add_to_cart:before {
  content: "\e957";
}
.twtf-additional_info:before {
  content: "\e958";
}
.twtf-breadcrumbs:before {
  content: "\e959";
}
.twtf-custom_add_to_cart:before {
  content: "\e95a";
}
.twtf-product_cat:before {
  content: "\e95f";
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar.css */
.page-template-page-pricing .top-bar-container {
  position: absolute;
}

body.with-topbar.opened #header {
  top: 0;
  z-index: 99999999;
}

.top-bar-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999999;
  color: #FFFFFF;
  box-sizing: border-box;
}
.top-bar-container .container {
  position: static;
  color: #FFFFFF;
  display: flex;
  height: 100%;
}
.top-bar-container .container.hidden {
  display: none;
}
.top-bar-container .container .top-bar-logo {
  background-repeat: no-repeat;
}
.top-bar-container .container .top-bar__link a {
  box-sizing: border-box;
  text-align: center;
  color: #FFFFFF;
}
.top-bar-container .container .top-bar-container__close {
  position: absolute;
  background: url(https://10web.io/wp-content/themes/10web-theme/inc/widgets/top-bar/css/../../../../images/icons/close_w.svg) no-repeat;
  background-position: center;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background-size: 11px;
  opacity: 0.8;
}
.top-bar-container.referral_container {
  background-color: #292F30;
}
.top-bar-container.referral_container .container {
  justify-content: center;
}
.top-bar-container.referral_container .top-bar-logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/inc/widgets/top-bar/css/../images/referral.png);
}
.top-bar-container.referral_container .top-bar__content .top {
  font-weight: 700;
}
.top-bar-container.referral_container .top-bar__link a {
  padding: 7px 6px;
  width: 132px;
  border: 1px solid #22B339;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar-1920.css */
@media screen and (min-width: 1261px) {
  .new-design .top-bar-container .container:not(.footer-container) {
    max-width: 1180px;
  }
  body.with-referral-topbar {
    margin-top: 64px;
  }
  body.with-referral-topbar #header {
    top: 64px;
  }
  .top-bar-container.referral_container {
    height: 64px;
  }
  .top-bar-container.referral_container .container {
    align-items: center;
  }
  .top-bar-container.referral_container .container .top-bar-logo {
    width: 50px;
    height: 50px;
    background-size: 50px;
  }
  .top-bar-container.referral_container .container .top-bar__content {
    margin: 0 30px 0 6px;
  }
  .top-bar-container.referral_container .container .top-bar__content .top {
    font-size: 18px;
    line-height: 26px;
  }
  .top-bar-container .top-bar-container__close {
    top: 50%;
    transform: translateY(-50%);
    right: 7px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .new-design .top-bar-container .container:not(.footer-container) {
    max-width: 720px !important;
  }
  body.with-referral-topbar {
    margin-top: 64px;
  }
  body.with-referral-topbar #header {
    top: 64px;
  }
  .top-bar-container.referral_container {
    padding: 8px 0;
    height: 64px;
  }
  .top-bar-container.referral_container .container {
    align-items: center;
  }
  .top-bar-container.referral_container .container .top-bar-logo {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .top-bar-container.referral_container .container .top-bar__content {
    margin: 0 20px 0 8px;
  }
  .top-bar-container.referral_container .container .top-bar__content .top {
    font-size: 14px;
    line-height: 22px;
  }
  .top-bar-container.referral_container .container .top-bar__link {
    margin-right: 14px;
  }
  .top-bar-container.referral_container .top-bar-container__close {
    top: 8px;
    right: 8px;
  }
  .top-bar-container .top-bar-container__close {
    width: 22px;
    height: 22px;
    background-size: 12px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/inc/widgets/top-bar/css/top-bar-320.css */
@media screen and (max-width: 767px) {
  body.with-referral-topbar {
    margin-top: 90px;
  }
  body.with-referral-topbar #header {
    top: 90px;
  }
  .top-bar-container.referral_container {
    padding: 8px 0;
    height: 90px;
  }
  .top-bar-container.referral_container .container {
    flex-wrap: wrap;
    gap: 6px;
  }
  .top-bar-container.referral_container .container .top-bar-logo {
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .top-bar-container.referral_container .container .top-bar__content {
    width: 220px;
    text-align: left;
    margin-left: 0;
    margin-right: 10px;
  }
  .top-bar-container.referral_container .container .top-bar__content .top {
    font-size: 12px;
    line-height: 20px;
  }
  .top-bar-container.referral_container .container .top-bar__link {
    width: 100%;
    text-align: right;
  }
  .top-bar-container.referral_container .container .top-bar__link a {
    padding: 3px 4px;
    width: 126px;
    font-size: 12px;
    line-height: 18px;
    margin-right: 10px;
  }
  .top-bar-container.referral_container .container .top-bar__link a.referral {
    position: absolute;
    bottom: 5px;
  }
  .top-bar-container.referral_container .top-bar-container__close {
    top: 10px;
    right: 10px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown.css */
.menu-item-has-children {
  position: relative;
}

.sub-menu-container .menu_container .sub-menu {
  display: flex;
  flex-direction: column;
  margin: 0;
  width: 100%;
}
.sub-menu-container .menu_container .sub-menu > li a {
  text-decoration: none;
  font-size: 13px !important;
  line-height: 20px;
  font-weight: 600;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}
.sub-menu-container .menu_container .sub-menu > li h4 {
  border-top: 1px solid #E4E4E4 !important;
  font-size: 12px;
  line-height: 18px;
  color: rgba(42, 47, 48, 0.5);
  font-weight: 600;
}
.sub-menu-container .menu_container .sub-menu > li ul > li:last-child {
  margin-bottom: 0;
}
.sub-menu-container .menu_container .sub-menu > li:first-child {
  margin-top: 0;
}
.sub-menu-container .menu_container .sub-menu > li:first-child h4 {
  border-top: none !important;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_1920.css */
@media screen and (min-width: 1259px) {
  .sub-menu-container {
    pointer-events: none;
    position: absolute;
    left: -10px;
    top: 42px;
    perspective: 2000px;
  }
  .sub-menu-container .menu_container {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    opacity: 0;
    border: 1px solid rgba(50, 58, 69, 0.2);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    width: 360px !important;
    padding: 5px 0 10px 10px !important;
    background: #FFFFFF;
    transform: rotateX(-15deg);
    transition: 200ms;
    transform-origin: 50% -50px;
    transition-property: transform, opacity, visibility;
    will-change: transform, opacity, visibility;
    box-sizing: border-box;
  }
  .sub-menu-container .menu_container .sub-menu .sub_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_optimization a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/optimization.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_assistant a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/ai_assistant.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_business_name_generator a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/business_name.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_marketing_strategy_generator a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/marketing_strategy.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_web_design_tool a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/web-design.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_ai_seo_tool a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/seo.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_woocommerce_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/woocommerce-hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu .sub_cloud_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/cloud-hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li {
    margin-right: 10px;
    margin-bottom: 2px;
    margin-right: 10px;
  }
  .sub-menu-container .menu_container .sub-menu > li a {
    padding: 7px 0 7px 38px !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 10px center;
    border-radius: 6px;
    color: #323a45 !important;
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_for_agencies a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/customers/for_agencies.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_for_smbs a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/customers/for_smbs.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_ai_builder a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/builder.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_widgets a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/widgets.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_migration a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/migration.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_security a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/security.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_backup a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/backup.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_management a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/management.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li.sub_buddyboss_hosting a {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/../../../../images/header_icons/products/buddyboss-hosting.svg);
  }
  .sub-menu-container .menu_container .sub-menu > li:last-child {
    margin-bottom: 0;
  }
  .sub-menu-container .menu_container .sub-menu > li:hover > a {
    background-color: #F9F9F9;
    opacity: 1 !important;
  }
  .sub-menu-container .menu_container .sub-menu > li h4 {
    padding: 15px 0 7px 0;
    margin-left: 10px;
  }
  .sub-menu-container .menu_container .sub-menu > li:first-child {
    margin-top: 0;
  }
  .sub-menu-container .menu_container .sub-menu > li:first-child h4 {
    padding-top: 10px;
  }
  .sub-menu-container.active {
    pointer-events: unset;
  }
  .sub-menu-container.active .menu_container {
    transform: rotateX(0);
    visibility: visible;
    opacity: 1;
  }
  .sub-menu-container.talk_to_sales__sub_menu {
    left: -19px;
    top: 15px;
    padding-top: 20px;
  }
  .sub-menu-container.talk_to_sales__sub_menu .menu_container {
    padding: 13px 10px !important;
    width: 360px !important;
  }
  #product .sub-menu > li {
    margin-right: 0;
  }
  .no_icons .sub-menu-container .menu_container .sub-menu > li a {
    padding: 7px 0 7px 10px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_768.css */
@media screen and (max-width: 1260px) {
  .sub-menu-container .menu_container {
    padding: 10px !important;
  }
  .sub-menu-container .menu_container .sub-menu > li {
    width: 100%;
    margin-bottom: 12px;
  }
  .sub-menu-container .menu_container .sub-menu > li a {
    padding: 0 !important;
    display: inline-block;
    font-weight: 400;
  }
  .sub-menu-container .menu_container .sub-menu > li h4 {
    padding: 15px 0 8px 0;
  }
  .sub-menu-container .menu_container .sub-menu > li ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    gap: 12px 14px;
    flex-direction: row;
  }
  .sub-menu-container .menu_container .sub-menu > li ul > li {
    width: calc(50% - 9px);
    margin-bottom: 0;
    float: none;
  }
  .sub-menu-container .menu_container .sub-menu > li ul > li a {
    padding: 0 !important;
    display: inline-block;
    font-weight: 400;
  }
  .sub-menu-container .menu_container .sub-menu > li:first-child h4 {
    padding: 0 0 8px 0;
  }
  .phone-menu-div ul.menu li:not(.product):not(.customers) .sub-menu {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 12px;
    width: 100%;
    column-gap: 18px;
    row-gap: 12px;
    flex-direction: row;
  }
  .phone-menu-div ul.menu li:not(.product):not(.customers) .sub-menu li {
    width: calc(50% - 9px);
    float: none;
    margin-bottom: 0;
  }
  .phone-menu-div ul.menu li:not(.product):not(.customers) .sub-menu li a {
    font-weight: 400;
  }
  .talk-to-sales-content ul li {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .talk-to-sales-content ul li .talk-to-sales_container {
    display: flex;
    justify-content: space-between;
  }
  .talk-to-sales-content ul li .talk-to-sales_container h4 {
    font-size: 13px;
    line-height: 19px;
    margin-bottom: 4px;
    font-weight: 400;
  }
  .talk-to-sales-content ul li .talk-to-sales_container p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 8px;
    opacity: 0.5;
  }
  .talk-to-sales-content ul li .talk-to-sales_container .learn_more_text {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
  }
  .talk-to-sales-content ul li .tw_button {
    font-size: 10px;
    line-height: 16px;
    padding: 4px 12px;
    cursor: pointer;
    height: 16px;
    text-align: center;
    width: 76px;
    flex-shrink: 0;
  }
  .talk-to-sales-content ul li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/resources.css */
#header .phone-menu-block #top-nav li.mobile {
  display: none !important;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container {
  top: 42px;
  left: -240px;
  width: 820px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container {
  width: 100% !important;
  padding: 0 !important;
  overflow: hidden;
  height: 429px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content {
  padding: 20px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content h4 {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
  font-weight: 700;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul {
  margin-top: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li {
  display: flex;
  gap: 15px;
  padding: 10px 18px 10px 10px;
  background: #F9F9F9;
  border-radius: 6px;
  position: relative;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li .blog-post__image {
  width: 135px;
  height: 76px;
  background-size: contain;
  border-radius: 6px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li .blog-post__content {
  width: 200px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li .blog-post__content h5 {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  height: 57px;
  overflow: hidden;
  margin-bottom: 3px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li .blog-post__content .learn_more {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: #2261B5;
  text-decoration: underline;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content ul li .blog-post__content .learn_more:hover {
  text-decoration: none;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content a.see_all {
  font-size: 12px;
  line-height: 17px;
  padding: 19px 0 0 0;
  font-weight: 600;
  text-decoration: underline;
  color: #2A2F30;
  display: block;
  margin-left: auto;
  width: 40px;
}
#header .phone-menu-block #top-nav .resources .sub-menu-container .menu_container .blog-content a.see_all:hover {
  text-decoration: none;
}

@media screen and (max-width: 1260px) {
  body.opened .phone-menu-div ul li.menu-item.resources {
    display: none;
  }
  body.opened .phone-menu-div ul li.menu-item.plugins a, body.opened .phone-menu-div ul li.menu-item.blog a {
    background: transparent;
    border-top: 1px solid #E4E4E4;
    margin: 0 20px;
    padding: 15px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/talk-to-sales.css */
#header .phone-menu-block #top-nav .talk-to-sales-content {
  width: 100%;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li {
  border-bottom: 1px solid #F4F4F4;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales_container {
  padding: 7px 10px;
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 320px;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales_container:hover {
  background: #F9F9F9;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales_container:hover .talk_to_sales_button {
  display: block;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales__content {
  font-weight: 600;
  position: relative;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales__content .learn_more {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales__content h4 {
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 4px;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales__content p {
  font-size: 12px;
  line-height: 18px;
  opacity: 0.5;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales__content .learn_more_text {
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
  position: relative;
  z-index: 2;
  cursor: pointer;
  margin-top: 8px;
  display: inline-block;
  padding: 0;
  color: #323a45;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk-to-sales__content .learn_more_text:hover {
  text-decoration: none;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li .talk_to_sales_button {
  color: #ffffff;
  height: 30px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  padding: 6px 13px;
  display: none;
  cursor: pointer;
}
#header .phone-menu-block #top-nav .talk-to-sales-content li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/plugin_trial_popup_style.css */
.plugin-trial-pointer {
    cursor:pointer;
}
.hover-plugin-trial-popup {
    background:#323A4580;
    cursor:default !important;
    display:none;
    justify-content: center;
    align-items: center;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:999999999;
}
.plugin-trial-popup {
    width: 768px;
    height: 580px;
    background-color: #FFFFFF;
    border-radius: 10px;
}
.plugin-trial-popup-close {
    width: 12px;
    height: 12px;
    float: right;
    margin-top: 14px;
    margin-right: 14px;
    line-height: 0;
}
h2.plugin-trial-popup-title {
    font-weight: bolder;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0.25px;
    margin: 59px 0 30px 0;
    padding: 0;
}
h2.plugin-trial-popup-title.for-mobile {
    display: none;
}
.trial-popup-flex-div {
    display: flex;
    justify-content: space-between;
    padding: 0 46px;
}
.trial-popup-1,.trial-popup-2 {
    width: 320px;
    height: 230px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/../../../../images/trial_popup/trial_popup_1.png');
}
.trial-popup-1 {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/../../../../images/trial_popup/trial_popup_1.png');
}
.trial-popup-2 {
    background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/plugin_trial_popup/css/../../../../images/trial_popup/trial_popup_2.svg');
}
.trial-popup-flex-div .trial-popup-flex-div-each {
    box-shadow: 0px 5px 20px #E5E6E899;
    border: 1px solid #E5E6E875;
    border-radius: 10px;
    padding-bottom: 30px;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-each-div-title {
    font-weight: 800;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.15px;
    margin: 30px 0 26px 0;
    padding: 0;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-popup-button {
    background-color: #F8C332;
    border-radius: 30px;
    width: 218px;
    margin: auto;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-popup-button:hover {
    background-color: #F9BB11;
}
.trial-popup-flex-div .trial-popup-flex-div-each .trial-popup-button .trial-popup-button-link {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.12px;
    padding: 16px 22px;
    cursor: pointer;
}
@media screen and (min-width:768px) and (max-width:1260px){
    .plugin-trial-popup {
        width: 720px;
    }
    .trial-popup-flex-div {
        padding: 0 30px;
    }
}
@media screen and (max-width:767px){
    .hover-plugin-trial-popup {
        align-items: flex-start;
    }
    .plugin-trial-popup {
        border-radius: 0;
        width: 100%;
        height: 100%;
        overflow:scroll;
        overflow-x:hidden;
    }
    .trial-popup-flex-div {
        display: block;
        padding: 0 20px 20px 20px;
    }
    h2.plugin-trial-popup-title {
        display: none;
    }
    h2.plugin-trial-popup-title.for-mobile {
        display: block;
        font-weight: bolder;
        font-size: 22px;
        line-height: 34px;
        letter-spacing: 0.18px;
        padding: 59px 0 20px 0;
        width: 280px;
        margin: auto; 
    }
    .trial-popup-1,.trial-popup-2  {
        width: 280px;
        height: 210px;
        background-size: contain;
    }
    .trial-popup-flex-div .trial-popup-flex-div-each {
        width: 280px;
        margin: auto;
        margin-bottom: 20px;
    }
    .trial-popup-flex-div .trial-popup-flex-div-each .trial-each-div-title.first {
        margin: 30px 50px 16px 50px;
    }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup.css */
.talk_to_sales_popup__overlay {
  display: none;
  position: fixed;
  z-index: 999999999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.36);
  align-items: center;
  justify-content: center;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup {
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1160px;
  max-width: 100%;
  height: 600px;
  max-height: 100%;
  background: #ffffff;
  border-radius: 12px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .popup__close {
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup > .talk_to_sales_popup__close {
  font-size: 10px;
  width: 16px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  opacity: 0.5;
  text-align: right;
  height: 16px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container {
  width: 100%;
  max-height: 100%;
  align-items: center;
  display: flex;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
  width: 460px;
  height: 600px;
  border-right: 1px solid #E4E4E4;
  position: relative;
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top {
  padding: 40px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top h2 {
  font-size: 30px;
  line-height: 44px;
  font-weight: 800;
  margin-bottom: 30px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top ul li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  padding-left: 36px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/../../../../images/icons/checkmarks/green_check.svg');
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: left top;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top .users_info .users_row {
  justify-content: flex-start;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat {
  position: absolute;
  box-sizing: border-box;
  background-color: #F9F9F9;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 44px 20px 94px;
  border-radius: 0 0 0 12px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/../../../../images/chat/live-chat.png');
  background-size: 54px 52px;
  background-repeat: no-repeat;
  background-position: 30px 8px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p a {
  font-weight: 700;
  color: #2A2F30;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p a:hover {
  text-decoration: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__right {
  overflow-y: auto;
  max-height: 100vh;
  width: 700px;
  height: 600px;
  padding: 50px 40px 40px;
  box-sizing: border-box;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__right > h2 {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 800;
  margin: 0 40px 5px;
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__right > p {
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  margin: 0 40px 30px;
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
  width: 680px;
  height: auto;
  padding: 30px 0;
  justify-content: center;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__left,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right > h2,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right > p {
  display: none !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right {
  width: 100%;
  height: auto;
  padding: 0 20px 30px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .popup__close {
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .talk_to_sales_popup__container {
    overflow: hidden;
    border-radius: 12px;
  }
  .talk_to_sales_popup__left {
    display: block !important;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top {
    padding: 40px 20px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top ul {
    gap: 15px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__left-top .users_info_container {
    margin-top: 30px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat {
    padding: 20px 20px 20px 60px;
    background-position: 4px 8px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left .talk_to_sales_popup__live-chat p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .talk_to_sales_popup__overlay .talk_to_sales_popup {
    width: 100% !important;
    height: 100% !important;
    max-height: 100%;
    padding: 30px 0;
    border-radius: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container > h2 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    font-weight: 800;
    margin: 0 20px 5px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container > p {
    text-align: center;
    font-size: 14px;
    line-height: 22px;
    margin: 0 20px 20px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__right {
    padding: 20px 0 0 0;
    height: auto;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__right > h2, .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__right > p {
    display: block;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container #talk_to_sales_popup__form {
    margin: 0 20px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/users_info/css/users_info.css */
.users_info_container {
  margin-top: 52px;
  display: flex;
}
.users_info_container .featured_by {
  display: flex;
  gap: 20px;
}
.users_info_container .featured_by img {
  width: 108px;
  height: 54px;
}

.users_info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.users_info .users_row {
  display: flex;
  gap: 8px;
}
.users_info .users_row:last-child {
  gap: 20px;
}
.users_info .users_row:last-child .wp_img_container {
  position: relative;
}
.users_info .users_row:last-child .wp_img_container:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #E4E4E4;
  left: -10px;
  top: 3px;
}
.users_info .users_row .star_img {
  width: 96px;
  height: 18px;
}
.users_info .users_row .active_users {
  font-size: 14px;
  line-height: 20px;
}
.users_info .users_row .active_users b {
  font-weight: 700;
}
.users_info .users_row .trustpilot_img {
  width: 90px;
  height: 22px;
}
.users_info .users_row .wp_img {
  width: 136px;
  height: 22px;
}

@media screen and (min-width: 1261px) {
  .users_info_container .featured_by {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
  }
  .users_info_container .featured_by:before {
    content: "";
    position: absolute;
    top: 0;
    left: 1px;
    width: 1px;
    height: 56px;
    background: #E4E4E4;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .users_info_container {
    margin-top: 40px;
    flex-direction: column;
    gap: 30px;
  }
  .users_info_container .featured_by {
    justify-content: center;
  }
  .users_info .users_row {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .users_info_container {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
  .users_info_container .featured_by {
    justify-content: center;
  }
  .users_info .users_row {
    justify-content: center;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/front_page_for_changes/front_page_for_changes.css */
#primary .block-items .block-item {
  gap: 20px;
  justify-content: flex-end;
}
#primary .block-items .block-item > div {
  width: 100%;
  box-sizing: border-box;
}
#primary .block-items .block-item p {
  font-weight: 600;
}
#primary .button_container {
  display: block;
}
#primary .section1 .button_container {
  display: inline-block;
}
#primary .image-slider {
  margin: 0;
  width: 100%;
}
#primary .image-slider .image-slider__container {
  padding: 0;
}
#primary .image-slider .image-slider__container .image-slider__tabs {
  width: 100%;
}
#primary .image-slider .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container p {
  opacity: 0.7;
  font-weight: 600;
}
#primary .image-slider .image-slider__container .image-slider__tabs .image-slider__item.active h3 {
  opacity: 1;
}
#primary .image-slider .image-slider__container .image-slider__tabs .image-slider__item:last-child {
  margin-bottom: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/front_page_for_changes/front_page_for_changes_1920.css */
@media screen and (min-width: 1261px) {
  #primary .section1 .container .section1_right {
    top: 20px;
  }
  #primary .video {
    margin-bottom: 150px;
  }
  #primary .video .section_description {
    font-size: 22px;
    line-height: 36px;
  }
  #primary .block-items .block-item > div {
    padding: 0 10px;
  }
  #primary .block-items .block-item > div p {
    font-weight: 600;
    line-height: 30px;
  }
  #primary .block-items .block-item > div .block-items-title {
    margin-bottom: 8px;
    min-height: 56px;
    line-height: 28px;
  }
  #primary .block-items .block-item img {
    width: 50px;
    height: 50px;
  }
  #primary .image-slider .image-slider__container {
    gap: 90px;
  }
  #primary .image-slider .container {
    position: relative;
  }
  #primary .image-slider .image-slider__tabs_container {
    width: 520px;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item {
    margin-bottom: 18px;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item .image-slider__text-container {
    padding: 0;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item .image-slider__text-container h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    opacity: 0.3;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item .image-slider__text-container p {
    font-size: 16px;
    line-height: 30px;
  }
  #primary .image-slider .image-slider__content {
    width: 520px;
  }
  #primary .image-slider .image-slider__content img {
    width: 520px;
    height: 346px;
  }
  #primary .image-slider .button_container {
    position: absolute;
    right: 50px;
    bottom: 50px;
    margin: 0;
  }
  #primary .image-slider .button_container .tw_button {
    font-size: 16px;
    line-height: 22px;
  }
  #primary .tabs_section .tabs__content .tab__item {
    align-items: center;
  }
  #primary .tabs_section_3 .tabs__container {
    padding: 50px 0 50px 50px;
  }
  #primary .tabs_section_3 .tab__item {
    opacity: 1;
    visibility: visible;
    position: static;
    display: none;
  }
  #primary .tabs_section_3 .tab__item.active {
    display: flex;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/front_page_for_changes/front_page_for_changes_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #primary .section1 .container .section1_left .description ul li {
    width: 440px;
  }
  #primary .video {
    margin-bottom: 100px;
  }
  #primary .video .section_title {
    font-size: 32px;
    line-height: 46px;
  }
  #primary .video .section_description {
    font-size: 20px;
    line-height: 34px;
  }
  #primary .block-items .section_title {
    font-size: 32px;
    line-height: 46px;
  }
  #primary .block-items .block-item > div {
    padding: 0 10px;
  }
  #primary .block-items .block-item > div p {
    font-size: 14px;
    line-height: 28px;
  }
  #primary .block-items .block-item > div .block-items-title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  #primary .block-items .block-item img {
    width: 50px;
    height: 50px;
  }
  #primary .image-slider .container {
    position: relative;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item {
    margin-bottom: 18px;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item .image-slider__text-container {
    padding: 0;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item .image-slider__text-container h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    opacity: 0.3;
  }
  #primary .image-slider .image-slider__tabs .image-slider__item .image-slider__text-container p {
    font-size: 14px;
    line-height: 28px;
  }
  #primary .image-slider .image-slider__content {
    height: auto;
    width: 100%;
  }
  #primary .image-slider .image-slider__content .image-slider__content-img {
    text-align: center;
    margin-top: 40px;
    position: static;
    display: none;
  }
  #primary .image-slider .image-slider__content .image-slider__content-img.active {
    display: block;
  }
  #primary .image-slider .image-slider__content img {
    width: 520px;
    height: 346px;
    margin: 0 auto;
  }
  #primary .tabs_section_3 .section_title,
  #primary .tabs_section_3 .section_description {
    text-align: left;
  }
  #primary .tabs_section_3 .tabs {
    justify-content: flex-start;
  }
  #primary .tabs_section_3 .tab__item {
    opacity: 1;
    visibility: visible;
    position: static;
    display: none;
  }
  #primary .tabs_section_3 .tab__item.active {
    display: flex;
  }
  #primary .tabs_section ul.checks li {
    margin-bottom: 18px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/front_page_for_changes/front_page_for_changes_320.css */
@media screen and (max-width: 767px) {
  #primary .section1 .description ul {
    padding-left: 25px;
  }
  #primary .video {
    margin-bottom: 80px;
  }
  #primary .video .section_title {
    font-size: 24px;
    line-height: 42px;
    width: 242px;
    text-align: left;
    margin: 0 auto 10px;
  }
  #primary .video .section_description {
    font-size: 18px;
    line-height: 32px;
    width: 240px;
    text-align: left;
    margin: 0 auto 10px;
  }
  #primary .block-items .section_title {
    font-size: 24px;
    line-height: 42px;
  }
  #primary .block-items .block-item > div p {
    font-size: 14px;
    line-height: 28px;
  }
  #primary .block-items .block-item > div .block-items-title {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  #primary .block-items .block-item img {
    width: 40px;
    height: 40px;
  }
  #primary .image-slider .container .section_title {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: left;
  }
  #primary .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item {
    text-align: left;
  }
  #primary .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .tab_image img {
    display: none;
  }
  #primary .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .tab_image img.active {
    display: block;
  }
  #primary .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container h3 {
    font-weight: 700;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  #primary .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container div.description {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 0;
  }
  #primary .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container img.main {
    display: block;
    width: 240px;
    height: 138px;
  }
  #primary .image-slider .container .button_container {
    margin-top: 10px;
    padding-bottom: 30px;
  }
  #primary .image-slider .container .button_container .tw_button {
    justify-content: center;
  }
  #primary .tabs_section_3 .tab__item {
    margin-bottom: 80px;
  }
  #primary .tabs_section_3 .tab__item:last-child {
    margin-bottom: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/main_section/css/main_section.css */
.section1 {
  position: relative;
  overflow: hidden;
}
.section1 .section1_left {
  position: relative;
  z-index: 1;
}
.section1 .section1_left .section-label span {
  border-radius: 6px;
  display: inline-block;
}
.section1 .section1_left .section-label .background {
  background: rgba(33, 96, 181, 0.4);
  padding: 5px;
}
.section1 .section1_left .section-label .background span {
  background: rgba(33, 96, 181, 0.7);
  padding: 5px 14px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 5px;
}
.section1 .section1_left .title {
  font-weight: 800;
}
.section1 .section1_left .description {
  font-weight: 400;
}
.section1 .section1_left .description ul li {
  font-weight: 600;
  display: flex;
  align-items: flex-start;
}
.section1 .section1_left .description ul li img {
  position: relative;
}
.section1 .section1_left .description ul li:last-child {
  margin-bottom: 0;
}
.section1 .section1_left .video_container video {
  width: 100%;
  height: 100%;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/main_section/css/main_section_1920.css */
@media screen and (min-width: 1261px) {
  .section1 {
    padding: 198px 0 0;
  }
  .section1 .container {
    position: relative;
  }
  .section1 .container .section-label {
    margin-bottom: 20px;
  }
  .section1 .container .section-label span {
    font-size: 14px;
    line-height: 20px;
  }
  .section1 .container .title {
    font-size: 48px;
    margin-bottom: 20px;
    line-height: 66px;
  }
  .section1 .container .main-countdown {
    margin: 30px 0;
  }
  .section1 .container .description {
    font-size: 22px;
    line-height: 36px;
  }
  .section1 .container .description ul {
    margin-top: 20px;
  }
  .section1 .container .description ul li {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .section1 .container .description ul li img {
    margin-right: 8px;
    top: 3px;
    width: 22px;
    height: 22px;
  }
  .section1 .container .section1_right {
    position: absolute;
    right: -110px;
    top: -30px;
    width: 720px;
    height: 480px;
  }
  .section1 .container .section1_right video, .section1 .container .section1_right img {
    width: 720px;
    height: 480px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/main_section/css/main_section_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .section1 {
    padding: 148px 0 0;
  }
  .section1 .container {
    position: relative;
  }
  .section1 .container .section1_left {
    text-align: center;
  }
  .section1 .container .section1_left .section-label {
    margin-bottom: 10px;
  }
  .section1 .container .section1_left .section-label span {
    font-size: 14px;
    line-height: 20px;
  }
  .section1 .container .section1_left .title {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 62px;
  }
  .section1 .container .section1_left .main-countdown {
    margin: 20px 0;
  }
  .section1 .container .section1_left .description {
    font-size: 20px;
    line-height: 34px;
  }
  .section1 .container .section1_left .description ul {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }
  .section1 .container .section1_left .description ul li {
    font-size: 18px;
    line-height: 26px;
  }
  .section1 .container .section1_left .description ul li img {
    margin-right: 8px;
    top: 3px;
    width: 22px;
    height: 22px;
  }
  .section1 .container .section1_right {
    position: relative;
    margin-top: 40px;
    text-align: center;
  }
  .section1 .container .section1_right img, .section1 .container .section1_right video {
    width: 720px;
    height: 480px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/main_section/css/main_section_320.css */
@media screen and (max-width: 767px) {
  .section1 {
    padding: 128px 0 0;
  }
  .section1 .container .section1_left {
    text-align: center;
  }
  .section1 .container .section1_left .section-label {
    margin-bottom: 10px;
  }
  .section1 .container .section1_left .section-label span {
    font-size: 12px;
    line-height: 18px;
  }
  .section1 .container .section1_left .title {
    font-size: 26px;
    margin-bottom: 20px;
    line-height: 44px;
  }
  .section1 .container .section1_left .main-countdown {
    margin: 20px 0;
  }
  .section1 .container .section1_left .description {
    font-size: 18px;
    line-height: 32px;
  }
  .section1 .container .section1_left .description ul {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .section1 .container .section1_left .description ul li {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .section1 .container .section1_left .description ul li img {
    margin-right: 6px;
    top: 3px;
    width: 22px;
    height: 22px;
  }
  .section1 .container .section1_right {
    display: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/video_element/css/video_element.css */
.video_container {
  overflow: hidden;
  height: auto;
  line-height: 0;
}
.video_container img {
  display: none;
}
.video_container video {
  height: auto;
  max-width: none;
}
.video_container.ios img {
  display: block;
}
.video_container.ios video {
  display: none;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/tabs_section/css/tabs_section.css */
.tabs_section h2 {
  font-weight: 800;
}
.tabs_section .video_container {
  overflow: visible;
}
.tabs_section .container {
  position: relative;
}
.tabs_section .tabs__container {
  border-radius: 12px;
  position: relative;
}
.tabs_section .tabs__container .section-label {
  position: absolute;
}
.tabs_section .tabs__container .tabs div {
  color: rgba(42, 47, 48, 0.5);
  padding-bottom: 14px;
  cursor: pointer;
  position: relative;
  font-weight: 700;
}
.tabs_section .tabs__container .tabs div.active {
  color: #2a2f30;
}
.tabs_section .tabs__container .tabs div.active:after {
  content: "";
  height: 4px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.tabs_section .tabs__container .tabs div:not(.tabs_section .tabs__container .tabs div.active):hover {
  color: rgba(42, 47, 48, 0.8);
}
.tabs_section .tabs__container .tabs__content {
  position: relative;
}
.tabs_section .tabs__container .tabs__content .tab__item {
  overflow: hidden;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing: border-box;
  display: flex;
  -webkit-transition: visibility 0s, opacity 0.2s linear;
  -moz-transition: visibility 0s, opacity 0.2s linear;
  transition: visibility 0s, opacity 0.2s linear;
  width: 100%;
  height: 100%;
}
.tabs_section .tabs__container .tabs__content .tab__item.active {
  opacity: 1;
  visibility: visible;
}
.tabs_section .tabs__container .tabs__content .tab__item .tab__text-container {
  position: relative;
  z-index: 1;
}
.tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .link {
  font-weight: 600;
  color: #2A2F30;
  padding-right: 23px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/home/tabs_section/css/../../../../images/icons/arrows/two_arrows_dark.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right center;
}
.tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .link:hover {
  text-decoration: none;
}
.tabs_section .tabs__container .tabs__content .tab__item .tab__text-container h3 {
  font-weight: 800;
}
.tabs_section .tabs__container .tabs__content .tab__item ul .list-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tabs_section .tabs__container .tabs__content .tab__item ul .list-info p {
  margin-bottom: 0;
}
.tabs_section .tabs__container .tabs__content .tab__item ul li {
  font-weight: 600;
  display: flex;
}
.tabs_section .tabs__container .tabs__content .tab__item ul li h4 {
  font-weight: 700;
}
.tabs_section .tabs__container .tabs__content .tab__item ul li p {
  opacity: 0.7;
}
.tabs_section .tabs__container .tabs__content .tab__item ul li:last-child {
  margin-bottom: 0 !important;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.numbers {
  counter-reset: item;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.numbers li {
  padding-left: 42px;
  position: relative;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.numbers li:before {
  display: inline-block;
  content: "0" counter(item);
  counter-increment: item;
  background: #f9f9f9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-weight: 800;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.numbers.green_numbers li:before {
  color: #22B339;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.numbers.blue_numbers li:before {
  color: #5966D9;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.numbers.orange_numbers li:before {
  color: #F8C332;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.checkmark li .checkmark_container {
  background: #F9F9F9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-right: 12px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs_section .tabs__container .tabs__content .tab__item ul.checkmark li .checkmark_container img {
  width: 18px;
  height: 18px;
  margin: 0;
}
.tabs_section .tabs__container .tabs__content .tab__item .visual_container.points ul li {
  flex-direction: column;
  gap: 10px;
}
.tabs_section .tabs__container .tabs__content .tab__item.orange_bg {
  border-radius: 12px;
  background: rgba(248, 195, 50, 0.1);
}
.tabs_section .tabs__container .tabs__content .tab__item.blue_bg {
  border-radius: 12px;
  background: rgba(33, 96, 181, 0.1);
}
.tabs_section .tabs__container .tabs__content img {
  height: auto;
  max-height: 100%;
}
.tabs_section .tabs__container .button_container {
  display: block;
}
.tabs_section.transparent_bg .tabs__container {
  padding-bottom: 0;
  padding-top: 0;
}
.tabs_section.dark_grey_bg:not(.full_width) .tabs__container {
  background-color: #2A2F30;
}
.tabs_section.dark_grey_bg .tabs__container_bg * {
  color: #ffffff;
}
.tabs_section.dark_grey_bg .tabs div {
  color: rgba(255, 255, 255, 0.5);
}
.tabs_section.dark_grey_bg .tabs div.active {
  color: #ffffff;
}
.tabs_section.dark_grey_bg .tabs div:not(.tabs_section.dark_grey_bg .tabs div.active):hover {
  color: rgba(255, 255, 255, 0.8);
}
.tabs_section.dark_grey_bg.full_width .tabs__container_bg {
  background-color: #2A2F30;
}
.tabs_section.green_bg .tabs__container {
  background-color: rgba(34, 179, 57, 0.1);
}
.tabs_section.orange_bg .tabs__container {
  background-color: rgba(248, 195, 50, 0.1);
}
.tabs_section.blue_bg .tabs__container {
  background-color: rgba(89, 102, 217, 0.1);
}
.tabs_section.light_blue_bg .tabs__container {
  background-color: rgba(33, 96, 181, 0.04);
}
.tabs_section.blue_items .tab.active:after {
  background: #5966D9;
}
.tabs_section.green_items .tab.active:after {
  background: #22B339;
}
.tabs_section.orange_items .tab.active:after {
  background: #f8c332;
}
.tabs_section.without_tabs .tabs__content {
  margin-top: 0 !important;
}
.tabs_section.without_tabs.same_visual .tab__item .tab__text-container h3 + .visual_container {
  display: none;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/tabs_section/css/tabs_section_1920.css */
@media screen and (min-width: 1261px) {
  .tabs_section {
    margin: 150px 0;
  }
  .tabs_section .container_outside {
    text-align: center;
    margin-bottom: 50px;
  }
  .tabs_section .container_outside h2 {
    margin-bottom: 20px;
  }
  .tabs_section .title_container_inside {
    margin-bottom: 30px;
  }
  .tabs_section .title_container_inside h2 {
    text-align: left;
  }
  .tabs_section .section_description {
    font-size: 22px;
    line-height: 36px;
  }
  .tabs_section .tabs__container {
    padding: 50px;
  }
  .tabs_section .tabs__container .section-label {
    right: 50px;
    top: -26px;
    width: 152px;
    height: 52px;
  }
  .tabs_section .tabs__container .tabs {
    display: flex;
    gap: 30px;
  }
  .tabs_section .tabs__container .tabs div {
    font-size: 16px;
    line-height: 24px;
  }
  .tabs_section .tabs__container .tabs__content {
    margin-top: 50px;
  }
  .tabs_section .tabs__container .tabs__content .visual_container {
    width: 520px;
  }
  .tabs_section .tabs__container .tabs__content .visual_container.same_visual {
    position: absolute;
    right: 0;
    top: 0;
  }
  .tabs_section .tabs__container .tabs__content .visual_container img, .tabs_section .tabs__container .tabs__content .visual_container video {
    width: 520px;
    height: 346px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item {
    opacity: 0;
    visibility: hidden;
    position: absolute;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container {
    width: 520px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .link {
    font-size: 16px;
    line-height: 22px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .button_container {
    text-align: left;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container p {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 20px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container h3 {
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 10px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul .list-info h4 {
    line-height: 28px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul .list-info p {
    font-size: 16px;
    line-height: 30px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 14px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li p {
    font-size: 16px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
    margin-top: 1px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul.checks li {
    line-height: 26px;
    margin-bottom: 10px;
  }
  .tabs_section .tw_button.with_arrow {
    font-size: 16px;
    line-height: 22px;
  }
  .tabs_section.center_title .title_container * {
    text-align: center;
  }
  .tabs_section.center_tabs .tabs {
    justify-content: center;
  }
  .tabs_section.left_image .tab__item {
    flex-direction: row-reverse;
  }
  .tabs_section.left_image .visual_container {
    width: 520px;
  }
  .tabs_section.left_image .visual_container.same_visual {
    position: absolute;
    right: auto;
    left: 0;
    top: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/tabs_section/css/tabs_section_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .tabs_section {
    margin: 100px 0;
  }
  .tabs_section .container_outside {
    margin-bottom: 40px;
    text-align: center;
  }
  .tabs_section .container_outside h2 {
    margin-bottom: 20px;
  }
  .tabs_section .title_container_inside {
    margin-bottom: 30px;
    text-align: center;
  }
  .tabs_section h2 {
    font-size: 32px;
    line-height: 46px;
  }
  .tabs_section .section_description {
    font-size: 20px;
    line-height: 34px;
  }
  .tabs_section .tabs__container {
    padding: 40px;
  }
  .tabs_section .tabs__container .section-label {
    right: 50px;
    top: -26px;
    width: 152px;
    height: 52px;
  }
  .tabs_section .tabs__container .tabs {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
  .tabs_section .tabs__container .tabs div {
    font-size: 14px;
    line-height: 22px;
  }
  .tabs_section .tabs__container .tabs__content {
    margin-top: 40px;
    height: auto !important;
  }
  .tabs_section .tabs__container .tabs__content .visual_container {
    width: 520px;
    margin: 40px auto 0;
    display: block;
  }
  .tabs_section .tabs__container .tabs__content .visual_container img, .tabs_section .tabs__container .tabs__content .visual_container video {
    width: 520px;
    height: 346px;
  }
  .tabs_section .tabs__container .tabs__content .visual_container.points {
    width: 100%;
    margin: 20px auto 0;
  }
  .tabs_section .tabs__container .tabs__content .visual_container.points ul li {
    margin-bottom: 16px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item {
    display: none;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .link {
    font-size: 16px;
    line-height: 22px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .button_container {
    text-align: left;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container p {
    font-size: 18px;
    line-height: 32px;
    display: inline;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container h3 {
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 10px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item.active {
    display: block;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul {
    margin-top: 20px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul .list-info p {
    font-size: 14px;
    line-height: 28px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li h4 {
    line-height: 26px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li p {
    font-size: 14px;
    line-height: 28px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul.checks li {
    line-height: 24px;
    margin-bottom: 8px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .visual_container.points ul {
    margin-top: 10px;
  }
  .tabs_section .tw_button.with_arrow {
    font-size: 16px;
    line-height: 22px;
  }
  .tabs_section.same_visual .tabs__content {
    display: flex;
    flex-direction: column-reverse;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/home/tabs_section/css/tabs_section_320.css */
@media screen and (max-width: 767px) {
  .tabs_section {
    margin: 80px 0;
  }
  .tabs_section .container_outside {
    width: 240px;
    margin-bottom: 30px;
    margin-left: auto;
  }
  .tabs_section .container_outside h2 {
    margin-bottom: 20px;
  }
  .tabs_section .title_container_inside {
    margin-bottom: 30px;
    margin-left: 0;
  }
  .tabs_section h2 {
    font-size: 24px;
    line-height: 40px;
    text-align: left;
    margin-bottom: 20px;
  }
  .tabs_section .section_description {
    font-size: 18px;
    line-height: 32px;
  }
  .tabs_section .tabs__container {
    max-width: 100%;
    padding: 30px 20px;
    text-align: left;
  }
  .tabs_section .tabs__container .section-label {
    right: 20px;
    top: -15px;
    width: 88px;
    height: 30px;
  }
  .tabs_section .tabs__container .tabs {
    display: none;
  }
  .tabs_section .tabs__container .tabs__content {
    height: auto !important;
  }
  .tabs_section .tabs__container .tabs__content .visual_container {
    width: 240px;
    margin-top: 20px;
    display: block;
  }
  .tabs_section .tabs__container .tabs__content .visual_container img, .tabs_section .tabs__container .tabs__content .visual_container video {
    width: 240px;
    height: 160px;
  }
  .tabs_section .tabs__container .tabs__content .visual_container.same_visual {
    margin-bottom: 30px;
    margin-top: 0;
  }
  .tabs_section .tabs__container .tabs__content .tab__item {
    margin-bottom: 50px;
    flex-direction: column;
  }
  .tabs_section .tabs__container .tabs__content .tab__item:last-child {
    margin-bottom: 0;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container .link {
    font-size: 12px;
    line-height: 18px;
    padding-right: 21px;
    background-size: 16px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container p {
    font-size: 16px;
    line-height: 30px;
    display: inline;
  }
  .tabs_section .tabs__container .tabs__content .tab__item .tab__text-container h3 {
    font-size: 18px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul {
    margin-top: 20px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul .list-info p {
    font-size: 14px;
    line-height: 28px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li p {
    line-height: 28px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul li img {
    width: 20px;
    height: 20px;
    margin-right: 6px;
  }
  .tabs_section .tabs__container .tabs__content .tab__item ul.checks li {
    margin-bottom: 7px;
    padding-bottom: 0;
  }
  .tabs_section.same_visual .tab__item .visual_container {
    display: none;
  }
  .tabs_section.same_visual.without_tabs .tabs__content .visual_container {
    display: none;
  }
  .tabs_section.same_visual.without_tabs .tab__item .tab__text-container h3 + .visual_container {
    display: block;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/video/css/video.css */
.video .section_description {
  text-align: center;
}
.video .section_description a {
  color: #2A2F30;
  font-weight: 600;
}
.video .section_description a:hover {
  text-decoration: none;
}
.video .video_container {
  margin: 0 auto;
  overflow: hidden;
  border-radius: 6px;
  height: auto;
  line-height: 0;
}
.video .video_container video {
  height: auto;
  max-width: none;
}
.video .button_container {
  display: block;
}
.video.new_design .video_container {
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/video/css/video_1920.css */
@media screen and (min-width: 1261px) {
  .video {
    margin-top: 150px;
  }
  .video .video_container {
    margin-top: 50px;
    width: 1177px;
  }
  .video .video_container video {
    width: 1180px;
  }
  .video .button_container {
    margin-top: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/video/css/video_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .video {
    margin-top: 40px;
  }
  .video .video_container {
    margin-top: 40px;
    width: 720px;
  }
  .video .video_container video {
    width: 720px;
  }
  .video .button_container {
    margin-top: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/video/css/video_320.css */
@media screen and (max-width: 767px) {
  .video {
    margin-top: 30px;
  }
  .video .video_container {
    margin-top: 30px;
    max-width: 720px;
    width: 100%;
    border-radius: 0;
  }
  .video .video_container video {
    width: 100%;
    height: auto;
  }
  .video .button_container {
    margin-top: 30px;
  }
  .video.new_design .video_container {
    max-width: 280px;
    margin: 30px auto 0;
    border-radius: 12px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/image_slider/css/image_slider.css */
.image-slider .container .same_visual {
  text-align: center;
}
.image-slider .container .image-slider__container {
  display: flex;
  justify-content: space-between;
}
.image-slider .container .image-slider__container .image-slider__content {
  position: relative;
  display: none;
}
.image-slider .container .image-slider__container .image-slider__tabs_container .same_visual {
  display: none;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .tab_image img {
  display: none;
  width: 26px;
  height: 26px;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .tab_image img.inactive {
  display: block;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container {
  position: relative;
  overflow: hidden;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .tab-info {
  display: flex;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .step {
  color: rgba(50, 58, 69, 0.4);
  font-weight: 600;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .visual_container {
  display: none;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item:last-child {
  margin-bottom: 0 !important;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item:hover .tab_image img, .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .tab_image img {
  display: none;
}
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item:hover .tab_image img.active, .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .tab_image img.active {
  display: block;
}
.image-slider .container .button_container {
  display: block;
}
.image-slider.dark_grey_bg {
  background-color: #2A2F30;
}
.image-slider.dark_grey_bg * {
  color: #ffffff;
}
.image-slider.dark_grey_bg .image-slider__item:hover h3, .image-slider.dark_grey_bg .image-slider__item.active h3 {
  color: #ffffff !important;
  opacity: 1 !important;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/image_slider/css/image_slider_1920.css */
@media screen and (min-width: 1261px) {
  .image-slider {
    margin: 150px 0;
  }
  .image-slider .container .section_title {
    margin-bottom: 50px;
  }
  .image-slider .container .image-slider__container .video_container video, .image-slider .container .image-slider__container .video_container img {
    width: 520px;
    height: 346px;
  }
  .image-slider .container .image-slider__container .image-slider__content {
    display: block;
    width: 680px;
    height: 460px;
  }
  .image-slider .container .image-slider__container .image-slider__content .image-slider__content-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, -4px);
    transition: all 500ms ease-in-out;
  }
  .image-slider .container .image-slider__container .image-slider__content .image-slider__content-img img {
    width: 680px;
    height: 460px;
  }
  .image-slider .container .image-slider__container .image-slider__content .image-slider__content-img.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  .image-slider .container .image-slider__container .image-slider__tabs_container .gc_partner {
    margin-bottom: 20px;
    width: 152px;
    height: 52px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs {
    width: 470px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item {
    margin-bottom: 30px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container {
    padding: 0 20px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .tab-info {
    gap: 12px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .step {
    font-size: 16px;
    line-height: 27px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container h3:hover {
    color: #22B339;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container div.description {
    font-size: 18px;
    line-height: 30px;
    display: none;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .progress_bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #22B339;
    transition: width 0.2s;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container {
    padding: 20px;
    background: rgba(35, 181, 54, 0.1);
    border-radius: 6px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container h3 {
    cursor: default;
    margin-bottom: 8px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container h3:hover {
    color: #323A45;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container .progress_bar,
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container div.description {
    display: block;
  }
  .image-slider .container .button_container {
    margin-top: 50px;
  }
  .image-slider.dark_grey_bg .image-slider__container {
    padding: 50px;
  }
  .image-slider.dark_grey_bg .image-slider__container .image-slider__tabs_container .section_title {
    text-align: left;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .image-slider.dark_grey_bg .image-slider__container .image-slider__tabs_container .image-slider__item.active .image-slider__text-container {
    background: transparent;
    border-radius: 0;
  }
  .image-slider.right_image .image-slider__container {
    flex-direction: row-reverse;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/image_slider/css/image_slider_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .image-slider {
    margin: 100px 0;
  }
  .image-slider .container .section_title {
    margin-bottom: 34px;
  }
  .image-slider .container .image-slider__container .video_container video, .image-slider .container .image-slider__container .video_container img {
    width: 520px;
    height: 346px;
  }
  .image-slider .container .image-slider__container .image-slider__content {
    display: block;
    width: 380px;
    height: 258px;
  }
  .image-slider .container .image-slider__container .image-slider__content .same_visual {
    margin-top: 40px;
  }
  .image-slider .container .image-slider__container .image-slider__content .image-slider__content-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transform: translate(0, -4px);
    transition: all 500ms ease-in-out;
  }
  .image-slider .container .image-slider__container .image-slider__content .image-slider__content-img img {
    width: 380px;
    height: 258px;
  }
  .image-slider .container .image-slider__container .image-slider__content .image-slider__content-img.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  .image-slider .container .image-slider__container .image-slider__tabs_container .gc_partner {
    margin-bottom: 20px;
    width: 152px;
    height: 52px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs {
    width: 330px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item {
    margin-bottom: 10px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .tab-info {
    gap: 12px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container {
    padding: 0 30px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .step {
    font-size: 14px;
    line-height: 24px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container h3 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container h3:hover {
    color: #22B339;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container div.description {
    font-size: 14px;
    line-height: 22px;
    display: none;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .progress_bar {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #22B339;
    transition: width 0.2s;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active {
    margin-bottom: 20px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container {
    padding: 20px 30px;
    background: rgba(35, 181, 54, 0.1);
    border-radius: 6px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container h3 {
    cursor: default;
    margin-bottom: 4px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container h3:hover {
    color: #323A45;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container .progress_bar,
.image-slider .container .image-slider__container .image-slider__tabs .image-slider__item.active .image-slider__text-container div.description {
    display: block;
  }
  .image-slider .container .button_container {
    margin-top: 40px;
  }
  .image-slider.dark_grey_bg .image-slider__container {
    padding: 40px;
  }
  .image-slider.dark_grey_bg .image-slider__container .image-slider__tabs_container .section_title {
    text-align: left;
    font-size: 22px;
    line-height: 38px;
    margin-bottom: 20px;
  }
  .image-slider.dark_grey_bg .image-slider__container .image-slider__tabs_container .image-slider__item.active .image-slider__text-container {
    background: transparent;
    border-radius: 0;
  }
  .image-slider.right_image .image-slider__container {
    flex-direction: column-reverse;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/image_slider/css/image_slider_320.css */
@media screen and (max-width: 767px) {
  .image-slider {
    margin: 80px 0;
  }
  .image-slider .container .section_title {
    margin-bottom: 30px;
  }
  .image-slider .container .image-slider__container .video_container video, .image-slider .container .image-slider__container .video_container img {
    width: 240px;
    height: 160px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs_container .same_visual {
    display: block;
    margin: 30px 0;
  }
  .image-slider .container .image-slider__container .image-slider__tabs_container .gc_partner {
    margin-bottom: 20px;
    width: 88px;
    height: 30px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item {
    text-align: center;
    margin-bottom: 50px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container {
    flex-direction: column;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .tab-info {
    gap: 10px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .step {
    font-size: 14px;
    line-height: 24px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container h3 {
    font-weight: 800;
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container div.description {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .visual_container {
    display: block;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .visual_container img.main {
    width: 280px;
    height: 190px;
  }
  .image-slider .container .image-slider__container .image-slider__tabs .image-slider__item .image-slider__text-container .progress_bar {
    display: none;
  }
  .image-slider .container .button_container {
    margin-top: 30px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/block-items/css/block-items.css */
.block-items .container .section_description {
  text-align: center;
}
.block-items .container .block-items-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block-items .container .block-items-content .block-item {
  position: relative;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.block-items .container .block-items-content .block-item .block-items-title {
  font-weight: 700;
}
.block-items .container .block-items-content .block-item .secondary {
  position: relative;
}
.block-items .container .block-items-content .block-item .secondary:before {
  content: "";
  position: absolute;
  width: 150px;
  height: 1px;
  background: #E4E4E4;
  top: 0;
  left: 0;
}
.block-items .container .block-items-content .block-item.with-link .link {
  font-size: 14px;
  line-height: 22px;
  color: #2A2F30;
  font-weight: 600;
  padding-right: 23px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/block-items/css/../../../../images/icons/arrows/two_arrows_dark.svg');
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: right center;
  position: absolute;
}
.block-items .container .block-items-content .block-item.with-link .link:hover {
  text-decoration: none;
}
.block-items .container .block-items-content .block-item.orange {
  background-color: rgba(248, 195, 50, 0.1) !important;
}
.block-items .container .block-items-content .block-item.blue {
  background-color: rgba(89, 102, 217, 0.1) !important;
}
.block-items .container .block-items-content .block-item.light-blue {
  background-color: rgba(33, 96, 181, 0.1) !important;
}
.block-items .container .block-items-content .block-item.green {
  background-color: rgba(34, 179, 57, 0.1) !important;
}
.block-items .container .button_container {
  display: block;
}
.block-items.one-item .container .block-items-content .block-item {
  width: 100%;
}
.block-items.row-reverse .block-item {
  flex-direction: row-reverse;
}
.block-items.column-reverse .block-item {
  flex-direction: column-reverse;
}
.block-items.flex-end .block-item {
  align-items: flex-end;
}
.block-items.align-items-center .block-item {
  align-items: center;
  text-align: center;
}
.block-items.with-border .block-item {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
}
.block-items.item_grey_bg .container .block-items-content .block-item {
  border-radius: 12px;
  background: rgba(198, 198, 198, 0.1);
}
.block-items.item_green_bg .container .block-items-content .block-item {
  border-radius: 12px;
  background: rgba(34, 179, 57, 0.04);
}
.block-items.item_blue_bg .container .block-items-content .block-item {
  border-radius: 12px;
  background: rgba(33, 96, 181, 0.1);
}
.block-items.item_orange_bg .container .block-items-content .block-item {
  border-radius: 12px;
  background: rgba(248, 195, 50, 0.1);
}
.block-items.right-icon .container .block-items-content .block-item {
  align-items: flex-end;
}
.block-items.dark .container {
  box-sizing: border-box;
}
.block-items.dark .container > * {
  color: #ffffff;
}
.block-items.dark .container .block-items-content .block-item {
  padding: 0;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  gap: 20px;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/block-items/css/block-items-1920.css */
@media screen and (min-width: 1261px) {
  .block-items {
    margin: 150px 0;
  }
  .block-items .container .section_description {
    margin-top: 20px;
  }
  .block-items .container .block-items-content {
    margin-top: 50px;
    gap: 20px;
  }
  .block-items .container .block-items-content .block-item {
    width: 380px;
    padding: 20px;
  }
  .block-items .container .block-items-content .block-item .block-items-title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .block-items .container .block-items-content .block-item p {
    font-size: 16px;
    line-height: 22px;
  }
  .block-items .container .block-items-content .block-item img {
    width: 54px;
    height: 54px;
  }
  .block-items .container .block-items-content .block-item .secondary {
    margin-top: 30px;
    padding-top: 30px;
  }
  .block-items .container .block-items-content .block-item.with-link {
    padding-bottom: 90px;
  }
  .block-items .container .block-items-content .block-item.with-link .link {
    left: 30px;
    bottom: 30px;
  }
  .block-items .container .button_container:not(.new_button) {
    margin-top: 50px;
  }
  .block-items.four-items .container .block-items-content {
    gap: 20px;
  }
  .block-items.four-items .container .block-items-content .block-item {
    width: calc((100% - 60px) / 4);
  }
  .block-items.two-items .container .block-items-content {
    gap: 40px;
  }
  .block-items.two-items .container .block-items-content .block-item {
    width: calc((100% - 40px) / 2);
  }
  .block-items.new-icons .container img {
    width: 50px !important;
    height: 50px !important;
  }
  .block-items.dark .container {
    background: #1E2939;
    padding: 60px 50px;
    border-radius: 6px;
  }
  .block-items.dark .container .block-items-content {
    gap: 30px;
  }
  .block-items.dark .container .block-items-content .block-item {
    width: 340px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/block-items/css/block-items-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .block-items {
    margin: 100px 0;
  }
  .block-items .container .section_description {
    margin-top: 10px;
  }
  .block-items .container .block-items-content {
    justify-content: center;
    margin-top: 40px;
    gap: 20px;
  }
  .block-items .container .block-items-content .block-item {
    width: 350px;
    padding: 20px;
  }
  .block-items .container .block-items-content .block-item .block-items-title {
    font-size: 18px;
    line-height: 26px;
  }
  .block-items .container .block-items-content .block-item img {
    width: 54px;
    height: 54px;
  }
  .block-items .container .block-items-content .block-item .secondary {
    margin-top: 30px;
    padding-top: 30px;
  }
  .block-items .container .block-items-content .block-item.with-link {
    padding-bottom: 90px;
  }
  .block-items .container .block-items-content .block-item.with-link .link {
    left: 30px;
    bottom: 30px;
  }
  .block-items .container .button_container {
    margin-top: 40px;
  }
  .block-items.new-icons .container img {
    width: 50px !important;
    height: 50px !important;
  }
  .block-items.dark {
    background: #1E2939;
  }
  .block-items.dark .container {
    padding: 50px 0;
  }
  .block-items.dark .container .block-items-content {
    gap: 40px 20px;
  }
  .block-items.dark .container .block-items-content .block-item {
    width: 350px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/block-items/css/block-items-320.css */
@media screen and (max-width: 767px) {
  .block-items {
    margin: 80px 0;
  }
  .block-items .container .section_description {
    margin-top: 10px;
  }
  .block-items .container .block-items-content {
    margin-top: 30px;
    gap: 20px;
  }
  .block-items .container .block-items-content .block-item {
    width: 280px;
    padding: 20px;
  }
  .block-items .container .block-items-content .block-item .block-items-title {
    font-size: 16px;
    line-height: 24px;
  }
  .block-items .container .block-items-content .block-item img {
    width: 52px;
    height: 52px;
  }
  .block-items .container .block-items-content .block-item .secondary {
    margin-top: 20px;
    padding-top: 20px;
  }
  .block-items .container .block-items-content .block-item .secondary:before {
    content: "";
    border-color: rgba(228, 228, 228, 0.08);
    width: 120px;
  }
  .block-items .container .block-items-content .block-item.with-link {
    padding-bottom: 70px;
  }
  .block-items .container .block-items-content .block-item.with-link .link {
    left: 20px;
    bottom: 20px;
  }
  .block-items .container .button_container {
    margin-top: 30px;
  }
  .block-items.dark {
    background: #1E2939;
  }
  .block-items.dark .container {
    padding: 40px 0;
  }
  .block-items.dark .container .block-items-content {
    gap: 30px;
  }
  .block-items.dark .container .block-items-content .block-item {
    width: 280px;
  }
  .block-items.new-icons .container img {
    width: 40px !important;
    height: 40px !important;
  }
  .block-items.left_title_on_mobile .section_title {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/slick.min.css */

.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/posts/css/posts.css */
.posts .container .posts-content .slider-items {
  min-height: 200px;
}
.posts .container .posts-content .slick-prev, .posts .container .posts-content .slick-next {
  top: auto;
  bottom: 0;
  background: rgba(33, 96, 181, 0.1);
  border-radius: 50%;
  padding: 0;
  left: 50%;
  right: auto;
  /*&.slick-disabled{
    opacity: 0.7;
    pointer-events: none;
  }*/
}
.posts .container .posts-content .slick-prev:after, .posts .container .posts-content .slick-next:after {
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/posts/css/../../../../images/icons/arrows/slick_arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
}
.posts .container .posts-content .slick-prev:hover, .posts .container .posts-content .slick-next:hover {
  background: rgba(33, 96, 181, 0.2);
}
.posts .container .posts-content .slick-prev {
  transform: rotateY(180deg) translateX(calc(100% + 4px));
  -webkit-transform: rotateY(180deg) translateX(calc(100% + 4px));
}
.posts .container .posts-content .slick-next {
  transform: translateX(4px);
  -webkit-transform: translateX(4px);
}
.posts .container .posts-content .post-item {
  position: relative;
  box-sizing: border-box;
  background-color: #2A2F30;
  border-radius: 12px;
  color: #ffffff;
}
.posts .container .posts-content .post-item .post-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.posts .container .posts-content .post-item .social_icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.posts .container .posts-content .post-item .author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}
.posts .container .posts-content .post-item .author .author_image {
  background-color: rgba(255, 255, 255, 0.05);
  padding: 4px;
  box-sizing: border-box;
  border-radius: 50%;
  overflow: hidden;
}
.posts .container .posts-content .post-item .author .author_image img {
  border-radius: 50%;
}
.posts .container .posts-content .post-item .author .author_name .author_full_name {
  font-weight: 700;
}
.posts .container .posts-content .post-item .author .author_name .author_username {
  font-weight: 600;
  opacity: 0.5;
}
.posts .container .posts-content .post-item .visual_container {
  border-radius: 12px;
  overflow: hidden;
}
.posts .container .posts-content .post-item .visual_container .video_container img {
  display: none;
}
.posts .container .posts-content .post-item .visual_container .video_container.ios img {
  display: block;
}
.posts .container .posts-content .post-item .visual_container .video_container.ios video {
  display: none;
}
.posts .container .posts-content .post-item .description {
  font-weight: 600;
}
.posts .container .posts-content .post-item .post_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.5);
}
.posts .container .posts-content .post-item .post_footer .post_date {
  display: flex;
  gap: 20px;
}
.posts .container .posts-content .post-item .post_footer .post_date .hour {
  position: relative;
}
.posts .container .posts-content .post-item .post_footer .post_date .hour:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.1);
  right: -10px;
  top: 3px;
}
.posts .container .posts-content .post-item .post_footer .post_like {
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/posts/css/../../../../images/ai_builder/social_posts/like.svg');
  background-repeat: no-repeat;
  background-position: left center;
}
.posts .container .posts-content .post-item.hovered .post_footer {
  color: #ffffff;
}
.posts .container .posts-content .post-item.hovered .post_like {
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/posts/css/../../../../images/ai_builder/social_posts/pink_like.svg');
  color: #E5397F;
}
.posts.blue {
  background: rgba(33, 96, 181, 0.1);
}
.posts.green {
  background: rgba(34, 179, 57, 0.1);
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/posts/css/posts-1920.css */
@media screen and (min-width: 1261px) {
  .posts {
    padding: 50px 0;
  }
  .posts .container .section_description {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
  }
  .posts .container .posts-content {
    margin-top: 50px;
    padding-bottom: 76px;
  }
  .posts .container .posts-content .slick-prev, .posts .container .posts-content .slick-next {
    width: 36px;
    height: 36px;
  }
  .posts .container .posts-content .slider-items {
    width: 1180px;
    column-count: 3;
    column-gap: 20px;
    margin: 0 10px;
  }
  .posts .container .posts-content .post-item {
    width: 375px;
    padding: 30px;
    margin: 0 0 20px;
    break-inside: avoid;
  }
  .posts .container .posts-content .post-item .social_icon {
    width: 26px;
  }
  .posts .container .posts-content .post-item .social_icon.twitter {
    height: 26px;
  }
  .posts .container .posts-content .post-item .social_icon.tiktok {
    height: 22px;
  }
  .posts .container .posts-content .post-item .author .author_image {
    width: 50px;
    height: 50px;
  }
  .posts .container .posts-content .post-item .author .author_image img {
    width: 42px;
    height: 42px;
  }
  .posts .container .posts-content .post-item .author .author_name .author_full_name {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .container .posts-content .post-item .author .author_name .author_username {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .container .posts-content .post-item .visual_container {
    margin: -20px 0 20px;
  }
  .posts .container .posts-content .post-item .visual_container .video_container img, .posts .container .posts-content .post-item .visual_container .video_container video {
    width: 315px;
  }
  .posts .container .posts-content .post-item .description {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .posts .container .posts-content .post-item .post_footer {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .container .posts-content .post-item .post_footer .post_date {
    display: flex;
    gap: 20px;
  }
  .posts .container .posts-content .post-item .post_footer .post_like {
    padding-left: 26px;
  }
  .posts .container .posts-content .post-item.twitter .video_container img, .posts .container .posts-content .post-item.twitter .video_container video {
    height: 172px;
  }
  .posts .container .posts-content .post-item.tiktok .video_container img, .posts .container .posts-content .post-item.tiktok .video_container video {
    height: 551px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/posts/css/posts-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .posts {
    padding: 40px 0;
  }
  .posts .container .section_title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .posts .container .section_description {
    font-size: 20px;
    line-height: 34px;
    text-align: center;
  }
  .posts .container .posts-content {
    margin-top: 50px;
    padding-bottom: 76px;
  }
  .posts .container .posts-content .slick-prev, .posts .container .posts-content .slick-next {
    width: 36px;
    height: 36px;
  }
  .posts .container .posts-content .slider-items {
    column-count: 2;
    column-gap: 20px;
    width: 720px;
    margin: 0 10px;
  }
  .posts .container .posts-content .post-item {
    width: 335px;
    padding: 30px;
    margin: 0 0 20px;
    break-inside: avoid;
  }
  .posts .container .posts-content .post-item .social_icon {
    width: 26px;
  }
  .posts .container .posts-content .post-item .social_icon.twitter {
    height: 26px;
  }
  .posts .container .posts-content .post-item .social_icon.tiktok {
    height: 22px;
  }
  .posts .container .posts-content .post-item .author .author_image {
    width: 50px;
    height: 50px;
  }
  .posts .container .posts-content .post-item .author .author_image img {
    width: 42px;
    height: 42px;
  }
  .posts .container .posts-content .post-item .author .author_name .author_full_name {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .container .posts-content .post-item .author .author_name .author_username {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .container .posts-content .post-item .visual_container {
    margin: -20px 0 20px;
  }
  .posts .container .posts-content .post-item .visual_container .video_container img, .posts .container .posts-content .post-item .visual_container .video_container video {
    width: 275px;
  }
  .posts .container .posts-content .post-item .description {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .posts .container .posts-content .post-item .post_footer {
    font-size: 14px;
    line-height: 22px;
  }
  .posts .container .posts-content .post-item .post_footer .post_date {
    display: flex;
    gap: 20px;
  }
  .posts .container .posts-content .post-item .post_footer .post_like {
    padding-left: 26px;
  }
  .posts .container .posts-content .post-item.twitter .video_container img, .posts .container .posts-content .post-item.twitter .video_container video {
    height: 130px;
  }
  .posts .container .posts-content .post-item.tiktok .video_container img, .posts .container .posts-content .post-item.tiktok .video_container video {
    height: 480px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/posts/css/posts-320.css */
@media screen and (max-width: 767px) {
  .posts {
    padding: 30px 0;
  }
  .posts .container .section_title {
    text-align: left;
    font-size: 24px;
    line-height: 40px;
    width: 240px;
    margin: 0 0 20px 20px;
  }
  .posts .container .section_description {
    text-align: left;
    font-size: 18px;
    line-height: 32px;
    width: 240px;
    margin-left: 20px;
  }
  .posts .container .posts-content {
    margin: 30px auto 0;
    padding-bottom: 56px;
    width: 260px;
  }
  .posts .container .posts-content .slick-prev, .posts .container .posts-content .slick-next {
    width: 26px;
    height: 26px;
  }
  .posts .container .posts-content .slick-prev:after, .posts .container .posts-content .slick-next:after {
    background-size: 14px;
  }
  .posts .container .posts-content .post-item {
    position: relative;
    width: 240px;
    padding: 20px;
    margin: 0 10px;
  }
  .posts .container .posts-content .post-item .social_icon {
    width: 18px;
  }
  .posts .container .posts-content .post-item .social_icon.twitter {
    height: 18px;
  }
  .posts .container .posts-content .post-item .social_icon.tiktok {
    height: 22px;
  }
  .posts .container .posts-content .post-item .author .author_image {
    width: 40px;
    height: 40px;
  }
  .posts .container .posts-content .post-item .author .author_image img {
    width: 32px;
    height: 32px;
  }
  .posts .container .posts-content .post-item .author .author_name .author_full_name {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .container .posts-content .post-item .author .author_name .author_username {
    font-size: 10px;
    line-height: 18px;
  }
  .posts .container .posts-content .post-item .visual_container {
    margin: -20px 0 20px;
  }
  .posts .container .posts-content .post-item .visual_container .video_container img, .posts .container .posts-content .post-item .visual_container .video_container video {
    width: 200px;
  }
  .posts .container .posts-content .post-item .description {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
  .posts .container .posts-content .post-item .post_footer {
    font-size: 12px;
    line-height: 20px;
  }
  .posts .container .posts-content .post-item .post_footer .post_date {
    display: flex;
    gap: 20px;
  }
  .posts .container .posts-content .post-item .post_footer .post_like {
    padding-left: 24px;
  }
  .posts .container .posts-content .post-item.twitter .video_container img, .posts .container .posts-content .post-item.twitter .video_container video {
    height: 112px;
  }
  .posts .container .posts-content .post-item.tiktok .video_container img, .posts .container .posts-content .post-item.tiktok .video_container video {
    height: 355px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/faq_section/css/faq_section.css */
.faq-section .faq-section-container .section_title {
  font-weight: 800;
}
.faq-section .faq-section-container .faq-section-content {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question {
  cursor: pointer;
  text-align: left;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .minus {
  display: none;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
  border-radius: 50%;
  background-color: rgba(198, 198, 198, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
  font-weight: 600;
  display: none;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer p {
  margin-bottom: 8px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer p.no_margin, .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer p:last-child {
  margin-bottom: 0;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ul {
  margin-left: 32px;
  list-style-position: inherit;
  list-style-type: disc;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer ol {
  margin-left: 32px;
  list-style-position: inherit;
  list-style-type: decimal;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer a {
  color: #4786FF;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer a:hover {
  opacity: 0.7;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question:not(.faq-opened):hover .faq-question {
  color: #5966D9;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question:not(.faq-opened):hover .plus {
  display: none;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question:not(.faq-opened):hover .minus {
  display: block;
  transform: rotateX(180deg);
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened {
  background-color: rgba(198, 198, 198, 0.1);
  border-radius: 12px;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .faq-question {
  margin-bottom: 8px;
  color: #5966D9;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .faq-question-image {
  background-color: rgba(89, 102, 217, 0.1);
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .plus {
  display: none;
}
.faq-section .faq-section-container .faq-section-content .faq-section-question.faq-opened .minus {
  display: block;
}
.faq-section .faq-section-container .all_questions {
  display: block;
  text-decoration: none;
  color: #323A45;
  background-color: rgba(186, 195, 207, 0.1215686275);
  border: 1px solid rgba(186, 195, 207, 0.5019607843);
  border-radius: 6px;
  font-weight: 600;
  padding: 10px 20px 9px;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  margin: 50px auto 0;
  width: 65px;
}
.faq-section .faq-section-container .all_questions:hover {
  opacity: 70%;
}
.faq-section.dark {
  background-color: #2A2F30;
}
.faq-section.dark .faq-section-question.faq-opened .faq-question-image {
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.faq-section.dark * {
  color: #ffffff !important;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/faq_section/css/faq_section_1920.css */
@media screen and (min-width: 1261px) {
  .faq-section {
    margin: 150px 0;
  }
  .faq-section .section_description {
    text-align: center;
    font-size: 22px;
    line-height: 36px;
  }
  .faq-section .faq-section-container .faq-section-content {
    margin-top: 50px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question {
    padding: 18px 50px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 18px;
    line-height: 28px;
    gap: 12px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
    width: 28px;
    height: 28px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image img {
    width: 14px;
    height: 14px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 0 40px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer h3 {
    font-size: 18px;
  }
  .faq-section.dark {
    padding: 50px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/faq_section/css/faq_section_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .faq-section {
    margin: 100px 0;
  }
  .faq-section .section_description {
    text-align: center;
    font-size: 20px;
    line-height: 34px;
  }
  .faq-section .faq-section-container .faq-section-content {
    margin-top: 40px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question {
    padding: 18px 40px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 16px;
    line-height: 26px;
    gap: 12px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
    width: 28px;
    height: 28px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image img {
    width: 14px;
    height: 14px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 0 40px;
  }
  .faq-section.dark {
    padding: 40px 0;
  }
  .faq-section.dark .section_title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 20px;
  }
  .faq-section.dark .section_description {
    font-size: 22px;
    line-height: 36px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/faq_section/css/faq_section_320.css */
@media screen and (max-width: 767px) {
  .faq-section {
    margin: 80px 0;
  }
  .faq-section .faq-section-container .faq-section-content {
    margin-top: 30px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question {
    padding: 18px 20px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question {
    font-size: 14px;
    line-height: 24px;
    gap: 10px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image {
    width: 26px;
    height: 26px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-question .faq-question-image img {
    width: 12px;
    height: 12px;
  }
  .faq-section .faq-section-container .faq-section-content .faq-section-question .faq-answer {
    font-size: 14px;
    line-height: 28px;
    margin: 0 0 0 34px;
  }
  .faq-section.dark {
    padding: 30px 0;
  }
  .faq-section.dark .section_title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 20px;
    text-align: left;
  }
  .faq-section.dark .section_description {
    font-size: 18px;
    line-height: 32px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/ask_question.css */
@charset "UTF-8";
#ask_question.default_styles {
  background-color: #4786FF;
  padding: 12px 24px;
  border-radius: 25px;
  color: #FFF;
  fill: #FFF;
  position: fixed;
  right: 20px;
  bottom: 10px;
  z-index: 99999;
  cursor: pointer;
  text-decoration: none;
}
#ask_question.default_styles span {
  color: #FFFFFF;
  fill: #FFFFFF;
}
#ask_question.default_styles .tenweb_contact_svg_container {
  width: 20px;
  height: 20px;
  display: inline-block;
  position: relative;
  top: 3px;
}
#ask_question.default_styles .tenweb_contact_us_text {
  margin-left: 7px;
  font-size: 17px;
  line-height: 23px;
  text-align: left;
  font-weight: 600;
  position: relative;
  top: -1px;
  cursor: pointer;
}
#ask_question.default_styles .tenweb_contact_svg_container {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/ask_question/css/../../../images/ask_question/question.svg);
}

#advanced_chat {
  width: 200px;
  background: transparent;
  padding: 0;
  border-radius: 0;
  color: #323A45;
  fill: #FFF;
  position: fixed;
  right: 30px;
  bottom: 40px;
  z-index: 9999999999;
  cursor: pointer;
  pointer-events: none;
  -webkit-tap-highlight-color: transparent;
}
#advanced_chat #advanced_chat-container {
  width: 100%;
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
}
#advanced_chat #advanced_chat-container .advanced_chat-bubble {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  background: url("data:image/png;base64,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") center 44px/44px no-repeat, linear-gradient(45deg, #23B536 0, #008A62 100%) no-repeat padding-box;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #0000000D;
  opacity: 1;
  box-sizing: border-box;
  z-index: 2;
  pointer-events: auto;
  margin-right: 18px;
}
#advanced_chat #advanced_chat-container .advanced_chat-bubble.advanced_chat-bubble-opened {
  background-image: url(data:image/png;base64,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), linear-gradient(45deg, #23B536 0, #008A62 100%);
}
#advanced_chat #advanced_chat-container .advanced_chat-bubble .bubble_notification {
  background: #FE0C00 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  border-radius: 13px;
  opacity: 1;
  width: 21px;
  height: 21px;
  display: block;
  float: right;
}
#advanced_chat .chats-container {
  position: relative;
  padding-right: 18px;
  bottom: 0;
  overflow-y: hidden;
  width: 100%;
}
#advanced_chat .chats-container .chats {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  transform: translateY(220px);
  transition: 0.3s all ease;
  z-index: 2;
  opacity: 0;
  pointer-events: auto;
}
#advanced_chat .chats-container .chats.chats-opened {
  transform: translateY(0px);
  opacity: 1;
}
#advanced_chat .chats-container .chats .chats-chat {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
#advanced_chat .chats-container .chats #wp-topic.chats-chat {
  display: none;
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-bubble {
  display: block;
  width: 66px;
  height: 66px;
  box-sizing: border-box;
  box-shadow: 0 5px 20px #00000034;
  border: 1px solid #0000000d;
  border-radius: 33px;
  opacity: 1;
  background-size: 40px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  position: relative;
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-bubble.chats-chat-facebook {
  background-image: url("data:image/png;base64,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");
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-bubble.chats-chat-live {
  background-image: url("data:image/png;base64,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");
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-bubble.chats-chat-wp-topic {
background-image: url("data:image/svg+xml;base64,PHN2ZyBpZD0iR3JvdXBfODI4NTAiIGRhdGEtbmFtZT0iR3JvdXAgODI4NTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjQwIiBoZWlnaHQ9IjQwIiB2aWV3Qm94PSIwIDAgNDAgNDAiPgogIDxyZWN0IGlkPSJSZWN0YW5nbGVfNDkwMTAiIGRhdGEtbmFtZT0iUmVjdGFuZ2xlIDQ5MDEwIiB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIGZpbGw9Im5vbmUiLz4KICA8cGF0aCBpZD0iUGF0aF8xNzA2MzciIGRhdGEtbmFtZT0iUGF0aCAxNzA2MzciIGQ9Ik0xMC41ODQsMjkuNDg4Yy4zNDguOTE0LjY3MSwxLjc4MiwxLDIuNjQ1LjQxOCwxLjExLjg0MiwyLjIxOSwxLjI2LDMuMzM1LjUxOSwxLjM3OSwxLjA0NSwyLjc1NywxLjU2NCw0LjEzLjYxNCwxLjYyLDEuMjM1LDMuMjQ1LDEuODQ5LDQuODY1YTQuMzYyLDQuMzYyLDAsMCwwLC4xOS40NzFjLjAzMi4wNTYuMTA4LjEuMTY1LjE0Ni4wNDQtLjA0NS4xMTQtLjA4NC4xMzktLjEzNC4yNjYtLjcwNi41MjYtMS40MTIuNzkxLTIuMTE4cS41NDEtMS40MjksMS4wODMtMi44NTNjLjI3Mi0uNzIzLjUzOC0xLjQ0Ni44MTctMi4xNjkuMjI4LS42MDUuNDUtMS4yMTYuNy0xLjgxLjE1OC0uMzctLjA3LS42NTYtLjE4NC0uOTU4LS4zNDItLjg4Ni0uNzA5LTEuNzY1LTEuMDctMi42NDUtLjM4LS45MjUtLjc1My0xLjg0OS0xLjE1Mi0yLjc2OS0uMDMyLS4wNzMtLjE5LS4xMzQtLjMtLjE0Ni0uNDYyLS4wNS0uOTI0LS4wNzgtMS4zODctLjExOC0uNDg4LS4wNDUtLjc2LS4yODYtLjcyMi0uNjIyLjAzOC0uMzUzLjMzNi0uNTQ5LjgxNy0uNTI3LDEuMjQxLjA1NiwyLjQ4OC4xNjMsMy43MjkuMTU3LDEuNTgzLS4wMDYsMy4xNTktLjEsNC43NDItLjE2My4zOTMtLjAxNy42Mi4xLjcyMi4zMzYuMTY1LjQtLjA3Ljc1MS0uNTc2LjgwN3MtMS4wMzIuMDg0LTEuNTQ1LjEyM2MtLjA4OS4wMDYtLjE3Ny4wMjItLjMuMDM5LjIwOS41NjYuNDA1LDEuMS42MDgsMS42MzYuMjE1LjU3Mi40MzcsMS4xNDMuNjUyLDEuNzA5LjMuOC42MTQsMS42LjkxMiwyLjM5My4yMDkuNTQ0LjQsMS4wOTMuNjA4LDEuNjM2LjI5MS43NzMuNTg5LDEuNTQ3Ljg4NiwyLjMyLjI3Mi43MjMuNTQ1LDEuNDQ2LjgyMywyLjE2My4zLjc5LjYsMS41ODYuOTA1LDIuMzc2LjEzOS4zNTkuMjcyLjcyMy40MTgsMS4wODJhLjc1Ni43NTYsMCwwLDAsLjEzMy4xNTEuNi42LDAsMCwwLC4xMTQtLjE0Yy4xNzEtLjQ2NS4zMzYtLjkzNi41LTEuNDA3LjQ4MS0xLjM0NS45NTYtMi43LDEuNDUtNC4wNDFhOS45MTMsOS45MTMsMCwwLDAsLjgyMy00LjU1MSw2Ljc5Myw2Ljc5MywwLDAsMC0xLjAyNi0yLjgyNWMtLjQ4MS0uNzc5LTEuMDM4LTEuNTMtMS40ODItMi4zMzFhMi41MTQsMi41MTQsMCwwLDEsLjI3OS0zLjE5NCwyLjkzNywyLjkzNywwLDAsMSwyLjU0NS0uODYzLDMuMDYyLDMuMDYyLDAsMCwxLDIuNzYxLDIuMTA3LDcuMTY2LDcuMTY2LDAsMCwxLC4zNTUsMi4xMjQsMTMuNCwxMy40LDAsMCwxLS45NDMsNS40NDJjLS42MTQsMS41MjQtMS4yMTYsMy4wNTQtMS44MTcsNC41ODQtLjY2NSwxLjY4Ny0xLjMxNywzLjM3OS0xLjk3NSw1LjA2Ni0uNDA1LDEuMDQ4LS44MjMsMi4wOS0xLjIzNSwzLjEzMy0uMzE3LjgxOC0uNjIsMS42MzYtLjk1NiwyLjQ0OS0uMi40NzEtLjIxNS40NjUtLjc2LjQ2NS0uODgsMC0uOS4wMDYtMS4yMDktLjcxNy0uNTgyLTEuMzQ1LTEuMTQ2LTIuNjktMS43MDktNC4wNDFxLS43MzEtMS43NDktMS40NTYtMy41Yy0uNDA1LS45ODYtLjc5MS0xLjk3My0xLjItMi45NTlxLS4zOC0uOTQyLS43NzktMS44ODNjLS4wMjUtLjA2Mi0uMS0uMTA2LS4xNTItLjE1Ny0uMDU3LjA1Ni0uMTQ2LjEtLjE3MS4xNjgtLjQ2OSwxLjItLjkyNCwyLjQxLTEuMzg3LDMuNjE1LS41MDcsMS4zMjMtMS4wMTksMi42NTEtMS41MzIsMy45NzQtLjQ5NCwxLjI3Mi0xLDIuNTM5LTEuNTA3LDMuODExLS4xOS40ODItLjQuOTU4LS41ODksMS40NDZhLjM1NS4zNTUsMCwwLDEtLjM4Ni4yNTgsOC4zNjMsOC4zNjMsMCwwLDAtLjkxOC4wMTEuMzgxLjM4MSwwLDAsMS0uNDQzLS4yNjNxLTEuNDcyLTMuNjE1LTIuOTUtNy4yMjRjLS43LTEuNzE1LTEuNDE4LTMuNDI0LTIuMTIxLTUuMTM5LS42OS0xLjY3LTEuMzY4LTMuMzQtMi4wNTEtNS4wMUM2LjUsMzIuMyw2LjA1NywzMS4yMTQsNS41OTUsMzAuMTMyYS40NDMuNDQzLDAsMCwwLS4zMjktLjE5MWMtLjM4Ni0uMDI4LS43NzktLjAwNi0xLjE3MS0uMDIyLS41NTEtLjA0NS0uOTEyLS4zNjQtLjktLjc5YS44NDguODQ4LDAsMCwxLC45MzEtLjc0YzEuODIzLS4wMTcsMy42NDctLjAyMiw1LjQ3Ny0uMDYyLjkxOC0uMDE3LDEuODMtLjA5LDIuNzQ4LS4xNDZhLjY3LjY3LDAsMCwxLC42NTguMzA4LjQ0LjQ0LDAsMCwxLS4wNzYuNiwxLjIzLDEuMjMsMCwwLDEtLjU3Ni4yNDFjLS40NTYuMDYyLS45MjQuMDc4LTEuMzg3LjExMkMxMC44NSwyOS40NTQsMTAuNzQyLDI5LjQ3MSwxMC41ODQsMjkuNDg4WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4zMDUgLTE4LjExKSIgZmlsbD0iIzMyM2E0NSIvPgo8L3N2Zz4K");
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-bubble.chats-chat-live .bubble_notification-live {
  background: #FE0C00 0% 0% no-repeat padding-box;
  border: 2px solid #FFFFFF;
  border-radius: 13px;
  opacity: 1;
  width: 21px;
  height: 21px;
  display: block;
  float: right;
}
#advanced_chat .chats-container .chats .chats-chat:first-child {
  margin-top: 15px;
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-name {
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  margin-right: 15px;
  transition: opacity 50ms;
  opacity: 0;
  background: no-repeat padding-box #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 33px;
  padding: 4px 10px;
}
#advanced_chat .chats-container .chats .chats-chat .chats-chat-name.chats-chat-name-opened {
  opacity: 1;
}

.tenweb_contact_us_scrollbox {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000000;
  background-color: #323a45b3;
  -webkit-transition: transform 0s;
  -moz-transition: transform 0s;
  transition: transform 0s;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  transform: translateY(150%);
}

.tenweb_contact_us_scrollbox_content {
  display: none;
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin: auto;
  border-radius: 15px;
  box-shadow: 0 0 0.42857rem 0 rgba(0, 0, 0, 0.2);
  position: absolute;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transition: transform 0.3s;
  -webkit-transform: translateY(150%);
  -moz-transform: translateY(150%);
  transform: translateY(150%);
}

.tenweb_contact_us_scrollbox_content.step1 {
  max-width: 790px;
  max-height: 413px;
}

.tenweb_contact_us_scrollbox_content.step2 {
  max-width: 900px;
  max-height: 578px;
}

.tenweb_contact_us_scrollbox_content.active {
  display: block;
}

.tenweb_contact_us_scrollbox.active,
.tenweb_contact_us_scrollbox.active .tenweb_contact_us_scrollbox_content {
  transform: translateY(0);
}

.tenweb_contact_us_scrollbox-header h5 {
  padding: 10px 30px 5px 20px;
  text-align: left;
  color: #323A45;
  font-size: 22px;
  line-height: 40px;
  font-weight: 800;
}

.tenweb_contact_us_scrollbox_content.step2 .tenweb_contact_us_scrollbox-header h5 {
  padding: 10px 30px 0 50px;
}

span.tenweb_contact_us_scrollbox-minimize {
  position: absolute;
  cursor: pointer !important;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  right: 20px;
  top: 15px;
  font-size: 14px;
  color: #323A4530;
}

span.tenweb_contact_us_scrollbox-minimize:hover {
  background: rgba(255, 255, 255, 0.1);
}

span.tenweb_contact_us_scrollbox-minimize:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 2px;
  left: 4px;
  top: 9px;
  background: #ffffff;
}

.tenweb_contact_us_scrollbox-questions {
  padding: 0 20px;
}

#tenweb_contact_us_scrollbox_plugin,
#tenweb_contact_us_scrollbox_plugin *,
#tenweb_contact_us_scrollbox_zendesk,
#tenweb_contact_us_scrollbox_zendesk * {
  cursor: pointer;
}

.tenweb_contact_us_scrollbox-questions > div {
  background: #FFFFFF 0 0 no-repeat padding-box;
  box-shadow: 0 5px 20px #E5E6E8CC;
  border-radius: 10px;
  height: 150px;
  margin: 10px 0 20px 0;
  text-align: center;
  color: #323A45;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  display: flex;
  box-sizing: border-box;
  border: 1px solid transparent;
}

.tenweb_contact_us_scrollbox-questions > div:hover {
  border: 1px solid #4786FF;
}

.tenweb_contact_us_scrollbox-questions > div div:nth-child(2) {
  flex: 2;
  align-items: center;
  display: flex;
  flex-direction: column;
  align-self: center;
  position: relative;
  left: -20px;
}

.tenweb_contact_us_scrollbox-questions > div a {
  color: #323A45;
  max-width: 280px;
}

.tenweb_contact_us_scrollbox-questions > div .img_icon {
  width: 100px;
  height: 100px;
  align-self: baseline;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tenweb_contact_us_scrollbox-questions > div#tenweb_contact_us_scrollbox_plugin .img_icon {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/ask_question/css/../../../images/ask_question/support.svg);
}

.tenweb_contact_us_scrollbox-questions > div#tenweb_contact_us_scrollbox_zendesk .img_icon {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/ask_question/css/../../../images/ask_question/billing.svg);
}

.tenweb_contact_us_scrollbox-plugin_arrow {
  font-size: 14px;
  padding: 20px;
}

.tenweb_contact_us_scrollbox-questions > div .tenweb_contact_us_scrollbox-plugin_arrow:before {
  color: #323A4530;
}

.tenweb_contact_us_scrollbox-header .twtf-question {
  cursor: help;
  padding-left: 2px;
  font-size: 20px;
  position: relative;
  top: 2px;
}

.tenweb_contact_us_scrollbox-header .twtf-back-arrow {
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  top: 20px;
  left: 25px;
}

.tenweb_contact_us_scrollbox-header .sub {
  color: #323A45;
  font-size: 16px;
  line-height: 20px;
  margin-left: 50px;
}

.tenweb_contact_us_scrollbox-tab-underline {
  display: block;
  border: 1px solid #323A450D;
  margin: 8px 57px;
}

.tenweb_contact_us_scrollbox-tab-container {
  padding: 25px;
  text-align: center;
}

.tenweb_contact_us_scrollbox-tab {
  padding: 7px 30px;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #323A4532;
}

.tenweb_contact_us_scrollbox-tab.active {
  border-bottom: 2px solid #4786FF;
  color: #4786FF;
}

.tenweb_contact_us_scrollbox-tab-content {
  display: none;
  text-align: center;
  color: #323A45;
  padding: 0 130px;
}

.tenweb_contact_us_scrollbox-tab-content.yes {
  padding: 60px 190px;
}

.tenweb_contact_us_scrollbox-tab-content.active {
  display: block;
}

.tenweb_contact_us_scrollbox-tab-content .content-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: 800;
}

.tenweb_contact_us_scrollbox-tab-content .content-description {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
}

.tenweb_contact_us_scrollbox-tab-content .content-description a {
  color: #4786FF;
}

.tenweb_contact_us_scrollbox-tab-content .content-description .img_icon {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/ask_question/css/../../../images/plugin/pointer.png);
  width: 40px;
  height: 40px;
  background-size: 100%;
  display: inline-block;
  margin: -17px -10px;
}

.tenweb_contact_us_scrollbox-tab-content.yes .img_icon {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  background-size: 100%;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/ask_question/css/../../../images/ask_question/img_icon.svg);
}

.tenweb_contact_us_scrollbox_content .info span.info_tooltip {
  position: absolute;
  background: #fff;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 20px #E5E6E866;
  border-radius: 15px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 200;
  width: 304px;
  right: 108px;
  top: 85px;
  -webkit-transform: translateY(-30%);
  -moz-transform: translateY(-30%);
  transform: translateY(-30%);
  -webkit-transition: -webkit-transform 0.2s;
  -moz-transition: -moz-transform 0.2s;
  transition: transform 0.2s;
  visibility: hidden;
  z-index: 1;
}

.tenweb_contact_us_scrollbox_content .info:hover span.info_tooltip {
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  visibility: visible;
}

.tenweb_contact_us_scrollbox_content .info:hover .twtf-question {
  color: #4786FF;
}

.tenweb_contact_us_scrollbox_video_image {
  border-radius: 15px;
  box-shadow: 0 5px 20px #E5E6E866;
  max-width: 100%;
  width: 502px;
  height: 283px;
  margin: 0 auto;
  position: relative;
  background-size: 100%;
  background-repeat: no-repeat;
}

.tenweb_contact_us_scrollbox_content .tenweb_contact_us_scrollbox_video_image a.watch-video.plugin-link {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/ask_question/css/../../../images/ask_question/watch-video.svg);
  position: absolute;
  width: 70px;
  height: 70px;
  background-size: contain;
  cursor: pointer;
  background-repeat: no-repeat;
  padding: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tenweb_contact_us_scrollbox_content .tenweb_contact_us_scrollbox_video_image a.watch-video.plugin-link:before {
  content: none;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/ask_question_1920.css */
@media screen and (min-width: 1261px) {
  #ask_question .sales .bubble_hint {
    width: 280px;
  }
  #ask_question .sales .bubble_hint img {
    right: 285px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/ask_question_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #ask_question .sales {
    right: 24px;
    bottom: 20px;
  }
  #ask_question .sales .bubble_image {
    width: 70px;
    height: 70px;
  }
  #ask_question .sales .bubble_hint {
    right: 106px;
    bottom: 48px;
  }
  #ask_question .sales .bubble_hint img {
    right: 245px;
    bottom: 73px;
  }
  #ask_question .sales .bubble_hint_close {
    width: 28px;
    height: 28px;
    right: 94px;
    bottom: 100px;
    font-size: 9px;
    padding-top: 9px;
  }
  #ask_question .sales .bubble_description {
    right: 106px;
    bottom: 22px;
  }
  #ask_question .sales .bubble_notification {
    right: 24px;
    bottom: 75px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/ask_question_320.css */
@media screen and (max-width: 767px) {
  /* putting this here for mobile speed issue */
  br.mobile {
    display: block;
  }

  #ask_question.sales {
    right: 20px;
    bottom: 15px;
  }
  #ask_question.sales .bubble_image {
    width: 50px;
    height: 50px;
  }
  #ask_question.sales .bubble_hint {
    width: 220px;
    height: 61px;
    right: 80px;
    bottom: 40px;
    font-size: 12px;
  }
  #ask_question.sales .bubble_hint h4 {
    font-size: 15px;
  }
  #ask_question.sales .bubble_hint img {
    width: 34px;
    height: 34px;
    right: 166px;
    bottom: 62px;
  }
  #ask_question.sales .bubble_hint_close {
    width: 26px;
    height: 26px;
    right: 71px;
    bottom: 83px;
    font-size: 8px;
    padding-top: 8px;
  }
  #ask_question.sales .bubble_description {
    display: none;
  }
  #ask_question.sales .bubble_notification {
    right: 20px;
    bottom: 55px;
  }

  .tenweb_contact_us_scrollbox {
    margin: 0;
  }

  .tenweb_contact_us_scrollbox .tenweb_contact_us_scrollbox_content {
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .tenweb_contact_us_scrollbox-header h5 {
    font-size: 15px;
    max-width: 190px;
    line-height: 19px;
  }

  .tenweb_contact_us_scrollbox-questions > div {
    font-size: 15px;
    line-height: 22px;
  }

  .tenweb_contact_us_scrollbox-questions > div .img_icon {
    width: 70px;
    height: 70px;
  }

  .tenweb_contact_us_scrollbox-plugin_arrow {
    font-size: 10px;
    padding: 20px 10px;
  }

  .tenweb_contact_us_scrollbox-header .twtf-back-arrow {
    padding-right: 0;
    font-size: 15px;
  }

  .tenweb_contact_us_scrollbox-header .twtf-question {
    padding-left: 0;
    font-size: 16px;
  }

  .tenweb_contact_us_scrollbox_content.step2 .tenweb_contact_us_scrollbox-header h5 {
    padding: 10px 0 5px 40px;
    max-width: 200px;
  }

  .tenweb_contact_us_scrollbox-header .twtf-back-arrow {
    top: 11px;
    left: 20px;
  }

  span.tenweb_contact_us_scrollbox-minimize {
    top: 8px;
  }

  .tenweb_contact_us_scrollbox-header .sub {
    margin-left: 40px;
  }

  .tenweb_contact_us_scrollbox-tab-underline {
    margin: 8px 10px;
  }

  .tenweb_contact_us_scrollbox-tab-container {
    padding: 20px 0 0 0;
  }

  .tenweb_contact_us_scrollbox-tab-content,
.tenweb_contact_us_scrollbox-tab-content.yes {
    padding: 15px;
  }

  .tenweb_contact_us_scrollbox_content .info:hover span.info_tooltip {
    right: 15px;
    top: 120px;
    width: 260px;
  }

  .tenweb_contact_us_scrollbox_video_image {
    width: 290px;
    height: 164px;
  }
}