/* 10Web Booster optimized this CSS file */


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/post/post.css */
body * {
  font-family: "Mulish", sans-serif;
}

#primary .page-container {
  display: flex;
}
#primary .glossary-container {
  display: flex;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/post/post-1920.css */
@media screen and (min-width: 1701px) {
  #primary .page-container {
    justify-content: flex-end;
  }
  #primary .glossary-sidebar {
    display: block;
  }
  #primary .page-content {
    width: calc(100% - 120px);
  }
  #primary .glossary-container {
    margin: 138px auto 60px;
    width: calc(100% - 80px);
    justify-content: space-between;
  }
  #primary .glossary-content {
    width: 780px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/post/post-1280.css */
@media screen and (max-width: 1700px) and (min-width: 1261px) {
  #primary .page-container {
    justify-content: flex-end;
  }
  #primary .glossary-sidebar {
    display: block;
  }
  #primary .page-content {
    width: calc(100% - 120px);
  }
  #primary .glossary-container {
    margin: 138px auto 60px;
    width: calc(100% - 80px);
    gap: 30px;
    justify-content: flex-start;
  }
  #primary .glossary-content {
    width: 710px;
  }
  #primary .glossary-right-sidebar {
    width: 100%;
  }
  #primary .glossary-right-sidebar .glossary-right-sidebar__container {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #000000;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/post/post-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #primary .page-content {
    width: 100%;
  }
  #primary .single-glossary__container {
    width: 720px;
    margin: 0 auto;
  }
  #primary .glossary-container {
    margin: 108px auto 60px;
  }
  #primary .glossary-right-sidebar {
    width: 100%;
  }
  #primary .glossary-right-sidebar .glossary-right-sidebar__container {
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #000000;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/post/post-320.css */
@media screen and (max-width: 767px) {
  #primary .glossary-container {
    margin: 108px 20px 40px;
  }
  #primary .glossary-right-sidebar {
    width: 100%;
  }
  #primary .glossary-right-sidebar .glossary-right-sidebar__container {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/entry-content.css */
