:root {
  --ghost-white: #f6f8fd;
  --dark-slate-grey: #3b3a39;
  --lime-green: #56af2f;
  --white: white;
  --white-smoke: #f6f6f6;
  --medium-sea-green: #33bc7f;
  --yellow-green: #99c218;
  --black: black;
  --tomato: #fc5c49;
  --black-2: #0b0b18;
  --black-3: #232931;
  --royal-blue: #446beb;
  --light-steel-blue: #c2d2f9;
  --cornflower-blue: #8798cf;
  --lavender: #e9efff;
  --honeydew: #d5faea;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  background-color: var(--ghost-white);
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 44px;
}

.header-wrap {
  margin-bottom: 60px;
}

.right-content-2 {
  width: 88%;
  min-height: 400px;
  padding-top: 125px;
  padding-left: 25px;
  padding-right: 25px;
}

.compontents-wrap {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-1-text {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: none;
}

.heading-1 {
  color: #292929;
  font-family: Roboto, sans-serif;
  font-size: 41px;
  font-weight: 700;
}

.link-wrap {
  color: #fff;
  cursor: pointer;
  background-color: #c2d2f9;
  border-bottom: 2px #fc5c49;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  max-width: 119px;
  height: 45px;
  margin-bottom: 25px;
  padding: 8px 12px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.link-wrap:hover {
  border-radius: 4px;
  transform: translate(0, -2px);
  box-shadow: 0 7px 15px 1px rgba(0, 0, 0, .13);
}

.button-5-img {
  flex: 1;
  margin-left: 0;
}

.bottom-container {
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.paragraph {
  color: #9aa8be;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.left-nav {
  background-color: #f6f8fd;
  flex-direction: column;
  align-items: center;
  width: 12%;
  height: 100%;
  padding-top: 125px;
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.button-5 {
  float: left;
  background-color: var(--lime-green);
  color: #fff;
  text-align: left;
  cursor: pointer;
  border-radius: 70px;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-right: 0;
  padding: 12px 38px 12px 30px;
  font-family: Montserrat, sans-serif;
  transition: all .25s;
  display: flex;
  position: relative;
}

.button-5:hover {
  transform: translate(0, -4px);
  box-shadow: 3px 2px 19px rgba(0, 0, 0, .28);
}

.header-1-container {
  text-align: right;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  max-width: 800px;
  margin-left: auto;
  margin-right: 0;
  padding-top: 60px;
  display: flex;
}

.header-1-h1 {
  color: #0b072a;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 57px;
  font-weight: 600;
  line-height: 67px;
}

.header-1-h1._500px {
  color: var(--dark-slate-grey);
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  max-width: 500px;
}

.header-1-h1.hero_section_v2 {
  font-size: 5rem;
  line-height: 110%;
}

.header-1-h1.hero_section_v2.typage {
  font-size: 4.4rem;
}

.header-1 {
  background-color: #e9efff;
  background-image: none;
  align-items: center;
  min-height: 80vh;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.nav-link {
  font-size: 16px;
}

.nav-link.w--current {
  color: #5748c5;
}

.nav-link.cool-link {
  color: var(--dark-slate-grey);
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.nav-link.cool-link:hover {
  transform: translate(0, -4px);
}

.navbar {
  z-index: 1002;
  color: var(--dark-slate-grey);
  background-color: #fff;
  border-bottom: 1px #000;
  justify-content: space-between;
  align-items: center;
  min-height: 5rem;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.brand {
  background-color: rgba(0, 0, 0, 0);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 90px;
  margin-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 10px;
  display: flex;
}

.menu-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  min-height: 80px;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 35px;
  display: flex;
}

.div-block-38 {
  background-color: rgba(0, 0, 0, .05);
  width: 100%;
  height: 1px;
  margin-top: 60px;
  margin-bottom: 60px;
}

.header-2 {
  background-color: #f6f8fd;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.hero-2-left-content {
  background-image: url('../images/img-4.jpg'), url('../images/hero-3.jpg');
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  width: 40%;
  height: 100%;
  min-height: 80vh;
}

.hero-2-right-content {
  align-items: center;
  width: 80%;
  min-height: 80vh;
  padding-left: 35px;
  display: flex;
}

.hero-2-header {
  color: #0b072a;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 60px;
  font-weight: 600;
  line-height: 63px;
}

.navbar-1 {
  background-color: rgba(0, 0, 0, 0);
  align-items: center;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navbar-1-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu-2 {
  align-items: center;
  display: flex;
}

.navbar-1-link {
  color: #8798cf;
  letter-spacing: 1px;
  font-family: Roboto, sans-serif;
  font-size: 12px;
  font-weight: 500;
  transition: all .2s ease-in;
}

.navbar-1-link:hover {
  color: #232931;
}

.navbar-1-line-break {
  background-color: #f4f7fa;
  width: 2px;
  height: 25px;
  margin-left: 15px;
  margin-right: 15px;
  display: inline-block;
}

.navbar-1-button {
  background-color: #446beb;
  border-radius: 3px;
  padding: 12px 25px;
  font-size: 12px;
}

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

.link-text {
  color: #446beb;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.link-orange {
  color: #fc5c49;
  text-decoration: none;
}

.info-block {
  padding: 5px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.row-8 {
  margin-bottom: 30px;
}

.info-bar-delete-me {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding-right: 14px;
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-block-11 {
  margin-left: 7px;
}

.button-wrap {
  background-color: #f6f8fd;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  min-width: 200px;
  min-height: 200px;
  padding: 55px 15px;
  display: flex;
  position: relative;
}

.header-3 {
  background-image: linear-gradient(#f6f8fd, #f6f8fd);
  align-items: center;
  min-height: 80vh;
  display: flex;
  position: relative;
}

.button-standard {
  background-color: var(--lime-green);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 155px;
  padding: 12px 22px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-standard:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 11px rgba(0, 0, 0, .15);
}

.button-rounded {
  color: #446beb;
  background-color: #c2d2f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 151px;
  min-height: 40px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-rounded:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 11px rgba(0, 0, 0, .15);
}

.hero-3-right-content {
  background-image: url('../images/hero2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40%;
  height: 100%;
  min-height: 80vh;
}

.hero-3-left-content {
  align-items: center;
  width: 60%;
  min-height: 80vh;
  padding-left: 55px;
  display: flex;
}

.hero-3-header {
  color: #0b072a;
  margin-top: 0;
  margin-bottom: 45px;
  font-family: Circularstd webfont, sans-serif;
  font-size: 63px;
  font-weight: 400;
  line-height: 72px;
}

.navbar-3 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.nav-3-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.affiliate-invite-wrap {
  background-color: #f6f8fd;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  min-height: 80px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.image-7 {
  margin-right: 25px;
}

.alert-text {
  color: #0b0b18;
  margin-right: 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.menu-button {
  display: flex;
}

.menu-button.w--open {
  z-index: 4;
  background-color: #c2d2f9;
}

.nav-menu-3 {
  background-color: #f6f8fd;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 340px;
  padding-top: 80px;
  display: flex;
}

.icon-3 {
  color: #fff;
}

.hero-3-title-wrapper {
  position: absolute;
}

.header-4 {
  background-image: url('../images/undraw_organize_resume_utk5-1.svg'), linear-gradient(#f6f8fd, #f6f8fd);
  background-position: 100% 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 480px, auto;
  align-items: center;
  min-height: 80vh;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.container-flex {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.drop-down-link {
  cursor: pointer;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.nav-menu-4 {
  align-items: center;
  display: flex;
}

.navigation-right {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.hero-4-link-text:hover {
  color: #232931;
}

.nav-bar-2-link {
  color: rgba(11, 7, 42, .61);
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.text-block-6 {
  color: rgba(11, 7, 42, .61);
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.drop-down-nav-link {
  color: #0b072a;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 15px 10px 25px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.drop-down-nav-link:hover {
  color: #0b0b18;
  background-color: #f6f8fd;
}

.drop-down-toggle.w--open {
  background-color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 8px;
}

.navbar-2 {
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.dropdown-list {
  background-color: #fff;
  border-radius: 4px;
  min-width: 170%;
  padding: 15px 15px 15px 5px;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-radius: 0 8px 8px;
  min-width: 180px;
  padding: 5px 0 15px;
}

.div-block-10 {
  background-color: rgba(11, 7, 42, .14);
  width: 1px;
  height: 32px;
}

.container-3 {
  flex: 1;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.heading {
  color: #0b072a;
  margin-top: 100px;
  margin-bottom: 80px;
  font-family: Circularstd webfont, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 68px;
}

.tracking-wrap-count {
  align-items: center;
  display: flex;
}

.button-cta {
  color: #33bc7f;
  background-color: #d5faea;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 155px;
  min-height: 46px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-cta:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 11px rgba(0, 0, 0, .15);
}

.text-block-13 {
  z-index: 12;
  color: #fff;
  position: relative;
}

.link-block {
  z-index: 15;
  cursor: pointer;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.link-wrap-2 {
  text-align: center;
  width: auto;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  overflow: hidden;
}

.link-txt {
  color: #446beb;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 11px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.link-txt.is--white {
  color: #0b0b18;
}

.section {
  background-color: #ebf0ff;
  background-image: url('../images/Mask-Group-2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.heading-24 {
  color: var(--dark-slate-grey);
  margin-top: 5px;
  margin-bottom: 45px;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 77px;
}

.heading-24.margin-100 {
  margin-top: 50px;
  margin-bottom: 100px;
}

.container-home {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 190px;
  padding-bottom: 30px;
  display: flex;
}

.paragraph-6 {
  color: var(--dark-slate-grey);
  text-align: center;
  max-width: 710px;
  margin-bottom: 47px;
  font-family: Roboto, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 33px;
}

.button-wrap-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.btn-hero {
  background-color: var(--lime-green);
  text-align: center;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  padding: 12px 22px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn-hero:hover {
  border: 1px #fff;
  transform: translate(0, -4px);
}

.html-embed {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.btn-hero-2 {
  color: #446beb;
  text-align: center;
  background-color: #c2d2f9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  max-width: 260px;
  margin-left: 15px;
  padding: 12px 22px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn-hero-2:hover {
  border: 1px #fff;
  transform: translate(0, -4px);
}

.button-4 {
  color: #446beb;
  text-align: center;
  background-color: #c2d2f9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  max-width: 170px;
  padding: 12px 22px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.button-4:hover {
  border: 1px #fff;
}

.font-awesome {
  margin-right: 8px;
  font-family: Fontawesome webfont, sans-serif;
}

.font-awesome-2 {
  margin-left: 8px;
  font-family: Fontawesome webfont, sans-serif;
}

.nav-link-3 {
  text-align: left;
  flex: 1;
  padding-right: 32px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: block;
}

.social-link-wrap {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.social-link-wrap.negative-ad {
  margin-left: -1px;
}

.footer-2-link {
  color: #8798cf;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.footer-2-link:hover {
  color: #232931;
}

.image-2 {
  margin-right: 10px;
}

.footer-link-2 {
  color: #0052cc;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-2-header {
  color: #8798cf;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-2-column {
  flex-direction: column;
  display: flex;
}

.cta-2-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-3-container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-column {
  flex-direction: column;
  display: flex;
}

.footer-3-header {
  color: #8798cf;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.footer-3-text-2 {
  color: #8798cf;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
  line-height: 30px;
}

.scroll-top {
  border: 1.5px solid #8798cf;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-top: 25px;
  display: flex;
  position: static;
}

.footer-4-container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-4-link {
  color: #8798cf;
  margin-right: 15px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer-link-wrap {
  justify-content: flex-end;
}

.footer-4-paragraph {
  color: #8798cf;
  text-align: right;
  max-width: 400px;
  margin-top: 25px;
  font-family: Roboto, sans-serif;
}

.footer-4-column {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.column-16 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.h4 {
  color: #8798cf;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 22px;
}

.div-block-2 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #8798cf;
  width: 350px;
  height: 30px;
  margin-top: 0;
  margin-bottom: 55px;
}

.h5-footer {
  color: #232931;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 55px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 22px;
  line-height: 31px;
}

.text-block-15 {
  color: #8798cf;
  text-align: right;
  font-family: Roboto, sans-serif;
}

.footer-5-container {
  color: #122658;
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-wrap-delete {
  background-color: #f6f8fd;
  align-items: center;
  height: 100px;
  margin-bottom: 122px;
  display: flex;
  position: relative;
}

.tracking-wrap {
  background-color: #f6f8fd;
  border-radius: 6px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  padding: 10px 15px;
  display: flex;
}

.nav-menu-6 {
  align-items: center;
  display: flex;
}

.phone-menu-wrap {
  align-items: center;
  margin-left: 35px;
  display: flex;
}

.text-block-3 {
  color: rgba(246, 248, 253, .61);
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.navbar-4-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1300px;
  min-height: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navlink-4 {
  color: #fff;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
}

.navlink-4:hover {
  opacity: .41;
  border-style: none;
  border-bottom-width: 2px;
  border-bottom-color: #081b39;
}

.navlink-4.w--current {
  color: #081b39;
  font-weight: 700;
}

.text-block-16 {
  color: #f6f8fd;
  font-family: Circularstd webfont, sans-serif;
  font-size: 17px;
}

.cta-1 {
  background-image: url('../images/img-4.jpg');
  background-position: 100% 85%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.cta-1-container {
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 100px;
  margin-right: 100px;
  display: flex;
}

.cta-2 {
  background-image: url('../images/hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.cta-3 {
  background-color: #e9efff;
  background-image: url('../images/undraw_analysis_4jis.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 350px;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.cta-3-container {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  min-width: 400px;
}

.form {
  align-items: flex-start;
  display: flex;
}

.text-field {
  color: rgba(51, 51, 51, .31);
  text-align: center;
  background-color: #f6f8fd;
  border: 1px solid #446beb;
  border-radius: 6px;
  padding-left: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}

.text-field::placeholder {
  color: #9c9c9c;
}

.submit-button {
  color: #0b072a;
  background-color: rgba(0, 0, 0, 0);
  margin-left: 5px;
  font-family: Roboto, sans-serif;
  display: none;
}

.cta-2-text {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin: 5px auto 25px;
  font-family: Circularstd webfont, sans-serif;
  font-size: 29px;
  font-weight: 500;
  line-height: 39px;
  display: block;
}

.cta-text {
  color: #f6f8fd;
  max-width: 500px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.footer-2 {
  background-color: #e9efff;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.footer-2-container {
  flex-direction: row;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row-9 {
  flex: 1;
}

.footer-3 {
  background-color: #c2d2f9;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.footer-4 {
  background-color: #e9efff;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.image-12 {
  margin-bottom: 25px;
}

.cta-3-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.cta-3-header {
  color: #0b072a;
  margin-top: 10px;
  margin-bottom: 14px;
  font-family: Circular, sans-serif;
  font-size: 32px;
  font-weight: 900;
}

.footer-5 {
  background-color: #c2d2f9;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.button-standard-3 {
  background-color: #446beb;
  border-radius: 4px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 155px;
  min-height: 46px;
  font-family: Roboto, sans-serif;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-overlay-2 {
  cursor: pointer;
  background-color: #232931;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.version-wrap {
  background-color: #c2d2f9;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 160px;
  max-width: 170px;
  min-height: 30px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.version-text {
  color: #446beb;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.text-span-4 {
  margin-right: 8px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 16px;
}

.link-block-2 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.subscribe {
  z-index: 2000;
  background-color: #c2d2f9;
  position: fixed;
  bottom: 0;
  right: 0;
  box-shadow: -1px -1px 20px rgba(0, 0, 0, .22);
}

.subscribe-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px 15px 15px;
  display: flex;
}

.image-4 {
  max-width: 60%;
  margin-right: 9px;
}

.subsribe-text {
  flex: 1;
  font-family: Circularstd book webfont, sans-serif;
}

.link {
  color: #0b072a;
  border: 1px solid #000;
  border-radius: 50px;
  margin-left: 15px;
  padding: 7px 13px;
  font-size: 18px;
  text-decoration: none;
}

.sub-headers {
  align-items: center;
  margin-bottom: 13px;
  display: flex;
}

.form-3 {
  align-items: center;
  display: flex;
}

.text-field-2 {
  border: 1px solid #446beb;
  border-radius: 4px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
}

.text-field-2::placeholder {
  color: #8798cf;
}

.submit-button-4 {
  background-color: #446beb;
  border-radius: 5px;
  margin-left: 5px;
}

.no-password-alert {
  background-color: #fff;
  border: 1px solid #ff3347;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 15px;
  padding: 8px 15px;
  display: flex;
}

.alert-red {
  margin-right: 25px;
}

.title-text-2 {
  color: #243758;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-weight: 500;
}

.nav-menu-7 {
  float: left;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.navbar-7 {
  background-color: #232931;
  flex: 1;
  min-height: 100px;
}

.login-button {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 20px;
  padding: 5px 20px;
  font-family: Roboto, sans-serif;
}

.logo-2 {
  float: left;
  width: 100px;
  margin: 14px;
  padding-bottom: 0;
  display: block;
}

.nav-link-7 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Roboto, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 19px;
  transition: color .2s;
}

.nav-link-7:hover {
  color: #8a8a8a;
}

.nav-link-7.w--current {
  color: #8b8b8b;
}

.nav-7-container {
  justify-content: space-between;
  align-items: center;
  min-height: 100px;
  display: flex;
}

.navbar-4 {
  background-color: #232931;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.alert-2 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #33bc7f;
  border-radius: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 70px;
  margin-top: 15px;
  padding: 8px 15px;
  display: flex;
}

.hamburger-wrapper {
  background-color: #d5faea;
  border-radius: 2px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 6px 14px -4px rgba(0, 0, 0, .15);
}

.hamburger-wrapper:hover {
  transform: translate(0, -2px);
  box-shadow: 0 8px 18px -4px rgba(0, 0, 0, .39);
}

.burger-line {
  background-color: #33bc7f;
  border-radius: 10px;
  width: 22.5px;
  height: 3px;
  margin-top: 2px;
  margin-bottom: 2px;
}

.example-hero {
  background-image: url('../images/Background_Hero_v2.jpg');
  background-size: cover;
  justify-content: flex-end;
  align-items: center;
  min-height: 624px;
  margin-top: 80px;
  margin-bottom: 0;
  padding-left: 55px;
  padding-right: 3%;
  display: block;
  position: relative;
}

.section1 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  min-height: 300px;
  padding: 80px 55px;
  display: none;
}

.container {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.section2 {
  justify-content: center;
  align-items: center;
  min-height: 550px;
  margin-top: 0;
  padding: 160px 55px 80px;
  display: flex;
}

.section-2-text {
  color: var(--dark-slate-grey);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 50px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 19px;
  font-weight: 600;
}

.footer-6-paragraph-2 {
  color: var(--dark-slate-grey);
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 23px;
  font-weight: 600;
  line-height: 35px;
}

.container-copywrite {
  flex: 1;
  max-width: 1440px;
  margin-top: 55px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-6-paragraph {
  color: #232931;
  max-width: 490px;
  margin-bottom: 10px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 29px;
  text-decoration: none;
}

.footer-6-sub-heading {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.footer-link {
  color: rgba(35, 41, 49, .55);
  text-decoration: none;
}

.text-span {
  color: #446beb;
}

.copywrite-footer-text {
  color: #232931;
  max-width: 490px;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  line-height: 29px;
  text-decoration: none;
}

.column-nospace {
  padding-left: 0;
  padding-right: 0;
}

.div-block-39 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-4 {
  color: #3b3b3b;
}

.footer-icons {
  float: left;
  color: #232931;
  margin-top: 30px;
  margin-right: 20px;
  font-family: Fontawesome webfont, sans-serif;
  font-size: 18px;
  transition: all .2s;
}

.footer-icons:hover {
  color: #fff;
}

.footer-6-container {
  z-index: 99;
  flex: 1;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.footer-6 {
  background-color: #e9efff;
  justify-content: center;
  align-items: center;
  min-height: 400px;
  margin-bottom: 120px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.container-example {
  flex: 1;
  max-width: 1200px;
}

.exampleh2 {
  color: #0b072a;
  margin-top: 0;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 45px;
}

.examplepara {
  color: var(--dark-slate-grey);
  max-width: 490px;
  margin-bottom: 25px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.buttonexample {
  background-color: var(--lime-green);
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 155px;
  padding: 12px 22px;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  transition: all .2s;
  display: none;
}

.buttonexample:hover {
  transform: translate(0, -3px);
  box-shadow: 0 8px 11px rgba(0, 0, 0, .15);
}

.section3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 80px 55px;
  display: flex;
}

.footerexample2 {
  justify-content: center;
  align-items: center;
  min-height: 400px;
  padding-left: 55px;
  padding-right: 55px;
  display: flex;
}

.button-5-text {
  font-family: Roboto, sans-serif;
}

.button-5-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-field-long-2 {
  color: #fff;
  background-color: rgba(255, 255, 255, .14);
  border: 1.5px #e2e4e9;
  border-radius: 4px;
  width: 420px;
  min-height: 48px;
  margin-bottom: 4px;
  margin-right: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 15px;
  font-weight: 400;
}

.text-field-long-2:focus {
  border-color: #9b9eb8;
}

.text-field-long-2::placeholder {
  color: #fff;
}

.section-cta-2 {
  background-color: #f8faff;
  background-image: linear-gradient(#232931, #232931);
  border-style: none;
  border-top-width: 3px;
  border-top-color: #fffdfd;
  padding: 110px 25px;
}

.form-4 {
  align-items: flex-start;
  display: flex;
}

.button-send {
  color: #5b3acc;
  background-color: #fff;
  border-radius: 4px;
  min-height: 48px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .25s;
}

.button-send:hover {
  background-color: #fff;
}

.success-message-2 {
  background-image: linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6)), url('../images/pattern.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 8px;
  padding: 45px 61px;
}

.mail-list-form {
  margin-top: 25px;
}

.success-text {
  color: #201b3d;
}

.text-block-14 {
  color: #9b9eb8;
  font-size: 17px;
  display: inline-block;
}

.container-flex-v {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.heading-mail {
  color: #fff;
  margin-top: 5px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 25px;
  line-height: 35px;
}

.image-14 {
  margin-bottom: 20px;
}

.flowbase-home-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.flowbase-underline {
  text-decoration: underline;
}

.flowbase-product-wrap {
  align-items: center;
  min-height: 40px;
  padding: 15px 20px;
  display: flex;
  position: relative;
}

.flowbase-close-card {
  opacity: .43;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 10px;
  transition: all .2s ease-out;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.flowbase-close-card:hover {
  opacity: 1;
}

.flowbase-tag {
  z-index: 99999;
  background-color: #fff;
  border-radius: 10px;
  min-width: 540px;
  margin-bottom: 30px;
  margin-left: 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  box-shadow: 8px 1px 20px rgba(128, 124, 142, .15);
}

.flowbase-left-wrap {
  display: flex;
}

.flowbase-clone-button {
  letter-spacing: 1px;
  background-color: #5b3acc;
  border-radius: 50px;
  margin-right: 25px;
  padding-left: 28px;
  padding-right: 28px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

.flowbase-icon-wrap {
  background-color: #5b3acc;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 25px;
  display: flex;
  position: relative;
}

.flowbase-author {
  color: #9b9eb8;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.flowbase-title {
  color: #5b3acc;
  margin-bottom: 4px;
  font-family: Circularstd book webfont, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.flowbase-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 40px;
  margin-right: 25px;
  display: flex;
}

.hero-2-left-content-2 {
  background-image: url('../images/img-4.jpg'), none;
  background-position: 50%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  width: 40%;
  height: 100%;
  min-height: 80vh;
}

.section4 {
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 80px 55px;
  display: flex;
}

.section5 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 80px 55px;
  display: flex;
}

.section6 {
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 80px 55px;
  display: flex;
}

.section7 {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 80px 55px;
  display: flex;
}

.section-why-ekolux {
  background-color: #ebf0ff;
  background-image: url('../images/Mask-Group-2.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.btn-hero-3 {
  color: var(--dark-slate-grey);
  text-align: center;
  background-color: rgba(59, 58, 57, .2);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 180px;
  margin-left: 15px;
  padding: 12px 22px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.btn-hero-3:hover {
  border: 1px #fff;
  transform: translate(0, -4px);
}

.section-2 {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.section-copy {
  background-image: url('../images/Background7.jpg');
  background-position: 30% 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
}

.section-header {
  display: none;
}

.image-15 {
  border: 2px none var(--lime-green);
  box-shadow: none;
  opacity: 1;
  background-color: rgba(86, 175, 47, 0);
  border-radius: 0;
  min-width: 390px;
  max-width: 500px;
}

.body {
  background-color: var(--white-smoke);
}

.testimonials-wrapper-t3 {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonials-subwrapper-t3 {
  background-color: var(--white);
  border-radius: 6px;
  max-width: 370px;
  height: 220px;
  margin: 20px;
  padding: 20px;
  box-shadow: 1px 1px 15px 2px rgba(0, 0, 0, .2);
}

.user-wrapper-t3 {
  margin-bottom: 25px;
  display: flex;
}

.user-picture-t3 {
  border-radius: 100px;
  box-shadow: 1px 1px 3px #b8b8b8;
}

.user-name-wrapper-t3 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  margin-left: 18px;
  display: flex;
}

.user-name-t3 {
  font-size: 16px;
  font-weight: 600;
}

.company-name-t3 {
  color: #888;
}

.quote-t3 {
  color: #464646;
  font-size: 16px;
}

.section-testimonials {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 100px 40px;
  display: block;
}

.right-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.company-logo-t1 {
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.slider-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
}

.left-arrow-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-landscape-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.quote-icon-t1 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: 15%;
  right: auto;
}

.user-picture-t1 {
  border-radius: 100px;
  margin-top: 20px;
  padding: 3px;
  box-shadow: 0 1px 3px #a7a7a7;
}

.right-arrow-icon-t1 {
  height: 60px;
  transform: rotate(0);
}

.testimonials-t1 {
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.testimonials-wrapper {
  border-radius: 8px;
  flex-direction: column;
  align-items: center;
  width: 60%;
  max-width: 1400px;
  margin: 100px auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  box-shadow: 1px 0 26px 3px #c9c9c9;
}

.user-picture-wrapper-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.right-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-nav-landscape-t1 {
  font-size: 11px;
}

.user-name-t1 {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
}

.slide-nav-portrait-t1, .slide-nav-t1 {
  font-size: 11px;
}

.testimonials-wrapper-t1 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-mobile-portrait-t1 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.quote-t1 {
  color: var(--dark-slate-grey);
  text-align: left;
  background-image: url('../images/quote.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto 40px;
  margin-top: 24px;
  padding-top: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}

.arrow-copy {
  height: 60px;
  transform: rotate(0);
}

.left-arrow-icon-t1 {
  height: 25px;
  transform: rotate(0);
}

.left-arrow-landscape-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-subwrapper-t1 {
  flex-direction: column;
  width: 28%;
  max-width: 230px;
  height: 100%;
  margin: 20px;
}

.slide-wrapper-t1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.arrow {
  height: 25px;
  transform: rotate(0);
}

.left-arrow-portrait-t1 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-testimonials {
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 65px;
  font-family: Montserrat, sans-serif;
  font-size: 75px;
  line-height: 93.75px;
  display: flex;
}

.slider-mobile-landscape-t1-2 {
  background-color: rgba(0, 0, 0, 0);
  height: 100%;
  display: none;
}

.testimonials-wrapper-t1-2 {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.slide-wrapper-t1-2 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 60px;
  margin-left: 70px;
  margin-right: 70px;
  display: flex;
}

.section1-trust {
  background-color: var(--white);
  background-image: none;
  background-position: 0 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 300px;
  padding: 80px 55px;
  display: block;
}

.bold-text {
  color: var(--dark-slate-grey);
  text-align: left;
}

.grid {
  opacity: .5;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  max-width: 80%;
}

.section-contact {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 40px 150px;
  display: flex;
}

.form-subtitle-cf10 {
  color: #969696;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-field-cf10 {
  text-align: left;
  background-color: #f6f8fd;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 6px;
  margin-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 16px;
}

.text-field-cf10:focus {
  border-width: 2px;
  border-color: var(--lime-green);
}

.text-field-cf10.other {
  width: 50%;
  margin-top: 10px;
}

.text-field-cf10.big {
  height: 100px;
  margin-top: 10px;
}

.text-field-cf10.extra-left {
  margin-left: 20px;
}

.checkbox-wrapper-cf10 {
  flex-wrap: wrap;
  display: flex;
}

.form-subwrapper-cf10 {
  width: 100%;
  display: flex;
}

.form-cf10 {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 20px;
  padding: 10px 25px;
  display: flex;
}

.checkbox-cf10 {
  border-radius: 18px;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.checkbox-cf10.w--redirected-checked {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
}

.success-message-cf10 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.submit-button-cf10 {
  border: 2px solid var(--lime-green);
  color: var(--lime-green);
  background-color: #fff;
  border-radius: 6px;
  margin-top: 20px;
  padding: 10px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  transition: color .2s, background-color .2s;
  box-shadow: 1px 1px 3px #dfdfdf;
}

.submit-button-cf10:hover {
  border-color: var(--lime-green);
  background-color: var(--lime-green);
  color: #fff;
}

.field-label-cf10 {
  color: #333;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.checkbox-field-cf10 {
  color: #999;
  background-color: #f6f8fd;
  border-radius: 6px;
  align-items: center;
  width: 40%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 20px;
  padding: 7px 30px;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}

.error-message-cf10 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf10 {
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
}

.container-4 {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-block-2 {
  border: 2px solid var(--lime-green);
  box-shadow: none;
  max-width: 600px;
}

.text-block-17 {
  padding-left: 20px;
}

.link-block-3 {
  margin-top: 32px;
}

.link-block-3.cta-button {
  margin-top: 0;
}

.link-5 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.link-block-5, .link-fb {
  background-image: url('../images/facebook.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  padding-right: 35px;
}

.link-ig {
  background-image: url('../images/instagram.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  padding-right: 40px;
}

.link-me {
  background-image: url('../images/messenger.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  padding-right: 40px;
}

.link-tel {
  background-image: url('../images/whatsapp.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 30px;
  padding-right: 40px;
}

.link-6 {
  color: var(--dark-slate-grey);
  text-decoration: none;
}

.hero-text {
  color: var(--dark-slate-grey);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  display: none;
}

.image-17 {
  max-width: 20%;
  display: none;
}

.section-header-v2.hide {
  display: none;
}

.image-18 {
  flex: 1;
  margin-bottom: 40px;
}

.div-block-40 {
  flex-direction: row;
  max-width: 1200px;
  display: flex;
}

.div-block-41 {
  max-width: 80%;
  padding-left: 85px;
  padding-right: 85px;
}

.section-right {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 550px;
  padding: 80px 55px;
  display: flex;
}

.div-right {
  flex-direction: row-reverse;
  max-width: 1200px;
  display: flex;
}

.feature-wrap {
  border-radius: 10px;
  align-items: flex-start;
  width: 180px;
  padding: 15px 12px 15px 0;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.feature-wrap:hover {
  background-color: rgba(72, 77, 255, .03);
}

.dropdown-list-2 {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-list-2.w--open {
  z-index: 7;
  border-radius: 15px;
  min-width: 200px;
  padding-top: 15px;
}

.short-title {
  color: #2e3642;
  min-width: 70px;
  margin-bottom: 2px;
  padding-left: 20px;
  font-weight: 500;
  line-height: 22px;
}

.feature-content-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.dropdown-list-wrap {
  z-index: 9;
  background-color: #fff;
  border-radius: 15px;
  min-width: 200px;
  padding: 15px 12px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 9px rgba(44, 62, 80, .1);
}

.navigation-link {
  color: #546681;
  flex-direction: row;
  align-items: center;
  padding: 12px 14px;
  font-size: 16px;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.navigation-link:hover {
  color: #484dff;
}

.dropdown-column {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  display: flex;
}

.arrow-down {
  color: var(--dark-slate-grey);
  margin-left: 8px;
  margin-right: 7px;
}

.navigation-text {
  width: 100%;
  text-decoration: none;
}

.button {
  color: rgba(0, 0, 0, 0);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  padding: .75rem 1.5rem;
}

.button.is-secondary {
  color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
}

.section_header_herosection {
  align-items: center;
  height: 80vh;
  margin-top: 5rem;
  display: flex;
  position: relative;
}

.text-size-medium {
  font-size: 1.125rem;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.header1_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  display: grid;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.hero_image {
  display: none;
}

.hero_image_wrapper {
  background-image: url('../images/hero_section_image.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image_overlay {
  background-color: rgba(86, 175, 47, .36);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

@media screen and (max-width: 991px) {
  .right-content-2 {
    width: 100%;
  }

  .paragraph {
    flex-direction: column;
    display: flex;
  }

  .left-nav {
    width: 22%;
  }

  .button-5 {
    margin-right: 0;
  }

  .header-1-h1 {
    font-size: 51px;
    line-height: 62px;
  }

  .header-1-h1.hero_section_v2 {
    font-size: 4.2rem;
  }

  .header-1 {
    min-height: 70vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .div-block-38 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .header-2, .hero-2-left-content, .hero-2-right-content {
    min-height: 70vh;
  }

  .hero-2-header {
    font-size: 51px;
    line-height: 62px;
  }

  .navbar-1 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-2 {
    background-color: #f4f7fa;
    margin-left: 15px;
    margin-right: 15px;
  }

  .navbar-1-link {
    color: #122658;
  }

  .navbar-1-button {
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .icon-2 {
    color: #fff;
  }

  .header-3, .hero-3-right-content {
    min-height: 70vh;
  }

  .hero-3-left-content {
    min-height: 70vh;
    padding-left: 25px;
  }

  .hero-3-header {
    font-size: 51px;
    line-height: 62px;
  }

  .navbar-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .icon-4 {
    color: var(--dark-slate-grey);
  }

  .header-4 {
    background-image: url('../images/undraw_organize_resume_utk5-1.svg'), linear-gradient(#c2d2f9, #c2d2f9);
    background-position: 100% 100%, 0 0;
    background-repeat: no-repeat, repeat;
    background-size: 300px, auto;
    min-height: 70vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .menu-button-2 {
    display: none;
  }

  .nav-menu-4 {
    flex: 1;
  }

  .navbar-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .heading {
    padding-top: 100px;
    font-size: 51px;
    font-weight: 700;
    line-height: 62px;
  }

  .heading-24.margin-100 {
    margin-top: auto;
  }

  .container-home {
    padding-top: 140px;
  }

  .nav-menu-6 {
    background-color: #fff;
    margin: 0 12px 12px;
    padding-bottom: 25px;
  }

  .phone-menu-wrap {
    margin-top: 15px;
    margin-left: 0;
    padding-left: 20px;
  }

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

  .cta-1 {
    padding: 80px 25px;
  }

  .cta-1-container {
    flex-direction: column;
    justify-content: center;
  }

  .cta-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-3 {
    background-size: 250px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .cta-2-text {
    font-size: 27px;
  }

  .cta-text {
    text-align: center;
    margin-bottom: 58px;
    font-size: 24px;
    line-height: 36px;
  }

  .footer-2, .footer-3, .footer-4, .footer-5 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-7 {
    background-color: #5748c5;
    max-height: 430px;
    padding-top: 15px;
    padding-left: 15px;
  }

  .nav-link-7 {
    border-bottom: 1px solid rgba(255, 255, 255, .08);
    font-size: 16px;
    line-height: 22px;
  }

  .menu-button-4 {
    color: #8b8b8b;
    margin-top: 10px;
  }

  .menu-button-4.w--open {
    background-color: #20193a;
    margin-top: 0;
  }

  .nav-7-container {
    display: block;
  }

  .navbar-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .example-hero {
    background-position: 100%;
    background-size: cover;
    min-height: 70vh;
    padding-left: 25px;
    padding-right: 25px;
  }

  .footer-6 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-example {
    flex-direction: row;
    flex: 1;
    justify-content: center;
    align-items: center;
    display: block;
  }

  .exampleh2 {
    font-size: 40px;
    line-height: 62px;
  }

  .footerexample2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .flowbase-tag {
    min-width: auto;
    max-width: 610px;
    margin-right: 15px;
    display: block;
  }

  .hero-2-left-content-2 {
    min-height: 70vh;
  }

  .section4, .section6 {
    flex-direction: column;
  }

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

  .section-copy {
    background-image: url('../images/Background7.jpg');
    background-position: 50% 100%;
    background-size: contain;
  }

  .image-15 {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-right: 0;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
  }

  .column-17 {
    justify-content: flex-start;
    display: flex;
  }

  .section-testimonials {
    margin-top: 100px;
  }

  .right-arrow-t1 {
    align-items: flex-end;
  }

  .testimonials-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .right-arrow-landscape-t1, .right-arrow-portrait-t1 {
    align-items: flex-end;
  }

  .slide-subwrapper-t1 {
    width: 33%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-wrapper-t1 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-testimonials {
    width: 100%;
  }

  .slide-wrapper-t1-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block-2 {
    max-width: 100%;
  }

  .columns {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .paragraph-services {
    flex-direction: column;
  }

  .div-block-40 {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .div-block-41 {
    max-width: 100%;
  }

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

  .div-right {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .feature-wrap {
    flex-direction: column;
  }

  .section_header_herosection {
    margin-top: 6.1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .hero_image {
    z-index: -1;
    height: 47vh;
  }

  .hero_image_wrapper {
    background-size: cover;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .right-content-2 {
    width: 100%;
  }

  .paragraph {
    max-width: 100%;
  }

  .header-1-container {
    margin-right: 40px;
  }

  .header-1-h1 {
    font-size: 45px;
    line-height: 59px;
  }

  .header-1-h1._500px {
    max-width: 400px;
  }

  .header-1-h1.hero_section_v2 {
    font-size: 3.3rem;
  }

  .header-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-menu {
    background-color: var(--white);
    display: block;
  }

  .menu-container {
    flex-direction: row;
  }

  .header-2 {
    flex-direction: column;
  }

  .hero-2-left-content {
    width: 100%;
    min-height: 30vh;
  }

  .hero-2-right-content {
    width: 100%;
    min-height: 30vh;
    margin-top: 55px;
    padding-left: 15px;
  }

  .hero-2-header {
    font-size: 45px;
    line-height: 59px;
  }

  .navbar-1 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row-8 {
    margin-bottom: 0;
  }

  .button-wrap {
    margin-bottom: 16px;
  }

  .header-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-3-right-content {
    width: 100%;
  }

  .hero-3-left-content {
    width: 100%;
    height: 500px;
    min-height: 60vh;
    padding-top: 150px;
    padding-bottom: 120px;
  }

  .hero-3-header {
    font-size: 45px;
    line-height: 59px;
  }

  .affiliate-invite-wrap {
    width: 100%;
  }

  .icon-3 {
    color: #232931;
  }

  .heading {
    padding-top: 200px;
    font-size: 45px;
    line-height: 59px;
  }

  .heading-24 {
    text-align: center;
    font-size: 70px;
  }

  .footer-column {
    margin-bottom: 35px;
  }

  .column-16 {
    align-items: flex-start;
  }

  .h5-footer, .text-block-15 {
    text-align: left;
  }

  .tracking-wrap {
    width: 100%;
  }

  .cta-1-container {
    flex-direction: column;
    justify-content: center;
    margin-left: 0;
    margin-right: 0;
  }

  .form-block {
    min-width: 70%;
  }

  .cta-2-text {
    text-align: center;
  }

  .footer-2 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .footer-3 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cta-3-header {
    font-size: 27px;
    line-height: 34px;
  }

  .footer-5 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .no-password-alert {
    margin-top: 25px;
  }

  .navbar-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .alert-2 {
    margin-top: 25px;
  }

  .example-hero {
    background-position: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo-row {
    margin-bottom: 0;
  }

  .image-5 {
    margin-bottom: 15px;
  }

  .footer-6-paragraph-2 {
    margin-top: 10px;
  }

  .footer-6-social-wrap {
    text-align: center;
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .footer-6 {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .exampleh2 {
    font-size: 45px;
    line-height: 59px;
  }

  .examplepara {
    max-width: 100%;
  }

  .text-field-long-2 {
    flex: 1;
    width: auto;
  }

  .form-4, .mail-list-form {
    width: 100%;
  }

  .flowbase-tag {
    min-width: auto;
    margin-left: 15px;
  }

  .flowbase-clone-button {
    margin-right: 15px;
  }

  .hero-2-left-content-2 {
    width: 100%;
    min-height: 30vh;
  }

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

  .image-15 {
    width: 100%;
    min-width: 0;
    max-width: none;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-bottom: 0;
  }

  .right-arrow-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slider-t1 {
    display: none;
  }

  .left-arrow-t1 {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-mobile-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .right-arrow-icon-t1 {
    height: 35px;
  }

  .testimonials-t1 {
    padding: 40px 10px;
  }

  .testimonials-wrapper {
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .right-arrow-landscape-t1 {
    align-items: center;
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .slide-nav-landscape-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonials-wrapper-t1 {
    justify-content: center;
    align-items: center;
    display: block;
    position: static;
  }

  .right-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .arrow-copy, .left-arrow-icon-t1 {
    height: 35px;
  }

  .left-arrow-landscape-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slide-subwrapper-t1 {
    width: 50%;
  }

  .slide-wrapper-t1 {
    width: 80%;
  }

  .arrow {
    height: 35px;
  }

  .left-arrow-portrait-t1 {
    height: 40px;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: auto;
  }

  .slider-mobile-landscape-t1-2 {
    display: block;
  }

  .grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .text-field-cf10.other {
    width: 60%;
  }

  .field-label-cf10 {
    font-size: 16px;
  }

  .checkbox-field-cf10 {
    width: 60%;
  }

  .link-fb, .link-ig, .link-me, .link-tel {
    width: 50px;
    height: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .div-right {
    flex-direction: column;
    width: 100%;
    display: block;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-row-gap: 3rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .hero_image_wrapper {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header-1-container {
    margin-right: auto;
    padding-top: 60px;
  }

  .header-1-h1 {
    font-size: 42px;
    line-height: 48px;
  }

  .header-1-h1.hero_section_v2 {
    text-align: center;
    font-size: 2.5rem;
  }

  .nav-menu {
    background-color: var(--white);
  }

  .header-2 {
    min-height: 67vh;
  }

  .hero-2-right-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .hero-2-header {
    font-size: 32px;
    line-height: 38px;
  }

  .hero-3-right-content {
    background-position: 6% 33%;
    background-size: auto;
    min-height: 40vh;
  }

  .hero-3-left-content {
    padding-left: 15px;
  }

  .hero-3-header {
    font-size: 42px;
    line-height: 48px;
  }

  .navbar-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .header-4 {
    background-image: linear-gradient(#c2d2f9, #c2d2f9);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .navbar-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .heading {
    margin-top: 0;
    padding-top: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .section {
    height: auto;
    padding-top: 59px;
  }

  .heading-24 {
    text-align: center;
    margin-bottom: 6px;
    font-size: 43px;
  }

  .container-home {
    background-color: rgba(255, 255, 255, .35);
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-6 {
    font-size: 18px;
  }

  .button-wrap-2 {
    flex-direction: column;
  }

  .btn-hero, .btn-hero-2, .button-4 {
    margin-bottom: 14px;
  }

  .footer-3-container {
    margin-bottom: 20px;
  }

  .footer-link-wrap {
    flex-wrap: wrap;
    justify-content: flex-start;
    display: flex;
  }

  .footer-4-paragraph {
    text-align: left;
  }

  .footer-4-column {
    align-items: flex-start;
  }

  .column-16 {
    padding-top: 32px;
  }

  .column {
    align-items: flex-start;
  }

  .div-block-2 {
    width: 90%;
  }

  .brand-2 {
    padding-left: 0;
  }

  .cta-3 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cta-3-container {
    background-position: 0 -68%;
    padding-left: 7px;
    padding-right: 7px;
  }

  .cta-text {
    text-align: center;
  }

  .cta-3-header {
    text-align: center;
    font-size: 24px;
  }

  .no-password-alert {
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .alert-red {
    margin-bottom: 10px;
  }

  .title-text-2 {
    text-align: center;
  }

  .navbar-4 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .alert-2 {
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }

  .example-hero {
    background-position: 60%;
  }

  .footer-6-paragraph-2 {
    line-height: 35px;
  }

  .footer-link-wrap-2 {
    margin-bottom: 25px;
  }

  .exampleh2 {
    font-size: 30px;
    line-height: 48px;
  }

  .text-field-long-2 {
    width: 100%;
    margin-right: 0;
  }

  .section-cta-2 {
    flex-flow: row;
    align-content: flex-start;
    display: block;
  }

  .form-4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mail-list-form {
    width: 100%;
  }

  .text-block-14 {
    font-size: 16px;
    line-height: 25px;
  }

  .container-flex-v {
    flex: 0 auto;
  }

  .heading-mail {
    text-align: center;
  }

  .flowbase-product-wrap {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .flowbase-close-card {
    top: 0;
    bottom: auto;
    right: 0;
  }

  .flowbase-tag {
    min-width: auto;
    margin-left: 5px;
    margin-right: 5px;
  }

  .flowbase-clone-button {
    margin-top: 19px;
    display: block;
  }

  .flowbase-icon-wrap {
    min-width: 60px;
  }

  .flowbase-title-wrap {
    width: 100%;
    padding-left: 4px;
  }

  .section7 {
    display: flex;
  }

  .section-why-ekolux {
    height: auto;
    padding-top: 59px;
  }

  .btn-hero-3 {
    margin-bottom: 14px;
    margin-left: 0;
  }

  .section-2 {
    height: auto;
    padding-top: 59px;
  }

  .section-copy {
    background-position: 100% 100%;
    background-size: cover;
    height: auto;
    padding-top: 59px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-15 {
    box-shadow: none;
    text-align: center;
    border-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-subwrapper-t3 {
    height: auto;
  }

  .user-wrapper-t3 {
    align-items: flex-start;
  }

  .section-testimonials {
    height: auto;
    margin-top: 0;
    padding-top: 59px;
  }

  .slider-mobile-landscape-t1 {
    display: none;
  }

  .testimonials-t1 {
    width: 100%;
  }

  .testimonials-wrapper {
    border-radius: 0;
    width: 100%;
  }

  .slide-nav-portrait-t1 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .right-arrow-portrait-t1 {
    align-items: center;
  }

  .slider-mobile-portrait-t1 {
    display: block;
  }

  .quote-t1 {
    font-size: 18px;
    line-height: 24px;
  }

  .arrow-copy {
    height: 45px;
  }

  .slide-subwrapper-t1 {
    width: 100%;
    max-width: 300px;
  }

  .arrow {
    height: 45px;
  }

  .heading-testimonials {
    font-size: 50px;
    line-height: 62.5px;
  }

  .slider-mobile-landscape-t1-2 {
    display: none;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
  }

  .section-contact {
    height: auto;
    padding-top: 59px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .text-field-cf10.other {
    width: 80%;
  }

  .text-field-cf10.extra-left {
    margin-left: 0;
  }

  .checkbox-wrapper-cf10 {
    width: 98%;
  }

  .form-subwrapper-cf10 {
    flex-direction: column;
  }

  .form-cf10 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .checkbox-field-cf10 {
    width: 100%;
    margin-right: 0;
  }

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

  .menu-button-5 {
    background-color: var(--white);
  }

  .div-block-40 {
    flex-direction: column;
  }

  .div-block-41 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-right {
    flex-direction: column;
  }

  .header1_image-wrapper {
    display: none;
  }

  .section_header_herosection {
    justify-content: center;
    height: auto;
    margin-top: 4.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .header1_component {
    grid-template-columns: 1fr;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_image {
    height: 24vh;
  }

  .hero_image_wrapper {
    display: none;
  }
}

#w-node-_95b908e4-23a6-d250-1abc-fd2811a4f2ef-d91c57d4, #w-node-_95b908e4-23a6-d250-1abc-fd2811a4f2ef-f70f3d32 {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_95b908e4-23a6-d250-1abc-fd2811a4f2fb-d91c57d4, #w-node-_95b908e4-23a6-d250-1abc-fd2811a4f2fb-f70f3d32 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e01d71c1-5371-502b-f676-d36a9e74382c-d91c57d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e01d71c1-5371-502b-f676-d36a9e74382c-d91c57d4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Circularstd webfont';
  src: url('../fonts/circularstd-bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd book webfont';
  src: url('../fonts/circularstd-book-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circularstd webfont';
  src: url('../fonts/circularstd-medium-webfont.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Brasley demo';
  src: url('../fonts/Brasley-Demo-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Circular';
  src: url('../fonts/circular-bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}