/*
Theme Name: TEN Landing Theme V2
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: WordPress theme (v2) generated from the TEN Webflow landing page.
Version: 2.0.0
Text Domain: ten-landing-theme
*/

html,
body {
  overflow-x: hidden;
}

body.admin-bar .navbar {
  top: 32px;
}

@media screen and (max-width: 782px) {
  body.admin-bar .navbar {
    top: 46px;
  }
}

.icn-wrap,
.is-visible,
.is-hidden {
  visibility: visible;
}

@media screen and (max-width: 767px) {
  .divider {
    display: block !important;
  }
}

@media screen and (max-width: 479px) {
  .divider {
    display: block !important;
  }
}



