/* 10Web Booster optimized this CSS file */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-press-releases/page-press-releases.css */
#primary {
  background-image: linear-gradient(rgba(33, 96, 181, 0.05), transparent);
  margin-top: 78px;
}
#primary #mep_0 {
  min-width: auto !important; /*For video*/
}
#primary .video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
#primary .video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#primary .press-releases-content {
  margin: 0 auto;
}
#primary .press-releases-content h1 {
  font-weight: 700;
}
#primary .press-releases-content h2 {
  margin: 32px 0 20px;
}
#primary .press-releases-content img,
#primary .press-releases-content video {
  max-width: 100% !important;
  height: auto !important;
}
#primary .press-releases-content .content {
  font-weight: 500;
}
#primary .press-releases-content .content b {
  font-weight: 600;
}
#primary .press-releases-content .content a {
  color: #2160B5;
}
#primary .press-releases-content .content a:hover {
  text-decoration: none;
}
#primary .press-releases-content .content p,
#primary .press-releases-content .content ul {
  margin-bottom: 24px;
}
#primary .press-releases-content .content ul {
  list-style: inside;
  padding-left: 25px;
}
#primary .press-releases-content .content ul li {
  margin-bottom: 15px;
}
#primary .press-releases-content .content ol {
  padding-left: 25px;
}
#primary .press-releases-content .content ol li {
  list-style: number;
  margin-bottom: 15px;
}

/*# sourceMappingURL=page-press-releases.css.map */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-press-releases/page-press-releases-1920.css */
@media screen and (min-width: 1261px) {
  #primary {
    padding-top: 165px;
  }
  #primary .press-releases-content {
    width: 1080px;
  }
  #primary .press-releases-content h1 {
    font-size: 48px;
    line-height: 66px;
    margin-bottom: 50px;
  }
  #primary .press-releases-content h2 {
    font-size: 26px;
    line-height: 40px;
  }
  #primary .press-releases-content .content {
    font-size: 22px;
    line-height: 36px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-press-releases/page-press-releases-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #primary {
    padding-top: 70px;
  }
  #primary .press-releases-content {
    width: 640px;
  }
  #primary .press-releases-content h1 {
    font-size: 44px;
    line-height: 62px;
    margin-bottom: 20px;
  }
  #primary .press-releases-content h2 {
    font-size: 26px;
    line-height: 40px;
  }
  #primary .press-releases-content .content {
    font-size: 18px;
    line-height: 26px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-press-releases/page-press-releases-320.css */
@media screen and (max-width: 767px) {
  #primary {
    padding-top: 50px;
  }
  #primary .press-releases-content {
    width: 280px;
  }
  #primary .press-releases-content h1 {
    font-size: 26px;
    line-height: 44px;
    margin-bottom: 10px;
    text-align: center;
  }
  #primary .press-releases-content h2 {
    font-size: 18px;
    line-height: 26px;
  }
  #primary .press-releases-content .content {
    font-size: 16px;
    line-height: 24px;
  }
}


/*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;
}

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 */
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -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 */
  vertical-align: middle;
}

/**
 * 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;
}

/**
 * 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 */
}


/**
 * 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 */
}

/**
 * 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 */
}

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


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

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

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

.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/font-evergrow-sans.css */
/* cyrillic-ext */
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 300;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-light.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 400;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-regular.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 500;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-medium.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 700;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-bold.woff) format('woff');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 800;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-woff/evergrowsans-extrabold.woff) format('woff');
}
body.only_evergrow *{
    font-family: 'Evergrow Sans', sans-serif;
}

/*

@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 300;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-light.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 400;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-regular.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 500;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-medium.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 700;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-bold.ttf) format('truetype');
}
@font-face {
    font-family: 'Evergrow Sans';
    font-weight: 800;
    font-display: swap;;
    src: url(https://10web.io/wp-content/themes/10web-theme/css/fonts/evergrow-sans/evergrow-sans-ttf/evergrowsans-extrabold.ttf) format('truetype');
}
*/




/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main.css */
body.scroll_disclaimer {
  position: fixed;
  overflow-y: scroll;
  width: calc(100% - 17px);
}

body.body_overflow_hidden {
  overflow: hidden;
}

#web-messenger-container {
  z-index: 9999999;
}

br.desktop_1280 {
  display: none;
}

.hidden {
  display: none;
}

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

.see_more {
  margin: 0 auto;
}

.section .title {
  font-weight: 800;
  margin: 0;
}
.section .big-title {
  font-weight: 800;
  color: #000000;
}
.section.right_header .section-header {
  text-align: right;
}
.section.left_header .section-header {
  text-align: left;
}
.section.center_header .section-header {
  text-align: center;
}

.clear:after {
  clear: both;
}

.section_content {
  display: inline-block;
}

.section_title {
  text-align: center;
  font-weight: 700;
}

.section_sub_title {
  font-weight: 300;
}
.section_sub_title b {
  font-weight: 600;
}

.sub_title {
  text-align: center;
  font-weight: 700;
}

.small-sub-title {
  color: #000000;
  font-weight: 700;
}
.small-sub-title.blue {
  color: #4285F4;
}
.small-sub-title.green {
  color: #34A853;
}

.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;
}

.gradient-color {
  color: #34A853;
  background-color: #34A853;
  background-image: -webkit-linear-gradient(300deg, #34A853, #4285F4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.gradient-color-new {
  color: #34A853;
  background-color: #34A853;
  background-image: -webkit-linear-gradient(300deg, #4285F4, #34A853);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.gradient-color-blue-to-green {
  color: #22B339;
  background-color: #22B339;
  background-image: -webkit-linear-gradient(300deg, #3339F1 0%, #22B339 85%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

.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);
}

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

.custom-scroll-transparent-thumb::-webkit-scrollbar {
  display: none;
}

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: #000000;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  content: "";
  text-align: center;
  opacity: 0.15;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li:not(.slick-active) button:hover:before {
  opacity: 0.25;
}

.slick-dots li.slick-active button:before {
  opacity: 0.4;
  background-color: #000000;
  width: 10px;
  height: 10px;
}

.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 .big-title {
    font-size: 70px;
    line-height: 96px;
    margin-bottom: 20px;
  }
  .section .big-title.white {
    color: white;
    width: 1180px;
  }
  .section .small-sub-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 5px;
  }
  .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 .big-title {
    font-size: 50px;
    line-height: 76px;
    margin-bottom: 5px;
  }
  .section .big-title.white {
    color: white;
    width: 728px;
  }
  .section .small-sub-title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .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 .big-title {
    font-size: 32px;
    line-height: 48px;
    margin-bottom: 5px;
  }
  .section .big-title.white {
    color: white;
    width: 318px;
  }
  .section .small-sub-title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 5px;
  }
  .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 */
.hover-plugin-trial-popup {
  display: none;
}

.site_header {
  position: absolute;
  z-index: 999999;
  top: 0;
  width: 100%;
}
.site_header * {
  font-family: "Evergrow Sans", sans-serif;
}
.site_header .login_signin,
.site_header .talk_to_sales_button {
  display: none;
}
.site_header .login_signin,
.site_header .talk_to_sales_button {
  display: none;
}
.site_header .sub-menu,
.site_header .menu-mobile-header {
  display: none;
}
.site_header #top-nav .menu-mobile-header {
  padding: 20px;
}
.site_header #top-nav .menu-mobile-header .back-icon {
  display: none;
  width: 24px;
  height: 28px;
  background-size: contain;
  cursor: pointer;
}
.site_header #top-nav .menu-mobile-header .menu_button {
  display: flex;
}
.site_header .header__container {
  position: relative;
  z-index: 999999;
}
.site_header .container {
  position: static;
  display: flex;
}
.site_header .container .logo {
  display: flex;
  justify-content: center;
}
.site_header .container .logo a {
  text-decoration: none;
  cursor: pointer;
}
.site_header .container .logo a, .site_header .container .logo div {
  margin: auto;
}
.site_header .container .logo .theme_10web_logo {
  background-repeat: no-repeat;
  background-size: contain;
  width: 101px;
  height: 28px;
}
.site_header .container .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);
}
.site_header .menu_button {
  position: absolute;
  display: none;
  top: 2px;
  right: 0;
  text-decoration: none;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.site_header .menu_button.close-icon {
  right: 20px;
}
.site_header .phone-menu-block li.plugins_nav_menu {
  display: none;
}
.site_header .phone-menu-block .menu {
  display: flex;
}
.site_header .phone-menu-block .menu > li > a {
  user-select: none;
  font-weight: 500;
  text-decoration: none;
  outline: none;
  display: inline-block;
}
.site_header .phone-menu-block .menu > li.talk-to-sales, .site_header .phone-menu-block .menu > li.mobile-link, .site_header .phone-menu-block .menu > li.login_link_mobile {
  display: none;
}
.site_header .phone-menu-block .login_and_button {
  display: flex;
}
.site_header .phone-menu-block .login_and_button .menu_item_link {
  font-weight: 500;
  text-decoration: none;
}
.site_header .phone-menu-block .login_and_button .talk_to_sales_button a {
  text-decoration: none;
}
.site_header.dark.submenu-active .header__container {
  background: #000000;
}
.site_header.dark .menu a,
.site_header.dark .link a {
  color: #ffffff;
}
.site_header.dark .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo_white.svg);
}
.site_header.dark .tw_button {
  background: #ffffff;
  color: #000000;
}
.site_header.dark .menu-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/menu-white.svg);
}
.site_header.dark .menu-mobile-header .close-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/close-white.svg);
}
.site_header.dark .back-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/back-white.svg) no-repeat center;
}
.site_header.light.submenu-active .header__container, .site_header.fixed.light-fixed.submenu-active .header__container {
  background: #ffffff;
}
.site_header.light .tw_button, .site_header.fixed.light-fixed .tw_button {
  background: #000000;
  color: #ffffff;
}
.site_header.light .menu a,
.site_header.light .link a, .site_header.fixed.light-fixed .menu a,
.site_header.fixed.light-fixed .link a {
  color: #000000;
}
.site_header.light .theme_10web_logo, .site_header.fixed.light-fixed .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
}
.site_header.light .menu-icon, .site_header.fixed.light-fixed .menu-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/menu-black.svg);
}
.site_header.light .menu-mobile-header .close-icon, .site_header.fixed.light-fixed .menu-mobile-header .close-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/close-black.svg);
}
.site_header.light .back-icon, .site_header.fixed.light-fixed .back-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/back-black.svg) no-repeat center;
}
.site_header.submenu-active .menu-mobile-header .back-icon {
  display: flex !important;
}
.site_header.submenu-active .menu-mobile-header .logo {
  display: none;
}
.site_header.minified {
  height: 68px;
  box-sizing: border-box;
}
.site_header.minified .container {
  justify-content: space-between;
}