@charset "UTF-8";
.entry-header h1.entry-title {
  margin: 0 0 26px 0;
  font-family: "Mulish", sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.post-thumbnail {
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 60px;
}
.post-thumbnail img {
  margin: 0 !important;
  border-radius: 0 !important;
  border: 0 !important;
}

.post-description {
  margin-top: 60px;
}

.entry-thumbnail {
  font-size: 0;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin: 30px 0 30px 0;
}
.entry-thumbnail img {
  max-width: 100%;
  width: 100%;
  height: auto;
}

.entry-content {
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  font-family: "Mulish", sans-serif;
  /*  ul li:before {
      content: "○";
      font-size: 24px;
      position: absolute;
      left: 0;
      color: #000000;
    }*/
  /*
  Audio tag
   */
}
.entry-content code {
  font-family: "Mulish", sans-serif;
}
.entry-content .tag-highlight {
  background: rgba(51, 57, 241, 0.1);
  border-radius: 6px;
  padding: 4px 6px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 400 !important;
}
.entry-content .wp-video > a,
.entry-content .tenweb-audio-parent {
  display: none;
}
.entry-content .editors-choice:before {
  content: " ";
  display: block;
  width: 220px;
  height: 56px;
  margin-bottom: 20px;
  background: url('https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/img_editors_choice.png') no-repeat center center;
  background-size: contain;
}
.entry-content .aligncenter, .entry-content div.aligncenter {
  display: block;
  margin: 20px auto 15px auto;
}
.entry-content .alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content .alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content .aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.entry-content .wp-caption {
  border-radius: 3px;
  text-align: center;
  max-width: 96%;
  clear: both;
}
.entry-content .wp-caption.alignleft {
  clear: none;
}
.entry-content .wp-caption p.wp-caption-text {
  padding: 0 4px 0;
  line-height: 17px;
  margin: 0;
  font-style: italic;
}
.entry-content mark, .entry-content ins {
  background: #fff9c0;
  text-decoration: none;
}
.entry-content abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}
.entry-content pre {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 30px 0;
  max-width: 100%;
  overflow: auto;
  padding: 20px 50px 20px 20px;
  white-space: pre-wrap;
  word-wrap: break-word;
  background-color: #000;
  color: #fff;
  border-radius: 6px;
  position: relative;
  line-height: 26px;
  pointer-events: auto;
  cursor: pointer;
}
.entry-content pre span {
  font-size: 18px;
  line-height: 26px;
  font-weight: 600 !important;
  opacity: 0.8;
}
.entry-content pre.clicked:before {
  display: block;
}
.entry-content pre:before {
  pointer-events: none;
  content: "Copied";
  position: absolute;
  padding: 8px 16px;
  border: 1px solid #EAEAEA;
  right: 50px;
  top: 13px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
  background: #FFFFFF;
  border-radius: 6px;
  color: black;
  font-family: "Open Sans", sans-serif;
  text-transform: capitalize;
  display: none;
}
.entry-content pre:hover:after {
  opacity: 1;
}
.entry-content pre:after {
  pointer-events: all;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  display: block;
  width: 22px;
  height: 22px;
  opacity: 0.5;
  cursor: pointer;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/copy_Icon.svg);
}
.entry-content blockquote {
  color: #000;
  font-size: 20px;
  line-height: 34px;
  font-style: italic;
  font-weight: 700;
  border-left: 1px solid #000;
  padding: 10px 20px 5px;
  margin: 50px 0;
}
.entry-content dt {
  font-weight: 600;
}
.entry-content dd {
  margin-bottom: 20px;
}
.entry-content .custom-header-a img {
  width: 100%;
}
.entry-content .video {
  border-radius: 10px;
  overflow: hidden;
}
.entry-content iframe {
  max-width: 100%;
  width: 100%;
}
.entry-content b {
  font-weight: bold;
}
.entry-content .wp-caption img {
  margin-top: 6px;
  max-width: 100%;
  height: auto;
  margin-bottom: 0;
}
.entry-content .iframe img:not(.img_cta_button) {
  margin: 0;
}
.entry-content img:not(.img_cta_button):not(.device-icon) {
  margin-top: 38px;
  margin-bottom: 8px;
  max-width: 100%;
  height: auto;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 6px;
  display: block;
}
.entry-content .wp-caption > img:not(.img_cta_button) {
  margin-bottom: 10px;
}
.entry-content img.img_cta_button {
  width: auto;
}
.entry-content .tenweb-share-buttons {
  width: 215px;
  float: none;
  margin-left: auto;
  margin-top: 17px;
}
.entry-content table:not(.table-intro):not(.comparison_table table):not(.roles_table table) {
  border-collapse: collapse;
}
.entry-content table:not(.table-intro):not(.comparison_table table):not(.roles_table table) tr:first-child td, .entry-content table:not(.table-intro):not(.comparison_table table):not(.roles_table table) th {
  border-bottom: 1px solid rgb(0, 0, 0);
  width: 195px;
  text-align: center;
  vertical-align: middle;
  padding: 22px 25px;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 32px;
  font-weight: 800;
}
.entry-content ul,
.entry-content ol {
  list-style-position: inside;
  margin-bottom: 18px;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol.green,
.entry-content ol.blue,
.entry-content ol.black {
  counter-reset: item;
  list-style-type: none;
  padding-left: 30px;
}
.entry-content ol.green[start="2"],
.entry-content ol.blue[start="2"],
.entry-content ol.black[start="2"] {
  counter-reset: item 1;
}
.entry-content ol.green[start="3"],
.entry-content ol.blue[start="3"],
.entry-content ol.black[start="3"] {
  counter-reset: item 2;
}
.entry-content ol.green[start="4"],
.entry-content ol.blue[start="4"],
.entry-content ol.black[start="4"] {
  counter-reset: item 3;
}
.entry-content ol.green[start="5"],
.entry-content ol.blue[start="5"],
.entry-content ol.black[start="5"] {
  counter-reset: item 4;
}
.entry-content ol.green[start="6"],
.entry-content ol.blue[start="6"],
.entry-content ol.black[start="6"] {
  counter-reset: item 5;
}
.entry-content ol.green[start="7"],
.entry-content ol.blue[start="7"],
.entry-content ol.black[start="7"] {
  counter-reset: item 6;
}
.entry-content ol.green[start="8"],
.entry-content ol.blue[start="8"],
.entry-content ol.black[start="8"] {
  counter-reset: item 7;
}
.entry-content ol.green[start="9"],
.entry-content ol.blue[start="9"],
.entry-content ol.black[start="9"] {
  counter-reset: item 8;
}
.entry-content ol.green[start="10"],
.entry-content ol.blue[start="10"],
.entry-content ol.black[start="10"] {
  counter-reset: item 9;
}
.entry-content ol.green > li,
.entry-content ol.blue > li,
.entry-content ol.black > li {
  position: relative;
  margin-bottom: 5px !important;
}
.entry-content ol.green > li:before,
.entry-content ol.blue > li:before,
.entry-content ol.black > li:before {
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: -35px;
  top: 5px;
}
.entry-content ol.green > li:before {
  background: #008A62 0% 0% no-repeat;
  color: #FFFFFF;
}
.entry-content ol.blue > li:before {
  background: rgba(33, 96, 181, 0.1);
  color: #2160B5;
}
.entry-content ol.black > li:before {
  background: rgb(0, 0, 0);
  color: #FFFFFF;
  display: inline-block;
  content: counter(item);
  counter-increment: item;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  font-size: 12px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: -35px;
  top: 6px;
}
.entry-content .youtube-subscribe iframe {
  border-radius: 0;
}
.entry-content a {
  color: #3339f1;
}
.entry-content a:visited {
  text-decoration: none;
  outline: none;
  color: #3339f1;
}
.entry-content a:focus, .entry-content a:active {
  text-decoration: none;
}
.entry-content a:hover {
  text-decoration: none;
}
.entry-content a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.entry-content a img.alignnone {
  margin: 5px 20px 20px 0;
}
.entry-content a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.entry-content a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .link-default-underlined {
  color: #2160B5;
  text-decoration: underline;
}
.entry-content .link-default-underlined:hover,
.entry-content .link-not-underlined:hover {
  color: #2160B5;
  text-decoration: underline;
  cursor: pointer;
}
.entry-content .numbered-list-blue {
  color: #2160B5;
}
.entry-content .numbered-list-black {
  color: #000000;
}
.entry-content .dotted-devider {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/editor_style/dots.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin: 50px 0;
  line-height: 0.5;
}
.entry-content .link-not-underlined {
  color: #2160B5;
  text-decoration: none;
}
.entry-content h3,
.entry-content h4 {
  opacity: 1;
  font-weight: 700;
  font-family: "Mulish", sans-serif;
}
.entry-content h2 {
  font-weight: 800;
  font-family: "Mulish", sans-serif;
}
.entry-content h3 span,
.entry-content h4 span {
  font-weight: 700 !important;
}
.entry-content h2 {
  font-size: 40px;
  line-height: 60px;
}
.entry-content h2 span {
  font-weight: 800 !important;
}
.entry-content h2 a:after {
  content: "";
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/link_to_go.svg);
  background-size: 32px;
  width: 32px;
  height: 32px;
  top: 10px;
  position: absolute;
}
.entry-content h2, .entry-content h3 {
  color: #3339F1;
}
.entry-content h2 a, .entry-content h2 a:visited, .entry-content h3 a, .entry-content h3 a:visited {
  position: relative;
  text-decoration: underline;
  color: #3339F1;
}
.entry-content h2 a:hover, .entry-content h3 a:hover {
  text-decoration: none;
}
.entry-content h3 {
  font-size: 34px;
  line-height: 54px;
}
.entry-content h3 a:after {
  content: "";
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/link_to_go.svg);
  background-size: 26px;
  width: 26px;
  height: 26px;
  top: 10px;
  position: absolute;
}
.entry-content h4 {
  font-size: 22px;
  line-height: 32px;
}
.entry-content p {
  opacity: 1;
  font-size: 20px;
  line-height: 34px;
}
.entry-content p.newLine {
  margin: 0;
}
.entry-content p + p {
  margin-top: 50px;
}
.entry-content p span {
  font-weight: 300 !important;
}
.entry-content iframe {
  border-radius: 10px;
}
.entry-content h2 + .faq-shortcode {
  margin-top: 30px;
}
.entry-content p.iframe {
  margin: 60px 0;
}
.entry-content p a {
  font-size: 20px;
}
.entry-content ul li:not(:last-child),
.entry-content ol li:not(:last-child) {
  margin-bottom: 6px;
}
.entry-content ul:not(.new-list),
.entry-content ol:not(.new-list) {
  font-size: 20px;
  line-height: 34px;
  margin: 40px 0 40px 12px;
}
.entry-content ul {
  position: relative;
  padding-left: 10px;
  list-style-type: disc;
  list-style-position: outside;
}
.entry-content ul li, .entry-content ol li {
  font-weight: 300 !important;
}
.entry-content ul li span, .entry-content ol li span {
  font-weight: 300 !important;
}
.entry-content p + h3 {
  margin-top: 80px;
}
.entry-content p + h2 {
  margin-top: 100px;
}
.entry-content .faq-shortcode + h2 {
  margin-top: 100px;
}
.entry-content h2 + h3,
.entry-content h3 + h4 {
  margin-top: 30px;
}
.entry-content p + h4 {
  margin-top: 40px;
}
.entry-content h2 + p, .entry-content h2 + .iframe {
  margin-top: 30px;
}
.entry-content h3 + p, .entry-content h3 + .iframe {
  margin-top: 20px;
}
.entry-content h4 + p, .entry-content h4 + .iframe {
  margin-top: 16px;
}
.entry-content .strong {
  font-weight: 600;
  opacity: 1;
}
.entry-content .iframe + h2,
.entry-content .iframe + h3,
.entry-content .iframe + h4 {
  margin-top: 0;
}
.entry-content audio {
  display: none !important;
}
.entry-content ol li.blue {
  counter-increment: list;
  list-style-type: none;
  position: relative;
  margin-left: 22px;
}
.entry-content ol li.blue:before {
  color: #2160B5;
  content: counter(list) ".";
  left: -32px;
  position: absolute;
  text-align: right;
  width: 26px;
}
.entry-content .youtube_embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: 50px 0;
}
.entry-content .youtube_embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.entry-content .fm-form .wdform_column {
  width: 100% !important;
}
.entry-content .wdform-element-section:before {
  display: none !important;
}
.entry-content br {
  display: none;
}
.entry-content .table-intro-wrap {
  border: 1px solid #000;
  border-radius: 6px;
}
.entry-content .table-intro-wrap .table-intro {
  text-align: left;
  color: #000;
  /* tr {
     &:last-child {
       td {
         div {
           border-bottom: none;
         }
       }
     }
     th {
       font-size: 16px;
       font-weight: 800;
       line-height: 22px;
       padding: 20px;
       border-bottom: 1px solid #000;
       &:first-child {
         width: 330px;
         border-right: 1px solid #000;
       }
       &:last-child {
         width: 450px;
       }
     }
     td {
       font-size: 14px;
       line-height: 20px;
       font-weight: 400;
       position: relative;
       &:first-child {
         border-right: 1px solid #000;
       }
       > div {
         padding: 20px;
         border-bottom: 1px solid #EAEAEA;
         height: 79px;
         box-sizing: border-box;
         display: inline-flex;
         align-items: center;
         vertical-align: middle;
         width: 100%;
         > span {
           max-width: 266px;
           display: inline-flex;
           max-height: 40px;
           color: #3339F1;
           font-weight: 700;
           &:after {
             content: '';
             background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/arrow-blk.svg);
             background-size: 16px;
             width: 16px;
             height: 16px;
             top: calc(50% - 8px);
             right: 20px;
             position: absolute;
           }
         }
       }
     }
   }*/
}
.entry-content .table-intro-wrap .table-intro .table-row {
  display: flex;
  justify-content: flex-start;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data {
  padding: 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #EAEAEA;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  position: relative;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data.table-header {
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  border-bottom: 1px solid #000;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child {
  border-right: 1px solid #000;
  width: 43%;
  display: flex;
  align-items: center;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child > span {
  max-width: 93%;
  display: inline-flex;
  max-height: 40px;
  color: #3339F1;
  font-weight: 700;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child:not(.table-header):after {
  content: "";
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/arrow-blk.svg);
  background-size: 16px;
  width: 16px;
  height: 16px;
  top: calc(50% - 8px);
  right: 20px;
  position: absolute;
}
.entry-content .table-intro-wrap .table-intro .table-row .table-data:last-child {
  width: 57%;
}
.entry-content .new-list {
  margin: 10px 0 40px 0;
  position: relative;
  list-style-type: disc;
  list-style-position: outside;
}
.entry-content .new-list li::marker {
  color: #3339F1;
}
.entry-content .new-list li {
  position: relative;
  margin-left: 14px;
}
.entry-content .competitors-two-images {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 60px;
}
.entry-content .competitors-two-images img {
  width: 378px;
  margin: 0;
}

.wds_select {
  position: absolute;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 12px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  display: none;
  line-height: 0;
}

.wds_select:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 10.5px 0 10.5px;
  border-color: #ffffff transparent transparent transparent;
  box-shadow: inset 0 5px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 10px);
}

