/* 10Web Booster optimized this CSS file */


/*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-new/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 {
  display: none;
}

.hidden {
  display: none;
}

.container {
  margin: 0 auto;
}

.section__header-container {
  display: flex;
}

.site-title {
  font-weight: 700;
}
.site-title.center {
  text-align: center;
}
.site-title.right-header {
  text-align: left;
}

.section-title {
  font-weight: 700;
  margin: 0;
}
.section-title.center {
  text-align: center;
}
.section-title.right-header {
  text-align: left;
}

.section-description {
  font-weight: 400;
  opacity: 0.8;
}

.dotted {
  border-bottom: 1px solid;
}
.dotted.dotted-white {
  border-color: #ffffff;
}

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

.slick-arrow {
  font-size: 0;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #F5F5F6;
  background-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.slick-arrow.slick-prev {
  transform: rotateZ(180deg);
}
.slick-arrow:after {
  content: "";
  display: block;
  height: 24px;
  width: 24px;
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/main/main-new/../../../../images/icons/arrows/arrow-grey.svg) no-repeat center;
  opacity: 0.5;
  background-size: 24px;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
}
.slick-arrow.slick-disabled:after {
  opacity: 0.15;
}
.slick-arrow:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.slick-arrow:hover:after {
  opacity: 1;
}

.slider .slick-dots {
  padding: 20px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.slider .slick-dots li {
  height: 6px;
}
.slider .slick-dots li button {
  display: block;
  border: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  text-indent: -200px;
  padding: 0;
  width: 6px;
  height: 6px;
  border-radius: 4px;
  position: relative;
}
.slider .slick-dots li.slick-active {
  height: 8px;
}
.slider .slick-dots li.slick-active button {
  width: 8px;
  height: 8px;
  background: rgb(0, 0, 0);
}
.slider.black_background .slick-dots {
  background: rgba(255, 255, 255, 0.1);
}
.slider.black_background .slick-dots li button {
  background: rgba(255, 255, 255, 0.5);
}
.slider.black_background .slick-dots li.slick-active button {
  background: rgb(255, 255, 255);
}

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

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

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

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

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

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

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

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

@keyframes ProgressSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes ProgressFill {
  0% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 1;
  }
}
@keyframes ProgressMask {
  0% {
    opacity: 1;
  }
  50%, 100% {
    opacity: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/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;
  }
  .section__header-container {
    margin-bottom: 64px;
    justify-content: space-between;
    align-items: flex-end;
  }
  .section__header-container .section__header {
    width: 1012px;
  }
  img.bg_tablet, img.bg_mobile {
    display: none;
  }
  br.desktop,
  img.bg_desktop {
    display: block;
  }
  .container {
    max-width: calc(100% - 40px);
    width: 1272px;
  }
  .section {
    margin: 152px 0;
  }
  .site-title {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
  .section-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .section-description {
    font-size: 20px;
    line-height: 30px;
  }
  .section-description a:hover {
    text-decoration: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/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;
  }
  .section__header-container {
    margin-bottom: 64px;
    flex-direction: column;
  }
  img.bg_desktop,
  img.bg_mobile {
    display: none;
  }
  br.tablet {
    display: inline;
  }
  img.bg_tablet {
    display: block;
  }
  .container {
    max-width: 728px;
    width: 100%;
  }
  .section {
    margin: 96px 0;
  }
  .site-title {
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 24px;
  }
  .sub-title {
    font-size: 24px;
    line-height: 36px;
  }
  .section-title {
    font-size: 40px;
    line-height: 52px;
    margin-bottom: 20px;
  }
  .section-description {
    font-size: 20px;
    line-height: 30px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_320.css */
