.w-form-formradioinput--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 4px;
  border-right-width: 4px;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
}

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

.body {
  overflow: visible;
  height: auto;
  background-color: #0b0b15;
}

.section {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  min-height: 92vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b15;
}

.section.section-medium {
  z-index: 10;
  min-height: 80vh;
  padding-top: 10vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section.section-small {
  min-height: 100vh;
  padding-top: 4vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(11, 11, 21, 0.5)), to(rgba(11, 11, 21, 0.5))), url('../images/pozadina02.png');
  background-image: linear-gradient(180deg, rgba(11, 11, 21, 0.5), rgba(11, 11, 21, 0.5)), url('../images/pozadina02.png');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.section.section-small.background-gradient {
  z-index: 2;
  min-height: 90vh;
  padding-top: 28vh;
  background-color: rgba(11, 11, 21, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a28), to(#1a1a28)), -webkit-gradient(linear, left top, left bottom, from(#0b0b15), color-stop(55%, transparent), to(#0b0b15));
  background-image: linear-gradient(180deg, #1a1a28, #1a1a28), linear-gradient(180deg, #0b0b15, transparent 55%, #0b0b15);
}

.section.section-small.background-gradient.x {
  z-index: 11;
  min-height: 80vh;
  margin-top: 0vh;
}

.section.hero-section {
  z-index: 10;
  overflow: visible;
  min-height: 95vh;
  margin-top: 5vh;
}

.section.z-high {
  z-index: 2;
  min-height: 60vh;
  background-color: #0b0b15;
}

.section.z-high.pad {
  padding-bottom: 20vh;
}

.section.small {
  min-height: 70vh;
  padding-top: 15vh;
  padding-bottom: 30vh;
}

.section.small.smaller {
  z-index: 10;
}

.section.small.smaller-contact-padding {
  padding-top: 15vh;
  padding-bottom: 0vh;
}

.section.no-overflow {
  z-index: 10;
}

.section-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 80vw;
  height: 80%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-wrapper.column-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-wrapper.column-wrapper.nonreverse.gallery {
  background-color: #0b0b15;
}

.section-wrapper.column-wrapper.up {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-wrapper.column-wrapper.up.rev {
  overflow: visible;
}

.section-wrapper.gallery {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-wrapper.line {
  overflow: visible;
  padding-top: 0px;
  border-bottom: 2px solid #dbf666;
}

.section-wrapper.grid {
  display: -ms-grid;
  display: grid;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  -ms-grid-columns: auto auto;
  grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-wrapper.contact {
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-wrapper.no-padding {
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 0px;
}

.navbar-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80vw;
  min-width: 80vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 15;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 8vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(0%, rgba(0, 0, 0, 0.6)), to(transparent));
  background-image: linear-gradient(180deg, #000, rgba(0, 0, 0, 0.6) 0%, transparent);
}

.navbar-logo {
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  cursor: none;
}

.navbar-logo.w--current {
  cursor: none;
}

.navbar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-column {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-column.lottie-holder {
  position: relative;
  z-index: -1;
}

.section-column.hero-column {
  margin-top: -24px;
  margin-left: 4vw;
}

.section-column.hero-column.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-column.icons-wrapper {
  width: 70%;
}

.section-column.icons-wrapper.numbers {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.section-column.right-align {
  width: 40%;
  margin-left: 3vw;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.section-column.right-align.left {
  margin-right: 3vw;
  margin-left: 0vw;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-main-animation {
  position: relative;
  z-index: -3;
  margin: -110%;
}

.button-text {
  padding: 0px;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  text-decoration: none;
}

.button-text.menu-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 48px;
  margin-right: 54px;
  padding-right: 5px;
  padding-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: none;
}

.button-text.menu-link:hover {
  text-decoration: none;
}

.button-text.menu-link.w--current {
  color: #dbf666;
}

.button-text.menu-link.right {
  display: none;
  padding-top: 0px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 200px;
  min-height: 48px;
  min-width: 140px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  font-family: Chivo, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
}

.button.button-prim {
  position: relative;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e7ff81), to(#cfea57));
  background-image: linear-gradient(180deg, #e7ff81, #cfea57);
  box-shadow: 0 0 10px 4px rgba(219, 246, 102, 0.2);
  color: #0b0b15;
}

.button.button-prim:hover {
  box-shadow: 0 0 10px 6px rgba(219, 246, 102, 0.2);
}

.button.button-prim.special {
  display: none;
  width: 80%;
  margin-top: 24px;
  cursor: none;
}

.button.button-ter {
  border: 2px solid #dbf666;
  background-color: rgba(219, 246, 102, 0);
  -webkit-transition: all 200ms cubic-bezier(.76, 0, .24, 1);
  transition: all 200ms cubic-bezier(.76, 0, .24, 1);
}

.button.button-ter:hover {
  background-color: #dbf666;
  box-shadow: 0 0 10px 4px rgba(219, 246, 102, 0.2);
  color: #0b0b15;
}

.button.button-ter.large {
  max-width: 50vw;
  min-height: 6vw;
  min-width: 30vw;
  border-radius: 3vw;
  color: #fff;
  font-size: 1.5vw;
  cursor: none;
}

.button.button-ter.large:hover {
  background-color: rgba(219, 246, 102, 0);
  box-shadow: 0 0 10px 8px rgba(219, 246, 102, 0.2);
  color: #dbf666;
}

.button.button-ter.large.isactive {
  background-color: #dbf666;
  color: #0b0b15;
}

.button.button-ter.center:hover {
  background-color: rgba(219, 246, 102, 0);
  box-shadow: 0 0 10px 6px rgba(219, 246, 102, 0.2);
  color: #dbf666;
}

.button.button-ter.center:active {
  background-color: #dbf666;
  color: #0b0b15;
}

.elements-wrapper {
  max-width: 33vw;
}

.elements-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-wrapper {
  position: relative;
  z-index: 1;
  max-width: 28vw;
  margin-bottom: 24px;
}

.text-wrapper.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.h1 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
  font-size: 46px;
  line-height: 110%;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.h1.right-align {
  text-align: right;
}

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

.text-highlight {
  color: #dbf666;
}

.text-highlight._2 {
  margin-right: 24px;
  font-size: 70px;
}

.body-text {
  margin-bottom: 0px;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 19px;
  line-height: 130%;
  font-weight: 300;
  letter-spacing: 0.3px;
}

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

.body-text.label {
  margin-bottom: 8px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 16px;
}

.body-text.form-text {
  color: #66667d;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.body-text.width-40 {
  width: 40%;
}

.small-form {
  display: block;
  margin-top: 32px;
  margin-bottom: 0px;
}

.small-form._2 {
  display: none;
}

.text-field {
  max-width: 33vw;
  min-height: 48px;
  margin-bottom: 25px;
  border-style: solid;
  border-width: 2px;
  border-color: #66667d;
  border-radius: 10px;
  background-color: #0b0b15;
  font-family: Chivo, sans-serif;
  color: #66667d;
  font-size: 18px;
  line-height: 120%;
  font-weight: 400;
  cursor: auto;
}

.text-field:focus {
  border-color: #dbf666;
}

.text-field.text-area {
  min-height: 96px;
}

.text-field.wide {
  max-width: 80vw;
  margin-bottom: 0px;
  cursor: none;
}

.text-field.wide:focus {
  border-color: #dbf666;
}

.section-heading {
  max-width: 50vw;
  margin-right: auto;
  margin-left: auto;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 8px;
  font-family: 'Archivo Black', sans-serif;
  color: #fff;
  font-size: 37px;
  line-height: 110%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.4px;
  text-decoration: none;
}

.h2.center {
  position: relative;
  text-align: center;
}

.h2.center.blow-up-text {
  margin-bottom: 64px;
}

.h2.h0 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 8px;
  margin-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h2.cross-line {
  text-decoration: line-through;
}

.h2.cross-line.grey {
  margin-right: 12px;
  opacity: 0.6;
  font-size: 32px;
}

.h2.smaller {
  font-size: 32px;
}

.h2.smaller.hide {
  font-size: 32px;
}

.training-icon {
  width: 13vw;
  margin-right: 40px;
}

.training-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 24vw;
  margin-top: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  margin-top: 0px;
  font-family: 'Archivo Black', sans-serif;
  color: #dbf666;
  font-size: 23px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
  letter-spacing: 0.3px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.large-cta-element {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 66%;
  min-height: 60vh;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #dbf666;
  border-radius: 30px;
  background-color: #0b0b15;
}

.large-cta-element.extra-large {
  width: 66vw;
  min-height: 66vh;
  margin-top: 20px;
  margin-bottom: 5%;
  padding-top: 7vh;
  padding-bottom: 8vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #0b0b15;
}

.footer {
  position: relative;
  z-index: 1;
  width: 100vw;
  height: 80vh;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #1a1a28;
  text-align: center;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}

.footer-logo-link {
  margin-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: none;
}

.footer-logo {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.footer-link {
  display: block;
  margin-right: 32px;
  margin-left: 32px;
  font-family: Chivo, sans-serif;
  color: #66667d;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  cursor: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-container {
  position: relative;
  z-index: -1;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 48px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer-text {
  max-width: 15vw;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  font-family: Chivo, sans-serif;
  color: #66667d;
  font-size: 15px;
  font-weight: 400;
  text-align: center;
}

.footer-text.small {
  max-width: 80vw;
  font-size: 14px;
}

.footer-text.small._01 {
  max-width: 80vw;
  margin-bottom: 16px;
}

.footer-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  margin-bottom: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social-media-link {
  margin-right: 16px;
  margin-left: 16px;
  cursor: none;
}

.social-media-image {
  width: 48px;
  height: 48px;
}

.lottie-smile-animation {
  margin-top: -20vw;
  margin-bottom: -20vw;
  margin-left: -20vw;
}

.lottie-logo {
  max-width: 5vw;
}

.form-success {
  padding-right: 31px;
  padding-left: 31px;
  border-radius: 10px;
  background-color: #dbf666;
  font-family: Chivo, sans-serif;
}

.form-success.form-error {
  background-color: hsla(0, 0%, 100%, 0.3);
  color: #fff;
}

.gallery-image {
  position: relative;
  max-width: 60%;
  margin-top: 8px;
  margin-bottom: 8px;
  border-radius: 12px;
  background-color: #0b0b15;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.4);
}

.gallery-image._1 {
  left: -90px;
  max-width: 95%;
  margin-top: 16px;
  opacity: 1;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.gallery-image._2 {
  left: 25vw;
  z-index: 1;
  max-width: 80%;
  margin-top: 16px;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.gallery-image._3 {
  left: 40px;
  max-width: 90%;
  margin-top: -240px;
  opacity: 1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(49%, rgba(11, 11, 21, 0)), to(#0b0b15));
  background-image: linear-gradient(180deg, rgba(11, 11, 21, 0) 49%, #0b0b15);
  -webkit-transform: translate(0px, 0px) translate(0px, 0px);
  -ms-transform: translate(0px, 0px) translate(0px, 0px);
  transform: translate(0px, 0px) translate(0px, 0px);
}

.large-form {
  display: none;
  margin-top: 20px;
}

.form-wrapper {
  width: 48vw;
}

.zeal-x-lol {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.zeal-x-lol._2 {
  display: none;
}

.track {
  position: relative;
  z-index: 1;
  display: none;
  width: auto;
  height: 500vw;
  margin-right: auto;
  margin-left: auto;
}

.camera {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}

.frame {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.horizontal-scroll-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  margin-right: 10vw;
  margin-left: 10vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 30px;
  -o-object-fit: cover;
  object-fit: cover;
}

.horizontal-scroll-image.sub {
  margin-left: 10vw;
  padding: 0px;
}

.icon-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: 16px;
  margin-bottom: 32px;
  margin-left: 16px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.icon-section.center {
  margin-right: 0px;
  margin-bottom: 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0b0b15), color-stop(40%, rgba(11, 11, 21, 0)), color-stop(66%, rgba(11, 11, 21, 0.07)), to(#0b0b15));
  background-image: linear-gradient(180deg, #0b0b15, rgba(11, 11, 21, 0) 40%, rgba(11, 11, 21, 0.07) 66%, #0b0b15);
  opacity: 0.3;
}

.section-divider {
  position: relative;
  z-index: 10;
  background-color: #1a1a28;
}

.section-divider.x {
  height: 20vh;
  background-color: #0b0b15;
}

.radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.radio-holder {
  cursor: none;
}

.radio-but {
  border-style: solid;
  border-width: 1.5px;
  border-color: #fff;
  cursor: none;
}

.radio-but.w--redirected-checked {
  border-color: #dbf666;
  background-color: #dbf666;
}

.radio-label {
  font-family: Chivo, sans-serif;
  color: #fff;
  cursor: none;
}

.section-mobile-gallery {
  display: none;
}

.dugme-eksperiment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 60vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-wrapper {
  position: relative;
  overflow: hidden;
  min-height: 48px;
  min-width: 140px;
  padding: 13px 15px;
  border: 2px solid #dbf666;
  border-radius: 35px;
  text-decoration: none;
  cursor: none;
}

.btn-wrapper.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 50vw;
  min-height: 6vw;
  min-width: 30vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 3vw;
}

.btn-wrapper.contact.active {
  background-color: #dbf666;
}

.btn-wrapper.margin-top {
  margin-top: 20px;
}

.btn-wrapper.menu-button {
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.btn-text {
  position: relative;
  z-index: 1;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.btn-text.contact {
  font-size: 1.5vw;
}

.btn-text.contact.active {
  color: #0b0b15;
}

.btn-color {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0%;
  height: 200%;
  background-color: #dbf666;
}

.cursor {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #dbf666;
  border-radius: 50%;
  background-color: #dbf666;
}

.cursor-wrapper {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor-hover {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #5e65f7;
}

.cursor-wrapper2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cursor2 {
  width: 20px;
  height: 20px;
  border: 1px solid #dbf666;
  border-radius: 50%;
}

.cursor-states {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.cursor-element-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 6;
  display: block;
  width: 15px;
  height: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dbf666;
  border-radius: 50%;
}

.div-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: 40px;
}

.text-loop-outer {
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-loop-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-loop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-loop.negative-margin {
  margin-left: -50vw;
}

.zeal-team-thin {
  margin-right: 60px;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 184px;
  line-height: 158px;
  font-weight: 300;
  white-space: nowrap;
}

.zeal-team-bold {
  margin-right: 60px;
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 184px;
  line-height: 158px;
  font-weight: 700;
  white-space: nowrap;
}

.text-loop2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -22vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-color: #0b0b15;
  cursor: none;
}

.section-3 {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.zeal-image {
  margin-bottom: 40%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 95vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.h-giant {
  height: auto;
  font-family: 'Archivo Black', sans-serif;
  color: #dbf666;
  font-size: 380px;
  line-height: 380px;
}

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

.zeal-link {
  text-decoration: none;
  cursor: none;
}

.footer-section {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  border: 1px solid #1a1a28;
  cursor: none;
}

.footer-section.footer-aboutus {
  position: relative;
  z-index: 10;
  background-color: #1a1a28;
}

.form-2 {
  max-width: 24rem;
  margin-bottom: 0px;
}

.form-2.center {
  margin-right: auto;
  margin-left: auto;
}

.html-field {
  width: 100%;
  height: 0px;
}

.text-input {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3rem;
}

.text-input.custom {
  height: 3.5rem;
}

.field {
  position: relative;
  margin-bottom: 1.5rem;
}

.field.last {
  margin-bottom: 0rem;
}

.form-container {
  width: 640px;
  padding: 2.5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.form-container.last {
  border-bottom-width: 0px;
}

.section-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 4rem;
  padding-bottom: 4rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.titlewrap {
  max-width: 550px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.center-form {
  display: none;
  max-width: 100%;
}

.text-block-10 {
  color: #2c4d51;
  text-align: center;
}

.success-message {
  padding: 60px;
  border-radius: 6px;
  background-color: #fafcfd;
  color: transparent;
  line-height: 1.5;
  text-align: left;
}

.lottie-animation-5 {
  max-height: 50px;
  max-width: 50px;
}

.div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.input-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 3em;
  margin-bottom: 2em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid #000;
}

.input-wrap.text-area {
  min-height: 3px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.input {
  position: relative;
  z-index: 2;
  min-height: 48px;
  margin-bottom: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: #66667d;
  border-radius: 10px;
  background-color: transparent;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: none;
}

.input:focus {
  border-color: #dbf666;
  color: #fff;
}

.input.long {
  z-index: 50;
  height: auto;
  min-height: 145px;
  padding-top: 16px;
  padding-left: 20px;
  border-radius: 6px;
  color: #2c4d51;
  font-size: 16px;
  font-weight: 300;
}

.input.long::-webkit-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long:-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long {
  z-index: 2;
  height: auto;
  min-height: 145px;
  padding-top: 8px;
  padding-left: 12px;
  border-width: 2px;
  border-color: #66667d;
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  cursor: none;
}

.input.long:focus {
  border-color: #dbf666;
  color: #fff;
}

.input.long::-webkit-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long:-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::-ms-input-placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.input.long::placeholder {
  color: rgba(44, 77, 81, 0.5);
  font-size: 18px;
  font-weight: 600;
}

.container {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  font-family: 'Open Sans', sans-serif;
}

.section-4 {
  padding-top: 150px;
  padding-right: 30px;
  padding-left: 30px;
}

.section-4.colorswitch {
  padding-bottom: 100px;
}

.section-4.colorswitch.relative {
  padding-top: 150px;
}

.section-4.colorswitch.relative.no {
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 125px;
  margin-bottom: auto;
  padding-top: 30px;
  padding-left: 30px;
}

.field-label {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  background-color: #1a1a28;
}

.input-label {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  margin-left: 10px;
  padding-right: 3px;
  padding-left: 4px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0b0b15;
  color: #66667d;
}

.input-label.text-area {
  margin-top: 10px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.center-contact-form {
  max-width: 550px;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}

.input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 3em;
  margin-bottom: 1em;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border: 0px solid #000;
}

.field-label-2 {
  position: absolute;
  left: 15px;
  top: 14px;
  padding-right: 3px;
  padding-left: 4px;
  background-color: #0b0b15;
  color: #66667d;
}

.input_label {
  position: absolute;
  left: 15px;
  top: 14px;
  display: block;
  margin-bottom: 0px;
  padding-right: 3px;
  padding-left: 4px;
  background-color: #0b0b15;
  font-family: Chivo, sans-serif;
  color: #66667d;
}

.field-label-4 {
  position: absolute;
  left: 10px;
  top: 10px;
  right: auto;
  bottom: 0%;
  display: block;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.presentation-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: none;
}

.download-image {
  display: block;
  width: 15px;
  margin-right: 10px;
}

.download-image.margin-left {
  margin-right: 0px;
  margin-left: 10px;
}

.presentation {
  font-family: Chivo, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 17px;
  font-weight: 300;
  text-decoration: none;
}

.presentation.investors {
  width: 50%;
  margin-bottom: 10px;
  color: #dbf666;
  font-size: 11px;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.footer-pdf-link {
  display: none;
  margin-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.download-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  cursor: none;
}

.bold-text {
  color: #fff;
}

.image-2 {
  height: 15px;
}

.lottie-animation {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  display: none;
  width: 100%;
  height: 100%;
  padding: 0%;
  background-color: #0b0b15;
}

.arrow {
  position: relative;
  z-index: 1;
  margin-left: 24px;
}

.arrow.pricing {
  margin-left: 4px;
}

.card-heading-wrapper {
  position: relative;
  top: 7%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background-color: #dbf666;
  box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.2);
}

.card-heading-wrapper.sky {
  background-color: #dbe1ff;
}

.card-heading-wrapper.pink {
  color: #0b0b15;
}

.card-heading-wrapper.basic {
  border: 2px solid #dbf666;
  background-color: #0b0b15;
}

.card {
  display: -ms-grid;
  display: grid;
  padding: 72px 32px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 56px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-style: solid;
  border-width: 1px;
  border-color: #f6f5f8;
  border-radius: 35px;
}

.card.pricing {
  width: 100%;
  padding-top: 104px;
  padding-right: 24px;
  padding-left: 24px;
}

.h4 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 120%;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h4.success {
  color: #dbf666;
}

.h4.lotus {
  color: #dbf666;
}

.h4.ink {
  color: #6755d1;
}

.h4.yellow {
  font-family: Chivo, sans-serif;
  color: #dbf666;
}

.list {
  margin-bottom: 0px;
  padding-left: 20px;
}

.h2-2 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 36px;
  line-height: 105%;
  font-weight: 600;
}

.h2-2.cards {
  color: #fff;
  font-size: 32px;
  line-height: 100%;
  font-weight: 600;
}

.h2-2.cards.pigeon {
  color: #7a7a98;
}

.h2-2.cards.pigeon.max {
  width: 200px;
}

.h2-2.cards.pricing {
  font-family: Chivo, sans-serif;
  color: #0b0b15;
  font-size: 25px;
  line-height: 120%;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.h2-2.cards.pricing.ink {
  color: #6755d1;
}

.h2-2.cards.pricing.yellow {
  color: #dbf666;
}

.button-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: auto;
  padding: 16px 28px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 40px;
  background-color: #2e876c;
  color: #fff;
  text-decoration: none;
}

.button-2.full-width {
  width: 100%;
}

.button-2.full-width.lotus {
  background-color: #cf68ff;
}

.button-2.full-width.ink {
  background-color: #6755d1;
}

.p1 {
  max-width: 500px;
  margin-bottom: 0px;
  color: #32395a;
  font-size: 18px;
  line-height: 140%;
  font-weight: 400;
}

.p1.pigeon {
  color: #7a7a98;
}

.p1.pigeon.list-item {
  margin-bottom: 4px;
}

.button-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.pricing-card-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.pricing-cards {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 80px;
  padding-right: 4vw;
  padding-left: 4vw;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  justify-items: center;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 4vw;
  grid-row-gap: 16px;
  -ms-grid-columns: minmax(0px, 33%) minmax(0px, 33%) minmax(0px, 33%);
  grid-template-columns: minmax(0px, 33%) minmax(0px, 33%) minmax(0px, 33%);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.button-hover-gradient {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  border-radius: 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#12162c), to(transparent));
  background-image: linear-gradient(90deg, #12162c, transparent);
  opacity: 0;
}

.button-text-2 {
  line-height: 120%;
  font-weight: 500;
  text-decoration: none;
}

.button-text-2.white {
  position: relative;
  z-index: 1;
  color: #fff;
  text-transform: capitalize;
}

.button-text-2.white.pricing {
  font-size: 13px;
}

.prices {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (min-width: 1920px) {
  .body {
    cursor: none;
  }

  .section.z-high.pad {
    max-width: 80%;
  }

  .lottie-main-animation {
    margin-left: -90%;
  }

  .button-text.menu-link {
    font-size: 22px;
  }

  .button-text.menu-link.right {
    display: none;
  }

  .button {
    max-width: 220px;
    min-height: 70px;
    min-width: 200px;
    font-size: 22px;
  }

  .text-wrapper {
    max-width: 28vw;
  }

  .h1 {
    font-size: 57px;
  }

  .body-text {
    font-size: 26px;
  }

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

  .body-text.label {
    font-size: 26px;
  }

  .body-text.form-text {
    font-size: 24px;
  }

  .body-text.form-text.flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-field {
    min-height: 60px;
    font-size: 23px;
  }

  .section-heading {
    max-width: 50vw;
  }

  .h2 {
    font-size: 46px;
  }

  .training-icon {
    width: 13vw;
  }

  .training-text {
    max-width: 25vw;
  }

  .h3 {
    font-size: 35px;
  }

  .large-cta-element.extra-large {
    min-height: 60vh;
    padding-top: 6vh;
  }

  .footer-link {
    font-size: 20px;
  }

  .footer-text {
    max-width: 40vw;
    font-size: 23px;
  }

  .form-success {
    padding: 30px 40px;
    font-size: 23px;
  }

  .form-success.form-error {
    margin-top: 20px;
  }

  .gallery-image._1 {
    left: -140px;
    max-width: 100%;
  }

  .gallery-image._2 {
    left: 35vw;
    max-width: 90%;
  }

  .gallery-image._3 {
    max-width: 100%;
  }

  .zeal-x-lol._2 {
    display: none;
  }

  .radio {
    margin-bottom: 30px;
  }

  .radio-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
  }

  .radio-but {
    width: 24px;
    height: 24px;
    margin-top: 0px;
    margin-right: 8px;
    border-color: #dbf666;
  }

  .section-mobile-gallery {
    display: none;
  }

  .btn-wrapper {
    min-width: 200px;
    padding: 21px 12px;
  }

  .btn-text {
    font-size: 22px;
  }

  .cursor {
    position: static;
    width: 20px;
    height: 20px;
    -webkit-transition-property: none;
    transition-property: none;
  }

  .cursor-wrapper {
    position: fixed;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 100;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zeal-team-thin {
    font-size: 284px;
    line-height: 258px;
  }

  .zeal-team-bold {
    font-size: 284px;
    line-height: 258px;
  }

  .h-giant {
    font-size: 450px;
    line-height: 450px;
  }

  .input {
    min-height: 60px;
  }

  .center-contact-form {
    max-width: 957px;
  }

  .input_label {
    top: 20px;
    font-size: 20px;
  }

  .presentation.investors {
    font-size: 14px;
    line-height: 18px;
  }

  .flex-column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 991px) {
  .section {
    min-height: 60vh;
  }

  .section.section-medium {
    min-height: 50vh;
  }

  .section.section-small {
    min-height: 60vh;
  }

  .section.section-small.background-gradient {
    min-height: 80vh;
  }

  .section.section-small.background-gradient.x {
    padding-top: 0vh;
  }

  .section.hero-section {
    min-height: 92vh;
  }

  .section-column.right-align.left {
    width: 30%;
  }

  .lottie-main-animation {
    margin-left: -120%;
  }

  .elements-wrapper {
    max-width: 40vw;
  }

  .text-wrapper {
    max-width: 40vw;
  }

  .h1 {
    font-size: 37px;
  }

  .text-highlight._2 {
    font-size: 50px;
  }

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

  .body-text.form-text {
    font-size: 15px;
  }

  .body-text.width-40 {
    width: 60%;
  }

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

  .section-heading {
    max-width: 80vw;
  }

  .h2 {
    font-size: 37px;
  }

  .h2.cross-line.grey {
    font-size: 32px;
  }

  .h2.smaller {
    font-size: 32px;
  }

  .training-icon {
    width: 50%;
  }

  .h3 {
    font-size: 18px;
    letter-spacing: -0.5px;
  }

  .large-cta-element {
    width: 55vw;
    min-height: 52vw;
  }

  .footer {
    margin-top: 10vh;
    padding-right: 20px;
    padding-left: 20px;
  }

  .lottie-logo {
    max-width: 7vw;
    margin-right: 64px;
  }

  .gallery-image {
    border-radius: 12px;
  }

  .icon-section {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .icon-section.center {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-mobile-gallery {
    display: none;
  }

  .btn-wrapper {
    background-color: #dbf666;
  }

  .btn-text {
    color: #0b0b15;
  }

  .cursor-wrapper {
    display: none;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .h-giant {
    font-size: 200px;
    line-height: 200px;
  }

  .titlewrap {
    max-width: none;
  }

  .center-form {
    max-width: none;
  }

  .success-message {
    border-radius: 6px;
  }

  .input {
    font-size: 1rem;
  }

  .container {
    max-width: 630px;
  }

  .section-4 {
    padding-top: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .logo {
    width: 100px;
  }

  .center-contact-form {
    max-width: none;
  }

  .presentation.investors {
    width: 50%;
  }

  .lottie-animation {
    padding: 40%;
  }

  .card-heading-wrapper {
    width: 70%;
  }

  .card {
    padding-top: 80px;
    grid-row-gap: 16px;
  }

  .card.pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 30vw;
    min-height: 380px;
    padding: 78px 20px 24px;
  }

  .h4 {
    font-size: 16px;
  }

  .h2-2 {
    font-size: 30px;
  }

  .h2-2.cards {
    font-size: 22px;
  }

  .h2-2.cards.pigeon.max {
    font-size: 20px;
  }

  .h2-2.cards.pricing {
    font-size: 22px;
  }

  .button-2.full-width {
    padding-right: 24px;
    padding-left: 24px;
  }

  .p1 {
    max-width: 400px;
    font-size: 17px;
  }

  .pricing-cards {
    grid-column-gap: 2vw;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  .section-wrapper.column-wrapper.nonreverse.gallery {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-wrapper.column-wrapper.up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-wrapper.column-wrapper.up.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .navbar-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 100vw;
    height: 100vh;
    margin: 0px;
    padding: 78px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(11, 11, 21, 0.9);
  }

  .section-column.icons-wrapper {
    width: 100%;
  }

  .section-column.right-align {
    width: 100%;
  }

  .section-column.right-align.left {
    width: 100%;
  }

  .button-text.menu-link {
    margin-right: 0px;
    margin-bottom: 30px;
    text-align: center;
  }

  .button-text.menu-link.right {
    display: block;
    color: #fff;
    text-align: right;
  }

  .button.button-ter.large {
    min-width: 70vw;
  }

  .body-text.mob-center {
    font-size: 18px;
  }

  .training-icon {
    width: 30%;
  }

  .training-text {
    max-width: 50vw;
  }

  .large-cta-element {
    padding: 22px;
  }

  .footer {
    padding: 40px 20px;
  }

  .footer-logo {
    -o-object-fit: contain;
    object-fit: contain;
  }

  .menu-button {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .titlewrap {
    max-width: 100%;
  }

  .success-message {
    padding: 45px;
  }

  .lottie-animation-5 {
    max-height: 40px;
    max-width: 40px;
  }

  .container {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .section-4 {
    padding-top: 50px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .section-4.colorswitch {
    padding-bottom: 30px;
  }

  .logo {
    width: 100px;
  }

  .presentation.investors {
    width: 60%;
  }

  .card-heading-wrapper {
    z-index: 1;
  }

  .card {
    position: relative;
    top: -50px;
    padding-top: 80px;
    grid-row-gap: 24px;
  }

  .card.pricing {
    max-width: 90vw;
    min-height: 350px;
    padding: 100px 30px 34px;
  }

  .button-2 {
    width: 90%;
  }

  .button-2.full-width {
    padding-right: 28px;
    padding-left: 28px;
  }

  .p1 {
    max-width: 460px;
    margin-right: auto;
    text-align: left;
  }

  .p1.pigeon {
    margin-right: 0px;
    margin-left: 0px;
  }

  .p1.pigeon.list-item {
    text-align: left;
  }

  .button-wrap {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .card-text {
    grid-row-gap: 8px;
  }

  .pricing-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .button-text-2 {
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .section.section-medium {
    padding-top: 0vh;
  }

  .section.section-small.background-gradient {
    padding-top: 0vh;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#1a1a28), to(#1a1a28)), -webkit-gradient(linear, left top, left bottom, from(#0b0b15), color-stop(55%, transparent), to(#0b0b15));
    background-image: linear-gradient(180deg, #1a1a28, #1a1a28), linear-gradient(180deg, #0b0b15, transparent 55%, #0b0b15);
  }

  .section.hero-section {
    overflow: hidden;
    margin-top: 0vh;
    margin-bottom: 0px;
  }

  .section.small {
    padding-top: 10vh;
  }

  .section.small.smaller {
    min-height: 30vh;
    padding-top: 0vh;
    padding-bottom: 0vh;
  }

  .section.small.smaller-contact-padding {
    padding-top: 10vh;
  }

  .section.no-overflow {
    overflow: hidden;
  }

  .section-wrapper {
    padding-top: 100px;
  }

  .section-wrapper.column-wrapper {
    width: 90vw;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .section-wrapper.column-wrapper.nonreverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.column-wrapper.up {
    padding-top: 5vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-wrapper.column-wrapper.up.rev {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-wrapper.line {
    display: none;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .section-wrapper.slider {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .section-wrapper.contact {
    width: 100vw;
  }

  .navbar-container {
    width: 90vw;
    min-width: 90vw;
  }

  .section-column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-column.lottie-holder {
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-column.hero-column {
    margin-top: -24px;
    margin-left: 0vw;
  }

  .section-column.icons-wrapper {
    width: 100%;
  }

  .section-column.icons-wrapper.numbers {
    display: block;
  }

  .section-column.right-align {
    width: 100%;
    margin-left: 0vw;
  }

  .section-column.right-align.left {
    width: 100%;
  }

  .lottie-main-animation {
    margin: -90%;
  }

  .button-text.menu-link {
    margin-right: auto;
    margin-left: auto;
  }

  .button.button-ter.large {
    max-width: 80vw;
    min-height: 8vw;
    min-width: 80vw;
    margin-bottom: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
    border-radius: 8vw;
    font-size: 16px;
  }

  .button.button-ter.center {
    margin-right: auto;
    margin-left: auto;
  }

  .elements-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 80vw;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    margin-right: auto;
    margin-bottom: 8px;
    margin-left: auto;
    font-size: 38px;
    text-align: center;
  }

  .h1.right-align {
    text-align: center;
  }

  .text-highlight._2 {
    margin-right: 0px;
    font-size: 50px;
  }

  .body-text {
    font-size: 18px;
    text-align: center;
  }

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

  .body-text.mob-center {
    margin-bottom: 24px;
    text-align: center;
  }

  .body-text.width-40 {
    width: 100%;
  }

  .body-text.align-left {
    text-align: left;
  }

  .text-field {
    max-width: 100%;
  }

  .section-heading {
    max-width: 80vw;
    margin-top: 48px;
    margin-bottom: 48px;
  }

  .h2 {
    font-size: 34px;
    text-align: center;
  }

  .h2.h0 {
    margin-right: auto;
    margin-bottom: 24px;
    margin-left: auto;
  }

  .h2.cross-line.grey {
    font-size: 26px;
  }

  .h2.smaller {
    font-size: 26px;
  }

  .training-icon {
    width: 50%;
    margin-right: 0px;
    margin-bottom: 24px;
  }

  .training-text {
    max-width: 80vw;
    margin-top: 0vw;
  }

  .h3 {
    font-size: 24px;
    text-align: left;
  }

  .h3.center {
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form.center {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .large-cta-element {
    width: 100vw;
    min-height: 80vw;
    padding: 32px;
  }

  .large-cta-element.extra-large {
    width: 100vw;
  }

  .footer {
    height: 100vh;
    margin-top: 0vh;
    padding-right: 20px;
    padding-left: 20px;
    text-align: left;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-logo-link {
    width: 30vw;
    height: 60px;
  }

  .footer-link {
    margin-bottom: 8px;
  }

  .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-text {
    max-width: 80vw;
  }

  .footer-text.small {
    max-width: 80vw;
  }

  .lottie-smile-animation {
    margin-right: -10vw;
  }

  .lottie-logo {
    max-width: 15vw;
  }

  .menu-button {
    padding: 0px;
  }

  .gallery-image {
    max-width: 80vw;
    margin-top: 0px;
    margin-bottom: 0px;
    border-radius: 6px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .gallery-image._1 {
    left: -3vw;
    margin-bottom: 80px;
    -webkit-transform: translate(0px, -500px);
    -ms-transform: translate(0px, -500px);
    transform: translate(0px, -500px);
  }

  .gallery-image._2 {
    left: 5vw;
    -webkit-transform: translate(0px, 400px);
    -ms-transform: translate(0px, 400px);
    transform: translate(0px, 400px);
  }

  .gallery-image._3 {
    left: 0px;
    margin-top: -64px;
    -webkit-transform: translate(0px, 600px);
    -ms-transform: translate(0px, 600px);
    transform: translate(0px, 600px);
  }

  .large-form {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
  }

  .form-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .zeal-x-lol {
    display: none;
  }

  .zeal-x-lol._2 {
    display: block;
  }

  .track {
    display: none;
  }

  .icon-section {
    width: 80vw;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .icon-section.center {
    margin-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .section-divider {
    padding-bottom: 48px;
  }

  .section-divider.x {
    display: none;
  }

  .radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .radio-holder {
    margin-bottom: 24px;
  }

  .radio-label {
    font-size: 16px;
  }

  .section-mobile-gallery {
    display: block;
    height: 80vh;
  }

  .slider {
    height: auto;
    background-color: #0b0b15;
  }

  .left-arrow {
    display: none;
  }

  .right-arrow {
    display: none;
  }

  .image {
    width: 100%;
  }

  .slide {
    height: 70vh;
  }

  .mob-gal-image {
    height: 60vh;
    border-radius: 20px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .mob-gal-image._02 {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .slider-nav {
    font-size: 10px;
    -o-object-position: 100% 50%;
    object-position: 100% 50%;
  }

  .btn-text {
    position: absolute;
    left: 0%;
    top: 0px;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .zeal-team-thin {
    margin-right: 20px;
    font-size: 50px;
    line-height: 70px;
  }

  .zeal-team-bold {
    margin-right: 20px;
    font-size: 50px;
    line-height: 70px;
  }

  .utility-page-wrap {
    height: 80vh;
  }

  .h-giant {
    font-size: 80px;
    line-height: 80px;
  }

  .form-container {
    padding: 1.5rem;
  }

  .titlewrap {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .container {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .section-4.colorswitch {
    padding-top: 30px;
  }

  .section-4.colorswitch.relative.no {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .presentation {
    font-size: 14px;
  }

  .lottie-animation {
    padding: 35%;
  }

  .card-heading-wrapper {
    z-index: 1;
  }

  .card {
    padding-right: 24px;
    padding-left: 24px;
  }

  .button-2 {
    width: 100%;
  }

  .p1 {
    margin-bottom: 8px;
  }

  .button-wrap.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .pricing-cards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

#w-node-cbbd0499-2f2b-27e3-57d0-77fd04a1092f-714b5f62 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_80008d0d-a6c1-66e4-e35c-128b27053445-714b5f62 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d171cc15-c246-0277-9219-57fb3f5df9c4-714b5f62 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