.wds_select a {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: inline-block;
  cursor: pointer;
  font-size: 20px;
  padding-top: 9px;
  padding-left: 11px;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/entry-content-1920.css */
@media screen and (min-width: 768px) {
  h1.entry-title {
    font-size: 42px;
    line-height: 62px;
    font-weight: 800;
    margin-bottom: 50px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/entry-content-320.css */
@media screen and (max-width: 767px) {
  h1.entry-title {
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
    margin-bottom: 24px;
  }
  .post-thumbnail,
  .entry-thumbnail {
    display: none;
  }
  .entry-content {
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content .table-intro-wrap {
    border: none;
    border-radius: 0;
  }
  .entry-content .table-intro-wrap .table-intro {
    text-align: left;
    color: #000;
    /* tr {
       &:last-child {
         td {
           div {
             border-bottom: none;
           }
         }
       }
       th {
         font-size: 16px;
         font-weight: 800;
         line-height: 22px;
         padding: 20px;
         border-bottom: 1px solid #000;
         &:first-child {
           width: 330px;
           border-right: 1px solid #000;
         }
         &:last-child {
           width: 450px;
         }
       }
       td {
         font-size: 14px;
         line-height: 20px;
         font-weight: 400;
         position: relative;
         &:first-child {
           border-right: 1px solid #000;
         }
         > div {
           padding: 20px;
           border-bottom: 1px solid #EAEAEA;
           height: 79px;
           box-sizing: border-box;
           display: inline-flex;
           align-items: center;
           vertical-align: middle;
           width: 100%;
           > span {
             max-width: 266px;
             display: inline-flex;
             max-height: 40px;
             color: #3339F1;
             font-weight: 700;
             &:after {
               content: '';
               background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/arrow-blk.svg);
               background-size: 16px;
               width: 16px;
               height: 16px;
               top: calc(50% - 8px);
               right: 20px;
               position: absolute;
             }
           }
         }
       }
     }*/
  }
  .entry-content .table-intro-wrap .table-intro .table-row {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 20px;
    border-bottom: 1px solid #000;
    width: 100%;
    box-sizing: border-box;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data {
    padding: 0;
    box-sizing: border-box;
    border: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    position: relative;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child {
    border: none;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child > span {
    max-width: 90%;
    display: inline-flex;
    max-height: 40px;
    color: #3339F1;
    font-weight: 700;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:first-child:not(.table-header):after {
    content: "";
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/single-glossary/css/entry-content/../../../images/icons/arrow-blk.svg);
    background-size: 16px;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 20px;
    position: absolute;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data:last-child {
    width: 100%;
  }
  .entry-content .table-intro-wrap .table-intro .table-row .table-data.table-header {
    display: none;
  }
  .entry-content pre {
    margin: 20px 0;
    padding: 16px;
  }
  .entry-content pre span {
    font-size: 16px;
    line-height: 24px;
  }
  .entry-content pre:after {
    position: absolute;
    right: 16px;
    top: 16px;
  }
  .entry-content .iframe img {
    margin: 0;
  }
  .entry-content img:not(.img_cta_button):not(.device-icon) {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 100%;
    height: auto;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 10px;
  }
  .entry-content .wp-caption > img:not(.img_cta_button) {
    margin-bottom: 10px;
  }
  .entry-content img.img_cta_button {
    width: auto;
  }
  .entry-content ul,
  .entry-content ol {
    margin: 6px 0 26px 6px;
    font-size: 18px;
    line-height: 28px;
  }
  .entry-content ol.green > li,
  .entry-content ol.blue > li {
    margin-bottom: 10px !important;
  }
  .entry-content ol.green > li:before,
  .entry-content ol.blue > li:before {
    top: 1px;
  }
  .entry-content ol.black > li {
    margin-bottom: 10px !important;
  }
  .entry-content ol.black > li:before {
    top: 7px;
  }
  .entry-content h2 {
    font-size: 24px;
    line-height: 34px;
  }
  .entry-content h3 {
    font-size: 22px;
    line-height: 32px;
  }
  .entry-content h3 a span::after {
    top: 3px !important;
  }
  .entry-content h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .entry-content p {
    margin-top: 6px;
    font-size: 18px;
    line-height: 32px;
  }
  .entry-content p a {
    font-size: 18px;
  }
  .entry-content .faq-shortcode + h2 {
    margin-top: 70px;
  }
  .entry-content p + h2 {
    margin-top: 70px;
  }
  .entry-content p + h3 {
    margin-top: 60px;
  }
  .entry-content p + p {
    margin-top: 40px;
  }
  .entry-content p + h4 {
    margin-top: 40px;
  }
  .entry-content h2 + h3,
  .entry-content h2 + p {
    margin-top: 24px;
  }
  .entry-content h3 + h4,
  .entry-content h3 + p {
    margin-top: 16px;
  }
  .entry-content h4 + p {
    margin-top: 12px;
  }
  .entry-content iframe {
    height: 49vw;
  }
  .entry-content p.iframe {
    margin: 50px 0;
  }
  .entry-content p + .iframe {
    padding-top: 8px;
  }
  .entry-content h2 + .iframe,
  .entry-content h3 + .iframe,
  .entry-content h4 + .iframe {
    margin-top: 20px;
  }
  .entry-content h2 + .faq-shortcode {
    margin-top: 30px;
  }
  .entry-content .tenweb-audio-play {
    margin: 0 0 0 5px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay {
    gap: 6px;
    border-radius: 6px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay p {
    font-size: 13px;
    line-height: 20px;
  }
  .entry-content .tenweb-audio-parent .tenweb-audio-overlay h4 {
    font-size: 14px;
    line-height: 20px;
  }
  .entry-content .competitors-two-images {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-direction: column;
    margin-bottom: 50px;
  }
  .entry-content .competitors-two-images img {
    width: 333px;
    margin: 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/glossary-navigation.css */
.glossary-navigation .glossary-navigation__info {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #EAEAEA;
}
.glossary-navigation .glossary-navigation__info .glossary-navigation__logo {
  width: 36px;
  height: 36px;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  background-size: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.glossary-navigation .glossary-navigation__info .glossary-navigation__logo.wordpress {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/glossary/glossary-logos/grey/wp.svg);
}
.glossary-navigation .glossary-navigation__info .glossary-navigation__logo.woocommerce {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/glossary/glossary-logos/grey/woo.svg);
}
.glossary-navigation .glossary-navigation__info .glossary-navigation__logo.hosting {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/glossary/glossary-logos/grey/hosting.svg);
}
.glossary-navigation .glossary-navigation__info .glossary-navigation__logo.pagespeed {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/glossary/glossary-logos/grey/speed.svg);
}
.glossary-navigation .glossary-navigation__info .glossary-navigation__name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.glossary-navigation h3 {
  font-weight: 700;
  text-transform: uppercase;
  border-bottom: 1px solid #F4F4F4;
  padding: 20px 25px 18px;
  font-size: 16px;
  line-height: 22px;
}
.glossary-navigation .glossary__menu {
  list-style: none;
}
.glossary-navigation .glossary__menu > li {
  margin-bottom: 5px;
}
.glossary-navigation .glossary__menu > li br {
  display: none;
}
.glossary-navigation .glossary__menu > li .category_name {
  border-radius: 6px;
  display: block;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.glossary-navigation .glossary__menu > li .category_name .glossary__menu-arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 16px;
  z-index: 1;
  background-size: 16px;
}
.glossary-navigation .glossary__menu > li .sub_menu {
  list-style: none;
  display: none;
  border-left: 1px solid;
  margin-left: 16px;
}
.glossary-navigation .glossary__menu > li .sub_menu li {
  padding-left: 20px;
  position: relative;
}
.glossary-navigation .glossary__menu > li .sub_menu li a {
  font-weight: 300;
  display: block;
  box-sizing: border-box;
  text-decoration: none;
}
.glossary-navigation .glossary__menu > li .sub_menu li.active .category_name .glossary__menu-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.glossary-navigation .glossary__menu > li .sub_menu li.active .sub_menu {
  display: block;
}
.glossary-navigation .glossary__menu > li .sub_menu li.active a {
  font-weight: 700;
}
.glossary-navigation .glossary__menu > li .sub_menu li.active:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: -1px;
  position: absolute;
  background: #3339f1;
}
.glossary-navigation .glossary__menu > li.active .category_name .glossary__menu-arrow {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.glossary-navigation .glossary__menu > li.active .sub_menu {
  display: block;
}
.glossary-navigation .glossary__menu > li:last-child {
  margin-bottom: 0;
}
.glossary-navigation.selected .glossary__menu > li .category_name .glossary__menu-arrow {
  display: none;
}
.glossary-navigation.selected .glossary__menu > li .sub_menu {
  display: block;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/glossary-navigation-1920.css */
@media screen and (min-width: 1261px) {
  .glossary-navigation {
    width: 340px;
    top: 120px;
    position: sticky;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
  .glossary-navigation .custom-scroll {
    overflow-y: auto;
    scrollbar-gutter: stable;
    height: 100%;
  }
  .glossary-navigation .current-menu-active {
    display: none;
  }
  .glossary-navigation .glossary__menu {
    display: block !important;
  }
  .glossary-navigation .glossary__menu > li .category_name {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    color: #000000;
  }
  .glossary-navigation .glossary__menu > li .category_name .glossary__menu-arrow {
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/icons/arrows/glossary_arrow.svg) no-repeat center;
  }
  .glossary-navigation .glossary__menu > li .category_name:hover {
    text-decoration: underline;
  }
  .glossary-navigation .glossary__menu > li .sub_menu {
    display: none;
    border-color: #EAEAEA;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li a {
    padding: 8px 16px;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li a:hover {
    text-decoration: underline;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li.active a {
    color: #3339F1;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li.active:before {
    background: #3339f1;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/glossary-navigation-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .glossary-navigation .current-menu-active {
    display: flex;
    width: 720px;
    margin: 0 auto;
    padding: 11px 0;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    font-weight: 600;
    color: #2160B5;
    justify-content: space-between;
  }
  .glossary-navigation .current-menu-active .glossary__menu-arrow {
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/icons/arrows/drop_down_icon_blue.svg);
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    top: 16px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "";
    align-self: center;
    transition: all 0.4s ease;
  }
  .glossary-navigation .current-menu-active .glossary__menu-arrow.opened {
    transform: rotateZ(-180deg);
  }
  .glossary-navigation .glossary__menu {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .glossary-navigation .glossary__menu .category_name > a {
    width: calc(100% - 40px);
  }
  .glossary-navigation .glossary__menu .category_name .glossary__menu-arrow {
    right: -20px;
  }
  .glossary-navigation .glossary__menu > li {
    margin: 0;
    z-index: 9;
  }
  .glossary-navigation .glossary__menu > li .glossary__menu-arrow {
    right: 17px !important;
    top: 8px !important;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/icons/arrows/arrow_white.svg);
    background-size: 23px !important;
  }
  .glossary-navigation .glossary__menu > li.active .glossary__menu-arrow {
    top: 15px !important;
  }
  .glossary-navigation .glossary__menu > li a {
    padding: 8px 10px;
    width: 100%;
    border-bottom: 0;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
  }
  .glossary-navigation .glossary__menu > li .sub_menu {
    display: none;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .glossary-navigation .glossary__menu > li .sub_menu a {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 6px;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li.active a {
    color: #ffffff;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li.active:before {
    content: "";
    background: #ffffff;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/glossary-navigation-320.css */
@media screen and (max-width: 767px) {
  .glossary-navigation .current-menu-active {
    display: flex;
    width: 720px;
    margin: 0 auto;
    padding: 11px 0;
    font-size: 14px;
    line-height: 19px;
    cursor: pointer;
    font-weight: 600;
    color: #2160B5;
    justify-content: space-between;
  }
  .glossary-navigation .current-menu-active .glossary__menu-arrow {
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/icons/arrows/drop_down_icon_blue.svg);
    background-repeat: no-repeat !important;
    background-size: 8px !important;
    top: 16px;
    right: 0;
    width: 8px;
    height: 8px;
    content: "";
    align-self: center;
    transition: all 0.4s ease;
  }
  .glossary-navigation .current-menu-active .glossary__menu-arrow.opened {
    transform: rotateZ(-180deg);
  }
  .glossary-navigation .glossary__menu {
    width: 100%;
    padding: 20px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .glossary-navigation .glossary__menu > li {
    margin: 0;
    z-index: 9;
  }
  .glossary-navigation .glossary__menu > li .glossary__menu-arrow {
    right: 17px !important;
    top: 8px !important;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-navigation/css/../../../../../images/icons/arrows/arrow_white.svg);
    background-size: 23px !important;
  }
  .glossary-navigation .glossary__menu > li.active .glossary__menu-arrow {
    top: 15px !important;
  }
  .glossary-navigation .glossary__menu > li a {
    padding: 8px 10px;
    width: 100%;
    border-bottom: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #ffffff;
  }
  .glossary-navigation .glossary__menu > li .sub_menu {
    display: none;
    border-color: rgba(255, 255, 255, 0.2);
  }
  .glossary-navigation .glossary__menu > li .sub_menu a {
    color: rgba(255, 255, 255, 0.8);
    padding: 8px 6px;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li.active a {
    color: #ffffff;
  }
  .glossary-navigation .glossary__menu > li .sub_menu li.active:before {
    content: "";
    background: #ffffff;
  }
}


/*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/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 {
    position: relative;
  }
  .site_header .phone-menu-block .menu > li.api:after {
    content: "New";
    position: absolute;
    border-radius: 4px;
    background: #3339F1;
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding: 2px 6px;
    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.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;
  }
}


/*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/templates/glossary/glossary-page/glossary-main-menu/css/glossary-main-menu.css */
.glossary-main-menu {
  background: #000000;
  color: #ffffff;
}
.glossary-main-menu .button_container.new_button {
  display: none;
}
.glossary-main-menu .glossary-main-menu__header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.glossary-main-menu .tenweb-logo {
  background-position: center;
  background-repeat: no-repeat;
}
.glossary-main-menu .glossary-items {
  display: flex;
  align-items: center;
}
.glossary-main-menu .glossary-items .glossary-navigation,
.glossary-main-menu .glossary-items .glossary-main-menu__close {
  display: none;
}
.glossary-main-menu .glossary-items .glossary-item .glossary-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid transparent;
}
.glossary-main-menu .glossary-items .glossary-item .glossary-logo:after {
  content: "";
  display: block;
  opacity: 0.3;
  background-position: center;
  background-repeat: no-repeat;
}
.glossary-main-menu .glossary-items .glossary-item .glossary-name {
  opacity: 0.7;
  color: #ffffff;
}
.glossary-main-menu .glossary-items .glossary-item.wordpress .glossary-logo:after {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/glossary/glossary-logos/white/wp.svg);
}
.glossary-main-menu .glossary-items .glossary-item.woocommerce .glossary-logo:after {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/glossary/glossary-logos/white/woo.svg);
}
.glossary-main-menu .glossary-items .glossary-item.hosting .glossary-logo:after {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/glossary/glossary-logos/white/hosting.svg);
}
.glossary-main-menu .glossary-items .glossary-item.page-speed .glossary-logo:after {
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/glossary/glossary-logos/white/speed.svg);
}
.glossary-main-menu .glossary-items .glossary-item a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.glossary-main-menu .glossary-items .glossary-item.current .glossary-name {
  opacity: 1;
}
.glossary-main-menu .glossary-items .glossary-item.current .glossary-logo {
  background-color: #3339F1 !important;
  border-color: rgba(255, 255, 255, 0.2);
}
.glossary-main-menu .glossary-items .glossary-item.current .glossary-logo:after {
  opacity: 1;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/glossary-main-menu-1920.css */
@media screen and (min-width: 1261px) {
  .glossary-main-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 120px;
  }
  .glossary-main-menu .tenweb-logo {
    height: 40px;
    padding: 29px 40px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/logos/logo_mobile_white.svg);
    background-size: 40px;
  }
  .glossary-main-menu .tenweb-logo a {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  .glossary-main-menu .glossary-items {
    padding: 40px 16px;
    flex-direction: column;
    gap: 30px;
  }
  .glossary-main-menu .glossary-items .glossary-item .glossary-logo {
    width: 56px;
    height: 56px;
  }
  .glossary-main-menu .glossary-items .glossary-item .glossary-logo:after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: 30px;
  }
  .glossary-main-menu .glossary-items .glossary-item .glossary-name {
    font-size: 12px;
    line-height: 18px;
  }
  .glossary-main-menu .glossary-items .glossary-item a {
    flex-direction: column;
    gap: 10px;
  }
  .glossary-main-menu .glossary-items .glossary-item a:hover .glossary-name {
    opacity: 1;
  }
  .glossary-main-menu .glossary-items .glossary-item a:hover .glossary-logo {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
  }
  .glossary-main-menu .glossary-items .glossary-item a:hover .glossary-logo:after {
    opacity: 1;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/glossary-main-menu-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .glossary-main-menu {
    display: none;
    position: fixed;
    z-index: 14;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .glossary-main-menu .custom-scroll {
    overflow-y: auto;
    height: 100%;
  }
  .glossary-main-menu .button_container.new_button {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    background: #000000;
  }
  .glossary-main-menu .button_container.new_button .tw_button {
    border: 1px solid #FFFFFF;
    padding: 14px 20px;
  }
  .glossary-main-menu .glossary-main-menu__header {
    padding: 26px 15px;
    display: flex;
    justify-content: space-between;
  }
  .glossary-main-menu.active {
    display: flex;
    flex-direction: column;
  }
  .glossary-main-menu.active .tenweb-logo {
    width: 94px;
    height: 26px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/logos/logo_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .glossary-main-menu.active .tenweb-logo a {
    display: inline-block;
    width: 94px;
    height: 26px;
  }
  .glossary-main-menu.active .glossary-main-menu__close {
    width: 24px;
    height: 24px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/logos/phone_menu_close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .glossary-main-menu .glossary-items {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 20px 100px 20px;
    gap: 0;
  }
  .glossary-main-menu .glossary-items .glossary-logo {
    width: 36px;
    height: 36px;
  }
  .glossary-main-menu .glossary-items .glossary-logo:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .glossary-main-menu .glossary-items .glossary-name {
    font-size: 14px;
    line-height: 24px;
  }
  .glossary-main-menu .glossary-items a {
    flex-direction: row;
    gap: 14px;
    position: relative;
  }
  .glossary-main-menu .glossary-items .glossary-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
  }
  .glossary-main-menu .glossary-items .glossary-item-container {
    width: 100%;
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-item {
    border-radius: 8px;
    background: #3339F1;
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .arrow {
    transform: rotate(-90deg);
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-navigation {
    display: flex;
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-logo {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-logo:after {
    opacity: 1;
  }
  .glossary-main-menu .glossary-items .arrow {
    width: 24px;
    height: 24px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/icons/arrows/arrow_white.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/glossary-main-menu-320.css */
@media screen and (max-width: 767px) {
  .glossary-main-menu {
    display: none;
    position: fixed;
    z-index: 14;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .glossary-main-menu .custom-scroll {
    overflow-y: auto;
    height: 100%;
  }
  .glossary-main-menu .button_container.new_button {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 20px 0;
    background: #000000;
  }
  .glossary-main-menu .button_container.new_button .tw_button {
    border: 1px solid #FFFFFF;
    padding: 14px 20px;
  }
  .glossary-main-menu .glossary-main-menu__header {
    padding: 26px 20px;
    display: flex;
    justify-content: space-between;
  }
  .glossary-main-menu.active {
    display: flex;
    flex-direction: column;
  }
  .glossary-main-menu.active .tenweb-logo {
    width: 26px;
    height: 26px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/logos/logo_mobile_white.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }
  .glossary-main-menu.active .tenweb-logo a {
    display: inline-block;
    width: 26px;
    height: 26px;
  }
  .glossary-main-menu.active .glossary-main-menu__close {
    width: 24px;
    height: 24px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/logos/phone_menu_close.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .glossary-main-menu .glossary-items {
    align-items: flex-start;
    flex-direction: column;
    padding: 20px 20px 100px 20px;
    gap: 0;
  }
  .glossary-main-menu .glossary-items .glossary-logo {
    width: 36px;
    height: 36px;
  }
  .glossary-main-menu .glossary-items .glossary-logo:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: 20px;
  }
  .glossary-main-menu .glossary-items .glossary-name {
    font-size: 14px;
    line-height: 24px;
  }
  .glossary-main-menu .glossary-items a {
    flex-direction: row;
    gap: 14px;
    position: relative;
  }
  .glossary-main-menu .glossary-items .glossary-item {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: 10px;
    box-sizing: border-box;
  }
  .glossary-main-menu .glossary-items .glossary-item-container {
    width: 100%;
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-item {
    border-radius: 8px;
    background: #3339F1;
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .arrow {
    transform: rotate(-90deg);
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-navigation {
    display: flex;
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-logo {
    border-color: rgba(255, 255, 255, 0.2);
  }
  .glossary-main-menu .glossary-items .glossary-item-container.active .glossary-logo:after {
    opacity: 1;
  }
  .glossary-main-menu .glossary-items .arrow {
    width: 24px;
    height: 24px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-main-menu/css/../../../../../images/icons/arrows/arrow_white.svg);
    background-repeat: no-repeat;
    cursor: pointer;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/glossary-header.css */
#page-header {
  z-index: 2;
  padding: 24px 40px;
  border-bottom: 1px solid #EAEAEA;
  background: #ffffff;
}
#page-header .page-header__mobile,
#page-header .page-header__desktop {
  display: none;
}
#page-header .header-left {
  flex-grow: 1;
}
#page-header .header-left .glossary__search {
  position: relative;
}
#page-header .header-left .glossary__search:before {
  content: "";
  opacity: 0.5;
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  left: 16px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/search/ds-search.svg);
  background-size: contain;
}
#page-header .header-left .glossary__search:after {
  content: "";
  position: absolute;
  top: 13px;
  right: 16px;
  background-size: contain;
}
#page-header .header-left .glossary__search.mac:after {
  width: 34px;
  height: 24px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/hotkeys/mac.svg);
}
#page-header .header-left .glossary__search.windows:after {
  width: 48px;
  height: 24px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/hotkeys/windows.svg);
}
#page-header .header-left .glossary-search-input {
  padding: 13px 16px 13px 42px;
  font-size: 14px;
  line-height: 24px;
  height: 50px;
  box-sizing: border-box;
  -webkit-appearance: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  font-weight: 600;
}
#page-header .header-left .glossary-search-input:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  left: 16px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/search/ds-search.svg);
  background-size: contain;
}
#page-header .header-right .button_container.new_button {
  margin-top: 0;
}
#page-header .scroll-progress {
  width: 0;
  height: 4px;
  background: #3339F1;
  position: absolute;
  -webkit-transition: width 0.2s;
  -moz-transition: width 0.2s;
  transition: width 0.2s;
  bottom: -4px;
  top: auto;
  left: 0;
}

.glossary-search {
  display: none;
  justify-content: center;
  align-items: flex-start;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  backdrop-filter: blur(3px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 15;
  padding-top: 80px;
}
.glossary-search.active {
  display: flex;
}
.glossary-search .empty-text {
  padding: 22px 20px 222px 50px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.5);
  border-top: 1px solid #EAEAEA;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/search/empty.svg) no-repeat;
  background-position: 20px 22px;
}
.glossary-search .glossary-search__container {
  width: 800px;
  max-width: calc(100% - 40px);
  background: #ffffff;
  border-radius: 6px;
  border: 1px solid #EAEAEA;
  position: relative;
  overflow: hidden;
}
.glossary-search .glossary-search__container .glossary-search-query {
  padding: 15px 15px 15px 48px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
}
.glossary-search .glossary-search__container .glossary-search__input-container {
  position: relative;
}
.glossary-search .glossary-search__container .glossary-search__input-container:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 17px;
  left: 16px;
  background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/search/ds-search.svg);
  background-size: contain;
}
.glossary-search .glossary-search__container .glossary-search__input-container .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/close-dark.svg) no-repeat center;
  cursor: pointer;
  opacity: 0.4;
}

.glossary-suggestion {
  max-height: 200px;
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
  padding: 12px 8px;
  border-top: 1px solid #EAEAEA;
}
.glossary-suggestion ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  padding: 12px 30px 12px 48px;
  color: #000000;
  box-sizing: border-box;
  position: relative;
}
.glossary-suggestion ul li a:before {
  content: "";
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: rgba(51, 57, 241, 0.05) url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/glossary/icons/article.svg) no-repeat center;
  border: 1px solid rgba(51, 57, 241, 0.2);
  position: absolute;
  top: 10px;
  left: 12px;
}
.glossary-suggestion ul li a:after {
  content: "";
  width: 14px;
  height: 14px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/arrows/glossary_arrow.svg) no-repeat center;
  position: absolute;
  top: 15px;
  right: 12px;
  opacity: 0.3;
}
.glossary-suggestion ul li a b {
  color: #3339F1;
}
.glossary-suggestion ul li a:hover {
  font-weight: 700;
  background: rgba(234, 234, 234, 0.3);
}
.glossary-suggestion ul li a:hover:before {
  background: #3339F1 url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/glossary/icons/article-hover.svg) no-repeat center;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/glossary-header-1920.css */
@media screen and (min-width: 1261px) {
  #page-header {
    position: fixed;
    width: calc(100% - 120px);
    box-sizing: border-box;
    top: 0;
    left: 120px;
  }
  #page-header .page-header__desktop {
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
  .glossary-search__input-container .close:hover {
    opacity: 1 !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/glossary-header-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  #page-header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 11;
    flex-grow: 1;
    padding: 26px 20px;
  }
  #page-header .page-header__mobile {
    width: 720px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  #page-header .page-header__mobile .theme-10web__logo {
    width: 94px;
    height: 26px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/logos/logo.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 1;
  }
  #page-header .page-header__mobile .theme-10web__logo a {
    display: inline-block;
    width: 94px;
    height: 26px;
  }
  #page-header .page-header__mobile .menu_button {
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  #page-header .page-header__mobile .menu_button .close-icon {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/logos/phone_menu_icon.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 15px;
  }
  #page-header .page-header__mobile .glossary-search-icon {
    width: 24px;
    height: 24px;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/search/ds-search-button.svg) no-repeat center;
    background-size: 18px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/glossary-header-320.css */