@media screen and (max-width: 767px) {
  .section__header-container {
    margin-bottom: 48px;
    flex-direction: column;
  }
  img.bg_desktop,
  img.bg_tablet {
    display: none;
  }
  img.bg_mobile {
    display: block;
  }
  /*br.mobile {
    display: inline;
  }*/
  br.phone {
    display: inline;
  }
  .container {
    max-width: calc(100% - 32px);
  }
  .section {
    margin: 72px 0;
  }
  .site-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px;
  }
  .section-title {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 16px;
  }
  .sub-title {
    font-size: 18px;
    line-height: 26px;
  }
  .section-description {
    font-size: 16px;
    line-height: 24px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_only_375.css */
@media screen and (max-width: 376px) and (min-width: 375px) {
  br.mobile {
    display: block;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/main/main-new/main_1366.css */
@media screen and (max-width: 1400px) and (min-width: 1261px) {
  br.desktop_1366 {
    display: block;
  }
}


/*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/new/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;
  }
}
.button_container .cancel_anytime {
  font-weight: 500;
}
.button_container .button_container {
  margin-top: 0;
}
.button_container.mt0 {
  margin-top: 0 !important;
}
.button_container.center {
  text-align: center;
}

.tw_button {
  display: inline-block;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 13px 0;
  border-radius: 6px;
  text-decoration: none;
  text-transform: none;
  text-align: center;
  box-sizing: border-box;
  color: #000000;
}
.tw_button .loading-circular-spinner,
.tw_button .new-loader {
  display: none;
}
.tw_button.link {
  padding: 0;
  text-decoration: underline;
}
.tw_button.link.black {
  color: #000000;
}
.tw_button.link:hover {
  text-decoration: none;
}
.tw_button.button_disabled {
  opacity: 0.5;
  pointer-events: none;
}
.tw_button.loading {
  opacity: 0.8;
  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/new/../../../../../images/icons/loading.svg);
  background-size: contain;
  box-sizing: border-box;
  animation: loading-spinner-rotate 1s linear infinite;
}
.tw_button.blue_bg {
  background-color: #3339F1;
  color: #FFFFFF;
  border: 1px solid #3339F1;
}
.tw_button.blue_bg span {
  color: #FFFFFF;
}
.tw_button.blue_bg:hover {
  background-color: rgba(51, 57, 241, 0.8);
  border-color: rgba(51, 57, 241, 0.8);
}
.tw_button.palatinate_blue_bg {
  background: #3339f0 !important;
  color: #ffffff;
}
.tw_button.palatinate_blue_bg:hover {
  opacity: 0.8;
}
.tw_button.white_bg {
  background-color: #FFFFFF;
  color: #000000;
  cursor: pointer;
}
.tw_button.white_bg.blue_text {
  color: #3339f0;
}
.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 span {
  color: #000000;
}
.tw_button.white_bg:hover {
  opacity: 0.8;
}
.tw_button.black_bg {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
.tw_button.black_bg:hover {
  opacity: 0.8;
}
.tw_button.white_transparent_bg {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  color: #ffffff;
}
.tw_button.white_transparent_bg:hover {
  background: rgba(255, 255, 255, 0.2);
}
.tw_button.transparent_bg:hover {
  color: rgba(0, 0, 0, 0.5);
}
.tw_button.black_border {
  border: 1px solid #000000;
}
.tw_button.black_border:hover {
  background-color: #000000;
  color: #FFFFFF;
  opacity: 1;
}
.tw_button.rounded {
  border-radius: 23px;
}
.tw_button.blur {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}
.tw_button.white_outline {
  color: #ffffff;
  border: 1px solid #ffffff;
}
.tw_button.white_outline:hover {
  color: #000000;
  background: #ffffff;
}
.tw_button.dark_outline {
  color: #000000;
  border: 1px solid #000000;
  background-color: transparent;
  box-sizing: border-box;
}
.tw_button.dark_outline:hover {
  color: #fff;
  background: #000000;
}
.tw_button.black_outline {
  border: 1px solid #000000;
}
.tw_button.black_outline:hover {
  color: #ffffff;
  background: #000000;
}
.tw_button.with-stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.tw_button.with-stars:before {
  content: "";
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/button/css/new/../../../../../images/icons/ai.svg) no-repeat;
  background-size: contain;
  display: inline-block;
}

@media screen and (min-width: 1261px) {
  .button_container {
    margin-top: 48px;
  }
  .button_container .cancel_anytime {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .button_container.bottom {
    margin-top: 64px;
  }
  .tw_button.loading .new-loader {
    width: 20px;
    height: 20px;
  }
  .tw_button.with-stars {
    padding: 16px 0;
    font-size: 16px;
    line-height: 26px;
    width: 260px;
  }
  .tw_button.with-stars:before {
    width: 24px;
    height: 24px;
  }
  .buttons-container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .button_container {
    margin-top: 48px;
  }
  .button_container .cancel_anytime {
    font-size: 12px;
    line-height: 18px;
    margin-top: 12px;
  }
  .button_container.bottom {
    margin-top: 64px;
  }
  .tw_button.loading .new-loader {
    width: 20px;
    height: 20px;
  }
  .tw_button.with-stars {
    padding: 16px 0;
    font-size: 16px;
    line-height: 26px;
    width: 260px;
  }
  .tw_button.with-stars:before {
    width: 24px;
    height: 24px;
  }
  .buttons-container {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .button_container {
    margin-top: 32px;
  }
  .button_container .cancel_anytime {
    font-size: 10px;
    line-height: 16px;
    margin-top: 8px;
  }
  .tw_button.loading .new-loader {
    width: 17px;
    height: 17px;
  }
  .tw_button.with-stars {
    padding: 13px 0;
    font-size: 14px;
    line-height: 20px;
    width: 233px;
  }
  .tw_button.with-stars:before {
    width: 20px;
    height: 20px;
  }
  .buttons-container {
    margin-top: 32px;
  }
}
/*# sourceMappingURL=buttons.css.map */

/*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/css/scss/page-hero-banner/page-hero-banner.css */
@keyframes loading-spinner-rotate {
  100% {
    transform: rotate(360deg);
  }
}
body.disable {
  overflow: hidden;
}

.site_header.minified .container {
  justify-content: flex-start;
  align-items: center;
}

#page {
  position: relative;
}

#header .affiliate-link {
  text-decoration: underline;
  color: #000;
  background: transparent;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

.hero-banner__close {
  position: absolute;
  display: none;
  width: 18px;
  height: 18px;
  top: 16px;
  right: 16px;
  background: rgba(0, 0, 0, 0.2) url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/icons/close_w.svg) no-repeat center;
  cursor: pointer;
  border-radius: 12px;
  background-size: 7px;
}

.hero-embed__overlay {
  z-index: 999999;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8px);
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.hero-embed__overlay.active {
  display: flex;
}
.hero-embed__overlay * {
  box-sizing: border-box;
}
.hero-embed__overlay .hero-embed__popup {
  border: 1px solid #EAEAEA;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.hero-embed__overlay .hero-embed__popup-title-container {
  border-bottom: 1px solid #EAEAEA;
  width: 100%;
}
.hero-embed__overlay .hero-embed__popup-title {
  font-weight: 700;
  margin-bottom: 12px;
}
.hero-embed__overlay .hero-embed__popup-description {
  color: rgba(0, 0, 0, 0.8);
}
.hero-embed__overlay .hero-embed__popup-step:not(:last-child) {
  margin-bottom: 24px;
}
.hero-embed__overlay .hero-embed__popup-step p {
  color: rgba(0, 0, 0, 0.8);
  margin-bottom: 16px;
}
.hero-embed__overlay .hero-embed__popup-step p .grey {
  padding: 2px 4px;
  border-radius: 4px;
  background: #F5F5F6;
  color: rgba(51, 57, 241, 0.8);
  text-align: center;
  font-family: "Source Code Pro", serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.hero-embed__overlay .hero-embed__popup-step .code-container {
  border: 1px solid #EAEAEA;
  background: #F5F5F6;
  backdrop-filter: blur(20px);
  position: relative;
  padding: 20px;
}
.hero-embed__overlay .hero-embed__popup-step .code-container .copy {
  position: absolute;
  bottom: 12px;
  right: 12px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  background: #FFF url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/hero-banner/copy-opacity.svg) no-repeat center;
  cursor: pointer;
  width: 40px;
  height: 40px;
}
.hero-embed__overlay .hero-embed__popup-step .code-container .copy .copied {
  border-radius: 6px;
  background: #000;
  color: #FFF;
  padding: 8px 16px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  position: absolute;
  right: 48px;
  top: 3px;
  display: none;
}
.hero-embed__overlay .hero-embed__popup-step .code {
  color: rgba(0, 0, 0, 0.8);
  font-family: "Source Code Pro", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  word-break: break-all;
}

.hero-embed * {
  box-sizing: border-box;
}
.hero-embed .container {
  display: flex;
}
.hero-embed .hero-embed__banner {
  background: #F5F5F6;
}
.hero-embed .hero-embed__banner .preview-text {
  color: rgba(0, 0, 0, 0.8);
  font-weight: 700;
  margin-bottom: 24px;
}
.hero-embed .hero-embed__banner .tenweb-website-generator {
  border: 2px dashed #3339F1;
  margin: 0 auto;
}
.hero-embed .hero-embed__title {
  font-weight: 700;
}
.hero-embed .hero-embed__description {
  opacity: 0.8;
}
.hero-embed .hero-embed__form-fields {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero-embed .hero-embed__form-fields .buttons-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0;
}
.hero-embed .hero-embed__form-fields .buttons-container .preview-button {
  display: none;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(234, 234, 234, 0.8);
}
.hero-embed .hero-embed__form-fields .buttons-container .tw_button {
  width: 100%;
}
.hero-embed .hero-embed__form-fields .buttons-container .tw_button.loading {
  padding: 13px 0 8px;
}
.hero-embed .hero-embed__form-fields .buttons-container .loader {
  display: none;
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/icons/loading.svg);
  background-size: contain;
  box-sizing: border-box;
  animation: loading-spinner-rotate 1s linear infinite;
}
.hero-embed .hero-embed__form-fields .buttons-container .code-button.loading {
  opacity: 0.8;
  pointer-events: none;
}
.hero-embed .hero-embed__form-fields .buttons-container .code-button.loading .text {
  display: none;
}
.hero-embed .hero-embed__form-fields .buttons-container .code-button.loading .loader {
  display: inline-block;
}
.hero-embed .hero-embed__form-fields .label-container {
  display: flex;
  align-items: center;
  gap: 4px;
}
.hero-embed .hero-embed__form-fields .label-container .info {
  z-index: 1;
  width: 16px;
  height: 16px;
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/hero-banner/info.svg) no-repeat center;
  opacity: 0.2;
  cursor: pointer;
}
.hero-embed .hero-embed__form-fields .label-container .info:hover {
  opacity: 1;
}
.hero-embed .hero-embed__form-fields .label-container .info:hover .info-text {
  opacity: 1;
  transform: translateY(0);
  pointer-events: unset;
}
.hero-embed .hero-embed__form-fields .label-container .info-text {
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  position: absolute;
  width: 272px;
  padding: 16px;
  border-radius: 6px;
  background: #000;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
}
.hero-embed .hero-embed__form-fields .label-container .info-text .title {
  font-weight: 700;
  margin: 0 0 8px;
}
.hero-embed .hero-embed__form-fields .label-container .info-text .description {
  opacity: 0.8;
  margin: 0;
}
.hero-embed .hero-embed__form-fields label {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.hero-embed .hero-embed__form-fields .input-text,
.hero-embed .hero-embed__form-fields .textarea,
.hero-embed .hero-embed__form-fields .options,
.hero-embed .hero-embed__form-fields .selected-option {
  padding: 11px 16px;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  width: 100%;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.hero-embed .hero-embed__form-fields .input-text:focus,
.hero-embed .hero-embed__form-fields .textarea:focus {
  border-color: #3339F1;
}
.hero-embed .hero-embed__form-fields .selected-option {
  cursor: pointer;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.hero-embed .hero-embed__form-fields .selected-option:after {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/hero-banner/arrow.svg) no-repeat center;
}
.hero-embed .hero-embed__form-fields .select {
  position: relative;
}
.hero-embed .hero-embed__form-fields .select.active .selected-option {
  border-color: #3339F1;
}
.hero-embed .hero-embed__form-fields .select.active .selected-option:after {
  transform: rotateZ(180deg);
}
.hero-embed .hero-embed__form-fields .select .options {
  background: #fff;
  padding: 8px;
  flex-direction: column;
  gap: 2px;
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  display: none;
  z-index: 2;
}
.hero-embed .hero-embed__form-fields .select .options .option {
  padding: 6px 8px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  border-radius: 6px;
  background-color: #ffffff;
  transition: background-color 0.1s;
  cursor: pointer;
}
.hero-embed .hero-embed__form-fields .select .options .option.selected {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/hero-banner/check.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 7px) 8px;
  background-size: 16px;
}
.hero-embed .hero-embed__form-fields .select .options .option:hover {
  background-color: rgba(234, 234, 234, 0.3);
}
.hero-embed .hero-embed__form-fields .select.active .options {
  display: flex;
}
.hero-embed .hero-embed__form-fields .textarea {
  height: 60px;
  resize: none;
}
.hero-embed .hero-embed__form-fields .switch {
  position: relative;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 6px;
  background: #F5F5F6;
  gap: 6px;
}
.hero-embed .hero-embed__form-fields .switch .highlight {
  position: absolute;
  height: calc(100% - 8px);
  transform: translateX(4px);
  left: 0;
  top: 4px;
  background: #ffffff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  border-radius: 4px;
  width: calc((100% - 14px) / 2);
}
.hero-embed .hero-embed__form-fields .switch .switch-item {
  width: calc((100% - 6px) / 2);
  text-align: center;
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
  padding: 8px 12px;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.hero-embed .hero-embed__form-fields .switch .switch-item img {
  width: 16px;
  height: 16px;
}
.hero-embed .hero-embed__form-fields .switch .switch-item.active {
  color: #3339F1;
}
.hero-embed .hero-embed__form-fields .error-msg {
  display: none;
  position: absolute;
  left: 3px;
  top: calc(100% + 2px);
  color: #D41125;
  font-size: 12px;
  font-weight: 300;
  line-height: 15px;
  justify-content: space-between;
  width: calc(100% - 6px);
}
.hero-embed .hero-embed__form-fields .hero-embed__form-fields-group {
  display: flex;
  gap: 20px;
}
.hero-embed .hero-embed__form-fields .hero-embed__form-field {
  position: relative;
}
.hero-embed .hero-embed__form-fields .hero-embed__form-field.error .input-text,
.hero-embed .hero-embed__form-fields .hero-embed__form-field.error .textarea {
  border-color: #D41125;
}
.hero-embed .hero-embed__form-fields .hero-embed__form-field.error .error-msg {
  display: flex;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-hero-banner/page-hero-banner-1920.css */
@media screen and (min-width: 1261px) {
  .site_header.minified .container {
    gap: 30px;
    max-width: 100%;
  }
  #header .affiliate-link:hover {
    opacity: 0.8;
  }
  .hero-embed__overlay .close:hover {
    background-color: #000000;
  }
  .hero-embed__overlay .hero-embed__popup {
    width: 500px;
    border-radius: 12px;
  }
  .hero-embed__overlay .hero-embed__popup .hero-banner__close {
    display: block;
  }
  .hero-embed__overlay .hero-embed__popup-title-container {
    padding: 32px 32px 24px;
  }
  .hero-embed__overlay .hero-embed__popup-title {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-embed__overlay .hero-embed__popup-description {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-embed__overlay .hero-embed__popup-steps {
    padding: 24px 32px 32px;
  }
  .hero-embed__overlay .hero-embed__popup-step:not(:last-child) {
    margin-bottom: 24px;
  }
  .hero-embed__overlay .hero-embed__popup-step p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-embed__overlay .hero-embed__popup-step .code-container {
    border-radius: 8px;
  }
  .hero-embed__overlay .hero-embed__popup-step .code {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-embed__overlay .hero-embed__popup-step .copy:hover {
    background: #FFF url(https://10web.io/wp-content/themes/10web-theme/css/scss/page-hero-banner/../../../images/hero-banner/copy.svg) no-repeat center;
  }
  .hero-embed {
    padding: 108px 0 40px;
    width: 100%;
  }
  .hero-embed .container {
    justify-content: space-between;
  }
  .hero-embed .hero-embed__form {
    width: 528px;
    padding-bottom: 34px;
  }
  .hero-embed .hero-embed__banner-container {
    width: 664px;
  }
  .hero-embed .hero-embed__banner {
    padding: 32px;
    height: 712px;
    border-radius: 12px;
  }
  .hero-embed .hero-embed__banner .preview-text {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-embed .hero-embed__banner[data-mode=landscape] .tenweb-website-generator {
    width: 600px;
  }
  .hero-embed .hero-embed__banner[data-mode=portrait] .tenweb-website-generator {
    width: 300px;
  }
  .hero-embed .hero-embed__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 12px;
  }
  .hero-embed .hero-embed__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .hero-embed .hero-embed__form-fields-group .hero-embed__form-field {
    width: calc((100% - 20px) / 2);
  }
  .hero-embed .hero-embed__form-fields .buttons-container {
    gap: 20px;
    padding-top: 20px;
  }
  .hero-embed .hero-embed__form-fields .label-container {
    margin-bottom: 8px;
  }
  .hero-embed .hero-embed__form-fields .label-container .info {
    position: relative;
  }
  .hero-embed .hero-embed__form-fields .label-container .info-text {
    left: 24px;
    top: 0;
  }
}
@media screen and (min-width: 1261px) and (min-height: 860px) {
  .hero-embed-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-hero-banner/page-hero-banner-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .site_header.minified .container {
    gap: 30px;
  }
  .hero-banner__close {
    display: block;
  }
  .hero-embed__overlay .hero-embed__popup {
    width: 500px;
    border-radius: 12px;
  }
  .hero-embed__overlay .hero-embed__popup-title-container {
    padding: 32px 32px 24px;
  }
  .hero-embed__overlay .hero-embed__popup-title {
    font-size: 20px;
    line-height: 30px;
  }
  .hero-embed__overlay .hero-embed__popup-description {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-embed__overlay .hero-embed__popup-steps {
    padding: 24px 32px 32px;
  }
  .hero-embed__overlay .hero-embed__popup-step:not(:last-child) {
    margin-bottom: 24px;
  }
  .hero-embed__overlay .hero-embed__popup-step p {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-embed__overlay .hero-embed__popup-step .code-container {
    border-radius: 8px;
  }
  .hero-embed__overlay .hero-embed__popup-step .code {
    font-size: 14px;
    line-height: 20px;
  }
  .hero-embed {
    padding: 108px 0 40px;
  }
  .hero-embed .container {
    justify-content: center;
  }
  .hero-embed .hero-embed__form {
    width: 528px;
  }
  .hero-embed .hero-embed__banner-container {
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: calc(100% - 68px);
    left: 0;
    top: 68px;
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    overflow-y: auto;
    padding: 16px 0;
  }
  .hero-embed .hero-embed__banner-container.active {
    display: flex;
  }
  .hero-embed .hero-embed__banner-container[data-mode=landscape] {
    align-items: center;
  }
  .hero-embed .hero-embed__banner {
    position: relative;
    padding: 32px;
    border-radius: 12px;
  }
  .hero-embed .hero-embed__banner .preview-text {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-embed .hero-embed__banner[data-mode=landscape] .hero-embed__banner {
    width: 664px;
  }
  .hero-embed .hero-embed__banner[data-mode=landscape] .tenweb-website-generator {
    width: 600px;
  }
  .hero-embed .hero-embed__banner[data-mode=portrait] .hero-embed__banner {
    width: 364px;
  }
  .hero-embed .hero-embed__banner[data-mode=portrait] .tenweb-website-generator {
    width: 300px;
  }
  .hero-embed .hero-embed__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 16px;
  }
  .hero-embed .hero-embed__description {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 32px;
  }
  .hero-embed .hero-embed__form-fields-group .hero-embed__form-field {
    width: calc((100% - 20px) / 2);
  }
  .hero-embed .hero-embed__form-fields .buttons-container {
    gap: 20px;
    padding-top: 20px;
  }
  .hero-embed .hero-embed__form-fields .buttons-container .preview-button {
    display: flex;
    gap: 12px;
  }
  .hero-embed .hero-embed__form-fields .buttons-container .preview-button img {
    width: 20px;
    height: 20px;
  }
  .hero-embed .hero-embed__form-fields .label-container {
    margin-bottom: 8px;
  }
  .hero-embed .hero-embed__form-fields .label-container .info {
    position: relative;
  }
  .hero-embed .hero-embed__form-fields .label-container .info-text {
    left: 24px;
    top: 0;
  }
}
@media screen and (max-width: 1260px) and (min-width: 768px) and (min-height: 860px) {
  .hero-embed-container {
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/css/scss/page-hero-banner/page-hero-banner-320.css */
@media screen and (max-width: 767px) {
  .site_header.minified .container {
    gap: 20px;
  }
  .hero-banner__close {
    display: block;
  }
  .hero-embed__overlay .hero-embed__popup {
    width: 500px;
    border-radius: 8px;
    max-width: calc(100% - 32px);
  }
  .hero-embed__overlay .hero-embed__popup-title-container {
    padding: 32px 32px 24px;
  }
  .hero-embed__overlay .hero-embed__popup-title {
    font-size: 16px;
    line-height: 24px;
  }
  .hero-embed__overlay .hero-embed__popup-description {
    font-size: 12px;
    line-height: 18px;
  }
  .hero-embed__overlay .hero-embed__popup-steps {
    padding: 24px 32px 32px;
  }
  .hero-embed__overlay .hero-embed__popup-step:not(:last-child) {
    margin-bottom: 24px;
  }
  .hero-embed__overlay .hero-embed__popup-step p {
    font-size: 12px;
    line-height: 18px;
  }
  .hero-embed__overlay .hero-embed__popup-step .code-container {
    border-radius: 6px;
  }
  .hero-embed__overlay .hero-embed__popup-step .code {
    font-size: 12px;
    line-height: 18px;
  }
  .hero-embed {
    padding: 92px 0 16px;
  }
  .hero-embed .container {
    justify-content: center;
  }
  .hero-embed .hero-embed__form {
    width: 360px;
    max-width: 100%;
  }
  .hero-embed .hero-embed__banner-container {
    z-index: 999999;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: calc(100% - 68px);
    left: 0;
    top: 68px;
    display: none;
    align-items: flex-start;
    justify-content: center;
    overflow-y: auto;
    padding: 16px 0;
  }
  .hero-embed .hero-embed__banner-container.active {
    display: flex;
  }
  .hero-embed .hero-embed__banner-container[data-mode=landscape] {
    align-items: center;
  }
  .hero-embed .hero-embed__banner {
    position: relative;
    padding: 24px 16px;
    border-radius: 12px;
    max-width: calc(100% - 32px);
  }
  .hero-embed .hero-embed__banner .preview-text {
    font-size: 14px;
    line-height: 22px;
  }
  .hero-embed .hero-embed__banner[data-mode=landscape] .hero-embed__banner {
    width: 664px;
    max-width: 100%;
  }
  .hero-embed .hero-embed__banner[data-mode=landscape] .tenweb-website-generator {
    width: 600px;
    max-width: 100%;
  }
  .hero-embed .hero-embed__banner[data-mode=portrait] .hero-embed__banner {
    width: 364px;
    max-width: 100%;
  }
  .hero-embed .hero-embed__banner[data-mode=portrait] .tenweb-website-generator {
    width: 300px;
    max-width: 100%;
  }
  .hero-embed .hero-embed__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 12px;
  }
  .hero-embed .hero-embed__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }
  .hero-embed .hero-embed__form-fields-group {
    flex-direction: column;
  }
  .hero-embed .hero-embed__form-fields .buttons-container {
    gap: 12px;
    position: relative;
    padding-top: 13px;
  }
  .hero-embed .hero-embed__form-fields .buttons-container .preview-button {
    display: flex;
    gap: 10px;
  }
  .hero-embed .hero-embed__form-fields .buttons-container .preview-button img {
    width: 18px;
    height: 18px;
  }
  .hero-embed .hero-embed__form-fields .buttons-container:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #EAEAEA;
    top: 0;
  }
  .hero-embed .hero-embed__form-fields .label-container {
    margin-bottom: 6px;
  }
  .hero-embed .hero-embed__form-fields .label-container .info-text {
    left: 0;
    top: 22px;
  }
  .hero-embed .hero-embed__form-fields .error-msg {
    top: calc(100% + 4px);
    font-size: 11px;
  }
}