body.opened {
  overflow: hidden !important;
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=header.css.map */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_1920.css */
@media screen and (min-width: 1261px) {
  .site_header .container {
    justify-content: flex-start;
    gap: 18px;
  }
  .site_header .logo a {
    text-decoration: none;
    color: #fff;
    cursor: pointer;
  }
  .site_header .logo .theme_10web_affiliates_logo {
    width: 194px;
    height: 28px;
  }
  .site_header .login_signin,
  .site_header .talk_to_sales_button {
    display: block;
  }
  .site_header .phone-menu-block {
    width: 100%;
  }
  .site_header .phone-menu-block #top-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .site_header .phone-menu-block #top-nav .login_and_button {
    gap: 20px;
    font-size: 14px;
    line-height: 20px;
    align-items: center;
  }
  .site_header .phone-menu-block #top-nav .login_and_button .tw_button {
    width: 200px;
    font-size: 14px;
    padding: 14px;
    line-height: 20px;
    border: 0;
  }
  .site_header .phone-menu-block #top-nav .login_and_button a:hover {
    opacity: 0.5;
  }
  .site_header .phone-menu-block #top-nav .talk_to_sales_button a {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 6px;
    font-weight: 500;
  }
  .site_header .phone-menu-block #top-nav .talk_to_sales_button a:hover {
    opacity: 1;
  }
  .site_header .phone-menu-block .menu > li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 24px 12px;
  }
  .site_header .phone-menu-block .menu > li > a:hover {
    opacity: 50%;
  }
  .site_header .phone-menu-block .menu > li.sub_menu__opened > a {
    opacity: 50%;
  }
  .site_header .phone-menu-block .menu > li.api > a {
    position: relative;
    opacity: 1;
    display: flex;
    align-items: center;
    gap: 6px;
  }
  .site_header .phone-menu-block .menu > li.api > a:after {
    content: "New";
    border-radius: 4px;
    background: #3339F1;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 7px;
    top: 24px;
    right: -30px;
    pointer-events: none;
  }
  .site_header .phone-menu-block .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header.dark .talk_to_sales_button a {
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.1);
  }
  .site_header.dark .talk_to_sales_button a:hover {
    color: rgba(255, 255, 255, 0.5);
  }
  .site_header.light .talk_to_sales_button a {
    border: 1px solid #EAEAEA;
    background: #F5F5F6;
  }
  .site_header.light .talk_to_sales_button a:hover {
    background: rgba(245, 245, 246, 0.5);
    color: rgba(0, 0, 0, 0.5);
  }
  .site_header.dark .phone-menu-block .menu > li.api > a:hover {
    color: rgba(255, 255, 255, 0.5) !important;
  }
  .site_header.dark.fixed .phone-menu-block .menu > li.api > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .site_header.light .phone-menu-block .menu > li.api > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .site_header.light.fixed .phone-menu-block .menu > li.api > a:hover {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .site_header.minified {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .site_header .header__container {
    padding: 20px 0;
  }
  .site_header .header__container .container {
    position: relative;
  }
  .site_header .menu-icon {
    display: flex;
  }
  .site_header .phone-menu-block {
    position: fixed;
    height: 100vh;
    width: 360px;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .site_header .phone-menu-block .menu-mobile-header {
    display: flex;
  }
  .site_header .phone-menu-block .menu-mobile-header .menu_button {
    top: 22px;
  }
  .site_header .phone-menu-block .menu-mobile-header + div {
    height: calc(100vh - 194px) !important;
    overflow-y: auto;
  }
  .site_header .phone-menu-block .menu {
    flex-direction: column;
    padding-top: 30px;
  }
  .site_header .phone-menu-block .menu > li > a {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block .menu > li.menu-item-has-children > a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site_header .phone-menu-block .menu > li.mobile-link, .site_header .phone-menu-block .menu > li.login_link_mobile {
    display: block;
  }
  .site_header .phone-menu-block .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header .phone-menu-block .login_and_button {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .site_header .phone-menu-block .login_and_button .tw_button {
    width: 280px;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block.active {
    transform: translateX(0);
  }
  .site_header .sub-menu__container {
    overflow-y: auto;
  }
  .site_header.dark .phone-menu-block {
    background: #000000;
  }
  .site_header.dark .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-white.svg);
  }
  .site_header.light .phone-menu-block, .site_header.fixed.light-fixed .phone-menu-block {
    background: #ffffff;
  }
  .site_header.light .phone-menu-block .menu-item-has-children a:after, .site_header.fixed.light-fixed .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-black.svg);
  }
  .site_header.opened .phone-menu-block {
    transform: translateX(0);
  }
  .site_header.opened .header__overlay {
    top: 0;
  }
  .site_header.opened .header__container,
  .site_header.opened .menu-icon {
    background: none !important;
    backdrop-filter: none !important;
  }
  .site_header.submenu-active .phone-menu-block .menu > li > a {
    display: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_320.css */
@media screen and (max-width: 767px) {
  .site_header .header__container {
    padding: 20px 0;
  }
  .site_header .header__container .container {
    position: relative;
  }
  .site_header .menu-icon {
    display: flex;
    right: 0;
  }
  .site_header .phone-menu-block {
    position: fixed;
    height: 100vh;
    width: 100%;
    top: 0;
    left: 0;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .site_header .phone-menu-block .menu-mobile-header {
    display: flex;
  }
  .site_header .phone-menu-block .menu-mobile-header .menu_button {
    top: 22px;
  }
  .site_header .phone-menu-block .menu-mobile-header + div {
    height: calc(100vh - 194px) !important;
    overflow-y: auto;
  }
  .site_header .phone-menu-block .menu {
    flex-direction: column;
    padding-top: 30px;
  }
  .site_header .phone-menu-block .menu > li > a {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 40px;
    position: relative;
    width: 100%;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block .menu > li.menu-item-has-children > a:after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    right: 20px;
    top: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .site_header .phone-menu-block .menu > li.mobile-link, .site_header .phone-menu-block .menu > li.login_link_mobile {
    display: block;
  }
  .site_header .phone-menu-block .menu .sub-menu-container .container {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .site_header .phone-menu-block .login_and_button {
    position: absolute;
    bottom: 68px;
    left: 0;
    width: 100%;
    justify-content: center;
  }
  .site_header .phone-menu-block .login_and_button .tw_button {
    width: 280px;
    box-sizing: border-box;
  }
  .site_header .phone-menu-block.active {
    transform: translateX(0);
  }
  .site_header .sub-menu__container {
    overflow-y: auto;
  }
  .site_header.dark .phone-menu-block {
    background: #000000;
  }
  .site_header.dark .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-white.svg);
  }
  .site_header.light .phone-menu-block, .site_header.fixed.light-fixed .phone-menu-block {
    background: #ffffff;
  }
  .site_header.light .phone-menu-block .menu-item-has-children a:after, .site_header.fixed.light-fixed .phone-menu-block .menu-item-has-children a:after {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/arrow-black.svg);
  }
  .site_header.opened .phone-menu-block {
    transform: translateX(0);
  }
  .site_header.opened .header__overlay {
    top: 0;
  }
  .site_header.opened .header__container,
  .site_header.opened .menu-icon {
    background: none !important;
    backdrop-filter: none !important;
  }
  .site_header.submenu-active .phone-menu-block .menu > li > a {
    display: none;
  }
  .site_header .phone-menu-block .menu > li.api.menu-item-has-children > a {
    display: flex;
    flex-direction: row-reverse;
    justify-content: left;
    align-items: center;
    gap: 8px;
  }
  .site_header .phone-menu-block .menu > li.api.menu-item-has-children > a:before {
    content: "New";
    border-radius: 4px;
    background: #3339F1;
    color: #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    padding: 3px 7px;
    top: 24px;
    right: -30px;
    pointer-events: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/header/header_fixed.css */
.site_header.fixed {
  position: fixed;
  z-index: 9998;
}
.site_header.fixed .header__container {
  backdrop-filter: blur(45px);
}
.site_header.fixed.dark .header__container {
  background: rgba(0, 0, 0, 0.8);
}
.site_header.fixed.dark.submenu-active .header__container {
  background: #000000;
}
.site_header.fixed.light .header__container {
  background: rgba(255, 255, 255, 0.8);
}
.site_header.fixed.light.submenu-active .header__container {
  background: #ffffff;
}
.site_header.fixed.light-fixed.submenu-active .header__container {
  background: #ffffff;
}
.site_header.fixed.light-fixed:not(.submenu-active) .header__container {
  background: rgba(255, 255, 255, 0.8);
}
.site_header.fixed.light-fixed:not(.submenu-active) .menu a,
.site_header.fixed.light-fixed:not(.submenu-active) .link a {
  color: #000000;
}
.site_header.fixed.light-fixed:not(.submenu-active) .theme_10web_logo {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/logos/logo.svg);
}
.site_header.fixed.light-fixed:not(.submenu-active) .menu-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/menu-black.svg);
}
.site_header.fixed.light-fixed:not(.submenu-active) .menu-mobile-header .close-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/close-black.svg);
}
.site_header.fixed.light-fixed:not(.submenu-active) .back-icon {
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/header/../../../images/icons/menu/back-black.svg) no-repeat center;
}