@media screen and (max-width: 767px) {
  #page-header {
    position: fixed;
    width: 100%;
    box-sizing: border-box;
    top: 0;
    left: 0;
    z-index: 11;
    flex-grow: 1;
    padding: 26px 20px;
  }
  #page-header .page-header__mobile {
    display: flex;
    justify-content: space-between;
    gap: 14px;
  }
  #page-header .page-header__mobile .theme-10web__logo {
    width: 26px;
    height: 26px;
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/logos/logo_mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    flex-grow: 1;
  }
  #page-header .page-header__mobile .theme-10web__logo a {
    display: inline-block;
    width: 26px;
    height: 26px;
  }
  #page-header .page-header__mobile .menu_button {
    display: inline-block;
    text-decoration: none;
    width: 24px;
    height: 24px;
    cursor: pointer;
  }
  #page-header .page-header__mobile .menu_button .close-icon {
    background-image: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/logos/phone_menu_icon.svg);
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    right: 15px;
  }
  #page-header .page-header__mobile .glossary-search-icon {
    width: 24px;
    height: 24px;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-header/css/../../../../../images/icons/search/ds-search-button.svg) no-repeat center;
    background-size: 18px;
    cursor: pointer;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/left-sidebar/css/left-sidebar.css */



/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/left-sidebar/css/left-sidebar-1920.css */
@media screen and (min-width: 1261px) {
  .glossary-sidebar__container {
    width: 340px;
    top: 120px;
    position: sticky;
    max-height: calc(100vh - 140px);
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/left-sidebar/css/left-sidebar-768.css */



/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/left-sidebar/css/left-sidebar-320.css */



/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/table-of-content.css */
.table-of-content .table-of-content__mobile-button {
  display: none;
}
.table-of-content .table-of-content__content {
  overflow-y: auto;
  min-height: 100%;
  max-height: 100%;
  height: auto;
}
.table-of-content .table-of-content__content ul {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  position: relative;
}
.table-of-content .table-of-content__content ul:after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: -3px;
  width: 5px;
  height: 30px;
  background-color: #FFF;
}
.table-of-content .table-of-content__content ul li a {
  padding-left: 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  color: #000000;
  text-decoration: none;
  display: inline-block;
}
.table-of-content .table-of-content__content ul li ul {
  gap: 15px;
  padding-left: 20px;
  margin-top: 22px;
  display: none;
  padding-bottom: 0;
}
.table-of-content .table-of-content__content ul li ul:after {
  content: unset;
}
.table-of-content .table-of-content__content ul li ul li a {
  font-weight: 300;
}
.table-of-content .table-of-content__content ul li ul li.active a {
  font-weight: 600;
}
.table-of-content .table-of-content__content ul li.active > a {
  font-weight: 700;
}
.table-of-content .table-of-content__content ul li.first-child a {
  font-weight: 600;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/table-of-content-1920.css */
@media screen and (min-width: 1261px) {
  .table-of-content {
    position: relative;
  }
  .table-of-content:after {
    position: absolute;
    content: "";
    height: 46px;
    background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.5490196078) 22%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
    bottom: 0;
    display: block;
    width: 98%;
    margin-left: auto;
  }
  .table-of-content .table-of-content__content > ul {
    border-left: 1px solid #000000;
  }
  .table-of-content .table-of-content__content > ul > li.has-child:after {
    content: "";
    width: 16px;
    height: 16px;
    top: 5px;
    right: 3px;
    position: absolute;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/glossary_arrow.svg) no-repeat center;
  }
  .table-of-content .table-of-content__content > ul > li.has-child.active:after {
    transform: rotateZ(-90deg);
  }
  .table-of-content .table-of-content__content > ul > li.active > a {
    position: relative;
  }
  .table-of-content .table-of-content__content > ul > li.active > a:before {
    content: "";
    width: 6px;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    background: #3339F1;
  }
  .table-of-content .table-of-content__content > ul > li.active ul {
    display: flex;
  }
  .table-of-content .table-of-content__content ul {
    gap: 22px;
  }
  .table-of-content .table-of-content__content ul li {
    position: relative;
  }
  .table-of-content .table-of-content__content ul li a {
    padding: 0 24px 0 20px;
  }
  .table-of-content .table-of-content__content ul li:not(.active) a:hover {
    text-decoration: underline;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/table-of-content-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .table-of-content {
    position: fixed;
    top: 22px;
    right: calc((100% - 720px) / 2 + 85px);
    z-index: 13;
  }
  .table-of-content .table-of-content__mobile-button {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 0 30px 0 9px;
    background: #000000;
    cursor: pointer;
    position: relative;
    height: 34px;
    align-items: center;
    color: white;
    border-radius: 6px;
  }
  .table-of-content .table-of-content__mobile-button:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 9px;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/bold_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-of-content .table-of-content__content {
    display: none;
    height: calc(100% - 70px);
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 78px;
    width: 100%;
    z-index: 100000000000000020000;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    max-height: 100%;
    left: 0;
    right: 0;
  }
  .table-of-content .table-of-content__content > ul {
    padding-bottom: 90px;
  }
  .table-of-content .table-of-content__content > ul > li.has-child {
    position: relative;
  }
  .table-of-content .table-of-content__content > ul > li.has-child:after {
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    right: 15px;
    position: absolute;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/bold-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-of-content .table-of-content__content > ul > li.has-child.active:after {
    transform: rotateZ(-180deg);
  }
  .table-of-content .table-of-content__content > ul > li.active > a {
    position: relative;
  }
  .table-of-content .table-of-content__content > ul > li.active ul {
    display: flex;
  }
  .table-of-content .table-of-content__content ul {
    margin-top: 20px;
    gap: 20px;
  }
  .table-of-content .table-of-content__content ul li a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    width: 720px;
  }
  .table-of-content .table-of-content__content ul li.active > a {
    color: #FFFFFF;
    font-weight: 400 !important;
  }
  .table-of-content.opened {
    width: 100%;
    right: 0;
    top: 0;
  }
  .table-of-content.opened .table-of-content__mobile-button {
    height: 79px;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
  }
  .table-of-content.opened .table-of-content__mobile-button:after {
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/close_icon_active.svg);
    width: 24px;
    height: 24px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-of-content.opened .table-of-content__content {
    display: block;
  }
  .table-of-content.opened .table-of-content__content ul:after {
    content: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/table-of-content-320.css */
@media screen and (max-width: 767px) {
  .table-of-content {
    position: fixed;
    top: 22px;
    right: 96px;
    z-index: 13;
  }
  .table-of-content .table-of-content__mobile-button {
    display: flex;
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    padding: 0 30px 0 9px;
    background: #000000;
    cursor: pointer;
    position: relative;
    height: 34px;
    align-items: center;
    color: white;
    border-radius: 6px;
  }
  .table-of-content .table-of-content__mobile-button:after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    right: 9px;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/bold_arrow_white.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-of-content .table-of-content__content {
    display: none;
    height: calc(100% - 70px);
    opacity: 1;
    overflow: auto;
    position: fixed;
    top: 78px;
    width: 100%;
    z-index: 100000000000000020000;
    background: #000000;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    max-height: 100%;
    left: 0;
    right: 0;
  }
  .table-of-content .table-of-content__content > ul {
    padding-bottom: 90px;
  }
  .table-of-content .table-of-content__content > ul > li.has-child {
    position: relative;
  }
  .table-of-content .table-of-content__content > ul > li.has-child:after {
    content: "";
    width: 18px;
    height: 18px;
    top: 2px;
    right: 15px;
    position: absolute;
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/bold-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-of-content .table-of-content__content > ul > li.has-child.active:after {
    transform: rotateZ(-180deg);
  }
  .table-of-content .table-of-content__content > ul > li.active > a {
    position: relative;
  }
  .table-of-content .table-of-content__content > ul > li.active ul {
    display: flex;
  }
  .table-of-content .table-of-content__content ul {
    margin-top: 20px;
    gap: 20px;
  }
  .table-of-content .table-of-content__content ul li a {
    font-size: 14px;
    line-height: 22px;
    color: rgba(255, 255, 255, 0.7);
    width: 302px;
  }
  .table-of-content .table-of-content__content ul li.active > a {
    color: #FFFFFF;
    font-weight: 400 !important;
  }
  .table-of-content.opened {
    width: 100%;
    right: 0;
    top: 0;
  }
  .table-of-content.opened .table-of-content__mobile-button {
    height: 78px;
    border-radius: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 0 20px;
  }
  .table-of-content.opened .table-of-content__mobile-button:after {
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/table-of-content/css/../../../../../images/icons/arrows/close_icon_active.svg);
    width: 24px;
    height: 24px;
    right: 20px;
    background-repeat: no-repeat;
    background-position: center;
  }
  .table-of-content.opened .table-of-content__content {
    display: block;
  }
  .table-of-content.opened .table-of-content__content ul:after {
    content: none;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/breadcrumbs/css/breadcrumbs.css */
.tenweb_breadcrumbs {
  display: none;
}
.tenweb_breadcrumbs .container ul li {
  display: inline-block;
}
.tenweb_breadcrumbs .container ul li a {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000000;
  text-decoration: none;
  display: inline-block;
  font-weight: 300;
}
.tenweb_breadcrumbs .container ul li a:hover {
  text-decoration: underline;
}
.tenweb_breadcrumbs .container ul li .breadcrumbs-arrow {
  display: inline-block;
  position: relative;
  top: 1px;
  width: 12px;
  height: 12px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/breadcrumbs/css/../../../../../images/icons/arrows/glossary_arrow.svg) no-repeat center;
  margin: 0 4px 0 4px;
}
.tenweb_breadcrumbs .container ul li span {
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
}
.tenweb_breadcrumbs .container ul li .glossary-title {
  font-weight: 700;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/breadcrumbs/css/breadcrumbs_1920.css */
@media screen and (min-width: 1261px) {
  .tenweb_breadcrumbs {
    display: block;
  }
  .tenweb_breadcrumbs .container {
    margin-bottom: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/breadcrumbs/css/breadcrumbs_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .tenweb_breadcrumbs {
    display: block;
  }
  .tenweb_breadcrumbs .container {
    margin-bottom: 50px !important;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/pagination/css/pagination.css */
.pagination-single {
  display: flex;
}
.pagination-single .post {
  display: flex;
  flex-direction: column;
  border: 1px solid #EAEAEA;
  border-radius: 6px;
  position: relative;
  box-sizing: border-box;
}
.pagination-single .post a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.pagination-single .post .pagination-mobile {
  display: none;
}
.pagination-single .post .pagination-category__container {
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
  display: none;
  justify-content: flex-end;
  gap: 20px;
}
.pagination-single .post .pagination-category__container .pagination-glossary {
  font-weight: 700;
  position: relative;
}
.pagination-single .post .pagination-category__container .pagination-glossary:after {
  content: "";
  position: absolute;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #000000;
  right: -12px;
  top: 7px;
}
.pagination-single .post .pagination-title {
  display: none;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  height: 52px;
  overflow: hidden;
}
.pagination-single .post:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/pagination/css/../../../../../images/icons/arrows/blue-arrow-right.svg) no-repeat center;
}
.pagination-single .post.previous-post {
  padding: 30px 20px 30px 40px;
}
.pagination-single .post.previous-post .pagination-category__container {
  justify-content: flex-end;
}
.pagination-single .post.previous-post .pagination-title {
  text-align: right;
}
.pagination-single .post.previous-post:before {
  left: 20px;
  transform: rotate(180deg);
}
.pagination-single .post.next-post {
  padding: 30px 40px 30px 20px;
}
.pagination-single .post.next-post .pagination-category__container {
  justify-content: flex-start;
}
.pagination-single .post.next-post:before {
  right: 20px;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/pagination/css/pagination-1920.css */
@media screen and (min-width: 1261px) {
  .pagination-single {
    gap: 20px;
    padding-bottom: 60px;
    margin: 40px 0 60px;
    border-bottom: 1px solid #000000;
  }
  .pagination-single .post {
    gap: 12px;
    width: calc((100% - 20px) / 2);
  }
  .pagination-single .post .pagination-category__container {
    display: flex;
  }
  .pagination-single .post .pagination-title {
    display: block;
  }
  .pagination-single .post:hover {
    border-color: #000000;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/pagination/css/pagination-1280.css */
@media screen and (max-width: 1700px) and (min-width: 1261px) {
  .pagination-single {
    margin-top: 40px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/pagination/css/pagination-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .pagination-single {
    gap: 20px;
    padding-bottom: 60px;
    margin-bottom: 60px;
    border-bottom: 1px solid #000000;
  }
  .pagination-single .post {
    gap: 12px;
    width: calc((100% - 20px) / 2);
  }
  .pagination-single .post .pagination-category__container,
  .pagination-single .post .pagination-title {
    display: flex;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/pagination/css/pagination-320.css */
@media screen and (max-width: 767px) {
  .pagination-single {
    gap: 10px;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000000;
  }
  .pagination-single .post {
    padding: 20px 24px !important;
    width: calc((100% - 10px) / 2);
  }
  .pagination-single .post .pagination-mobile {
    display: block;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
  }
  .pagination-single .post.previous-post .pagination-mobile {
    text-align: right;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/related_post/css/related_posts.css */
.related-posts .related-posts__title {
  font-weight: 700;
}
.related-posts .related-posts__posts {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.related-posts .related-posts__posts li a {
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
  position: relative;
  padding: 8px 40px 8px 20px;
  border: 1px solid #000000;
  border-radius: 30px;
}
.related-posts .related-posts__posts li a:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 11px;
  right: 16px;
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/related_post/css/../../../../../images/icons/arrows/link-button-arrow.svg) no-repeat center;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/related_post/css/related_posts_1920.css */
@media screen and (min-width: 1261px) {
  .related-posts .related-posts__posts {
    gap: 12px 10px;
  }
  .related-posts .related-posts__posts li a:hover {
    color: #ffffff;
    background: #000000;
  }
  .related-posts .related-posts__posts li a:hover:before {
    background: url(https://10web.io/wp-content/themes/10web-theme/templates/glossary/single/related_post/css/../../../../../images/icons/arrows/link-button-arrow-white.svg) no-repeat center;
  }
  .related-posts .related-posts__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/related_post/css/related_posts_768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .related-posts .related-posts__posts {
    gap: 12px 10px;
  }
  .related-posts .related-posts__title {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: 24px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/single/related_post/css/related_posts_320.css */
@media screen and (max-width: 767px) {
  .related-posts .related-posts__posts {
    gap: 10px;
  }
  .related-posts .related-posts__title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-right-sidebar/css/glossary-right-sidebar.css */
.glossary-right-sidebar {
  display: none;
}
.glossary-right-sidebar .glossary-right-sidebar__container {
  flex-direction: column;
  gap: 40px;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-right-sidebar/css/glossary-right-sidebar-1920.css */
@media screen and (min-width: 1261px) {
  .glossary-right-sidebar {
    width: 340px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-right-sidebar/css/glossary-right-sidebar-768.css */



/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/glossary/glossary-page/glossary-right-sidebar/css/glossary-right-sidebar-320.css */



/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/ai-simplified-newsletter.css */
.ai_simplified_banner {
  background-color: #f5f5f7;
  border-radius: 8px;
  box-sizing: border-box;
}
.ai_simplified_banner * {
  box-sizing: border-box;
}
.ai_simplified_banner .newsletter_inner {
  display: flex;
  flex-direction: column;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  background: url(https://10web.io/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/../../../../images/icons/shine.svg) no-repeat left 3px;
  font-weight: 800;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  padding-left: 25px;
  position: relative;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:before {
  content: "";
  width: 18px;
  height: 18px;
  background: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/../../../../images/icons/checkmarks/checkmark-blue.svg') no-repeat center center;
  margin-right: 8px;
  position: absolute;
  top: 0;
  left: 0;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li:last-child {
  margin-bottom: 0;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
  display: flex;
  position: relative;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
  max-width: 100%;
  border: 1px solid #eaeaea;
  border-radius: 6px;
  background: #ffffff;
  color: rgba(0, 0, 0, 0.5);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input:focus {
  border-color: #fff;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3339f1;
  border-radius: 6px;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.loading {
  background-color: rgba(51, 57, 241, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn.success {
  background-color: rgba(51, 57, 241, 0.8);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn:hover {
  background-color: rgba(51, 57, 241, 0.8);
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .loader {
  width: 16px;
  height: 16px;
  border: 2px solid #cfd0e3;
  border-bottom-color: #fafafa;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn .success {
  margin: 10px auto;
  display: block;
  width: 20px;
  height: 20px;
  background: url('https://10web.io/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/../../../../images/icons/icon_success_white.svg') no-repeat center;
}
.ai_simplified_banner .newsletter_inner .author {
  display: flex;
  gap: 20px;
  align-items: center;
  margin: 20px 0;
}
.ai_simplified_banner .newsletter_inner .author .author__img {
  border-radius: 50%;
  overflow: hidden;
}
.ai_simplified_banner .newsletter_inner .author .author__img img {
  border-radius: 50%;
}
.ai_simplified_banner .newsletter_inner .author span {
  font-size: 12px;
  line-height: 18px;
  font-weight: 500;
}
.ai_simplified_banner .newsletter_inner .author strong {
  font-weight: 700;
  margin-bottom: 2px;
  display: block;
}

.error_msg {
  color: #d41125;
  font-size: 12px;
  line-height: 18px;
  font-style: italic;
  position: absolute;
  top: 48px;
}

.grecaptcha-badge {
  visibility: hidden;
  display: none;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/ai-simplified-newsletter-1920.css */
@media screen and (min-width: 1261px) {
  .ai_simplified_banner {
    width: 340px;
    padding: 30px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 38px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet ul {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
    flex-direction: column;
    gap: 16px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
    width: 324px;
    font-size: 14px;
    height: 50px;
    padding: 14px 16px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
    height: 50px;
    font-size: 14px;
    line-height: 22px;
  }
  .ai_simplified_banner .newsletter_inner .author {
    gap: 20px;
    align-items: center;
    margin: 20px 0;
  }
  .ai_simplified_banner .newsletter_inner .author .author__img {
    width: 60px;
    height: 60px;
  }
  .ai_simplified_banner .newsletter_inner .author img {
    width: 60px;
    height: 60px;
  }
  .ai_simplified_banner .newsletter_inner .author strong {
    font-size: 16px;
    line-height: 26px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/ai-simplified-newsletter-1280.css */
@media screen and (max-width: 1700px) and (min-width: 1261px) {
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) {
    width: 100%;
    padding: 20px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .newsletter_contnet .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 38px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .newsletter_contnet ul {
    display: block;
    column-count: 3;
    gap: 20px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .newsletter_contnet ul li {
    width: 210px;
    margin-bottom: 12px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .newsletter_contnet .input_wrapper {
    flex-direction: row;
    gap: 16px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .newsletter_contnet .input_wrapper input {
    font-size: 12px;
    height: 40px;
    padding: 14px 16px;
    flex-grow: 1;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .newsletter_contnet .input_wrapper .btn {
    height: 40px;
    width: 100px;
    font-size: 12px;
    line-height: 18px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .author {
    gap: 20px;
    align-items: center;
    margin: 20px 0;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .author .author__img {
    width: 60px;
    height: 60px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .author img {
    width: 60px;
    height: 60px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .newsletter_inner .author strong {
    font-size: 16px;
    line-height: 26px;
  }
  .ai_simplified_banner:not(.sidebar .ai_simplified_banner) .error_msg {
    top: 38px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/ai-simplified-newsletter-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .ai_simplified_banner {
    width: 100%;
    padding: 20px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    padding-left: 38px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet ul {
    column-count: 3;
    gap: 20px;
    display: block;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet ul li {
    width: 210px;
    margin-bottom: 12px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper {
    flex-direction: row;
    gap: 16px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
    font-size: 12px;
    height: 40px;
    padding: 14px 16px;
    flex-grow: 1;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
    height: 40px;
    width: 100px;
    font-size: 12px;
    line-height: 18px;
  }
  .ai_simplified_banner .newsletter_inner .author {
    gap: 20px;
    align-items: center;
    margin: 20px 0;
  }
  .ai_simplified_banner .newsletter_inner .author .author__img {
    width: 52px;
    height: 52px;
  }
  .ai_simplified_banner .newsletter_inner .author img {
    width: 52px;
    height: 52px;
  }
  .ai_simplified_banner .newsletter_inner .author strong {
    font-size: 16px;
    line-height: 26px;
  }
  .ai_simplified_banner .error_msg {
    top: 38px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/ai-simplified-newsletter/css/ai-simplified-newsletter-320.css */
@media screen and (max-width: 767px) {
  .ai_simplified_banner {
    padding: 20px;
  }
  .ai_simplified_banner .newsletter_inner {
    flex-direction: column;
  }
  .ai_simplified_banner .newsletter_inner .author {
    gap: 20px;
    align-items: center;
    margin: 20px 0;
  }
  .ai_simplified_banner .newsletter_inner .author .author__img {
    width: 52px;
    height: 52px;
  }
  .ai_simplified_banner .newsletter_inner .author img {
    width: 52px;
    height: 52px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .title {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 20px;
    padding-left: 34px;
    padding-bottom: 20px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul {
    display: flex;
    gap: 12px;
    flex-direction: column;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .benefits ul li {
    flex: 1 0 100%;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper input {
    width: calc(100% - 110px);
    height: 40px;
    font-size: 12px;
    margin-right: 10px;
    padding: 11px 11px 11px 16px;
  }
  .ai_simplified_banner .newsletter_inner .newsletter_contnet .input_wrapper .btn {
    width: 100px;
    height: 40px;
    font-size: 12px;
    line-height: 36px;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/share-buttons/css/share-buttons.css */
.share-buttons .share-buttons__title {
  font-weight: 700;
  font-size: 16px !important;
  line-height: 26px !important;
  margin-bottom: 20px;
  color: #000000;
}
.share-buttons .post-share-buttons .share-buttons__list {
  display: flex;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.share-buttons .post-share-buttons .share-buttons__list li {
  list-style: none;
  line-height: 0;
  position: relative;
  margin-bottom: 0;
}
.share-buttons .post-share-buttons .share-buttons__list li:before {
  content: none;
}
.share-buttons .post-share-buttons .share-buttons__list li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #F5F5F7;
  border-radius: 50%;
}
.share-buttons .post-share-buttons .share-buttons__list li a img {
  width: 18px;
  height: 18px;
  margin: 0;
  border: 0;
}
.share-buttons .post-share-buttons .share-buttons__list li a:hover {
  opacity: 0.7;
}
.share-buttons .post-share-buttons .share-buttons__list li span {
  display: none;
  position: absolute;
  top: 32px;
  left: 0;
  background: #ffffff;
  color: #292929;
  border-radius: 6px;
  border: 1px solid rgba(50, 58, 69, 0.2);
  padding: 8px 16px;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/share-buttons/css/share-buttons-1920.css */
@media screen and (min-width: 1261px) {
  .share-buttons {
    margin: 40px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/share-buttons/css/share-buttons-1280.css */
@media screen and (max-width: 1700px) and (min-width: 1261px) {
  .share-buttons {
    margin: 40px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/share-buttons/css/share-buttons-768.css */
@media screen and (max-width: 1260px) and (min-width: 768px) {
  .share-buttons {
    margin: 40px 0;
  }
}


/*FILESTART  /home/wplive/web/wp-live/wp-content/themes/10web-theme/templates/elements/share-buttons/css/share-buttons-320.css */
@media screen and (max-width: 767px) {
  .share-buttons {
    margin: 40px 0;
  }
}


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