:root {
  --border-background-glow: #7794a6;
  --border-background-color: transparent;
  --border-width: 4px;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #0000;
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.navbar-no-shadow-container.am-container-navbar {
  max-width: 1280px;
  padding-top: 40px;
}

.container-regular {
  width: 100%;
  max-width: 1280px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand {
  clear: left;
  font-family: Urbanist, sans-serif;
}

.am-button-medium {
  outline-offset: 0px;
  color: #fff;
  background-color: #fff;
  background-image: linear-gradient(225deg, #0066cc, #004c99);
  border: 1px solid #005bb5;
  border-radius: 100px;
  outline: 1px #005bb5;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  transition: opacity .2s;
}

.am-button-medium:hover {
  background-image: linear-gradient(225deg, #3399ff, #0066cc);
}

.am-button-medium.signup {
  margin-bottom: 10px;
  margin-right: auto;
  padding: 10px;
  font-size: 20px;
  transition: box-shadow .2s cubic-bezier(.86, 0, .07, 1), opacity .2s;
}

.am-button-medium.signup.button-hole {
  color: #fff;
  background-color: #0000;
  background-image: radial-gradient(circle, #000 66%, #fff6);
  border-style: solid;
  border-color: #fff;
  margin-right: 10px;
  padding-left: 10px;
  padding-right: 10px;
  transition: box-shadow .2s cubic-bezier(.77, 0, .175, 1), opacity .2s;
  box-shadow: inset 1px 0 5px #005bb5;
}

.am-button-medium.signup.button-hole:hover {
  box-shadow: inset 11px 2px 14px 10px #fff3;
}

.am-button-medium.signin.hole {
  background-color: #0000;
  background-image: none;
  border-color: #fff;
  outline-color: #fff;
  margin-right: 10px;
  transition: background-color .375s cubic-bezier(.77, 0, .175, 1);
}

.am-button-medium.signin.hole:hover {
  color: #000;
  background-color: #fff;
}

.am-button-medium.am-button-regular.arrow-button {
  margin-top: 20px;
  margin-right: 0;
  padding-top: 10px;
}

.am-button-medium.am-button-regular.arrow-button.login-button {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.am-button-medium.am-button-regular.arrow-button.login-button:hover {
  padding-left: 0;
  padding-right: 0;
}

.am-nav-menu {
  z-index: 20;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  letter-spacing: .25px;
  background-color: #2b2b2bab;
  background-image: radial-gradient(circle, #252525, #0e0e0e 77%);
  border-radius: 100px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  height: 67px;
  margin-bottom: 0;
  padding: 0 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  display: flex;
  position: relative;
}

.nav-link {
  pointer-events: auto;
  perspective: 716px;
  color: #fff;
  letter-spacing: .25px;
  cursor: pointer;
  mix-blend-mode: normal;
  border: 1px #fff;
  border-bottom: 0 #fff0;
  margin-left: 5px;
  margin-right: 5px;
  padding: 26px 5px 25px;
  font-size: 20px;
  font-weight: 300;
  line-height: 20px;
  text-decoration: none;
  transition: border .325s;
  display: inline-block;
  transform: perspective(477px);
}

.nav-link:hover {
  color: #fff;
  -webkit-text-stroke-color: #3b99fc;
  border-style: solid;
  border-color: #004c99;
  border-top-width: 0;
  border-left-width: 0;
  border-right-width: 0;
  padding-top: 25px;
  padding-bottom: 24px;
  display: inline-block;
}

.nav-link:focus-visible,
.nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #3b99fc;
  border-bottom: 1px solid #3b99fc;
  border-bottom-width: 0;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
}

.nav-link.w--current:hover {
  border-bottom-style: none;
  padding-bottom: 25px;
}

.nav-dropdown {
  color: #fff;
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible,
.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
  font-size: 18px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible,
.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.body {
  pointer-events: auto;
  background-color: #000;
  font-family: Inter, sans-serif;
}

.body.body-fullscreen {
  background-color: #000;
  background-image: repeating-radial-gradient(circle at 50% 100%, #000, #fff);
  height: 100%;
}

.body.body-fullscreen.login {
  background-color: #dd286c;
  background-image: radial-gradient(circle at 50% 100%, #000, #ffffff36 25%, #000 51%);
  height: auto;
  display: block;
}

.body.body-full {
  background-color: #000;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.text-block {
  font-size: 18px;
}

.list-menu {
  color: #3b99fc;
  text-transform: capitalize;
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: auto;
  transition: border-color .2s ease-in-out;
  position: relative;
}

.list-menu:hover {
  background-color: #0000;
  border-bottom-color: #fff;
}

.nav-link-2 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 100px;
  width: 120px;
  height: 60px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  display: inline-block;
}

.list-item-2,
.list-item-3 {
  letter-spacing: 1px;
}

.am-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 100%;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: static;
}

.am-container-2.center {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 40px;
  overflow: clip;
}

.am-container-2.container-flex {
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: minmax(auto, 1fr) auto;
  grid-template-columns: minmax(200px, 1fr) 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  place-items: start;
  font-family: Inter, sans-serif;
  display: block;
  position: static;
  overflow: clip;
}

.hero-section {
  opacity: 1;
  background-image: radial-gradient(circle closest-corner at 0%, #000, #1d1d1d 75%, #000);
  padding-top: 100px;
  padding-bottom: 220px;
  position: relative;
  overflow: clip;
}

.div-block {
  float: left;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #afafaf;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  width: 50%;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
  display: block;
  position: relative;
}

.div-block.block-right {
  background-image: url('../images/Image-Hero.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  min-height: 600px;
  margin-top: 100px;
  position: relative;
}

.am-hero-heading {
  color: #fff;
  text-align: center;
  white-space: normal;
  flex-flow: column;
  height: auto;
  margin-bottom: 60px;
  font-family: Urbanist, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: .9em;
  display: block;
}

.am-hero-heading.am-heading-h2 {
  text-align: center;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 1em;
  display: block;
}

.am-hero-heading.am-heading-h2.center {
  text-align: center;
}

.am-hero-heading.am-heading-h2.left {
  text-align: left;
  font-size: 72px;
}

.am-hero-heading.am-heading-h2.left.min-letterspace {
  letter-spacing: -5px;
}

.am-hero-heading.am-heading-h2.cta-demo {
  margin-top: 100px;
  margin-bottom: 20px;
}

.am-hero-heading.am-heading-h2.width-half {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.am-hero-heading.center {
  text-align: center;
}

.am-hero-heading.left {
  text-align: center;
  letter-spacing: 0;
  font-family: Urbanist, sans-serif;
  font-size: 110px;
  font-weight: 300;
  line-height: .8em;
}

.am-hero-heading.left.hero-head {
  letter-spacing: -3px;
  font-family: Urbanist, sans-serif;
}

.am-hero-heading.testimonial-text {
  border: 1px #000;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 48px;
  line-height: 1.4em;
  text-decoration: none;
  display: block;
}

.am-hero-heading.am-heading-h3 {
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-size: 58px;
}

.am-hero-heading.am-heading-h3.left {
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 1.1em;
}

.am-hero-heading.am-heading-h3.left.heading-5 {
  font-size: 24px;
}

.am-hero-heading.am-heading-h3.pricing-heading,
.am-hero-heading.am-heading-h3.half-width {
  width: 70%;
}

.am-hero-heading.heading-4 {
  font-size: 32px;
}

.am-hero-heading.heading-4.left {
  margin-bottom: 10px;
}

.am-paragraph {
  color: #b1b1b1;
  padding: 20px 20px 20px 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 200;
  line-height: 1.4em;
}

.am-paragraph.am-services-block {
  background-color: #0000;
  background-image: none;
  margin-bottom: 0;
  margin-left: 0;
  padding: 0;
  font-size: 16px;
}

.am-paragraph.copyright {
  color: #686868;
  font-size: 16px;
}

.am-paragraph.left {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 20px;
}

.am-paragraph.collapse-paragraph,
.am-paragraph.accordion-paragraph {
  text-align: left;
}

.am-hero-paragraph {
  color: #a3a3a3;
  text-align: left;
  white-space: normal;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 200;
  line-height: 25px;
  display: block;
}

.am-hero-paragraph.am-paragraph {
  overflow-wrap: normal;
  font-size: 16px;
}

.am-hero-paragraph.block-tab {
  padding-left: 0;
}

.am-hero-paragraph.demo-cta {
  text-align: center;
  max-width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.am-hero-paragraph.center {
  text-align: center;
}

.am-hero-paragraph.half-width {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.am-hero-paragraph.register-link {
  margin-top: 20px;
  font-size: 16px;
}

.am-button-regular.am-button-medium {
  padding: 5px 60px;
  font-size: 24px;
  font-weight: 500;
  line-height: 50px;
}

.am-button-regular.am-button-medium.arrow-button {
  z-index: 100;
  background-image: url('../images/Arrow-Button.png'), linear-gradient(225deg, #5a6773, #011526);
  background-position: 97%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 80%, auto;
  border-color: #011526;
  outline-color: #011526;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 80px;
  transition: padding-right .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  position: static;
}

.am-button-regular.am-button-medium.arrow-button:hover {
  background-image: url('../images/Arrow-Button.png'), linear-gradient(225deg, #5a6773, #011526);
  background-position: 97%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto 80%, auto;
  padding-right: 100px;
}

.am-button-regular.am-button-medium.arrow-button.small-button {
  text-align: left;
  width: auto;
  min-width: 250px;
  padding: 5px 20px 5px 40px;
  transition: min-width .2s cubic-bezier(.77, 0, .175, 1), padding-right .2s cubic-bezier(.215, .61, .355, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
}

.am-button-regular.am-button-medium.arrow-button.small-button:hover {
  min-width: 270px;
}

.am-main-logo {
  width: 210px;
}

.am-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-weight: 400;
}

.am-link:hover {
  color: #fff;
}

.am-link.w--current {
  color: #fff;
  text-decoration: none;
}

.am-link.hole:hover {
  color: #000;
}

.am-link.button-hole {
  color: #fff;
  background-color: #0000;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}

.image {
  text-align: center;
  padding-left: 20px;
}

.image-2 {
  display: inline-block;
}

.div-block-2 {
  height: 30px;
}

.text-block-2 {
  font-weight: 300;
  display: inline-block;
}

.link {
  color: #3b99fc;
  padding-left: 10px;
  font-weight: 500;
}

.link:hover {
  color: #fff;
  text-decoration: none;
}

.about-us-container {
  clear: both;
  color: #292929;
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  display: flex;
  position: static;
}

.about-us-container.gradient-container {
  z-index: 1;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding-top: 5px;
  position: relative;
  overflow: clip;
}

.about-us-section {
  text-align: center;
  background-image: url('../images/Mesh.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: -160px;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
  position: relative;
}

.div-block-3 {
  float: left;
  text-align: center;
  background-color: #70707000;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  padding: 0;
}

.div-block-4 {
  float: right;
  flex-flow: row;
  align-self: baseline;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.flex-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 40px;
  display: flex;
}

.am-labeltext {
  color: #3b99fc;
  text-align: center;
  background-color: #575757;
  background-image: linear-gradient(225deg, #5a6773, #011526);
  border-radius: 20px;
  flex-flow: column;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}

.am-labeltext.hero-label-text {
  z-index: 20;
  color: #fff;
  letter-spacing: 1px;
  background-color: #0000;
  background-image: none;
  border: 1px solid #ffffff38;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 400;
  position: static;
  inset: 90px auto auto 60px;
  transform: perspective(495px);
  box-shadow: inset 3px 4px 20px #fff3;
}

.am-labeltext.label-quote {
  background-image: linear-gradient(225deg, #3b99fc, #fff);
  margin-top: 40px;
  padding-top: 10px;
  font-size: 18px;
  font-weight: 300;
  display: inline-block;
}

.am-labeltext.label-testimonial {
  text-align: center;
  margin-top: 40px;
  display: inline-block;
}

.image-3 {
  border-radius: 20px;
}

.tabs-menu {
  flex-flow: column;
  display: flex;
}

.am-tab-textblock {
  color: #3b99fc;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 28px;
  font-weight: 300;
}

.am-tab-textblock.tab-content {
  background-color: #1b1b1b;
  border-radius: 5px;
}

.tab-link-10k-registered-users {
  border-radius: 18px;
}

.am-tab-box {
  background-color: #303030;
  border: 1px #000;
  border-radius: 10px 10px 0 0;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.am-tab-box.w--current {
  background-color: #1b1b1b;
  border-bottom-width: 2px;
  margin-bottom: 10px;
}

.tab-pane-10-years-experience {
  background-color: #1b1b1b;
}

.tabs {
  background-color: #1b1b1b;
  border-radius: 10px;
  margin-left: 20px;
  padding-left: 0;
}

.am-services-block {
  float: left;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 20px;
  flex-flow: wrap;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: center;
  margin-bottom: 20px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 40px 30px;
  display: grid;
}

.am-services-block.current {
  padding-top: 20px;
  box-shadow: 0 2px 12px 20px #ffd00024;
}

.am-services-block.current-zoom {
  outline-offset: 0px;
  background-color: #2b2b2b;
  outline: 1px solid #e0cd9317;
  padding: 40px 30px;
  position: relative;
  overflow: clip;
  box-shadow: 0 2px 20px 1px #ffb52d5c;
}

.services-section {
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Inter, sans-serif;
}

.am-services-block-heading {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
}

.div-block-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  display: grid;
  overflow: clip;
}

.cta-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #1b1b1b;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 100px;
  margin-bottom: 0;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: Inter, sans-serif;
  display: block;
}

.am-cta-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  max-width: 1280px;
  display: grid;
}

.cta-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
  position: static;
}

.list {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 200;
  list-style-type: square;
}

.list-item-1 {
  border: 1px #000;
  padding-bottom: 10px;
}

.image-4 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.am-dropdown-collapse {
  width: 100%;
}

.am-collapse-text-head {
  color: #3b99fc;
  font-size: 28px;
}

.text-block-3 {
  color: #3b99fc;
  width: 100%;
  font-size: 28px;
  font-weight: 200;
}

.icon {
  color: #fff;
  text-align: right;
  font-size: 30px;
  inset: 0% 10px 0% auto;
}

.dropdown-toggle {
  background-color: #303030;
  border-radius: 100px;
  width: 100%;
  padding: 30px;
}

.dropdown-toggle.w--open {
  background-color: #1b1b1b;
  width: 100%;
}

.dropdown-list {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.dropdown-list.w--open {
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #1b1b1b;
  background-clip: border-box;
}

.dropdown-link {
  color: #fff;
  white-space: pre-wrap;
  font-size: 16px;
  font-weight: 200;
  line-height: 1.2em;
}

.accordion-item {
  color: #3b99fc;
  background-color: #333;
  border-radius: 15px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  display: block;
  overflow: hidden;
}

.accordion-item.faq-accordion {
  background-color: #1a1a1a;
  padding-left: 0;
}

.accordion-toggle {
  background-image: linear-gradient(#292929, #2c2c2c 54%);
  border-top: 0 #414141;
  border-bottom: 1px solid #414141;
  border-left: 0 solid #414141;
  border-right: 0 #414141;
  width: 100%;
  margin-bottom: 0;
  padding: 30px 40px;
  font-family: Urbanist, sans-serif;
  overflow: hidden;
}

.accordion-toggle.faq-toggle {
  background-image: linear-gradient(#1a1a1a, #161616 54%);
  border-bottom-color: #272727;
}

.accordion-content {
  background-color: #ddd0;
  background-image: linear-gradient(#333 38%, #1d1d1d);
  padding: 20px 40px;
  font-family: Urbanist, sans-serif;
  display: block;
  position: static;
}

.accordion-content.faq-accordion {
  background-image: linear-gradient(#161616 38%, #252525);
}

.collapsed-icon {
  color: #7794a6;
  margin-right: 40px;
  font-size: 28px;
}

.accordion-toggle-heading {
  color: #fff;
  margin-left: 10px;
  margin-right: 40px;
  font-size: 28px;
  font-weight: 300;
}

.div-block-5 {
  height: 0;
}

.container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #0000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Urbanist, sans-serif;
  display: block;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  display: grid;
}

.div-block-current-featured {
  text-align: left;
  background-color: #1b1b1b;
  background-image: url('../images/Firewall.png');
  background-position: 95%;
  background-repeat: no-repeat;
  background-size: auto 90%;
  border-radius: 10px;
  padding: 40px;
}

.am-featured-heading {
  color: #fff;
  text-align: left;
  max-width: 60%;
  font-size: 42px;
  font-weight: 400;
  line-height: 42px;
}

.am-featured-heading.white {
  color: #fff;
  max-width: 100%;
}

.image-5 {
  text-align: left;
  width: 70px;
}

.paragraph-2,
.paragraph-3 {
  font-size: 18px;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
  max-width: 60%;
  margin-top: 20px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.paragraph-4.white {
  color: #fff;
  max-width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
}

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-featured {
  text-align: left;
  background-color: #1b1b1b;
  background-image: url('../images/Cabeamento.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 40px 40px 60px;
}

.div-block-featured.height {
  min-height: 800px;
}

.div-block-featured.height.featured-2 {
  background-image: url('../images/wificorporativo.png');
  background-position: 50% 100%;
  background-size: contain;
  min-height: 900px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-featured.white.featured-2 {
  background-image: url('../images/Servidores.png');
  background-position: 50% 100%;
  background-size: contain;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.featured-section {
  z-index: 20;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.testimonial-section {
  background-image: url('../images/Testimonial-BG.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 1300px;
  display: flex;
}

.testimonial-content {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  min-height: 100px;
  display: block;
}

.testimonial-name {
  color: #fff;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
}

.testimonial-job {
  color: #aaa;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Urbanist, sans-serif;
}

.section {
  width: 100%;
  height: 50px;
}

.divider-box {
  outline-offset: 0px;
  background-color: #ffffff47;
  outline: 1px #333;
  width: 200px;
  height: 1px;
  margin: 40px auto;
  font-family: Urbanist, sans-serif;
}

.mask {
  width: 1280px;
  font-family: Urbanist, sans-serif;
}

.faq-section {
  padding-top: 140px;
  padding-bottom: 60px;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  display: grid;
}

.faq-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1170px;
  display: grid;
}

.faq-container.clear-padding {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.faq-block {
  padding: 40px 40px 60px 60px;
}

.faq-block.clear-padding {
  padding: 0;
}

.image-6 {
  border-radius: 10px;
  font-family: Urbanist, sans-serif;
}

.div-block-7 {
  height: 70px;
}

.faq-accordion {
  max-width: 1170px;
}

.div-block-8 {
  height: 100px;
}

.demo-cta-section {
  padding-top: 140px;
  padding-bottom: 140px;
}

.demo-cta-container {
  text-align: center;
  background-color: #1d1d1d;
  background-image: url('../images/Product-Preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  max-width: 1280px;
  height: 1000px;
  padding: 100px 60px;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}

.text-block-span {
  color: #3b99fc;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: inline;
}

.div-block-9 {
  width: 100%;
  height: 30px;
}

.footer-section {
  z-index: 20;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.footer-container {
  opacity: 1;
  background-color: #1d1d1d;
  background-image: linear-gradient(#302f2f, #030303);
  border-radius: 10px;
  max-width: 1280px;
  min-height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 60px 60px 20px;
}

.footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 0 solid #000;
  border-bottom: 1px solid #2c2c2c;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-bottom: 40px;
  display: grid;
}

.footer-div-block {
  width: 100%;
  max-width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Urbanist, sans-serif;
}

.footer-div-block.subscribe {
  margin-left: 0;
  margin-right: 0;
}

.footer-div-block.copyright-footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.social-media-icon {
  background-color: #0000;
  width: 40px;
  margin-right: 0;
  padding: 0;
  overflow: visible;
}

.social-media-icon:hover {
  width: 40px;
  transform: none;
}

.label-heading-footer {
  color: #3b99fc;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.label-heading-footer.gray {
  color: #636363;
}

.logo-desc {
  color: #8a8a8a;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.list-2 {
  list-style-type: none;
}

.menu-list {
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Urbanist, sans-serif;
}

.menu-list.horizontal {
  list-style-type: none;
  display: inline-block;
}

.menu-list-link {
  color: #fff;
  font-size: 16px;
  text-decoration: none;
}

.menu-list-link.nav-link {
  border-bottom: 1px solid #0000;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 0;
  display: inline-block;
}

.menu-list-link.nav-link:hover {
  color: #3b99fc;
  -webkit-text-stroke-color: #3b99fc;
  border-bottom-width: 1px;
  border-bottom-color: #3b99fc;
  display: inline-block;
}

.menu-list-link.nav-link.w--current {
  color: #3b99fc;
  border-bottom: 1px solid #3b99fc;
  padding-bottom: 5px;
  font-size: 16px;
}

.menu-list-link.nav-link.horizontal {
  color: #bdbdbd;
  margin-right: 40px;
  padding-left: 10px;
}

.menu-list-link.nav-link.horizontal:hover {
  color: #fff;
  border: 0 solid #474747;
  border-bottom-width: 1px;
}

.menu-list-item {
  border-top: 0 solid #000;
  border-bottom: 1px solid #353535;
  border-left: 0 solid #0000;
  border-right: 0 solid #000;
  margin-bottom: 10px;
  padding-bottom: 0;
  transition: border .2s cubic-bezier(.25, .46, .45, .94);
}

.menu-list-item.horizontal {
  border: 1px #000;
  display: inline-block;
}

.menu-list-item.horizontal:hover {
  border-style: none;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 40px;
  display: grid;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-field {
  color: #272727;
  border-radius: 100px;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 18px;
}

.text-field.subscribe-text {
  padding-left: 30px;
  padding-right: 20px;
}

.am-button.am-button-regular.am-button-medium.contact-button {
  width: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.subscription-button.am-button-medium.am-button-regular.arrow-button.small-button {
  margin-top: 0;
}

.form-block {
  height: 100px;
}

.footer-copyright {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  margin-top: 60px;
  display: grid;
}

.mobile-menu {
  clear: left;
  background-color: #0000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  display: none;
}

.burger-menu {
  color: #505050;
  text-align: right;
  width: 40px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.toggle-menu {
  text-align: right;
  width: 100%;
  height: 50px;
  padding: 10px 0 0;
  display: block;
  right: 0;
}

.list-block-burger {
  color: #000;
  background-color: #fff;
  width: 100%;
  height: 3px;
  margin-top: 5px;
  margin-bottom: 0;
}

.mobile-menu-list-block {
  background-color: #5c5c5c;
  width: 100%;
  padding: 0;
  display: none;
  position: absolute;
  inset: auto;
}

.div-block-10 {
  display: flex;
}

.mobile-menu-list {
  color: #fff;
  border-bottom: 1px solid #747474;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 40px;
  font-size: 20px;
}

.menu-mobile-dropdown {
  display: none;
}

.body-2 {
  background-color: #000;
}

.pricing-table-section {
  z-index: 0;
  background-image: url('../images/Mesh.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 100px;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.pricing-container {
  z-index: 10;
  text-align: center;
  background-color: #1d1d1d;
  border-radius: 10px;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 40px;
  position: relative;
}

.table-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.div-block-12 {
  background-color: #2b2b2b;
  border-radius: 10px;
}

.pricing-table-block {
  background-color: #2b2b2b;
  background-image: url('../images/Label-Black_1Label Black.png');
  background-position: 90% 5%;
  background-repeat: no-repeat;
  background-size: 50px;
  border-radius: 10px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 40px 40px 100px;
  position: relative;
  box-shadow: 3px 4px 20px 2px #1111113b;
}

.pricing-table-block.featured {
  background-color: #181818;
  background-image: url('../images/Label-White_1Label White.png');
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 40px;
}

.pricing-table-label {
  color: #3b99fc;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 52px;
  font-weight: 400;
  line-height: 1em;
}

.label-paragraph-pricing {
  color: #bdbdbd;
  text-align: left;
  background-color: #0000;
  margin-top: 30px;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.3em;
}

.pricing-button {
  color: #fff;
  background-color: #2b2b2b;
  border: 1px solid #005bb5;
  border-radius: 100px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 18px;
  transition: box-shadow .2s;
  display: block;
  box-shadow: inset 11px -7px 20px #e7e7e233;
}

.pricing-button:hover {
  border-color: #696969;
  box-shadow: inset -20px -7px 20px #e7e7e233;
}

.list-pricing {
  color: #fff;
  text-align: left;
  padding-left: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
  list-style-type: disc;
}

.pricing-list-item {
  background-image: url('../images/checkmark-circle_1checkmark-circle.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 200;
  list-style-type: none;
}

.container-5 {
  max-width: 1280px;
}

.space-block {
  height: 50px;
}

.contact-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 100px 0;
  padding-top: 200px;
  display: block;
  position: relative;
}

.contact-container {
  z-index: 20;
  background-color: #1d1d1d;
  border-radius: 10px;
  max-width: 1280px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 100px;
  position: relative;
}

.featured-contact-image {
  background-image: url('../images/Mesh.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 20px;
  min-height: 800px;
  margin-top: -400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-left: 60px;
  padding-right: 60px;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: grid;
}

.contact-information-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #3a3a3a;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.contact-information-block.no-border {
  border-bottom-style: none;
  border-bottom-width: 0;
}

.icon-image-contact {
  width: 50px;
}

.contact-grid-block {
  padding: 20px;
}

.contact-grid-block.contact-form {
  background-color: #2b2b2b;
  background-image: linear-gradient(#333, #1d1d1d);
  border-radius: 20px;
  padding: 60px 40px 40px;
}

.contact-info-heading {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 24px;
  font-weight: 300;
}

.contact-info-description {
  color: #7c7c7c;
  font-size: 16px;
  font-weight: 300;
}

.div-block-13 {
  height: 30px;
}

.form-grid-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-contact {
  font-size: 18px;
  font-weight: 300;
  position: relative;
}

.div-contact-field {
  color: #fff;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-weight: 300;
}

.div-contact-field.heading-contact {
  font-size: 32px;
}

.div-contact-text {
  z-index: 10;
  color: #fff;
  background-color: #272727;
  border: 1px solid #3d3d3d;
  border-radius: 100px;
  height: 55px;
  margin: 0;
  padding: 10px 20px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  position: relative;
}

.div-contact-text:focus {
  border-style: solid;
  border-color: #3b99fc;
}

.div-contact-text.text-area {
  border-radius: 20px;
  height: 100%;
}

.div-contact-text.email-text {
  background-image: url('../images/White-Email_1White Email.png');
  background-position: 6%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-style: solid;
  border-color: #3d3d3d;
  height: 65px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.div-contact-text.email-text:focus {
  border-color: #3b99fc;
}

.div-contact-text.password-field {
  background-image: url('../images/White-Password_1White Password.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-style: solid;
  border-color: #3d3d3d;
  height: 65px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 200;
}

.div-contact-text.password-field:focus {
  border-color: #3b99fc;
}

.div-contact-text.username {
  background-image: url('../images/Icon-User_1Icon User.png');
  background-position: 5%;
  background-repeat: no-repeat;
  background-size: 35px;
  border-style: solid;
  border-color: #3d3d3d;
  height: 65px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  font-size: 18px;
  font-weight: 200;
}

.div-contact-text.username:focus {
  border-color: #3b99fc;
}

.image-7 {
  border-radius: 10px;
  width: 100%;
}

.section-break {
  height: 140px;
  margin-top: 100px;
  margin-bottom: 60px;
  padding-bottom: 0;
}

.circle-mouse-over {
  opacity: 1;
  background-image: radial-gradient(circle, #69696966 17%, #0000);
  width: 100%;
  height: 100%;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  position: absolute;
  inset: 0;
}

.login-section {
  z-index: 1;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Mesh.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: 60px auto;
  padding-top: 60px;
  display: block;
  position: static;
  overflow: clip;
}

.login-content-wrapper {
  z-index: 200;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 60px;
  display: block;
  position: static;
}

.brand-logo.w--current {
  justify-content: center;
  display: flex;
}

.container-login {
  z-index: 200;
  background-color: #1d1d1d;
  background-image: linear-gradient(#1f1f1f 37%, #000);
  border-radius: 10px;
  flex-flow: column;
  width: 100%;
  padding: 60px;
  display: block;
  position: relative;
  overflow: visible;
}

.login-image-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: clip;
}

.heading-slider {
  color: #fff;
  text-align: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Urbanist, sans-serif;
  font-size: 30px;
  font-weight: 200;
  line-height: 1.3em;
}

.slider {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  margin: 0 auto;
  padding-left: 0;
  display: block;
  overflow: visible;
}

.hide-arrow,
.icon-2 {
  display: none;
}

.image-8 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-15 {
  height: 50px;
}

.text-block-5 {
  text-align: center;
}

.slide {
  text-align: center;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-style: normal;
  overflow: clip;
}

.bold-text {
  font-weight: 700;
}

.div-block-16 {
  flex-flow: row;
  width: 100%;
  height: 50px;
  padding-right: 0;
  display: block;
}

.label-footer {
  color: #6e6e6e;
  font-weight: 200;
}

.slide-nav {
  text-align: center;
  align-self: center;
  margin-top: 0;
  padding-top: 40px;
  position: absolute;
  bottom: 0;
}

.image-9 {
  margin-bottom: -200px;
}

.slide-3 {
  text-align: left;
}

.link-socmed {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 1px solid #4e4e4e;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 10px;
  padding: 3px;
  text-decoration: none;
  transition: transform .2s, box-shadow .2s cubic-bezier(.86, 0, .07, 1);
  box-shadow: inset 15px -15px 20px -10px #fff3;
}

.link-socmed:hover {
  margin-left: 0;
  margin-right: 10px;
  text-decoration: none;
  transform: scale(1.1);
  box-shadow: inset 4px 6px 20px -10px #fff3;
}

.container-guide {
  background-image: linear-gradient(#252525, #030303);
  border-radius: 20px;
  max-width: 1280px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 100px 60px;
}

.heading-style-guide {
  color: #fff;
  background-color: #0000;
  font-family: Urbanist, sans-serif;
  font-size: 86px;
  font-weight: 400;
}

.heading-style-guide.heading-3 {
  font-size: 62px;
  font-weight: 400;
}

.text-guide {
  color: #8b8b8b;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.2em;
}

.div-sparator {
  height: 50px;
}

.divider {
  border-bottom: 1px solid #4d4d4d;
  height: 10px;
  margin-top: 40px;
  margin-bottom: 100px;
}

.block-color-guide {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 100px;
  padding: 0 0 40px;
  display: grid;
}

.color-1-hex {
  background-color: #3b99fc;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.color-text {
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
}

.color-text.color-2 {
  color: #fff;
}

.color-hex {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150px;
  display: flex;
}

.color-hex.color-1 {
  background-color: #3b99fc;
}

.color-hex.color-2,
.color-hex.color-1-copy {
  background-color: #010626;
}

.color-hex.color-3 {
  background-color: #7794a6;
}

.color-hex.color-4 {
  background-color: #5a6773;
}

.color-hex.color-5 {
  background-color: #f2f2f2;
}

.color-hex.color-6 {
  background-color: #fff;
}

.heading-1 {
  color: #fdfdfd;
  text-align: left;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 62px;
  font-weight: 500;
  line-height: 1.3em;
}

.heading-2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 1.2em;
}

.heading-3 {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-4 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.heading-5 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Urbanist, sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.text-block-6 {
  font-size: 18px;
}

.body-text-01 {
  color: #8b8b8b;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.2em;
}

.body-text-02 {
  color: #8b8b8b;
  margin-bottom: 20px;
  font-size: 16px;
}

.body-text-03 {
  color: #8b8b8b;
  margin-bottom: 20px;
}

.rich-text-block {
  color: #fff;
  margin-top: 60px;
  font-family: Urbanist, sans-serif;
}

.paragraph-5 {
  color: #8b8b8b;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.link-2 {
  color: #ffaa2b;
  font-weight: 800;
}

.paragraph-6 {
  color: #aaa;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.heading-6 {
  font-size: 42px;
}

.paragraph-7 {
  font-family: Inter, sans-serif;
}

.paragraph {
  color: #8b8b8b;
  font-family: Inter, sans-serif;
  font-weight: 300;
}

.button {
  color: #fff;
  background-image: linear-gradient(225deg, #5a6773, #011526);
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 10px 40px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
}

.button.big {
  background-image: linear-gradient(225deg, #5a6773, #011526);
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 20px 40px;
  font-size: 32px;
}

.button.big.button-hole {
  background-color: #0000;
  background-image: none;
  border: 1px solid #c4c4c4;
  transition: box-shadow .2s;
  box-shadow: inset 12px 7px 15px #fce1ae33;
}

.button.big.button-hole:hover {
  box-shadow: inset -11px -4px 15px #fce1ae33;
}

.button.medium {
  color: #fff;
  background-image: linear-gradient(225deg, #5a6773, #011526);
  border-radius: 100px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 15px 40px;
  font-size: 28px;
}

.button-hole {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 100px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Urbanist, sans-serif;
  font-size: 20px;
  box-shadow: inset 12px 8px 12px #fff7e633;
}

.button-hole.button.button-medium {
  background-image: none;
  padding-top: 15px;
  padding-bottom: 15px;
}

.block-quote {
  font-size: 24px;
}

.div-images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  margin-bottom: 60px;
  display: grid;
}

.image-grid {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.container-6 {
  max-width: 1280px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.div-block-17 {
  background-color: #2c2c2c;
  background-image: linear-gradient(0deg, #000, #333);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 940px;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-span-gradation {
  background-image: linear-gradient(#2b2b2b, #1d1d1d 69%);
  height: 200px;
  position: absolute;
  left: 0;
  right: 0;
}

.slide-4 {
  text-align: left;
}

.div-block-18 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fullscreen-container-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1280px;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display: block;
  overflow: clip;
}

.grid-block-login {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-10 {
  width: 100%;
  display: block;
}

.image-11 {
  max-width: none;
  max-height: 500px;
  margin-top: 0;
  padding-bottom: 0;
}

.div-block-19 {
  height: 20px;
}

.glow-effect-wrapper {
  z-index: -1;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.copy-me-button {
  z-index: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  line-height: 1.2rem;
  transition: transform .2s ease-out;
  display: flex;
  position: relative;
}

.copy-me-button:hover {
  transform: scale(1.05);
}

.star {
  opacity: .37;
  filter: blur(5px);
  max-width: 115%;
}

.lottie {
  width: 150%;
  height: 150%;
  position: absolute;
  inset: auto;
}

.lottie.horizontal {
  transform: rotate(90deg);
}

.glow-circle {
  filter: blur(20px);
  background-color: #45beff;
  border-radius: 100000000px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glow-circle._50-opacity {
  opacity: .5;
  background-image: radial-gradient(circle, #000, #3be8ff);
}

.text-block-7 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(0deg, #a5a5a5, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.glow-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: block;
}

.glow-wrapper._2 {
  width: 200px;
  height: 200px;
}

.button-spacing {
  z-index: 3;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  text-transform: uppercase;
  -webkit-text-fill-color: inherit;
  background-color: #000000cf;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-radius: 99999px;
  padding: 27px 65px;
  font-family: Varela Round, sans-serif;
  line-height: 1;
  transition: all .6s;
  position: relative;
}

.button-container {
  z-index: 1;
  background-color: #ffffff26;
  border-radius: 99999px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.css {
  display: none;
}

.container-7 {
  max-width: 940px;
  height: 300px;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 4px;
}

.section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.div-block-20 {
  background-color: #4d4d4d;
  width: 100%;
  height: 100%;
}

.gradient-container {
  background-color: #0000;
  border-radius: 10px;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: clip;
}

.gradient-container.about-us-gradient-container {
  padding: 100px 60px;
}

.card-content {
  background-color: #0000;
  border-radius: 20px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.card-content.about-us {
  background-color: #1d1d1d;
  border-radius: 14px;
  flex: 1;
  margin: 0;
  padding: 100px 60px;
  position: static;
  overflow: clip;
}

.card-bkg {
  z-index: -1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  background-position: 0 0;
  border-radius: 20px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  margin-top: 0;
  padding: 0;
  display: block;
  position: absolute;
  inset: 0;
}

.code-embed {
  display: none;
}

.about-us-content {
  background-color: #1d1d1d;
  border-radius: 20px;
  padding: 100px 60px;
  overflow: clip;
}

.blur-gradient {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  filter: blur(70px);
  background-image: radial-gradient(circle at 50% 100%, #fff0, #5a6773 10%, #78faff5c 47%, #fff20000 62%);
  border-radius: 300px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: -100px 0 auto;
}

.css-02 {
  display: none;
}

.sky {
  opacity: .7;
  overflow: clip;
}

.sky.featured {
  z-index: -1;
  background-image: radial-gradient(circle closest-corner at 0%, #000, #ffffff2e 61%, #000 97%);
  min-width: 100%;
  min-height: 800px;
  position: absolute;
}

.sky.login {
  z-index: 20;
  background-image: radial-gradient(circle farthest-side, #000, #ffffff29 36%, #000 52%);
  position: absolute;
  inset: 0;
}

.stars {
  z-index: 5;
  opacity: 1;
  background-color: #0000;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  box-shadow: 718px 1689px #fff, 1405px 2127px #fff, 1270px 1148px #fff, 620px 641px #fff, 1538px 708px #fff, 2169px 1632px #fff, 523px 1494px #fff, 1081px 2018px #fff, 1372px 585px #fff, 974px 576px #fff, 448px 1231px #fff, 78px 2055px #fff, 1180px 1274px #fff, 1752px 2099px #fff, 1392px 488px #fff, 1836px 2303px #fff, 1309px 816px #fff, 922px 962px #fff, 1165px 2485px #fff, 2054px 176px #fff, 1425px 747px #fff, 2253px 2056px #fff, 1602px 114px #fff, 433px 1332px #fff, 65px 1726px #fff, 257px 334px #fff, 1512px 1855px #fff, 775px 2422px #fff, 2512px 2123px #fff, 76px 2235px #fff, 1979px 501px #fff, 352px 1222px #fff, 554px 1215px #fff, 1200px 2163px #fff, 2078px 1983px #fff, 2461px 557px #fff, 1960px 2055px #fff, 1966px 316px #fff, 1123px 1402px #fff, 1461px 2288px #fff, 1625px 2076px #fff, 822px 609px #fff, 531px 1358px #fff, 900px 1938px #fff, 1867px 1362px #fff, 1049px 372px #fff, 319px 980px #fff, 2321px 2421px #fff, 1701px 1425px #fff, 1827px 1324px #fff, 126px 1121px #fff, 527px 1735px #fff;
}

.stars1 {
  z-index: 5;
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  box-shadow: 452px 2369px #fff, 2030px 2013px #fff, 113px 1775px #fff, 426px 2228px #fff, 735px 2395px #fff, 483px 147px #fff, 1123px 1666px #fff, 1944px 113px #fff, 1096px 372px #fff, 2005px 118px #fff, 1948px 2320px #fff, 2095px 823px #fff, 742px 1559px #fff, 1637px 383px #fff, 877px 992px #fff, 141px 1522px #fff, 483px 941px #fff, 2028px 761px #fff, 1164px 2482px #fff, 692px 1202px #fff, 1008px 62px #fff, 1820px 2535px #fff, 1459px 2067px #fff, 519px 1297px #fff, 1620px 252px #fff, 1014px 1855px #fff, 679px 135px #fff, 1927px 2544px #fff, 836px 1433px #fff, 286px 21px #fff, 1131px 769px #fff, 1717px 1031px #fff, 2121px 517px #fff, 1865px 1257px #fff, 1640px 1712px #fff, 158px 162px #fff, 2491px 1514px #fff, 784px 1446px #fff, 1547px 968px #fff, 1966px 1461px #fff, 923px 1883px #fff, 601px 81px #fff, 1486px 598px #fff, 1947px 1462px #fff, 2161px 1181px #fff, 773px 675px #fff, 2023px 455px #fff, 1199px 1199px #fff, 94px 1814px #fff, 1055px 852px #fff, 583px 631px #fff, 150px 1931px #fff, 1472px 597px #fff, 611px 1338px #fff, 54px 859px #fff, 1266px 1019px #fff, 1028px 256px #fff, 1442px 964px #fff, 436px 1325px #fff, 2446px 1141px #fff, 723px 70px #fff, 825px 964px #fff, 63px 271px #fff, 647px 849px #fff, 309px 673px #fff, 1965px 2090px #fff, 1672px 9px #fff, 450px 2504px #fff, 1675px 2135px #fff, 2075px 921px #fff, 1607px 2348px #fff, 2243px 1494px #fff;
}

.stars2 {
  z-index: 5;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  box-shadow: 380px 1043px #fff, 10px 1086px #fff, 660px 1062px #fff, 1371px 842px #fff, 1290px 2153px #fff, 2258px 231px #fff, 2130px 2217px #fff, 1084px 758px #fff, 1464px 1903px #fff, 621px 2482px #fff, 2470px 754px #fff, 1282px 1797px #fff, 510px 1678px #fff, 836px 799px #fff, 2001px 134px #fff, 2314px 1869px #fff, 1031px 643px #fff, 949px 292px #fff, 16px 2265px #fff, 465px 1239px #fff, 2117px 1952px #fff, 1683px 605px #fff, 1818px 1945px #fff, 890px 1749px #fff, 324px 110px #fff, 1048px 1442px #fff, 2399px 1553px #fff, 157px 551px #fff, 666px 314px #fff, 897px 933px #fff, 2397px 438px #fff, 1280px 988px #fff, 1510px 2373px #fff, 2453px 1645px #fff, 831px 994px #fff, 2125px 338px #fff, 1571px 2128px #fff, 1792px 53px #fff, 820px 2480px #fff, 529px 1544px #fff, 1941px 928px #fff, 1632px 795px #fff, 152px 993px #fff, 1040px 260px #fff, 1131px 589px #fff, 2395px 1336px #fff, 1537px 1906px #fff, 1989px 1910px #fff, 1489px 1098px #fff, 996px 1585px #fff, 476px 69px #fff, 123px 466px #fff, 374px 414px #fff, 741px 1097px #fff, 1415px 1296px #fff, 945px 1132px #fff, 909px 2080px #fff, 2219px 8px #fff, 2198px 1039px #fff, 1794px 1513px #fff, 1484px 1972px #fff, 1557px 2099px #fff, 1385px 912px #fff, 1612px 1474px #fff, 169px 1963px #fff;
}

.shooting-stars {
  z-index: 20;
  background-image: linear-gradient(143deg, #fff, #000000ab);
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  width: 5px;
  height: 85px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.stars-after {
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  top: -600px;
  box-shadow: 1229px 1419px #fff, 672px 2257px #fff, 821px 854px #fff, 731px 1239px #fff, 1244px 58px #fff, 687px 2428px #fff, 173px 1549px #fff, 1973px 940px #fff, 2334px 1057px #fff, 792px 882px #fff, 1499px 1912px #fff, 1892px 9px #fff, 172px 1753px #fff, 22px 1577px #fff, 934px 2059px #fff, 1398px 2309px #fff, 100px 77px #fff, 1545px 22px #fff, 595px 1917px #fff, 941px 1452px #fff, 1226px 1022px #fff, 1254px 990px #fff, 2507px 352px #fff, 111px 887px #fff, 1666px 168px #fff, 966px 986px #fff, 121px 2559px #fff, 1424px 792px #fff, 1973px 2544px #fff, 577px 503px #fff, 1167px 1107px #fff, 2397px 1653px #fff, 1054px 810px #fff, 663px 805px #fff, 1084px 317px #fff, 2214px 759px #fff, 190px 975px #fff, 2218px 2104px #fff, 2013px 1227px #fff, 383px 1778px #fff, 1287px 1660px #fff, 2131px 994px #fff, 1073px 748px #fff, 1745px 2372px #fff, 1424px 252px #fff, 1274px 2457px #fff, 1976px 2422px #fff, 1644px 1665px #fff, 2372px 1772px #fff, 1593px 580px #fff, 894px 2361px #fff, 31px 1802px #fff, 1552px 1134px #fff, 1477px 1847px #fff, 1647px 2464px #fff, 599px 510px #fff, 2016px 226px #fff, 1402px 243px #fff, 748px 953px #fff, 387px 1212px #fff, 453px 1525px #fff, 1032px 93px #fff, 1420px 1399px #fff, 146px 948px #fff, 2256px 1631px #fff, 1405px 394px #fff, 201px 2149px #fff, 1077px 1765px #fff, 34px 2213px #fff, 2388px 246px #fff, 392px 667px #fff, 1595px 181px #fff, 323px 426px #fff, 2405px 2410px #fff, 2484px 280px #fff;
}

.stars1-after {
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  top: -600px;
  box-shadow: 435px 1410px #fff, 1717px 2554px #fff, 885px 1458px #fff, 1614px 909px #fff, 26px 2169px #fff, 1627px 1343px #fff, 511px 518px #fff, 1388px 722px #fff, 748px 1982px #fff, 837px 2188px #fff, 891px 1897px #fff, 917px 2547px #fff, 866px 2021px #fff, 1748px 2464px #fff, 409px 2476px #fff, 1321px 1824px #fff, 1946px 1620px #fff, 84px 1996px #fff, 773px 475px #fff, 2327px 1356px #fff, 181px 38px #fff, 2122px 1291px #fff, 2254px 375px #fff, 654px 432px #fff, 2022px 710px #fff, 866px 1651px #fff, 948px 2128px #fff, 1107px 1282px #fff, 1605px 1555px #fff, 847px 2056px #fff, 1678px 385px #fff, 1723px 2282px #fff, 516px 166px #fff, 1764px 93px #fff, 1947px 2302px #fff, 1357px 1486px #fff, 1237px 2532px #fff, 2338px 2002px #fff, 251px 1525px #fff, 876px 1121px #fff, 189px 759px #fff, 1936px 1574px #fff, 2510px 1440px #fff, 204px 836px #fff, 2044px 437px #fff, 471px 45px #fff, 394px 548px #fff, 1730px 641px #fff, 1526px 1701px #fff, 1559px 1106px #fff, 1396px 1826px #fff, 1106px 644px #fff, 160px 2149px #fff, 1261px 1804px #fff, 363px 714px #fff, 2002px 2277px #fff, 696px 1741px #fff, 2291px 499px #fff, 2089px 2229px #fff;
}

.stars2-after {
  border-radius: 50%;
  width: 3px;
  height: 3px;
  position: absolute;
  top: -600px;
  box-shadow: 148px 2112px #fff, 2328px 2246px #fff, 793px 1150px #fff, 2476px 867px #fff, 195px 2295px #fff, 721px 1158px #fff, 344px 1096px #fff, 1434px 1247px #fff, 2251px 1334px #fff, 1696px 1404px #fff, 1928px 1929px #fff, 473px 1718px #fff, 1176px 1364px #fff, 133px 1990px #fff, 1396px 1179px #fff, 1355px 1046px #fff, 676px 869px #fff, 2255px 1676px #fff, 2393px 2105px #fff, 1032px 1390px #fff, 773px 2159px #fff, 1235px 945px #fff, 1161px 209px #fff, 1878px 175px #fff, 287px 1787px #fff, 509px 935px #fff, 473px 442px #fff, 1864px 177px #fff, 768px 2004px #fff, 513px 744px #fff, 2060px 2271px #fff, 2187px 2135px #fff, 1818px 505px #fff, 809px 1998px #fff, 323px 2553px #fff, 1420px 167px #fff, 2418px 2233px #fff, 1955px 2053px #fff, 1822px 145px #fff, 931px 629px #fff, 94px 2440px #fff, 1816px 718px #fff, 386px 668px #fff, 2040px 397px #fff, 40px 866px #fff, 1397px 2398px #fff, 2399px 297px #fff, 1611px 259px #fff, 1393px 1139px #fff;
}

.div-block-21 {
  position: absolute;
  top: 0;
}

.text-border-gradient {
  z-index: 1;
  filter: blur(20px);
  background-image: linear-gradient(320deg, #0000, #ffffffe6 50%, #1f1f1f00);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.block-textbox {
  border-radius: 100px;
  width: 100%;
  height: 57px;
  margin: 0;
  padding: 1px;
  position: relative;
  overflow: clip;
}

.block-textbox.text-area {
  border-radius: 20px;
  height: 200px;
  padding-bottom: 1px;
}

.block-textbox.login {
  height: 67px;
  margin-bottom: 20px;
}

.box-grid-content {
  z-index: 30;
  background-image: linear-gradient(#000, #1d1d1d);
  border: 0 #0000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 40px 30px;
  display: block;
  position: absolute;
  inset: auto;
}

.grid-container-block {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  overflow: clip;
}

.button-primary-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-transform: capitalize;
  background-color: #020202;
  border-radius: 300px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-primary-2.hero-home-1-label-1 {
  background-color: #0000;
  border-radius: 300px;
  padding: 24px 40px;
}

.button-primary-2.hero-home-1-label-1.new-button {
  z-index: 100;
  background-color: #001cf3;
  border: 1px solid #0000;
  padding: 15px 35px;
  font-size: 18px;
  font-weight: 400;
  position: fixed;
  bottom: 20px;
  right: 20px;
}

.button-primary-text-block {
  z-index: 1;
  font-size: 18px;
  position: relative;
}

.button-primary-circle {
  z-index: 0;
  background-color: #fd5a1f;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: scale(1);
}

.button-primary-circle._2nd {
  background-color: #020202;
}

.fly-icon-image {
  z-index: 1;
  width: 30px;
  height: 30px;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navbar-no-shadow {
    border-bottom: 1px solid #222;
    max-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: clip;
  }

  .navbar-no-shadow-container.am-container-navbar {
    border-bottom: 0 #222;
    max-width: 768px;
    padding-bottom: 40px;
    position: static;
  }

  .navbar-wrapper {
    z-index: 20;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: static;
  }

  .navbar-brand {
    clear: left;
    width: 300px;
    display: flex;
  }

  .am-button-medium {
    background-color: #0000;
  }

  .am-nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: none;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .am-container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .am-container-2.center {
    padding-top: 60px;
  }

  .am-container-2.container-flex {
    padding: 0;
  }

  .hero-section {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: clip;
  }

  .div-block {
    float: none;
    text-align: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .div-block.block-right {
    background-position: 50%;
    background-size: contain;
    width: 100%;
    min-height: 400px;
    margin-top: 60px;
  }

  .am-hero-heading.am-heading-h2 {
    letter-spacing: -1px;
    width: 80%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 58px;
  }

  .am-hero-heading.am-heading-h2.left {
    text-align: center;
  }

  .am-hero-heading.am-heading-h2.width-half {
    width: 100%;
  }

  .am-hero-heading.left {
    text-align: center;
    margin-bottom: 40px;
    font-size: 72px;
    display: block;
  }

  .am-hero-heading.left.hero-head {
    letter-spacing: -1px;
  }

  .am-hero-heading.testimonial-text {
    font-size: 32px;
  }

  .am-hero-heading.am-heading-h3.left {
    text-align: left;
    font-size: 48px;
  }

  .am-hero-heading.heading-4.left {
    font-size: 58px;
  }

  .am-paragraph {
    text-align: left;
    width: 100%;
    padding-right: 0;
    font-size: 16px;
  }

  .am-paragraph.am-services-block {
    text-align: center;
  }

  .am-paragraph.copyright {
    text-align: center;
    padding-bottom: 10px;
  }

  .am-paragraph.left {
    font-size: 16px;
  }

  .am-hero-paragraph {
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
  }

  .am-hero-paragraph.half-width {
    width: 100%;
  }

  .am-button-regular.am-button-medium.arrow-button {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .am-main-logo {
    width: 180px;
    margin-left: 10px;
    display: block;
  }

  .image-2 {
    width: 130px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .link {
    padding-right: 10px;
  }

  .about-us-container {
    padding-top: 60px;
    padding-bottom: 20px;
  }

  .about-us-section {
    width: 100%;
    margin-top: -140px;
    padding: 100px 40px 40px;
    overflow: clip;
  }

  .div-block-4 {
    padding-left: 0;
    padding-right: 0;
  }

  .flex-block {
    display: block;
  }

  .am-labeltext,
  .am-labeltext.hero-label-text {
    display: inline-block;
  }

  .image-3 {
    width: 100%;
    max-width: none;
    height: auto;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .am-services-block {
    margin-left: 5px;
    margin-right: 5px;
  }

  .am-services-block.current-zoom {
    box-shadow: none;
    text-align: center;
    padding: 20px;
    transform: none;
  }

  .am-icon-circle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .services-section {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    overflow: clip;
  }

  .am-services-block-heading {
    text-align: center;
    margin-bottom: 10px;
    line-height: 1em;
  }

  .div-block-grid {
    grid-template-columns: 1fr 1fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .cta-section {
    width: 100%;
    margin-top: 60px;
    padding: 60px 40px;
    overflow: clip;
  }

  .am-cta-container {
    display: block;
  }

  .list-item-1 {
    text-align: center;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .accordion-item {
    background-color: #303030;
  }

  .accordion-item.faq-accordion {
    background-color: #2c2c2c;
    border-top-right-radius: 10px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .accordion-toggle {
    border-bottom: 1px solid #383838;
    min-height: 90px;
    padding: 26px 20px 25px 10px;
    display: block;
    left: 0;
    right: 0;
  }

  .accordion-content {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .accordion-content.faq-accordion {
    padding-left: 30px;
    padding-right: 30px;
  }

  .collapsed-icon {
    margin-right: auto;
    inset: auto 20px auto auto;
  }

  .accordion-toggle-heading {
    white-space: break-spaces;
    word-break: normal;
    margin-left: 20px;
    margin-right: auto;
    padding-right: 40px;
    font-size: 24px;
    line-height: 1.1em;
  }

  .container-3 {
    display: block;
  }

  .div-block-current-featured {
    background-size: auto 80%;
    margin-bottom: 40px;
  }

  .am-featured-heading.white {
    text-align: center;
  }

  .paragraph-4 {
    text-align: left;
    padding-right: 20px;
  }

  .paragraph-4.white {
    text-align: center;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .div-block-featured {
    text-align: center;
    margin-bottom: 40px;
  }

  .div-block-featured.height.featured-2 {
    text-align: center;
    background-size: contain;
    min-height: 950px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-featured.white.featured-2 {
    min-height: 900px;
  }

  .featured-section {
    width: 100%;
    padding: 60px 40px;
    overflow: clip;
  }

  .testimonial-section {
    background-color: #1e1e1e;
    background-position: 50%;
    background-size: cover;
    min-height: 900px;
    font-family: Urbanist, sans-serif;
    overflow: clip;
  }

  .faq-section {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    overflow: clip;
  }

  .faq-container {
    padding-left: 40px;
    padding-right: 40px;
    display: block;
  }

  .faq-block {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-accordion {
    padding-left: 60px;
    padding-right: 60px;
  }

  .div-block-8 {
    height: 50px;
  }

  .demo-cta-section {
    width: 100%;
    padding: 100px 40px 60px;
    overflow: clip;
  }

  .footer-section {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: clip;
  }

  .footer-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-div-block {
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .footer-div-block.hide {
    display: none;
  }

  .social-media-circle {
    padding-bottom: 20px;
  }

  .label-heading-footer,
  .label-heading-footer.gray {
    font-size: 18px;
  }

  .footer-bottom {
    display: block;
  }

  .text-field.subscribe-text {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subscription-button.am-button-medium.am-button-regular.arrow-button.small-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer-copyright {
    text-align: center;
    display: block;
  }

  .mobile-menu {
    clear: left;
    text-align: right;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-right: 20px;
    padding-right: 0;
    display: flex;
    position: static;
    bottom: auto;
    left: 10px;
    right: 10px;
    overflow: visible;
  }

  .burger-menu {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: block;
  }

  .toggle-menu {
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    display: block;
  }

  .list-block-burger.bar-1 {
    margin-top: 7px;
  }

  .list-block-burger.bar-2 {
    width: 80%;
    margin-top: 7px;
  }

  .list-block-burger.bar-3 {
    margin-top: 7px;
  }

  .mobile-menu-list-block {
    opacity: 1;
    column-count: 10;
    background-color: #1b1b1b;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 400px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
    inset: auto 0 auto auto;
  }

  .div-block-10 {
    display: none;
  }

  .mobile-menu-list {
    float: none;
    clear: none;
    color: #d6d6d6;
    border-bottom-color: #353535;
    flex-flow: column;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-right: 40px;
    display: block;
    position: static;
  }

  .list-3 {
    padding-left: 0;
  }

  .dropdown-toggle-2 {
    padding: 0;
  }

  .menu-mobile-dropdown {
    background-color: #fff;
    width: auto;
    height: auto;
    margin-top: 10px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
    top: 100px;
    left: 0;
    right: 0;
    overflow: clip;
  }

  .div-block-11 {
    text-align: center;
  }

  .pricing-table-section {
    margin-top: 60px;
    padding-top: 100px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .table-container {
    display: block;
  }

  .pricing-table-block {
    background-position: 95% 5%;
  }

  .space-block {
    display: none;
  }

  .contact-section {
    margin-top: 40px;
    padding-top: 40px;
  }

  .contact-container {
    margin-top: 300px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 140px;
    padding-left: 0;
  }

  .featured-contact-image {
    min-height: 600px;
    padding-top: 100px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .contact-grid {
    display: block;
  }

  .contact-grid-block {
    padding-bottom: 60px;
  }

  .contact-grid-block.contact-form {
    margin-bottom: 60px;
  }

  .div-contact-field.heading-contact {
    margin-top: 10px;
  }

  .section-break {
    margin-top: 40px;
  }

  .menu-mobile-list {
    background-color: #0000;
    background-image: url('../images/Circle-Gray-Arrow_1Circle Gray Arrow.png');
    background-position: 91%;
    background-repeat: no-repeat;
    background-size: 35px;
    border-bottom: 1px solid #f1f1f1;
    padding: 20px 60px;
    font-size: 20px;
  }

  .menu-mobile-list:hover {
    color: #ffaa2b;
    background-image: url('../images/Arrow-Button.png');
  }

  .menu-mobile-list.w--current {
    color: #ffaa2b;
    background-image: url('../images/Arrow-Button.png');
    background-position: 91%;
  }

  .menu-mobile-list.no-border {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .container-guide {
    margin: 60px 40px;
  }

  .block-color-guide {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .container-6 {
    margin-left: 50px;
    margin-right: 50px;
  }

  .div-block-17 {
    width: 100%;
  }

  .grid-block-login {
    display: block;
  }

  .button-primary-2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-no-shadow {
    height: auto;
    padding-left: 40px;
    position: static;
  }

  .navbar-no-shadow-container.am-container-navbar {
    z-index: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    position: static;
    overflow: visible;
  }

  .container-regular {
    z-index: -1;
    position: static;
  }

  .navbar-brand {
    padding-left: 0;
    position: static;
  }

  .am-nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .am-hero-heading.am-heading-h2 {
    letter-spacing: 1px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    font-size: 42px;
  }

  .am-hero-heading.am-heading-h2.left {
    font-size: 52px;
  }

  .am-hero-heading.am-heading-h2.cta-demo {
    font-size: 48px;
  }

  .am-hero-heading.am-heading-h2.width-half {
    width: 100%;
  }

  .am-hero-heading.testimonial-text {
    font-size: 28px;
  }

  .am-hero-heading.am-heading-h3.left {
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
  }

  .am-hero-heading.am-heading-h3.left.heading-5 {
    text-align: center;
  }

  .am-hero-heading.heading-4.left {
    font-size: 42px;
  }

  .am-paragraph {
    text-align: left;
    font-size: 15px;
  }

  .am-paragraph.copyright {
    text-align: center;
  }

  .am-hero-paragraph.half-width {
    width: 100%;
  }

  .about-us-container {
    padding: 60px 20px 20px;
  }

  .about-us-container.gradient-container {
    padding: 4px;
  }

  .about-us-section {
    margin-top: -180px;
    padding-top: 100px;
  }

  .div-block-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .am-services-block {
    width: 100%;
  }

  .am-services-block-heading {
    margin-bottom: 0;
  }

  .div-block-grid {
    display: block;
  }

  .accordion-item.faq-accordion,
  .accordion-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-toggle.faq-toggle {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 19px;
  }

  .accordion-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-toggle-heading {
    margin-right: 40px;
    font-size: 20px;
  }

  .accordion-toggle-heading.about {
    font-size: 24px;
  }

  .div-block-featured.height.featured-2 {
    min-height: 800px;
  }

  .div-block-featured.white.featured-2 {
    min-height: 800px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .testimonial-section {
    min-height: 700px;
  }

  .faq-section {
    padding-bottom: 60px;
  }

  .faq-block {
    padding-left: 40px;
  }

  .div-block-7 {
    height: 50px;
  }

  .faq-accordion {
    padding-left: 40px;
    padding-right: 40px;
  }

  .demo-cta-section {
    padding: 60px 30px;
  }

  .demo-cta-container {
    margin-left: 25px;
    margin-right: 25px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-section {
    padding-top: 40px;
  }

  .footer-top {
    display: block;
  }

  .footer-div-block {
    margin-bottom: 40px;
  }

  .menu-list-link.nav-link.horizontal {
    margin-right: 10px;
  }

  .form {
    display: block;
  }

  .text-field.subscribe-text {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .am-button.am-button-regular.am-button-medium.contact-button.arrow-button {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 100px;
    display: block;
  }

  .subscription-button.am-button-medium.am-button-regular.arrow-button.small-button {
    width: 100%;
  }

  .form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .mobile-menu,
  .dropdown-toggle-2 {
    position: static;
  }

  .menu-mobile-dropdown {
    z-index: 200;
    background-color: #fff;
    width: 100%;
    margin-top: 40px;
    padding: 0;
    font-size: 18px;
    display: none;
    top: 60px;
    bottom: auto;
  }

  .menu-mobile-dropdown:hover {
    border-bottom-style: none;
    border-bottom-color: #000;
  }

  .pricing-table-section {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .table-container {
    padding-top: 0;
    padding-bottom: 0;
  }

  .contact-section {
    margin-top: 20px;
    padding-top: 10px;
  }

  .contact-container {
    padding-bottom: 40px;
  }

  .featured-contact-image {
    min-height: 300px;
  }

  .contact-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-grid-block {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-grid-block.contact-form {
    padding-left: 30px;
    padding-right: 30px;
  }

  .menu-mobile-list {
    background-image: url('../images/Circle-Gray-Arrow_1Circle Gray Arrow.png');
    background-position: 89%;
    background-repeat: no-repeat;
    background-size: 35px;
    border-bottom: 1px solid #e7e7e7;
    padding: 20px 60px;
    font-size: 18px;
    transition: border-color .2s cubic-bezier(.39, .575, .565, 1);
    display: block;
  }

  .menu-mobile-list:hover {
    outline-offset: 0px;
    color: #ffaa2b;
    background-image: url('../images/Arrow-Button.png');
    border-bottom-color: #ffaa2b;
    outline: 3px #222;
  }

  .menu-mobile-list.w--current {
    color: #ffaa2b;
    background-image: url('../images/Arrow-Button.png');
    background-position: 89%;
    border-bottom-color: #ffaa2b;
    font-size: 18px;
  }

  .menu-mobile-list.no-border {
    border-bottom-style: none;
    border-bottom-width: 0;
  }

  .login-image-wrapper {
    padding-left: 60px;
    padding-right: 60px;
  }

  .heading-slider {
    font-size: 24px;
  }

  .slide {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-style-guide {
    font-size: 72px;
    line-height: 1.2em;
  }

  .heading-style-guide.heading-3 {
    font-size: 52px;
  }

  .text-guide {
    font-size: 20px;
  }

  .heading-1 {
    font-size: 62px;
    line-height: 1.2em;
  }

  .heading-4 {
    text-align: center;
    font-weight: 200;
    line-height: 1.2em;
  }

  .heading-6 {
    line-height: 1.2em;
  }

  .image-11 {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow {
    padding-left: 30px;
    padding-right: 30px;
  }

  .am-nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .am-container-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .am-container-2.center {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-section {
    padding-top: 20px;
  }

  .div-block.block-right {
    margin-top: 20px;
  }

  .am-hero-heading.am-heading-h2 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 1.2em;
  }

  .am-hero-heading.am-heading-h2.left {
    font-size: 28px;
  }

  .am-hero-heading.am-heading-h2.cta-demo {
    font-size: 32px;
  }

  .am-hero-heading.left {
    font-size: 38px;
    line-height: 1em;
  }

  .am-hero-heading.testimonial-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .am-hero-heading.am-heading-h3.left {
    text-align: center;
    font-size: 28px;
  }

  .am-hero-heading.am-heading-h3.left.heading-5 {
    text-align: center;
  }

  .am-hero-heading.heading-4.left {
    font-size: 32px;
  }

  .am-hero-heading.heading-4.left.contact {
    text-align: left;
  }

  .am-paragraph {
    text-align: left;
    font-size: 14px;
    line-height: 1.3em;
  }

  .am-paragraph.am-services-block {
    font-size: 14px;
  }

  .am-paragraph.copyright {
    text-align: center;
    font-size: 14px;
  }

  .am-paragraph.left {
    text-align: center;
  }

  .am-paragraph.contact {
    text-align: center;
    padding-left: 20px;
  }

  .am-paragraph.center {
    text-align: center;
  }

  .am-hero-paragraph {
    font-size: 14px;
    line-height: 1.1em;
  }

  .am-hero-paragraph.block-tab {
    font-size: 14px;
    line-height: 1.2em;
  }

  .am-hero-paragraph.half-width {
    line-height: 1.2em;
  }

  .am-button-regular.am-button-medium.arrow-button {
    padding: 0 100px 0 20px;
    font-size: 20px;
  }

  .am-button-regular.am-button-medium.arrow-button.small-button {
    min-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
  }

  .am-button-regular.am-button-medium.arrow-button.small-button:hover {
    min-width: 100%;
  }

  .am-main-logo {
    width: 150px;
  }

  .about-us-container {
    margin-bottom: 20px;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-us-section {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .am-labeltext {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 16px;
  }

  .am-labeltext.hero-label-text {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }

  .am-services-block {
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .am-icon-circle {
    width: 60px;
  }

  .am-services-block-heading {
    margin-top: 10px;
    font-size: 24px;
  }

  .div-block-grid {
    padding-top: 0;
  }

  .cta-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item-1 {
    font-size: 14px;
  }

  .accordion-item.faq-accordion {
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-toggle {
    border-bottom-style: none;
    height: auto;
    min-height: 80px;
    padding-top: 24px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .accordion-toggle.faq-toggle {
    border-bottom-color: #3f3f3f;
    min-height: 80px;
    margin-bottom: 1px;
  }

  .accordion-toggle.accordion-about {
    min-height: 80px;
    padding-top: 20px;
    padding-bottom: 19px;
  }

  .accordion-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-content.faq-accordion {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collapsed-icon {
    margin-top: 5px;
    font-size: 24px;
  }

  .accordion-toggle-heading {
    margin-top: 0;
    margin-left: 10px;
    padding-right: 30px;
    font-size: 16px;
  }

  .accordion-toggle-heading.about {
    padding-top: 5px;
    font-size: 20px;
  }

  .div-block-current-featured {
    background-image: linear-gradient(#0000, #0000);
    padding-left: 20px;
    padding-right: 20px;
  }

  .am-featured-heading {
    text-align: center;
    max-width: 100%;
    font-size: 28px;
    line-height: 1em;
  }

  .image-5 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .paragraph-4 {
    text-align: center;
    max-width: 100%;
  }

  .div-block-featured.height.featured-2,
  .div-block-featured.white.featured-2 {
    min-height: 600px;
    padding: 40px 20px;
  }

  .featured-section {
    padding: 20px;
  }

  .testimonial-section {
    min-height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faq-section {
    padding-top: 60px;
  }

  .faq-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-7 {
    height: 20px;
  }

  .faq-accordion {
    padding-left: 20px;
    padding-right: 20px;
  }

  .demo-cta-section {
    padding-left: 10px;
    padding-right: 10px;
    align-self: center;
  }

  .demo-cta-container {
    background-position: 50% 100%;
    background-size: auto 500px;
    height: 700px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .footer-section {
    padding: 40px 20px 60px;
  }

  .footer-container {
    padding: 40px 10px;
  }

  .footer-top {
    display: block;
  }

  .footer-div-block {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .footer-div-block.subscribe {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .social-media-icon {
    width: 35px;
  }

  .logo-desc {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: block;
    overflow: visible;
  }

  .menu-list-link.nav-link {
    margin-right: 0;
    padding-right: 0;
  }

  .menu-list-link.nav-link.w--current {
    margin-right: 0;
    padding-bottom: 5px;
    padding-right: 0;
  }

  .menu-list-link.nav-link.horizontal {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 0;
    display: block;
  }

  .am-button.am-button-regular.am-button-medium.contact-button.arrow-button {
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 20px;
    font-size: 18px;
  }

  .subscription-button.am-button-medium.am-button-regular.arrow-button.small-button {
    margin-left: 0;
    margin-right: 0;
  }

  .subscription-button.am-button-medium.am-button-regular.arrow-button.small-button:hover {
    min-width: 100%;
    padding-left: 40px;
    padding-right: 40px;
  }

  .form-block.subscribe-footer {
    padding-left: 10px;
    padding-right: 10px;
  }

  .burger-menu {
    width: 35px;
  }

  .list-block-burger.bar-2 {
    width: 100%;
  }

  .menu-mobile-dropdown {
    margin-top: 30px;
    display: none;
  }

  .pricing-container {
    padding: 40px 20px;
  }

  .pricing-table-block {
    margin-top: 20px;
    padding: 20px;
  }

  .pricing-table-label {
    text-align: center;
  }

  .pricing-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .list-pricing {
    text-align: left;
  }

  .pricing-list-item {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
  }

  .contact-section {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contact-container {
    margin-top: 140px;
    padding-top: 100px;
  }

  .featured-contact-image {
    margin-top: -200px;
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-grid {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-information-block {
    text-align: center;
    display: block;
  }

  .contact-grid-block {
    padding-bottom: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-grid-block.contact-form {
    margin-bottom: 20px;
    padding: 40px 10px;
  }

  .contact-info-heading {
    font-size: 16px;
  }

  .contact-info-description {
    font-size: 14px;
  }

  .form-2 {
    display: block;
  }

  .div-contact-field {
    padding-left: 20px;
    font-size: 16px;
    display: none;
  }

  .div-contact-field.heading-contact {
    text-align: center;
    margin-top: 40px;
    padding-left: 20px;
    font-size: 24px;
    line-height: 1.1em;
  }

  .div-contact-text {
    height: 50px;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .div-contact-text.email-text,
  .div-contact-text.password-field,
  .div-contact-text.username {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .menu-mobile-list {
    background-position: 82%;
    background-size: 25px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .menu-mobile-list.w--current {
    background-position: 82%;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .login-section {
    padding-top: 60px;
  }

  .login-content-wrapper {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-login {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .login-image-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-slider {
    font-size: 18px;
  }

  .slider {
    width: 100%;
  }

  .slide {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .label-footer {
    text-align: center;
  }

  .slide-nav {
    padding-top: 20px;
  }

  .container-guide {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-style-guide {
    font-size: 42px;
  }

  .heading-style-guide.heading-3 {
    font-size: 38px;
  }

  .text-guide {
    font-size: 16px;
  }

  .div-sparator {
    height: 20px;
  }

  .block-color-guide {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-1 {
    font-size: 36px;
  }

  .heading-2 {
    font-size: 28px;
  }

  .heading-3 {
    font-size: 24px;
  }

  .heading-4 {
    font-size: 18px;
  }

  .heading-5,
  .body-text-01 {
    font-size: 16px;
  }

  .heading-6 {
    font-size: 36px;
  }

  .button {
    font-size: 16px;
  }

  .button.big {
    font-size: 28px;
  }

  .button.medium {
    font-size: 20px;
  }

  .button-hole {
    font-size: 16px;
  }

  .block-quote {
    line-height: 1.2em;
  }

  .div-images-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-6 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-17 {
    height: 400px;
  }

  .div-span-gradation {
    height: 100px;
  }

  .div-block-19 {
    height: 10px;
  }

  .about-us-content {
    padding: 40px 10px;
  }

  .block-textbox {
    height: 52px;
    margin-bottom: 10px;
  }

  .block-textbox.login {
    height: 52px;
  }
}

#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e852-a803e84f {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: start;
}

#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e85b-a803e84f,
#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e85c-a803e84f,
#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e86c-a803e84f,
#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e879-a803e84f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e887-a803e84f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e88a-a803e84f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#email-2.w-node-_338dd1cd-70d7-5170-7b68-bd19a803e88f-a803e84f {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_338dd1cd-70d7-5170-7b68-bd19a803e898-a803e84f {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc7f1-0e8dc7e5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc7f3-0e8dc7e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc7f9-0e8dc7e5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc7fb-0e8dc7e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc801-0e8dc7e5 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc803-0e8dc7e5 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc808-0e8dc7e5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-bcb8deec-18dd-6108-3915-92490e8dc81b-0e8dc7e5,
#w-node-bcb8deec-18dd-6108-3915-92490e8dc820-0e8dc7e5,
#w-node-bcb8deec-18dd-6108-3915-92490e8dc824-0e8dc7e5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_14d1a94a-624d-0cd6-eb07-7f9373ec1b06-73ec1b04 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_84202cff-c53d-a1d9-c29b-1d88da84ef4f-da84ef40 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_84202cff-c53d-a1d9-c29b-1d88da84ef55-da84ef40 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_84202cff-c53d-a1d9-c29b-1d88da84ef5a-da84ef40,
#w-node-_84202cff-c53d-a1d9-c29b-1d88da84ef60-da84ef40 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_114a9a1f-cdcb-e75f-b555-5791d1936cbf-d1936cbe {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_114a9a1f-cdcb-e75f-b555-5791d1936cc1-d1936cbe {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_5e79e26e-1021-87a7-dd03-2d30876480d0-876480c7 {
  grid-area: span 2 / span 3 / span 2 / span 3;
}

#w-node-_5e79e26e-1021-87a7-dd03-2d30876480d1-876480c7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5e79e26e-1021-87a7-dd03-2d30876480d2-876480c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e79e26e-1021-87a7-dd03-2d30876480d7-876480c7 {
  order: -9999;
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e79e26e-1021-87a7-dd03-2d30876480d8-876480c7,
#w-node-_5e79e26e-1021-87a7-dd03-2d30876480db-876480c7,
#w-node-_5e79e26e-1021-87a7-dd03-2d30876480de-876480c7,
#w-node-_5e79e26e-1021-87a7-dd03-2d30876480e4-876480c7,
#w-node-_5e79e26e-1021-87a7-dd03-2d30876480ea-876480c7,
#w-node-_5e79e26e-1021-87a7-dd03-2d30876480f0-876480c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a4c5ad7e-1a46-db20-8430-d016b3d3e86f-b3d3e864 {
  place-self: center start;
}

#w-node-fbbe8d6d-c62a-7ae8-61bd-963451697ded-51697de8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a9bfe29c-3e88-723a-2559-9c9313b32c8e-13b32c82 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-c56280f0-5883-aa0f-211e-a17bbe3b9e75-be3b9e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-c56280f0-5883-aa0f-211e-a17bbe3b9e9d-be3b9e72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_68d002e1-be8b-1e52-5ee8-0a9d1a62c8dd-1a62c8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start;
}

#w-node-_68d002e1-be8b-1e52-5ee8-0a9d1a62c905-1a62c8da {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_338dd1cd-70d7-5170-7b68-bd19a803e852-a803e84f {
    grid-column-end: 4;
  }

  #w-node-_338dd1cd-70d7-5170-7b68-bd19a803e85c-a803e84f {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_338dd1cd-70d7-5170-7b68-bd19a803e852-a803e84f {
    grid-column-end: 2;
  }
}

/* --- VAUE UPDATES & FIXES --- */

/* 1. Fix "Garantidos" Text Alignment */
/* Changing display to 'inline' stops the text from jumping to a new line or sitting higher than the rest */
.text-block-span {
  display: inline;
  color: #3b99fc;
  padding: 0;
  font-weight: 500;
}

/* 2. Unified Blue Buttons (Hero, Forms, Pricing) */
.am-button-medium,
.pricing-button,
.am-button {
  background-image: linear-gradient(225deg, #0066cc, #004c99);
  background-color: #0066cc;
  border: 1px solid #005bb5;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  outline: none;
}

.am-button-medium:hover,
.pricing-button:hover,
.am-button:hover {
  background-image: linear-gradient(225deg, #3399ff, #0066cc);
  border-color: #004c99;
}

/* 3. Change Yellow Text Labels/Headings to Blue */
.am-labeltext,
.pricing-table-label,
.accordion-item,
.label-heading-footer,
.link,
.list-menu {
  color: #3b99fc;
}

/* 4. Featured Box Background (Blue) */
/* 5. Navigation Links Highlight Color */
.nav-link.w--current {
  color: #3b99fc;
  border-bottom-color: #3b99fc;
}

.nav-link:hover {
  -webkit-text-stroke-color: #3b99fc;
  border-color: #004c99;
  color: #fff;
}

/* --- FIX FOR BENEFIT BLOCKS ALIGNMENT & SIZING --- */

.div-block-grid-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  /* Keeps rows centered */
  gap: 30px !important;
  /* Space between cards */
  width: 100% !important;
}

.am-services-block {
  /* Adjusted width slightly to 32% to prevent wrapping issues on some screens */
  width: calc(32% - 20px) !important;

  flex-grow: 0 !important;
  flex-shrink: 0 !important;

  margin: 0 !important;
  grid-area: auto !important;
  grid-column: auto !important;
  grid-row: auto !important;
}

/* Tablet: Switch to 2 items per row */
@media screen and (max-width: 991px) {
  .am-services-block {
    width: calc(48% - 15px) !important;
  }
}

/* Mobile: Switch to 1 item per row */
@media screen and (max-width: 767px) {
  .am-services-block {
    width: 100% !important;
  }
}

/* --- FIX LIST ALIGNMENT (CASES SECTION) --- */

/* Ensures the container aligns content to the start */
.div-block-11 {
  text-align: left !important;
  align-items: flex-start !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Resets the list style to standard left alignment */
.list {
  text-align: left !important;
  padding-left: 20px !important;
  /* Space for bullets */
  margin-left: 0 !important;
  list-style-position: outside !important;
  width: 100% !important;
}

/* Ensures individual items align text correctly */
.list-item-1 {
  text-align: center !important;
  padding-left: 5px !important;
  /* Small gap between bullet and text */
}

/* --- FIX TYPOGRAPHY SPACING & LAYOUT --- */

/* 1. Unpack the Heading Text */
.am-hero-heading.am-heading-h2.left {
  line-height: 1.2em !important;
  /* Increases space between lines (was too tight) */
  margin-bottom: 30px !important;
  /* Adds space below the heading */
  font-size: 52px !important;
  /* Slightly reduced size for better balance */
  letter-spacing: -1px !important;
  /* Tighter letter spacing for a modern look */
}

/* 2. Improve Paragraph Readability */
.am-hero-paragraph {
  line-height: 1.6em !important;
  /* Makes text easier to read */
  margin-bottom: 40px !important;
  /* Moves the list/button further down */
  font-size: 18px !important;
  opacity: 0.8;
}

/* 3. Ensure Mobile Responsiveness for this text */
@media screen and (max-width: 767px) {
  .am-hero-heading.am-heading-h2.left {
    font-size: 36px !important;
    line-height: 1.3em !important;
  }
}

/* --- HERO FORM ALIGNMENT FIX --- */

/* 1. Ensure the form container stretches all items equally */
.static-form-box form {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  /* Consistent spacing between all items */
  align-items: stretch !important;
}

/* 2. Uniform styling for Inputs and Selects inside the hero */
.static-form-box .div-contact-text {
  width: 100% !important;
  height: 55px !important;
  /* Consistent height for inputs */
  margin: 0 !important;
  /* Remove external margins to use gap */
  box-sizing: border-box !important;
  /* Ensure padding doesn't affect width */
  border-radius: 100px !important;
  /* Consistent pill shape */
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 1px solid #3d3d3d !important;
  background-color: #272727 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: normal !important;
}

/* 3. Button Alignment */
.static-form-box .am-button {
  width: 100% !important;
  margin-top: 10px !important;
  /* Little extra space before button */
  height: 55px !important;
  /* Match input height */
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding: 0 !important;
}

/* 4. Heading Alignment */
.static-form-box h3 {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  text-align: left;
}

/* --- FOOTER ALIGNMENT FIXES --- */

.footer-bottom {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  grid-template-columns: none !important;
  margin-top: 20px !important;
}

.footer-div-block {
  text-align: center !important;
  max-width: 100% !important;
}

.logo-desc,
.am-paragraph.copyright {
  color: #8a8a8a !important;
  font-size: 14px !important;
  text-align: center !important;
  margin: 0 auto !important;
}

/* --- FOOTER ALIGNMENT FIXES --- */

/* 1. Organize Top Section (Logo + Links) */
.footer-top {
  display: flex !important;
  justify-content: space-between !important;
  /* Pushes Logo left, Links right */
  flex-wrap: wrap !important;
  gap: 40px !important;
  grid-template-columns: none !important;
  /* Disable grid */
  text-align: left !important;
}

/* 2. Sizing for Columns */
.footer-div-block {
  flex: 1 !important;
  min-width: 140px !important;
  text-align: left !important;
  /* Ensure links align left */
  margin-bottom: 0 !important;
}

/* Make Logo Column wider so it doesn't squish */
.footer-div-block:first-child {
  flex: 1.5 !important;
  min-width: 280px !important;
}

/* 3. Center Bottom Elements (CNPJ & Copyright) */
.footer-bottom,
.footer-copyright {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  margin-top: 10px !important;
  padding-top: 0 !important;
}

/* 4. Text Color & Size adjustments */
.logo-desc,
.am-paragraph.copyright {
  color: #8a8a8a !important;
  font-size: 14px !important;
  text-align: center !important;
  width: 100% !important;
}

/* --- FIX CONTACT SECTION ALIGNMENT (LEFT) --- */

/* 1. Force the Paragraph to align left */
.contact-grid-block .am-paragraph.center,
.contact-grid-block .am-paragraph {
  text-align: center !important;
  margin-left: 0 !important;
}

/* 2. Convert Contact Info Items to Flexbox (Icon + Text side-by-side) */
.contact-information-block {
  display: flex !important;
  justify-content: flex-start !important;
  /* Aligns content to the left */
  align-items: center !important;
  /* Vertically centers icon with text */
  text-align: center !important;
  gap: 20px !important;
  /* Space between Icon and Text */
  grid-template-columns: none !important;
  /* Disable old grid */
  padding-left: 0 !important;
}

/* 3. Fix Icon positioning */
.list-contact-info {
  width: auto !important;
  display: flex !important;
  justify-content: flex-start !important;
  place-self: auto !important;
  /* Removes grid centering */
  margin: 0 !important;
}

/* 4. Ensure Text headings/descriptions are left aligned */
.contact-info-heading,
.contact-info-description {
  text-align: left !important;
  margin-left: 0 !important;
}

.text-block-span,
.am-labeltext,
.accordion-item,
.pricing-table-label,
.label-heading-footer,
.link,
.list-menu {
  color: #3b99fc !important;
  display: inline !important;
}

.am-button-medium,
.pricing-button,
.am-button {
  background-image: linear-gradient(225deg, #0066cc, #004c99) !important;
  background-color: #0066cc !important;
  border: 1px solid #005bb5 !important;
  color: #fff !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  outline: none !important;
}

.am-button-medium:hover,
.pricing-button:hover,
.am-button:hover {
  background-image: linear-gradient(225deg, #3399ff, #0066cc) !important;
  border-color: #004c99 !important;
}

.nav-link.w--current {
  color: #3b99fc !important;
  border-bottom-color: #3b99fc !important;
}

.nav-link:hover {
  -webkit-text-stroke-color: #3b99fc !important;
  border-color: #004c99 !important;
  color: #fff !important;
}

/* --- 2. TYPOGRAPHY & LAYOUT --- */
.am-hero-heading.hero-head {
  font-size: 56px !important;
  line-height: 1.1em !important;
  margin-bottom: 20px !important;
}

.am-hero-heading.am-heading-h2.left {
  line-height: 1.2em !important;
  margin-bottom: 30px !important;
  font-size: 52px !important;
  letter-spacing: -1px !important;
}

.am-hero-paragraph {
  line-height: 1.6em !important;
  margin-bottom: 40px !important;
  font-size: 18px !important;
  opacity: 0.8;
}

@media screen and (max-width: 767px) {

  .am-hero-heading.hero-head,
  .am-hero-heading.am-heading-h2.left {
    font-size: 36px !important;
  }
}

/* --- 3. HERO FORM FIXES --- */
.static-form-box {
  width: 50%;
  margin-top: 100px;
  position: relative;
  background-color: rgba(30, 30, 30, 0.8);
  border-radius: 20px;
  padding: 30px;
  backdrop-filter: blur(10px);
  transform: none !important;
  transition: none !important;
  opacity: 1 !important;
}

.static-form-box form {
  display: flex !important;
  flex-direction: column !important;
  gap: 15px !important;
  align-items: stretch !important;
}

.static-form-box .div-contact-text {
  width: 100% !important;
  height: 55px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  border-radius: 100px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  border: 1px solid #3d3d3d !important;
  background-color: #272727 !important;
  color: #fff !important;
  font-size: 16px !important;
  line-height: normal !important;
}

.static-form-box .am-button {
  width: 100% !important;
  margin-top: 10px !important;
  height: 55px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center;
  padding: 0 !important;
}

.static-form-box h3 {
  margin-top: 0 !important;
  margin-bottom: 5px !important;
  text-align: left;
}

/* --- DROPDOWN (SELECT) VISIBILITY FIX --- */
select.div-contact-text,
.div-contact-text.w-select {
  color: #fff !important;
  background-color: #272727 !important;
  cursor: pointer;
  background-image: none;
  /* Optional: removes default arrow if needed */
}

/* Style options for better visibility */
select.div-contact-text option,
.div-contact-text.w-select option {
  background-color: #272727 !important;
  color: #fff !important;
  padding: 10px;
}

@media screen and (max-width: 991px) {
  .static-form-box {
    width: 100%;
    margin-top: 60px;
  }
}

/* --- 4. BENEFITS GRID ALIGNMENT --- */
.div-block-grid,
.div-block-grid-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  width: 100% !important;
  grid-template-columns: none !important;
  grid-template-rows: none !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.am-services-block {
  width: 350px !important;
  min-width: 300px !important;
  max-width: 100% !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  margin: 0 !important;
  grid-area: auto !important;
}

.am-services-block.current-zoom {
  box-shadow: none !important;
  outline: none !important;
  background-color: #1d1d1d !important;
  transform: none !important;
}

@media screen and (max-width: 767px) {
  .am-services-block {
    width: 100% !important;
    min-width: auto !important;
  }
}

/* --- 5. CONTACT ALIGNMENT FIXES --- */
.contact-grid-block .am-paragraph.center,
.contact-grid-block .am-paragraph {
  text-align: center !important;
  margin-left: 0 !important;
}

.contact-information-block {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  text-align: center !important;
  gap: 20px !important;
  grid-template-columns: none !important;
  padding-left: 0 !important;
}

.list-contact-info {
  width: auto !important;
  display: flex !important;
  justify-content: flex-start !important;
  place-self: auto !important;
  margin: 0 !important;
}

.contact-info-heading,
.contact-info-description {
  text-align: left !important;
  margin-left: 0 !important;
}

/* --- 6. FOOTER FIXES --- */
.footer-top {
  display: flex !important;
  justify-content: space-between !important;
  flex-wrap: wrap !important;
  gap: 40px !important;
}

.footer-div-block {
  flex: 1 !important;
  min-width: 140px !important;
  text-align: left !important;
  margin-bottom: 0 !important;
}

.footer-div-block:first-child {
  flex: 1.5 !important;
  min-width: 280px !important;
}

.footer-bottom,
.footer-copyright {
  display: flex !important;
  justify-content: center !important;
  text-align: center !important;
  width: 100% !important;
  margin-top: 10px !important;
}

.logo-desc,
.am-paragraph.copyright {
  color: #8a8a8a !important;
  font-size: 14px !important;
  text-align: center !important;
  width: 100% !important;
}

/* --- 7. ACCORDION ANIMATIONS --- */
.accordion-content {
  display: block !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: max-height 0.4s ease, opacity 0.4s ease, padding 0.4s ease;
}

.accordion-content.active {
  max-height: 500px;
  opacity: 1;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.collapsed-icon {
  transition: transform 0.3s ease;
}

.collapsed-icon.active {
  transform: rotate(180deg);
}

/* --- 8. LIST ALIGNMENT (CASES) --- */
.div-block-11,
.list,
.list-item-1 {
  text-align: center !important;
  align-items: center !important;
}

.list {
  padding-left: 20px !important;
}

/* --- FINAL FIX: BENEFITS GRID & ACCORDIONS --- */

/* 1. BENEFITS GRID (3 Top, 2 Bottom, Centered, Same Size) */
.div-block-grid-flex {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center !important;
  gap: 30px !important;
  width: 100% !important;
  padding: 0 !important;
}

.am-services-block {
  /* Calculation: (100% / 3) - Gap Adjustment */
  width: calc(33.333% - 20px) !important;
  min-width: 300px !important;

  /* CRITICAL: flex-grow: 0 prevents the last 2 items from stretching */
  flex-grow: 0 !important;
  flex-shrink: 0 !important;

  margin: 0 !important;
  grid-area: auto !important;

  /* Visual Reset */
  background-color: #1d1d1d !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  transform: none !important;
}

/* Mobile Responsiveness */
@media screen and (max-width: 991px) {
  .am-services-block {
    width: calc(50% - 15px) !important;
  }
}

@media screen and (max-width: 767px) {
  .am-services-block {
    width: calc(100vw - 60px) !important;
    /* Viewport minus padding for safety */
    min-width: unset !important;
    /* CRITICAL: Remove min-width on mobile */
    max-width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .div-block-grid-flex {
    padding: 0 15px !important;
    gap: 20px !important;
  }

  /* Container overflow prevention */
  .am-container-2,
  .w-container,
  .container-flex {
    max-width: 100vw !important;
    overflow-x: hidden !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    box-sizing: border-box !important;
  }

  /* Featured section - improve text legibility over background */
  .div-block-featured {
    background-size: 60% !important;
    background-position: bottom right !important;
    padding: 30px 25px !important;
  }

  .div-block-featured h2,
  .div-block-featured .am-featured-heading {
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.9) !important;
  }

  .div-block-featured p,
  .div-block-featured .am-hero-paragraph {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8) !important;
  }
}

/* 2. ACCORDION ANIMATION FIXES */
/* Force content to be hidden by default but ready to animate */
.accordion-content {
  display: block !important;
  overflow: hidden !important;
  height: auto !important;
  max-height: 0 !important;
  /* Closed state */
  opacity: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: all 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

/* Open state applied by JS */
.accordion-content.active {
  max-height: 1000px !important;
  /* Open state */
  opacity: 1 !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

/* Icon Rotation */
.collapsed-icon {
  transition: transform 0.3s ease !important;
}

.collapsed-icon.active {
  transform: rotate(180deg) !important;
}

/* 3. Global Color Overrides (Blue Theme) */
.text-block-span,
.am-labeltext,
.accordion-item,
.pricing-table-label,
.label-heading-footer,
.link {
  color: #3b99fc !important;
}

.am-button-medium,
.pricing-button,
.am-button {
  background-image: linear-gradient(225deg, #0066cc, #004c99) !important;
  border-color: #005bb5 !important;
}

/* ==========================================================================
   HAMBURGER MENU FIX - Show dropdown when opened
   ========================================================================== */

/* Show dropdown when Webflow JS adds .w--open class */
.menu-mobile-dropdown.w--open {
  display: block !important;
  position: fixed !important;
  top: 80px !important;
  left: 20px !important;
  right: 20px !important;
  width: auto !important;
  max-height: 80vh !important;
  overflow-y: auto !important;
  background-color: #1a1a1a !important;
  border-radius: 15px !important;
  padding: 20px !important;
  z-index: 99999 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8) !important;
}

/* Style the menu links */
.menu-mobile-dropdown .menu-mobile-list {
  display: block !important;
  padding: 18px 20px !important;
  color: #fff !important;
  font-size: 18px !important;
  text-decoration: none !important;
  border-bottom: 1px solid #333 !important;
  transition: background-color 0.2s ease !important;
}

.menu-mobile-dropdown .menu-mobile-list:last-child {
  border-bottom: none !important;
}

.menu-mobile-dropdown .menu-mobile-list:hover {
  background-color: #333 !important;
  border-radius: 8px !important;
}

/* Style the burger icon bars - make them visible */
.list-block-burger {
  background-color: #fff !important;
  width: 100% !important;
  height: 3px !important;
  margin-bottom: 6px !important;
  border-radius: 2px !important;
}

.list-block-burger:last-child {
  margin-bottom: 0 !important;
}