@media screen and (min-width: 1261px) {
  .site_header.fixed.light-fixed .talk_to_sales_button a {
    border: 1px solid #EAEAEA;
    background: #F5F5F6;
  }
  .site_header.fixed.light-fixed .talk_to_sales_button a:hover {
    background: rgba(245, 245, 246, 0.5);
    color: rgba(0, 0, 0, 0.5);
  }
  .site_header.fixed:not(.submenu-active) .tw_button {
    background: #3339F1;
    color: #ffffff;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer.css */
#colophon {
  background: #000000;
  padding: 40px 0;
}
#colophon * {
  color: #ffffff;
  font-family: "Evergrow Sans", sans-serif;
}
#colophon .footer_top .container {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 40px;
  margin-bottom: 40px;
  display: flex;
}
#colophon .footer_top .footer-column {
  display: flex;
  flex-direction: column;
}
#colophon .footer_top .footer-menu__items.minified-items {
  flex-direction: row;
  gap: 16px;
}
#colophon .footer_top .footer-menu__items.minified-items li {
  margin-bottom: 0 !important;
  position: relative;
}
#colophon .footer_top .footer-menu__items.minified-items li:not(:last-child):after {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: rgba(255, 255, 255, 0.2);
  right: -8px;
  top: 3px;
}
#colophon .footer_top .footer-menu__items.minified-items a {
  text-decoration: underline;
}
#colophon .footer-menu_title {
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  text-transform: uppercase;
  flex-basis: 25%;
  letter-spacing: 2.4px;
}
#colophon .footer-menu_title img {
  display: none;
}
#colophon .footer-menu__items {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#colophon .footer-menu__items li {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
#colophon .footer-menu__items li a {
  text-decoration: none;
}
#colophon .footer_bottom .container {
  display: flex;
  justify-content: space-between;
}
#colophon .footer_bottom .content-left {
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
#colophon .footer_bottom .content-right {
  display: flex;
  align-items: center;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown {
  width: auto;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle {
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: #ffffff;
  background: none;
  padding: 10px 16px 10px 40px;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:after {
  content: "";
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/footer/../../../images/icons/domain-white.svg) no-repeat center;
  position: absolute;
  left: 16px;
  top: 11px;
  width: 18px;
  height: 18px;
  border: 0;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-legacy-dropdown .js-wpml-ls-item-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-sub-menu {
  bottom: 100%;
  top: auto;
  right: 0;
  left: auto;
  padding-bottom: 10px;
  border-top: 0;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-sub-menu li {
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  background: #000;
  width: 240px;
  box-sizing: border-box;
  padding: 24px;
}
#colophon .footer_bottom .wpml-floating-switcher .wpml-ls-sub-menu a {
  color: #ffffff;
  border: 0;
  background: none;
  padding: 5px 10px;
  line-height: 1;
}
#colophon .social_icons {
  position: relative;
  display: flex;
  gap: 8px;
}
#colophon .social_icons img {
  width: 26px;
  height: 26px;
  border-radius: 50%;
}
#colophon .social_icons li {
  width: 26px;
  height: 26px;
  display: inline-block;
}
#colophon .social_icons li a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#colophon .social_icons li a:hover {
  opacity: 0.5;
}
#colophon.minified_without_links {
  padding-top: 0;
}
#colophon.minified_without_links .footer_top .container {
  padding-bottom: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_1920.css */
@media screen and (min-width: 1261px) {
  #colophon .footer_top .container {
    gap: 50px;
  }
  #colophon .footer_top .footer-column {
    gap: 40px;
    flex-basis: 25%;
  }
  #colophon .footer_top .footer-column .footer-menu_title {
    margin-bottom: 20px;
  }
  #colophon .footer_top .footer-column .footer-menu_title span {
    color: rgba(255, 255, 255, 0.5);
  }
  #colophon .footer_top .footer-menu__items a {
    transition: opacity 0.2s;
  }
  #colophon .footer_top .footer-menu__items a:hover {
    opacity: 0.5;
  }
  #colophon .footer_top .footer-menu__items.minified-items a:hover {
    text-decoration: none;
  }
  #colophon .footer-column {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  #colophon .footer_bottom .container {
    align-items: center;
  }
  #colophon .footer_bottom .content-right {
    gap: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_768.css */
@media screen and (max-width: 1260px) {
  #colophon .footer_top .container {
    flex-direction: column;
    gap: 26px;
  }
  #colophon .footer_top .footer-menu_title {
    cursor: pointer;
    position: relative;
  }
  #colophon .footer_top .footer-menu_title img {
    position: absolute;
    width: 18px;
    height: 18px;
    right: 0;
    top: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    display: inline-block;
  }
  #colophon .footer_top .footer-menu_title.active {
    opacity: 0.5;
  }
  #colophon .footer_top .footer-menu_title.active img {
    -webkit-transform: rotateZ(-180deg);
    -moz-transform: rotateZ(-180deg);
    -ms-transform: rotateZ(-180deg);
    -o-transform: rotateZ(-180deg);
    transform: rotateZ(-180deg);
  }
  #colophon .footer_top .footer-menu__items {
    margin-top: 20px;
  }
  #colophon .footer_top .footer-menu__items:not(.minified-items) {
    display: none;
  }
  #colophon .footer_top .footer-menu__items li {
    margin-bottom: 8px;
  }
  #colophon .footer_top .footer-menu__items li:last-child {
    margin-bottom: 0;
  }
  #colophon .footer-column {
    gap: 26px;
  }
  #colophon .footer_bottom .container {
    align-items: center;
  }
  #colophon .footer_bottom .content-right {
    gap: 10px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/footer/footer_320.css */
@media screen and (max-width: 767px) {
  #colophon .container {
    max-width: calc(100% - 80px);
  }
  #colophon .footer-menu__items.minified-items li:nth-child(2):after {
    content: none;
  }
  #colophon .footer_bottom .container {
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  #colophon .footer_bottom .content-right {
    justify-content: space-between;
    width: 100%;
  }
}


/*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: 500;
  display: inline-block;
  line-height: 20px;
  text-decoration: none;
  padding: 15px 20px;
  text-align: center;
}
.tw_button.visibility_hidden {
  visibility: hidden;
}
.tw_button .loading-circular-spinner,
.tw_button .new-loader {
  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 !important;
}
.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 > .loader.black .path {
  stroke: #000000;
}
.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.loading .new-loader {
  display: inline-block;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/loading.svg);
  background-size: contain;
  box-sizing: border-box;
  animation: loading-spinner-rotate 1s linear infinite;
}
.tw_button.new_button {
  text-transform: none;
  width: 220px;
  box-sizing: border-box;
}
.tw_button.contact_sales {
  padding: 5px 12px !important;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
}
.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.blue_bg {
  background-color: #2160B5;
  color: #FFFFFF;
  cursor: pointer;
}
.tw_button.blue_bg span {
  color: #FFFFFF;
}
.tw_button.blue_bg:hover {
  background-color: rgba(33, 96, 181, 0.8);
}
.tw_button.white_bg {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}
.tw_button.white_bg.outline {
  border: 1px solid #000000;
  padding: 13px 20px;
}
.tw_button.white_bg.outline:hover {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 1;
}
.tw_button.white_bg.loading {
  opacity: 0.9;
}
.tw_button.white_bg span {
  color: #000000;
}
.tw_button.white_bg:hover {
  opacity: 0.8;
}
.tw_button.silver_bg {
  background-color: #E7EBEF;
  color: #000000;
  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: #000000;
  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.black_bg, .tw_button.dark_grey_bg {
  background: #000000;
  color: #ffffff;
}
.tw_button.black_bg:hover, .tw_button.dark_grey_bg:hover {
  opacity: 0.8;
}
.tw_button.light_blue_bg {
  background: #5966D9;
  color: #ffffff;
  cursor: pointer;
}
.tw_button.light_blue_bg:hover {
  opacity: 0.8;
}
.tw_button.palatinate_blue_bg {
  background: #3339F0 !important;
  color: #ffffff;
  cursor: pointer;
}
.tw_button.palatinate_blue_bg:hover {
  opacity: 0.8;
}
.tw_button.light_violet_bg {
  background: rgba(51, 57, 241, 0.1);
  color: #3339F1 !important;
  cursor: pointer;
}
.tw_button.light_violet_bg:hover {
  opacity: 0.8;
}
.tw_button.light_blue {
  background: #3339F1;
  color: #ffffff;
}
.tw_button.gradient {
  background: linear-gradient(260deg, #34A853, #4285F4);
  color: #FFFFFF;
}
.tw_button.gradient span {
  color: #FFFFFF;
}
.tw_button.ai {
  border-radius: 6px;
  padding: 15px 20px 16px 52px;
  position: relative;
  cursor: pointer;
}
.tw_button.ai:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  width: 24px;
  height: 24px;
  background: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/../../../../images/icons/ai.svg');
}
.tw_button.header {
  border-radius: 6px;
  padding: 15px 0 !important;
  position: relative;
  cursor: pointer;
}

#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;
}

.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;
}

.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;
  }
  .tw_button.loading .new-loader {
    width: 20px;
    height: 20px;
  }
  .tw_button.light_blue:hover {
    opacity: 0.8;
  }
}
/*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;
  }
  .tw_button.loading .new-loader {
    width: 24px;
    height: 24px;
  }
}
@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;
  }
  .tw_button.loading .new-loader {
    width: 17px;
    height: 17px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/animations/animate-after-visible.css */
.js .animate-after-visible {
  transition: all 0.5s ease-out;
  -webkit-transition: all 0.5s ease-out;
  position: absolute;
  opacity: 0;
}
.js .animate-after-visible.from-bottom {
  transform: translate(0, 80px);
  -webkit-transform: translate(0, 80px);
}
.js .animate-after-visible.from-right {
  transform: translate(80px, 0);
  -webkit-transform: translate(80px, 0);
}
.js .animate-after-visible.from-top {
  transform: translate(0, -80px);
  -webkit-transform: translate(0, -80px);
}
.js .animate-after-visible.from-left {
  transform: translate(-80px, 0);
  -webkit-transform: translate(-80px, 0);
}
.js .animate-after-visible.from-left-bottom {
  transform: translate(-80px, 80px);
  -webkit-transform: translate(-80px, 80px);
}
.js .animate-after-visible.from-right-bottom {
  transform: translate(80px, 80px);
  -webkit-transform: translate(80px, 80px);
}
.js .animate-after-visible.from-left-top {
  transform: translate(-80px, -80px);
  -webkit-transform: translate(-80px, -80px);
}
.js .animate-after-visible.from-right-top {
  transform: translate(80px, 0);
  -webkit-transform: translate(80px, 0);
}
.js .show-after-visible {
  transition-property: all;
  -webkit-transition-property: all;
  transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
  -webkit-transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
  opacity: 0;
}
.js .show-after-visible.td0 {
  transition-delay: 0.09s;
  -webkit-transition-delay: 0.09s;
}
.js .show-after-visible.td1 {
  transition-delay: 0.1s;
  -webkit-transition-delay: 0.1s;
}
.js .show-after-visible.td2 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.js .show-after-visible.td3 {
  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}
.js .show-after-visible.td4 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.js .show-after-visible.td5 {
  transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
}
.js .show-after-visible.td6 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.js .show-after-visible.from-bottom {
  transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
}
.js .show-after-visible.from-right {
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
}
.js .show-after-visible.from-top {
  transform: translate(0, -30px);
  -webkit-transform: translate(0, -30px);
}
.js .show-after-visible.from-left {
  transform: translate(-30px, 0);
  -webkit-transform: translate(-30px, 0);
}
.js .show-after-visible.from-left-bottom {
  transform: translate(-30px, 30px);
  -webkit-transform: translate(-30px, 30px);
}
.js .show-after-visible.from-right-bottom {
  transform: translate(30px, 30px);
  -webkit-transform: translate(30px, 30px);
}
.js .show-after-visible.from-left-top {
  transform: translate(-30px, -30px);
  -webkit-transform: translate(-30px, -30px);
}
.js .show-after-visible.from-right-top {
  transform: translate(30px, 0);
  -webkit-transform: translate(30px, 0);
}
.js .animated .animate-after-visible,
.js .animated .show-after-visible {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}
.js .animated .animate-after-visible.section-description,
.js .animated .show-after-visible.section-description {
  opacity: 0.8;
}

@media screen and (min-width: 768px) {
  .js .animate-after-visible-desktop {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    position: absolute;
    opacity: 0;
  }
  .js .animate-after-visible-desktop.from-bottom {
    transform: translate(0, 80px);
    -webkit-transform: translate(0, 80px);
  }
  .js .animate-after-visible-desktop.from-right {
    transform: translate(80px, 0);
    -webkit-transform: translate(80px, 0);
  }
  .js .animate-after-visible-desktop.from-top {
    transform: translate(0, -80px);
    -webkit-transform: translate(0, -80px);
  }
  .js .animate-after-visible-desktop.from-left {
    transform: translate(-80px, 0);
    -webkit-transform: translate(-80px, 0);
  }
  .js .animate-after-visible-desktop.from-left-bottom {
    transform: translate(-80px, 80px);
    -webkit-transform: translate(-80px, 80px);
  }
  .js .animate-after-visible-desktop.from-right-bottom {
    transform: translate(80px, 80px);
    -webkit-transform: translate(80px, 80px);
  }
  .js .animate-after-visible-desktop.from-left-top {
    transform: translate(-80px, -80px);
    -webkit-transform: translate(-80px, -80px);
  }
  .js .animate-after-visible-desktop.from-right-top {
    transform: translate(80px, 0);
    -webkit-transform: translate(80px, 0);
  }
  .js .show-after-visible-desktop {
    transition-property: all;
    -webkit-transition-property: all;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
    -webkit-transition-timing-function: cubic-bezier(0.12, 0.23, 0.5, 1);
    opacity: 0;
  }
  .js .show-after-visible-desktop.td0 {
    transition-delay: 0.09s;
    -webkit-transition-delay: 0.09s;
  }
  .js .show-after-visible-desktop.td1 {
    transition-delay: 0.1s;
    -webkit-transition-delay: 0.1s;
  }
  .js .show-after-visible-desktop.td2 {
    transition-delay: 0.2s;
    -webkit-transition-delay: 0.2s;
  }
  .js .show-after-visible-desktop.td3 {
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
  }
  .js .show-after-visible-desktop.td4 {
    transition-delay: 0.4s;
    -webkit-transition-delay: 0.4s;
  }
  .js .show-after-visible-desktop.td5 {
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
  }
  .js .show-after-visible-desktop.td6 {
    transition-delay: 0.6s;
    -webkit-transition-delay: 0.6s;
  }
  .js .show-after-visible-desktop.from-bottom {
    transform: translate(0, 30px);
    -webkit-transform: translate(0, 30px);
  }
  .js .show-after-visible-desktop.from-right {
    transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
  }
  .js .show-after-visible-desktop.from-top {
    transform: translate(0, -30px);
    -webkit-transform: translate(0, -30px);
  }
  .js .show-after-visible-desktop.from-left {
    transform: translate(-30px, 0);
    -webkit-transform: translate(-30px, 0);
  }
  .js .show-after-visible-desktop.from-left-bottom {
    transform: translate(-30px, 30px);
    -webkit-transform: translate(-30px, 30px);
  }
  .js .show-after-visible-desktop.from-right-bottom {
    transform: translate(30px, 30px);
    -webkit-transform: translate(30px, 30px);
  }
  .js .show-after-visible-desktop.from-left-top {
    transform: translate(-30px, -30px);
    -webkit-transform: translate(-30px, -30px);
  }
  .js .show-after-visible-desktop.from-right-top {
    transform: translate(30px, 0);
    -webkit-transform: translate(30px, 0);
  }
  .js .animated .animate-after-visible-desktop,
  .js .animated .show-after-visible-desktop {
    opacity: 1;
    transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
  }
  .js .animated .animate-after-visible-desktop.section-description,
  .js .animated .show-after-visible-desktop.section-description {
    opacity: 0.8;
  }
}


/*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) {
  body.with-topbar:not(.opened) {
    margin-top: 55px;
  }
  body.with-topbar:not(.opened) .site_header {
    top: 56px;
  }
  body.with-topbar:not(.opened).page-template-page-domains .top-bar-container, body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container, body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
    position: fixed;
  }
  body.with-topbar:not(.opened).page-template-page-links .site_header {
    background: #ffffff;
  }
  body.with-topbar:not(.opened) .fixed-menu {
    top: 124px;
  }
  body.with-topbar:not(.scrolled):not(.opened) #page-header,
  body.with-topbar:not(.scrolled):not(.opened) .glossary-main-menu {
    top: 56px;
  }
  body.with-topbar .ai_tools_header {
    top: 56px;
  }
  body.with-topbar .cat_menu {
    top: 137px;
  }
  body.with-topbar.page-template-page-ai-tools .top-bar-container, body.with-topbar.tax-ai_tool_categories .top-bar-container, body.with-topbar.ai-tools-template-default .top-bar-container {
    position: fixed;
  }
  .fixed .top-bar-container {
    position: fixed;
  }
  .top-bar-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-bar-container .waving-hand {
    width: 20px;
    height: 20px;
  }
  .top-bar-container a.link:hover + div .dotted {
    text-decoration-line: none;
  }
  .top-bar-container .container {
    padding: 15px 0;
  }
  .top-bar-container .top-bar__content {
    display: flex;
    gap: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  .top-bar-container .top-bar__content .dotted:hover {
    text-decoration-line: none;
  }
}


/*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) {
  body.with-topbar:not(.opened) {
    margin-top: 56px;
  }
  body.with-topbar:not(.opened) .site_header {
    top: 56px;
  }
  body.with-topbar:not(.opened).page-template-page-domains .top-bar-container, body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container, body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
    position: fixed;
  }
  body.with-topbar:not(.opened) .fixed-menu {
    top: 124px;
  }
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) #page-header,
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) .glossary-main-menu {
    top: 56px;
  }
  body.with-topbar .ai_tools_header {
    top: 56px;
  }
  body.with-topbar .cat_menu {
    top: 37px;
  }
  body.with-topbar.page-template-page-ai-tools .top-bar-container, body.with-topbar.tax-ai_tool_categories .top-bar-container, body.with-topbar.ai-tools-template-default .top-bar-container {
    position: fixed;
  }
  body.with-topbar.opened .top-bar-container {
    display: none !important;
  }
  .fixed .top-bar-container {
    position: fixed;
  }
  .top-bar-container {
    position: absolute;
    top: 0;
    left: 0;
  }
  .top-bar-container .container {
    padding: 15px 0;
  }
  .top-bar-container .top-bar__content {
    display: flex;
    gap: 5px;
    font-size: 18px;
    line-height: 26px;
  }
  .top-bar-container .top-bar__content .waving-hand {
    width: 20px;
    height: 20px;
  }
}


/*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-topbar:not(.opened) {
    margin-top: 70px;
  }
  body.with-topbar:not(.opened) .site_header {
    top: 70px;
  }
  body.with-topbar:not(.opened).page-template-page-domains .top-bar-container, body.with-topbar:not(.opened).page-template-page-business-generator .top-bar-container, body.with-topbar:not(.opened).single-theme_10web_name_gen .top-bar-container {
    position: fixed;
  }
  body.with-topbar:not(.opened) .fixed-menu {
    top: 124px;
  }
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) #page-header,
  body.with-topbar:not(.scrolled):not(.scroll_disclaimer):not(.opened) .glossary-main-menu {
    top: 70px;
  }
  body.with-topbar .ai_tools_header {
    top: 70px;
  }
  body.with-topbar .cat_menu {
    top: 37px;
  }
  body.with-topbar.page-template-page-ai-tools .top-bar-container, body.with-topbar.tax-ai_tool_categories .top-bar-container, body.with-topbar.ai-tools-template-default .top-bar-container {
    position: fixed;
  }
  body.with-topbar.opened .top-bar-container {
    display: none !important;
  }
  .top-bar-container {
    position: fixed;
    top: 0;
  }
  .top-bar-container .container {
    padding: 12px 0;
    display: flex;
    flex-direction: row;
    width: 348px;
    max-width: calc(100% - 32px);
    align-items: center;
  }
  .top-bar-container .top-bar__content {
    font-size: 14px;
    line-height: 23px;
    display: block;
    text-align: center;
  }
  .top-bar-container .top-bar__content .waving-hand {
    width: 18px;
    height: 18px;
  }
}

/*# sourceMappingURL=top-bar-320.css.map */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown.css */
.sub-menu__container {
  z-index: 999999;
  top: 68px;
  left: 0;
}
.sub-menu__container .container {
  display: flex;
}
.sub-menu__container .container .sub-menu__title {
  opacity: 0.5;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2.4px;
}
.sub-menu__container .container .column {
  display: flex;
  flex-direction: column;
}
.sub-menu__container .container .column ul {
  display: flex;
  flex-direction: column;
}
.sub-menu__container .container .left ul {
  gap: 20px;
}
.sub-menu__container .container li {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.sub-menu__container .container li span {
  font-size: 12px;
  font-weight: 300;
  line-height: 20px;
}
.sub-menu__container .container li a {
  text-decoration: none;
}
.sub-menu__container[data-id=product-item] .left li {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}
.sub-menu__container.active {
  visibility: visible;
  transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  z-index: 10;
}
.sub-menu__container.low {
  z-index: 0;
  max-height: 402px;
}
.sub-menu__container.low .container {
  opacity: 0;
}

.header__overlay {
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  visibility: hidden;
  position: fixed;
  opacity: 0;
  top: 68px;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9998;
  transition: opacity 0.32s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.32s;
}

#header.opened .header__overlay, #header.submenu-active .header__overlay {
  opacity: 1;
  visibility: visible;
}

.dark .sub-menu__container {
  background: #000000;
}
.dark .sub-menu__container * {
  color: #ffffff;
}
.dark .header__overlay {
  background: rgba(0, 0, 0, 0.5);
}

.light .sub-menu__container,
.fixed.light-fixed .sub-menu__container {
  background: #ffffff;
}
.light .sub-menu__container *,
.fixed.light-fixed .sub-menu__container * {
  color: #000000;
}
.light .header__overlay,
.fixed.light-fixed .header__overlay {
  background: rgba(228, 228, 228, 0.5);
}


/*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 {
    position: absolute;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
    height: 0;
    transition: height 0.2s cubic-bezier(0.4, 0, 0.6, 1), visibility 0.2s step-start, background 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .sub-menu__container .container {
    display: flex;
    padding-top: 50px;
  }
  .sub-menu__container .container .sub-menu__title {
    font-size: 12px;
    line-height: 18px;
  }
  .sub-menu__container .container .column {
    gap: 30px;
  }
  .sub-menu__container .container .column li:hover {
    opacity: 0.5;
  }
  .sub-menu__container .container .left {
    width: 320px;
  }
  .sub-menu__container .container .right {
    width: 390px;
  }
  .sub-menu__container .container .right ul {
    gap: 26px;
  }
  .sub-menu__container[data-id=tools-item] .right ul {
    gap: 20px;
  }
}


/*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 {
    padding: 40px;
    box-sizing: border-box;
    position: fixed;
    width: 360px;
    height: calc(100vh - 194px) !important;
    transform: translateX(-100%);
    transition: transform 0.2s cubic-bezier(0.4, 0, 0.6, 1);
  }
  .sub-menu__container .container {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .sub-menu__container .container .column {
    gap: 20px;
  }
  .sub-menu__container .container .column ul {
    gap: 20px;
  }
  .sub-menu__container .container .column ul li span {
    display: none;
  }
  .menu-item-has-children.opened .sub-menu__container {
    transform: translateX(0);
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/header_dropdown/css/header_dropdown_320.css */
@media screen and (max-width: 767px) {
  .sub-menu__container {
    width: 100%;
  }
  .sub-menu__container .container {
    max-width: 100%;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css */
.mejs-offscreen{border:0;clip:rect(1px,1px,1px,1px);-webkit-clip-path:inset(50%);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal}.mejs-container{background:#000;font-family:Helvetica,Arial,serif;position:relative;text-align:left;text-indent:0;vertical-align:top}.mejs-container,.mejs-container *{box-sizing:border-box}.mejs-container video::-webkit-media-controls,.mejs-container video::-webkit-media-controls-panel,.mejs-container video::-webkit-media-controls-panel-container,.mejs-container video::-webkit-media-controls-start-playback-button{-webkit-appearance:none;display:none!important}.mejs-fill-container,.mejs-fill-container .mejs-container{height:100%;width:100%}.mejs-fill-container{background:transparent;margin:0 auto;overflow:hidden;position:relative}.mejs-container:focus{outline:none}.mejs-iframe-overlay{height:100%;position:absolute;width:100%}.mejs-embed,.mejs-embed body{background:#000;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.mejs-fullscreen{overflow:hidden!important}.mejs-container-fullscreen{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;z-index:1000}.mejs-container-fullscreen .mejs-mediaelement,.mejs-container-fullscreen video{height:100%!important;width:100%!important}.mejs-background,.mejs-mediaelement{left:0;position:absolute;top:0}.mejs-mediaelement{height:100%;width:100%;z-index:0}.mejs-poster{background-position:50% 50%;background-repeat:no-repeat;background-size:cover;left:0;position:absolute;top:0;z-index:1}:root .mejs-poster-img{display:none}.mejs-poster-img{border:0;padding:0}.mejs-overlay{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;left:0;position:absolute;top:0}.mejs-layer{z-index:1}.mejs-overlay-play{cursor:pointer}.mejs-overlay-button{background:url(https://10web.io/wp-includes/js/mediaelement/mejs-controls.svg) no-repeat;background-position:0 -39px;height:80px;width:80px}.mejs-overlay:hover>.mejs-overlay-button{background-position:-80px -39px}.mejs-overlay-loading{height:80px;width:80px}.mejs-overlay-loading-bg-img{-webkit-animation:a 1s linear infinite;animation:a 1s linear infinite;background:transparent url(https://10web.io/wp-includes/js/mediaelement/mejs-controls.svg) -160px -40px no-repeat;display:block;height:80px;width:80px;z-index:1}@-webkit-keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes a{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.mejs-controls{bottom:0;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;height:40px;left:0;list-style-type:none;margin:0;padding:0 10px;position:absolute;width:100%;z-index:3}.mejs-controls:not([style*="display: none"]){background:rgba(255,0,0,.7);background:-webkit-linear-gradient(transparent,rgba(0,0,0,.35));background:linear-gradient(transparent,rgba(0,0,0,.35))}.mejs-button,.mejs-time,.mejs-time-rail{font-size:10px;height:40px;line-height:10px;margin:0;width:32px}.mejs-button>button{background:transparent url(https://10web.io/wp-includes/js/mediaelement/mejs-controls.svg);border:0;cursor:pointer;display:block;font-size:0;height:20px;line-height:0;margin:10px 6px;overflow:hidden;padding:0;position:absolute;text-decoration:none;width:20px}.mejs-button>button:focus{outline:1px dotted #999}.mejs-container-keyboard-inactive [role=slider],.mejs-container-keyboard-inactive [role=slider]:focus,.mejs-container-keyboard-inactive a,.mejs-container-keyboard-inactive a:focus,.mejs-container-keyboard-inactive button,.mejs-container-keyboard-inactive button:focus{outline:0}.mejs-time{box-sizing:content-box;color:#fff;font-size:11px;font-weight:700;height:24px;overflow:hidden;padding:16px 6px 0;text-align:center;width:auto}.mejs-play>button{background-position:0 0}.mejs-pause>button{background-position:-20px 0}.mejs-replay>button{background-position:-160px 0}.mejs-time-rail{direction:ltr;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;height:40px;margin:0 10px;padding-top:10px;position:relative}.mejs-time-buffering,.mejs-time-current,.mejs-time-float,.mejs-time-float-corner,.mejs-time-float-current,.mejs-time-hovered,.mejs-time-loaded,.mejs-time-marker,.mejs-time-total{border-radius:2px;cursor:pointer;display:block;height:10px;position:absolute}.mejs-time-total{background:hsla(0,0%,100%,.3);margin:5px 0 0;width:100%}.mejs-time-buffering{-webkit-animation:b 2s linear infinite;animation:b 2s linear infinite;background:-webkit-linear-gradient(135deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background:linear-gradient(-45deg,hsla(0,0%,100%,.4) 25%,transparent 0,transparent 50%,hsla(0,0%,100%,.4) 0,hsla(0,0%,100%,.4) 75%,transparent 0,transparent);background-size:15px 15px;width:100%}@-webkit-keyframes b{0%{background-position:0 0}to{background-position:30px 0}}@keyframes b{0%{background-position:0 0}to{background-position:30px 0}}.mejs-time-loaded{background:hsla(0,0%,100%,.3)}.mejs-time-current,.mejs-time-handle-content{background:hsla(0,0%,100%,.9)}.mejs-time-hovered{background:hsla(0,0%,100%,.5);z-index:10}.mejs-time-hovered.negative{background:rgba(0,0,0,.2)}.mejs-time-buffering,.mejs-time-current,.mejs-time-hovered,.mejs-time-loaded{left:0;-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-transition:all .15s ease-in;transition:all .15s ease-in;width:100%}.mejs-time-buffering{-webkit-transform:scaleX(1);-ms-transform:scaleX(1);transform:scaleX(1)}.mejs-time-hovered{-webkit-transition:height .1s cubic-bezier(.44,0,1,1);transition:height .1s cubic-bezier(.44,0,1,1)}.mejs-time-hovered.no-hover{-webkit-transform:scaleX(0)!important;-ms-transform:scaleX(0)!important;transform:scaleX(0)!important}.mejs-time-handle,.mejs-time-handle-content{border:4px solid transparent;cursor:pointer;left:0;position:absolute;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0);z-index:11}.mejs-time-handle-content{border:4px solid hsla(0,0%,100%,.9);border-radius:50%;height:10px;left:-7px;top:-4px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);width:10px}.mejs-time-rail .mejs-time-handle-content:active,.mejs-time-rail .mejs-time-handle-content:focus,.mejs-time-rail:hover .mejs-time-handle-content{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.mejs-time-float{background:#eee;border:1px solid #333;bottom:100%;color:#111;display:none;height:17px;margin-bottom:9px;position:absolute;text-align:center;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:36px}.mejs-time-float-current{display:block;left:0;margin:2px;text-align:center;width:30px}.mejs-time-float-corner{border:5px solid #eee;border-color:#eee transparent transparent;border-radius:0;display:block;height:0;left:50%;line-height:0;position:absolute;top:100%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:0}.mejs-long-video .mejs-time-float{margin-left:-23px;width:64px}.mejs-long-video .mejs-time-float-current{width:60px}.mejs-broadcast{color:#fff;height:10px;position:absolute;top:15px;width:100%}.mejs-fullscreen-button>button{background-position:-80px 0}.mejs-unfullscreen>button{background-position:-100px 0}.mejs-mute>button{background-position:-60px 0}.mejs-unmute>button{background-position:-40px 0}.mejs-volume-button{position:relative}.mejs-volume-button>.mejs-volume-slider{-webkit-backface-visibility:hidden;background:rgba(50,50,50,.7);border-radius:0;bottom:100%;display:none;height:115px;left:50%;margin:0;position:absolute;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:25px;z-index:1}.mejs-volume-button:hover{border-radius:0 0 4px 4px}.mejs-volume-total{background:hsla(0,0%,100%,.5);height:100px;left:50%;margin:0;position:absolute;top:8px;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:2px}.mejs-volume-current{left:0;margin:0;width:100%}.mejs-volume-current,.mejs-volume-handle{background:hsla(0,0%,100%,.9);position:absolute}.mejs-volume-handle{border-radius:1px;cursor:ns-resize;height:6px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:16px}.mejs-horizontal-volume-slider{display:block;height:36px;position:relative;vertical-align:middle;width:56px}.mejs-horizontal-volume-total{background:rgba(50,50,50,.8);height:8px;top:16px;width:50px}.mejs-horizontal-volume-current,.mejs-horizontal-volume-total{border-radius:2px;font-size:1px;left:0;margin:0;padding:0;position:absolute}.mejs-horizontal-volume-current{background:hsla(0,0%,100%,.8);height:100%;top:0;width:100%}.mejs-horizontal-volume-handle{display:none}.mejs-captions-button,.mejs-chapters-button{position:relative}.mejs-captions-button>button{background-position:-140px 0}.mejs-chapters-button>button{background-position:-180px 0}.mejs-captions-button>.mejs-captions-selector,.mejs-chapters-button>.mejs-chapters-selector{background:rgba(50,50,50,.7);border:1px solid transparent;border-radius:0;bottom:100%;margin-right:-43px;overflow:hidden;padding:0;position:absolute;right:50%;visibility:visible;width:86px}.mejs-chapters-button>.mejs-chapters-selector{margin-right:-55px;width:110px}.mejs-captions-selector-list,.mejs-chapters-selector-list{list-style-type:none!important;margin:0;overflow:hidden;padding:0}.mejs-captions-selector-list-item,.mejs-chapters-selector-list-item{color:#fff;cursor:pointer;display:block;list-style-type:none!important;margin:0 0 6px;overflow:hidden;padding:0}.mejs-captions-selector-list-item:hover,.mejs-chapters-selector-list-item:hover{background-color:#c8c8c8!important;background-color:hsla(0,0%,100%,.4)!important}.mejs-captions-selector-input,.mejs-chapters-selector-input{clear:both;float:left;left:-1000px;margin:3px 3px 0 5px;position:absolute}.mejs-captions-selector-label,.mejs-chapters-selector-label{cursor:pointer;float:left;font-size:10px;line-height:15px;padding:4px 10px 0;width:100%}.mejs-captions-selected,.mejs-chapters-selected{color:#21f8f8}.mejs-captions-translations{font-size:10px;margin:0 0 5px}.mejs-captions-layer{bottom:0;color:#fff;font-size:16px;left:0;line-height:20px;position:absolute;text-align:center}.mejs-captions-layer a{color:#fff;text-decoration:underline}.mejs-captions-layer[lang=ar]{font-size:20px;font-weight:400}.mejs-captions-position{bottom:15px;left:0;position:absolute;width:100%}.mejs-captions-position-hover{bottom:35px}.mejs-captions-text,.mejs-captions-text *{background:hsla(0,0%,8%,.5);box-shadow:5px 0 0 hsla(0,0%,8%,.5),-5px 0 0 hsla(0,0%,8%,.5);padding:0;white-space:pre-wrap}.mejs-container.mejs-hide-cues video::-webkit-media-text-track-container{display:none}.mejs-overlay-error{position:relative}.mejs-overlay-error>img{left:0;max-width:100%;position:absolute;top:0;z-index:-1}.mejs-cannotplay,.mejs-cannotplay a{color:#fff;font-size:.8em}.mejs-cannotplay{position:relative}.mejs-cannotplay a,.mejs-cannotplay p{display:inline-block;padding:0 15px;width:100%}

/*FILESTART  /home/wplive/web/wp-live/wp-includes/js/mediaelement/wp-mediaelement.min.css */

.mejs-container{clear:both;max-width:100%}.mejs-container *{font-family:Helvetica,Arial}.mejs-container,.mejs-container .mejs-controls,.mejs-embed,.mejs-embed body{background:#222}.mejs-time{font-weight:400;word-wrap:normal}.mejs-controls a.mejs-horizontal-volume-slider{display:table}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-time-rail .mejs-time-loaded{background:#fff}.mejs-controls .mejs-time-rail .mejs-time-current{background:#0073aa}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail .mejs-time-total{background:rgba(255,255,255,.33)}.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,.mejs-controls .mejs-time-rail span{border-radius:0}.mejs-overlay-loading{background:0 0}.mejs-controls button:hover{border:none;-webkit-box-shadow:none;box-shadow:none}.me-cannotplay{width:auto!important}.media-embed-details .wp-audio-shortcode{display:inline-block;max-width:400px}.audio-details .embed-media-settings{overflow:visible}.media-embed-details .embed-media-settings .setting span:not(.button-group){max-width:400px;width:auto}.media-embed-details .embed-media-settings .checkbox-setting span{display:inline-block}.media-embed-details .embed-media-settings{padding-top:0;top:28px}.media-embed-details .instructions{padding:16px 0;max-width:600px}.media-embed-details .setting .remove-setting,.media-embed-details .setting p{color:#a00;font-size:10px;text-transform:uppercase}.media-embed-details .setting .remove-setting{padding:5px 0}.media-embed-details .setting a:hover{color:#dc3232}.media-embed-details .embed-media-settings .checkbox-setting{float:none;margin:0 0 10px}.wp-video{max-width:100%;height:auto}.wp_attachment_holder .wp-audio-shortcode,.wp_attachment_holder .wp-video{margin-top:18px}.wp-video-shortcode video,video.wp-video-shortcode{max-width:100%;display:inline-block}.video-details .wp-video-holder{width:100%;max-width:640px}.wp-playlist{border:1px solid #ccc;padding:10px;margin:12px 0 18px;font-size:14px;line-height:1.5}.wp-admin .wp-playlist{margin:0 0 18px}.wp-playlist video{display:inline-block;max-width:100%}.wp-playlist audio{display:none;max-width:100%;width:400px}.wp-playlist .mejs-container{margin:0;max-width:100%}.wp-playlist .mejs-controls .mejs-button button{outline:0}.wp-playlist-light{background:#fff;color:#000}.wp-playlist-dark{color:#fff;background:#000}.wp-playlist-caption{display:block;max-width:88%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px;line-height:1.5}.wp-playlist-item .wp-playlist-caption{text-decoration:none;color:#000;max-width:-webkit-calc(100% - 40px);max-width:calc(100% - 40px)}.wp-playlist-item-meta{display:block;font-size:14px;line-height:1.5}.wp-playlist-item-title{font-size:14px;line-height:1.5}.wp-playlist-item-album{font-style:italic;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-playlist-item-artist{font-size:12px;text-transform:uppercase}.wp-playlist-item-length{position:absolute;right:3px;top:0;font-size:14px;line-height:1.5}.rtl .wp-playlist-item-length{left:3px;right:auto}.wp-playlist-tracks{margin-top:10px}.wp-playlist-item{position:relative;cursor:pointer;padding:0 3px;border-bottom:1px solid #ccc}.wp-playlist-item:last-child{border-bottom:0}.wp-playlist-light .wp-playlist-caption{color:#333}.wp-playlist-dark .wp-playlist-caption{color:#ddd}.wp-playlist-playing{font-weight:700;background:#f7f7f7}.wp-playlist-light .wp-playlist-playing{background:#fff;color:#000}.wp-playlist-dark .wp-playlist-playing{background:#000;color:#fff}.wp-playlist-current-item{overflow:hidden;margin-bottom:10px;height:60px}.wp-playlist .wp-playlist-current-item img{float:left;max-width:60px;height:auto;margin-right:10px;padding:0;border:0}.rtl .wp-playlist .wp-playlist-current-item img{float:right;margin-left:10px;margin-right:0}.wp-playlist-current-item .wp-playlist-item-artist,.wp-playlist-current-item .wp-playlist-item-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.wp-audio-playlist .me-cannotplay span{padding:5px 15px}

/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/get_in_touch/css/get_in_touch.css */
.get_in_touch .container .get_in_touch-content {
  display: flex;
  align-items: center;
  background: rgba(89, 102, 217, 0.1);
  border-radius: 12px;
}
.get_in_touch .container .get_in_touch-content .description .sub_title {
  font-weight: 400;
  text-align: left;
}
.get_in_touch .container .get_in_touch-content .description .section_title {
  font-weight: 800;
  text-align: left;
}
.get_in_touch .container .get_in_touch-content .description .social_items {
  display: flex;
}
.get_in_touch .container .get_in_touch-content .person {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.get_in_touch .container .get_in_touch-content .person .person__image {
  box-sizing: border-box;
  background: rgba(42, 47, 48, 0.05);
  border-radius: 50%;
}
.get_in_touch .container .get_in_touch-content .person .person__image img {
  border-radius: 50%;
}
.get_in_touch .container .get_in_touch-content .person .person__name {
  font-weight: 600;
}
.get_in_touch .container .get_in_touch-content .person .person__position {
  opacity: 0.6;
  font-weight: 600;
}
.get_in_touch .container .get_in_touch-content .person .button_container {
  margin-top: 15px;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/get_in_touch/css/get_in_touch-1920.css */
@media screen and (min-width: 1261px) {
  .get_in_touch {
    margin: 150px 0;
  }
  .get_in_touch .container .get_in_touch-content {
    gap: 50px;
    padding: 50px;
  }
  .get_in_touch .container .get_in_touch-content .description {
    width: 640px;
  }
  .get_in_touch .container .get_in_touch-content .description .sub_title {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 10px;
  }
  .get_in_touch .container .get_in_touch-content .description .section_title {
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 20px;
  }
  .get_in_touch .container .get_in_touch-content .description .section_description {
    font-size: 22px;
    line-height: 36px;
    margin-bottom: 30px;
  }
  .get_in_touch .container .get_in_touch-content .description .social_items {
    gap: 15px;
  }
  .get_in_touch .container .get_in_touch-content .description .social_items a img {
    width: 26px;
    height: 26px;
  }
  .get_in_touch .container .get_in_touch-content .person {
    width: 390px;
    border-left: 1px solid rgba(89, 102, 217, 0.1);
  }
  .get_in_touch .container .get_in_touch-content .person .person__image {
    width: 200px;
    height: 200px;
    padding: 21px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__image img {
    width: 158px;
    height: 158px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__name {
    font-size: 20px;
    line-height: 30px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__position {
    font-size: 16px;
    line-height: 26px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/get_in_touch/css/get_in_touch-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .get_in_touch {
    margin: 100px 0;
  }
  .get_in_touch .container .get_in_touch-content {
    gap: 40px;
    padding: 40px;
  }
  .get_in_touch .container .get_in_touch-content .description {
    width: 330px;
  }
  .get_in_touch .container .get_in_touch-content .description .sub_title {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 5px;
  }
  .get_in_touch .container .get_in_touch-content .description .section_title {
    font-size: 32px;
    line-height: 46px;
    margin-bottom: 10px;
  }
  .get_in_touch .container .get_in_touch-content .description .section_description {
    font-size: 20px;
    line-height: 34px;
    margin-bottom: 30px;
  }
  .get_in_touch .container .get_in_touch-content .description .social_items {
    gap: 15px;
  }
  .get_in_touch .container .get_in_touch-content .description .social_items a img {
    width: 26px;
    height: 26px;
  }
  .get_in_touch .container .get_in_touch-content .person {
    width: 286px;
    border-left: 1px solid rgba(89, 102, 217, 0.1);
  }
  .get_in_touch .container .get_in_touch-content .person .person__image {
    width: 200px;
    height: 200px;
    padding: 21px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__image img {
    width: 158px;
    height: 158px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__name {
    font-size: 20px;
    line-height: 30px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__position {
    font-size: 16px;
    line-height: 26px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/get_in_touch/css/get_in_touch-320.css */
@media screen and (max-width: 767px) {
  .get_in_touch {
    margin: 80px 0;
  }
  .get_in_touch .container .get_in_touch-content {
    gap: 50px;
    padding: 30px 20px;
    flex-direction: column;
  }
  .get_in_touch .container .get_in_touch-content .description .sub_title {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
  }
  .get_in_touch .container .get_in_touch-content .description .section_title {
    font-size: 24px;
    line-height: 42px;
    margin-bottom: 5px;
  }
  .get_in_touch .container .get_in_touch-content .description .section_description {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 20px;
  }
  .get_in_touch .container .get_in_touch-content .description .social_items {
    gap: 10px;
  }
  .get_in_touch .container .get_in_touch-content .description .social_items a img {
    width: 20px;
    height: 20px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__image {
    width: 160px;
    height: 160px;
    padding: 17px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__image img {
    width: 126px;
    height: 126px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__name {
    font-size: 18px;
    line-height: 28px;
  }
  .get_in_touch .container .get_in_touch-content .person .person__position {
    font-size: 14px;
    line-height: 24px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/free_users_chat.css */
.free_users_chat {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
  width: 360px;
  max-width: 100%;
}
.free_users_chat .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
  box-sizing: border-box;
  width: 66px;
  height: 66px;
  background: rgb(0, 0, 0);
  border-radius: 50%;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.14);
  border: 4px solid #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.free_users_chat .icon .chat_icon {
  width: 30px;
  height: 30px;
}
.free_users_chat .icon .chat_close {
  width: 36px;
  height: 36px;
  display: none;
}
.free_users_chat .tooltip {
  position: absolute;
  right: 86px;
  bottom: 0;
  width: 360px;
  max-width: 100%;
  box-sizing: border-box;
  padding: 30px;
  border-radius: 12px;
  background-color: #000000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: translateY(10%);
  -moz-transform: translateY(10%);
  transform: translateY(10%);
  opacity: 0;
  pointer-events: none;
}
.free_users_chat .tooltip .title {
  margin-bottom: 20px;
  color: #ffffff;
  display: block;
  font-weight: 700;
}
.free_users_chat .tooltip .title img {
  width: 210px;
  height: 12px;
}
.free_users_chat .tooltip p {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 30px;
}
.free_users_chat .tooltip .buttons {
  display: flex;
  gap: 20px;
}
.free_users_chat .tooltip .buttons a {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding: 10px 18px;
  border: 1px solid #ffffff;
  border-radius: 6px;
  color: #ffffff;
  min-width: 100px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
}
.free_users_chat .tooltip .buttons a.white {
  background: #ffffff;
  color: #000000;
  width: 175px;
  padding: 10px 0;
}
.free_users_chat .tooltip .buttons a.white:hover {
  opacity: 0.8;
}
.free_users_chat .tooltip .buttons a.transparent:hover {
  background: #ffffff;
  color: #000000;
}
.free_users_chat.active .chat_icon {
  display: none;
}
.free_users_chat.active .chat_close {
  display: block !important;
}
.free_users_chat.active .tooltip {
  transform: translateY(0);
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  opacity: 1;
  pointer-events: unset;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/ask_question/css/free_users_chat_320.css */
@media screen and (max-width: 767px) {
  .free_users_chat .tooltip {
    right: 0;
    bottom: 80px;
  }
}


/*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: 1036px;
  max-width: 100%;
  max-height: 100%;
  background: #ffffff;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active .talk_to_sales_popup__container .talk_to_sales_popup__left {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .after-submit,
.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 {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  opacity: 0.5;
  text-align: right;
}

.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: 470px;
  background-color: rgb(24, 24, 26);
  position: relative;
  border-radius: 6px 0 0 6px;
}

.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: 56px 28px;
}

.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 .header {
  font-size: 24px;
  line-height: 36px;
  font-weight: 800;
  margin-bottom: 14px;
  color: rgb(255, 255, 255);
}

.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: 26px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.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 .icon {
  display: flex;
  width: 22px;
  height: 22px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/../../../../images/icons/checkmarks/white_check_small.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.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: rgb(24, 24, 26);
  left: 40px;
  bottom: 0;
  width: 396px;
  padding: 16px 0;
  border-radius: 0 0 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.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: 12px;
  line-height: 18px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.4);
}

.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: rgba(255, 255, 255, 0.9);
}

.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__container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs {
  display: flex;
  flex-direction: row;
  gap: 20px;
  padding: 34px 0 0 40px;
  border-bottom: 1px solid #EAEAEA;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  padding: 0 10px;
  height: 36px;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab.active:after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 2px;
  background-color: #000000;
  bottom: -1px;
  border-radius: 30px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab.active span {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs .tab span {
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .form-columns-2 {
  display: flex;
  gap: 22px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-text {
  height: 61px;
  margin-bottom: 9px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-form-field input {
  border-radius: 6px;
  width: 225px;
  padding: 11px 16px;
  border: 1px solid rgb(234, 234, 234);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-form-field input:focus-visible {
  outline: 1px solid black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-fieldtype-select label {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-fieldtype-select label span {
  margin-bottom: 6px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-error-msgs label {
  color: rgb(212, 17, 37) !important;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400 !important;
  margin-top: 3px;
  font-style: italic;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select {
  position: relative;
  display: inline-block;
  border-radius: 6px;
  width: 225px;
  padding: 11px 16px;
  border: 1px solid rgb(234, 234, 234);
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select.opened:after {
  transform: translateY(-50%) rotate(180deg);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select:after {
  position: absolute;
  content: "";
  right: 10px;
  top: 50%;
  width: 16px;
  height: 16px;
  background-image: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/../../../../images/icons/arrows/drop_down_icon.svg');
  background-size: contain;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list {
  position: absolute;
  width: 225px;
  list-style: none;
  padding: 6px;
  margin: 0;
  left: 0;
  top: 50px;
  border: 1px solid #EAEAEA;
  background: #fff;
  z-index: 99;
  border-radius: 6px;
  box-sizing: border-box;
  max-height: 140px;
  overflow-y: auto;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li {
  border-radius: 6px;
  padding: 7px 10px;
  cursor: pointer;
  color: black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li:first-child {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li.selected {
  pointer-events: none;
  opacity: 0.5;
  cursor: default;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .options-list li:not(:first-child):hover {
  background-color: rgb(244, 244, 244);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message {
  height: 116px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message textarea {
  width: 480px;
  resize: none;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 6px;
  font-size: 12px;
  line-height: 18px;
  height: 76px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  padding: 11px 16px;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message textarea:focus-visible {
  outline: 1px solid black;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-sales_message textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 36px;
  margin-bottom: 36px;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method label:not(.hs-error-msg) {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method .inputs-list {
  display: flex;
  flex-direction: row;
  gap: 20px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method .inputs-list .hs-form-radio-display {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_preferred_communication_method .inputs-list .hs-form-radio-display span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup input[type=radio] {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
  width: 16px !important;
  height: 16px;
  border: 1px solid rgb(234, 234, 234);
  border-radius: 50%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup input[type=radio]:checked {
  background-image: radial-gradient(circle, rgb(0, 0, 0) 50%, transparent 54%);
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_submit {
  display: flex;
  justify-content: end;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .hs_submit .hs-button {
  width: 180px;
  border: none;
  padding: 11px 24px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_form {
  overflow-y: auto;
  height: 100%;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_form.full-form {
  padding: 40px 0 0 40px;
  box-sizing: border-box;
  height: 100%;
  overflow: auto;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_form.submitted {
  height: 105px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right {
  overflow-y: auto;
  max-height: 100vh;
  width: 100%;
  padding: 40px 40px 0 40px;
  box-sizing: border-box;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__right.with-tabs {
  padding: 30px 40px 0 40px;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup .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__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 .talk_to_sales_popup__right .submitted-message strong {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
  display: inline-block;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
  justify-content: center !important;
}

.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 .talk_to_sales_popup__container .talk_to_sales_popup__live-chat, .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .header-for-small {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs {
  display: none !important;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted:not(.ai-builder-api):not(.white-label):not(.request_api-key) .popup__close {
  text-align: center;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key {
  padding: 30px !important;
  gap: 16px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .submitted-message p,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .submitted-message p,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .submitted-message p {
  text-align: left !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .talk_to_sales_popup__right,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .talk_to_sales_popup__right,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .talk_to_sales_popup__right {
  padding: 0 !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .talk_to_sales_popup__container,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .talk_to_sales_popup__container,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .talk_to_sales_popup__container {
  justify-content: flex-start !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .talk_to_sales_popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .talk_to_sales_popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .talk_to_sales_popup__close {
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .after-submit .tw_button,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .after-submit .tw_button,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .after-submit .tw_button {
  width: 150px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .after-submit,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .after-submit,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .after-submit {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  gap: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.white-label .after-submit .popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.ai-builder-api .after-submit .popup__close,
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted.request_api-key .after-submit .popup__close {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.25);
  margin: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup-1920.css */
.talk_to_sales_popup__overlay .talk_to_sales_popup {
  height: 600px;
  border-radius: 12px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active {
  width: 560px;
  height: 530px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
  width: 680px;
  height: auto !important;
  padding: 30px 0;
  justify-content: center;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container {
  width: 596px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
  margin-bottom: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right {
  padding: 20px 30px 0;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__right .submitted-message p {
  font-size: 14px;
  line-height: 20px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .after-submit .white_bg:hover {
  background-color: #e6e7e8;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup > .talk_to_sales_popup__close {
  font-size: 10px;
  width: 16px;
  height: 16px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
  display: none !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
  height: 600px;
  display: block !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
  width: 560px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .header-for-small {
  display: none;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup #talk_to_sales_tabs {
  width: 576px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .form-columns-2:nth-of-type(4) {
  flex-direction: column;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-form-field input {
  width: 225px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select {
  height: 90px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  color: black;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) span:not(.hs-form-required) {
  margin-bottom: 6px;
  display: inline-block;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-1 .hs-fieldtype-select .custom-select {
  margin-bottom: 0;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-phonenumber {
  width: 100% !important;
  height: 51px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone .custom-select {
  margin-bottom: 0 !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup fieldset.form-columns-2 .hs-form-field.hs-email input, .talk_to_sales_popup__overlay .talk_to_sales_popup .hs-fieldtype-intl-phone.hs-input.hs-email input {
  width: 480px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup .custom-select {
  width: 225px !important;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.with-tabs {
  height: 660px;
}
.talk_to_sales_popup__overlay .talk_to_sales_popup.with-tabs .talk_to_sales_popup__left {
  height: 660px;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .talk_to_sales_popup__overlay .talk_to_sales_popup {
    border-radius: 0 !important;
    height: 100%;
    justify-content: space-between;
    padding-bottom: 16px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active {
    width: 100%;
    height: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
    width: 100%;
    height: 100% !important;
    padding: 30px 0;
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container {
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .talk_to_sales_popup__right .submitted-message p {
    font-size: 16px;
    line-height: 26px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .header-for-small,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container #talk_to_sales_tabs {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container {
    align-items: center;
    justify-content: space-between;
    padding-bottom: 20px;
    flex-direction: column;
    height: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    width: 512px;
    padding: 20px 30px;
    background-color: black;
    border-radius: 6px;
    display: block !important;
    margin: 30px auto 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a:hover {
    text-decoration: none;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
    width: 100%;
    align-items: stretch;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .header-for-small {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin: 44px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs {
    padding: 32px 0 0;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .form-columns-2 {
    display: flex;
    gap: 22px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-text {
    height: 61px;
    margin-bottom: 9px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field input {
    width: 241px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: black;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) span {
    margin-bottom: 6px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .hs-error-msgs label {
    color: rgb(212, 17, 37);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3px;
    font-style: italic;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .custom-select {
    margin-bottom: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber {
    width: 100% !important;
    height: 51px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone .custom-select {
    width: 241px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field.hs-email input, .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-intl-phone.hs-input.hs-email input {
    width: 512px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .custom-select {
    width: 241px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .options-list {
    width: 241px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-sales_message textarea {
    width: 512px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-sales_message textarea::placeholder {
    color: rgba(0, 0, 0, 0.5) !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_preferred_communication_method {
    gap: 10px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit {
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit .hs-button {
    width: 360px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .talk_to_sales_popup__right {
    height: 100vh;
    padding: 32px 20px 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/talk_to_sales_popup/css/talk_to_sales_popup-320.css */
@media screen and (max-width: 767px) {
  .talk_to_sales_popup__overlay .talk_to_sales_popup {
    border-radius: 0 !important;
    height: 100%;
    justify-content: space-between;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active {
    width: 100%;
    height: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active.submitted .talk_to_sales_popup__container {
    height: 240px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.request_api_key_active.submitted .talk-to-sales__container {
    height: 240px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted {
    width: 100%;
    height: 100% !important;
    padding: 30px 0;
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container {
    justify-content: center !important;
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container {
    height: 160px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .talk_to_sales_popup__right .submitted-message p {
    font-size: 14px;
    line-height: 20px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.submitted .talk-to-sales__container .header-for-small {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container {
    justify-content: space-between;
    height: 100%;
    padding-bottom: 16px;
    flex-direction: column;
    overflow-y: auto;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__left {
    display: none !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile {
    padding: 20px 30px;
    background-color: black;
    width: 323px;
    border-radius: 6px;
    display: block !important;
    margin: 30px auto 16px;
    box-sizing: border-box;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p {
    font-size: 14px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a {
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk_to_sales_popup__live-chat-mobile p a:hover {
    text-decoration: none;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container {
    width: 100%;
    justify-content: flex-start;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .header-for-small {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    font-weight: 800;
    margin: 44px auto 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs {
    gap: 20px;
    padding: 32px 0 0;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container #talk_to_sales_tabs .tab span {
    font-size: 12px;
    line-height: 18px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .form-columns-2 {
    flex-direction: column;
    gap: 9px;
    margin-bottom: 10px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field input {
    width: 323px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-fieldtype-select label {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: black;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-fieldtype-select label span {
    margin-bottom: 6px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select {
    height: auto;
    margin-bottom: 20px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) {
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: black;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select label:not(.hs-error-msgs) span {
    margin-bottom: 6px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .hs-error-msgs label {
    color: rgb(212, 17, 37);
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-top: 3px;
    font-style: italic;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-1 .hs-fieldtype-select .custom-select {
    margin-bottom: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .custom-select {
    width: 323px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .options-list {
    width: 323px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-sales_message textarea {
    width: 323px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber {
    width: 100% !important;
    height: 152px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone {
    width: 100% !important;
    display: flex;
    flex-direction: column;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-phonenumber .hs-fieldtype-intl-phone .custom-select {
    width: 100% !important;
    margin-bottom: 39px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container fieldset.form-columns-2 .hs-form-field.hs-email input, .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs-fieldtype-intl-phone.hs-input.hs-email input {
    width: 323px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_preferred_communication_method {
    height: 58px;
    gap: 10px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit {
    justify-content: center;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .hs_submit .hs-button {
    width: 260px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .talk_to_sales_popup__right {
    height: 100%;
    padding: 32px 8px 0 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow-x: hidden;
    overflow-y: auto;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup .talk_to_sales_popup__container .talk-to-sales__container .talk_to_sales_popup__right #talk_to_sales_popup__form {
    width: 323px;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted {
    padding: 30px 0 !important;
    gap: 0;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted .after-submit,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted .after-submit {
    justify-content: center !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted .talk_to_sales_popup__container,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted .talk_to_sales_popup__container {
    height: 210px !important;
  }
  .talk_to_sales_popup__overlay .talk_to_sales_popup.white-label.submitted .talk-to-sales__container,
  .talk_to_sales_popup__overlay .talk_to_sales_popup.ai-builder-api.submitted .talk-to-sales__container {
    height: 230px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/trustpilot_iframe/css/trustpilot_iframe.css */
.websites_created_container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.websites_created_container.large-padding {
  padding: 96px 0 !important;
}
.websites_created_container .trustpilot-container {
  position: relative;
}
.websites_created_container .trustpilot-container .websites-created {
  text-align: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 500;
}
.websites_created_container .trustpilot-container .websites-created b {
  text-decoration: underline dotted;
  text-decoration-thickness: 8%;
  font-weight: 700;
}
.websites_created_container .websites_created {
  display: flex;
  gap: 20px;
  align-items: center;
}
.websites_created_container .websites_created_number {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  top: -0.5px;
}
.websites_created_container .websites_created_number:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #e4e4e4;
  right: -10px;
  top: 3px;
}
.websites_created_container .trustpilot_title {
  font-weight: 500;
}
.websites_created_container .trustpilot_title .bold {
  font-weight: 700;
}
.websites_created_container .trustpilot_title .silver {
  color: rgba(255, 255, 255, 0.8);
}
.websites_created_container .trustpilot_title .dotted {
  text-decoration-line: underline;
  text-decoration-style: dotted;
  text-decoration-thickness: 11%;
  text-underline-offset: 4px;
  border-bottom: 0;
}
.websites_created_container .micro_combo {
  display: flex;
  justify-content: center;
}
.websites_created_container .wp_img_container img {
  width: 132px;
  height: 21px;
}
.websites_created_container.center {
  align-items: center;
}
.websites_created_container.center.small-size .trustpilot-widget iframe {
  margin: 0 auto;
}
.websites_created_container.mt20 {
  margin-top: 20px;
}
.websites_created_container.black_bg {
  background: #000;
}
.websites_created_container.black_bg .trustpilot_title {
  color: #ffffff;
}
.websites_created_container.black_bg.with-border {
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 1px 0 1px 0;
}
.websites_created_container.no-margin {
  margin: 0 !important;
}

@media screen and (min-width: 1261px) {
  .websites_created_container {
    margin-top: 50px;
    align-items: flex-start;
  }
  .websites_created_container .trustpilot_title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .websites_created_container.center {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .websites_created_container.black_bg {
    padding: 32px 0;
  }
  .websites_created_container.small-size {
    margin: 48px 0 80px;
  }
  .websites_created_container.small-size .trustpilot_title {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .websites_created_container {
    margin-top: 40px;
    align-items: center;
  }
  .websites_created_container.no-margin {
    padding: 80px 0;
  }
  .websites_created_container .trustpilot_title {
    font-size: 28px;
    line-height: 40px;
    margin-bottom: 24px;
  }
  .websites_created_container.center {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .websites_created_container.black_bg {
    padding: 32px 0;
  }
  .websites_created_container.small-size {
    margin: 48px 0 80px;
  }
  .websites_created_container.small-size .trustpilot_title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .websites_created_container {
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    height: 76px;
  }
  .websites_created_container.no-margin {
    padding: 48px 0 !important;
  }
  .websites_created_container .trustpilot-container .websites-created {
    font-size: 16px;
    line-height: 24px;
    max-width: 343px;
    margin: 0 auto 16px auto;
  }
  .websites_created_container .trustpilot_title {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .websites_created_container.center {
    margin: 30px auto 0;
  }
  .websites_created_container.black_bg {
    padding: 32px 0;
  }
  .websites_created_container.black_bg .trustpilot-widget iframe {
    width: 260px !important;
    height: 40px !important;
  }
  .websites_created_container.small-size {
    height: auto;
    margin: 32px 0 44px;
  }
  .websites_created_container.small-size .trustpilot_title {
    margin-bottom: 12px;
  }
  .websites_created_container.no-margin {
    height: auto;
    padding: 24px 0;
  }
}

/*# sourceMappingURL=trustpilot_iframe.css.map */