:root {
  --medium-slate-blue: #42a7f4;
  --black: #232323;
}

.reference{
text-align: center;
}

.fotografije{
text-align: center;
}

.fotografije img{
margin: 5px;
border-radius: 20px;
}

.dve-slike img {
width: 46.5%;
height: auto;
}

.tri-slike img{
width: 31%;
height: auto;
}



@media (max-width: 950px){
.dve-slike img,.tri-slike img {
    width: 100%;
    height: auto;
}
}

.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;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  color: #000;
  font-family: Satoshi, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  color: #fff;
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-color: var(--medium-slate-blue);
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.form_checkbox-label.text-size-small {
  font-size: .875rem;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.fs-styleguide_item.is-white-bg {
  background-color: var(--black);
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #854bff;
}

.text-color-grey {
  color: #f0f0f0;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 30rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
}

.max-width-small {
  width: 100%;
  max-width: 24.625rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 44rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.form_label {
  color: #fff;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

.text-align-left {
  text-align: left;
}

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: #fff;
  border-radius: .5rem;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-width: 30rem;
  max-width: 30rem;
  min-height: 8rem;
  max-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #fff;
  text-decoration: underline;
}

.text-style-link.is-light-bg {
  color: var(--black);
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  width: 100%;
  max-width: 76rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

.text-align-center {
  text-align: center;
}

.text-align-center.text-color-white {
  font-size: 3.3rem;
}

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--medium-slate-blue);
  color: #fff;
  text-align: center;
  padding: .75rem 1.5rem;
  font-weight: 700;
  transition: border-radius .3s, opacity .3s;
}

.button:hover {
  opacity: .69;
  border-top-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  border: 2px solid var(--medium-slate-blue);
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.hide-mobile-portrait {
  background-color: var(--medium-slate-blue);
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.125rem;
}

.text-size-medium.text-color-white.is-mobile-text-center {
  font-weight: 700;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: var(--black);
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.fs-styleguide_color.is-4 {
  background-color: var(--medium-slate-blue);
}

.nav {
  background-color: #fff;
  width: 100%;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
}

.nav_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav_menu {
  grid-column-gap: 4rem;
  align-items: center;
  display: flex;
}

.nav_link {
  color: #186fe4;
  padding: 0 0 0;
  font-weight: 500;
}

.nav_logo {
  height: 1.5rem;
}

.nav_link-wrapper {
  padding-bottom: 0;
  position: relative;
}

.nav_link-line {
  background-color: var(--medium-slate-blue);
  width: 100%;
  height: 2px;
  position: absolute;
}

.section_home-header {
  background-image: linear-gradient(#130927, #1877f2);
  min-height: 37.5rem;
  max-height: 37.5rem;
  padding-top: 7.875rem;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.home-header_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.home-header_text-news {
  color: rgba(240, 240, 240, .56);
  padding: .5rem .8rem;
  display: inline-block;
}

.home-header_content {
  z-index: 1;
  width: 100%;
  max-width: 31rem;
  margin-right: 7rem;
  position: relative;
}

.home-header_image-wrapper {
  z-index: 2;
  height: 40rem;
  display: flex;
  position: absolute;
  top: -7.9rem;
  bottom: 0%;
  left: auto;
  right: -7rem;
}

.home-header_image {
  object-fit: cover;
  border: 5px solid #fff;
  border-radius: 20px;
  width: 41.5rem;
  height: 100%;
}

.home-header_gradient {
  z-index: 5;
  background-color: rgba(255, 255, 255, .31);
  background-image: linear-gradient(to bottom, var(--medium-slate-blue), rgba(255, 255, 255, .98));
  width: 3.5rem;
  height: 100%;
}

.grid {
  z-index: 0;
  opacity: .7;
}

.section_home-features {
  padding-top: 6rem;
  padding-bottom: 7rem;
}

.home-features_component {
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.home-features_top {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-features_title-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-features_title-content {
  grid-row-gap: 1rem;
  border: 4px solid var(--medium-slate-blue);
  opacity: .7;
  border-radius: 20px;
  flex-direction: column;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  display: flex;
}

.text-color-purple {
  color: var(--medium-slate-blue);
}

.home-features_bottom {
  position: relative;
}

.home-features_tabs {
  height: 31.4rem;
}

.home-features_tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: repeat(auto-fit, 23rem) 23rem minmax(23rem, 1fr);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  display: grid;
}

.home-features_tabs-link {
  grid-row-gap: 1rem;
  background-color: #8ebcf9;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
}

.home-features_tabs-link.w--current {
  border-bottom: 2px solid var(--medium-slate-blue);
  background-color: #8ebcf9;
}

.home-features_tabs-content {
  z-index: 5;
  width: 100%;
  max-width: 20.25rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 10rem;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.home-features_tabs-title {
  font-size: 1.25rem;
  font-weight: 500;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.home-features_tabs-content-wrapper {
  background-color: rgba(24, 119, 242, .49);
  border-bottom: 5px solid #fff;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-height: 18.75rem;
  display: flex;
  position: absolute;
  top: 13.6875rem;
  overflow: hidden;
}

.home-features_tabs-content-bubble {
  background-image: linear-gradient(to bottom, var(--medium-slate-blue), rgba(175, 139, 250, 0));
  border-radius: 50%;
  width: 28.125rem;
  height: 28.125rem;
}

.home-features_tabs-content-bubble.is-1 {
  background-image: repeating-linear-gradient(#1877f2, rgba(175, 139, 250, 0));
  position: absolute;
  top: -15rem;
  bottom: auto;
  left: 0%;
  right: auto;
}

.home-features_tabs-content-bubble.is-2 {
  background-image: linear-gradient(rgba(175, 139, 250, 0), #1877f2);
  position: absolute;
  top: auto;
  bottom: -15rem;
  left: auto;
  right: 0%;
}

.home-features_tabs-content-mockup {
  z-index: 2;
  width: 100%;
  max-width: 26.125rem;
  position: relative;
}

.home-features_tabs-content-mobile {
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  max-width: 20.25rem;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem;
  display: flex;
}

.nav_logo-wrapper {
  justify-content: center;
  align-self: center;
  align-items: center;
  height: auto;
  display: flex;
}

.section_home-benefits {
  background-image: linear-gradient(#42a7f4, #854bff);
  min-height: 45rem;
  padding-top: 6rem;
  padding-bottom: 7.5rem;
  position: relative;
  overflow: hidden;
}

.home-benefits_title {
  z-index: 3;
  position: relative;
}

.home-benefits_component {
  z-index: 1;
  display: flex;
}

.home-benefits_lottie {
  z-index: 2;
  width: 110%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -4rem;
  right: 0%;
}

.home-benefits_items-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  bottom: -12.3rem;
}

.home-benefits_item {
  position: relative;
}

.home-benefits_item.is-2 {
  top: -71px;
}

.home-benefits_item.is-1 {
  top: -5.5rem;
}

.home-benefits_item-line {
  background-image: linear-gradient(rgba(241, 241, 241, 0), rgba(240, 240, 240, .3));
  width: 2px;
  height: 12.75rem;
}

.home-benefits_item-line.is-2 {
  background-image: linear-gradient(rgba(240, 240, 240, .3), rgba(241, 241, 241, 0));
  height: 10rem;
}

.home-benefits_item-line-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.home-benefits_item-text {
  color: rgba(255, 255, 255, .93);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
}

.home-benefits_item-line-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
  position: relative;
  top: -.4rem;
}

.home-benefits_item-line-icon.is-2 {
  top: .4rem;
}

.section_home-testimonials {
  position: relative;
  overflow: hidden;
}

.home-testimonials_component {
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  left: auto;
  overflow: visible;
}

.home-testimonials_swiper {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.swiper.is-testimonial {
  width: 100%;
}

.swiper-wrapper {
  cursor: grab;
  width: 100%;
  display: flex;
}

.swiper-slide {
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 31.25rem;
  display: flex;
}

.swiper-slide.is-testimonial {
  opacity: .35;
}

.swiper-slide.is-testimonial.swiper-slide-active {
  opacity: 1;
}

.home-testimonials_wrapper {
  grid-row-gap: 1rem;
  background-color: rgba(133, 75, 255, .06);
  flex-direction: column;
  align-self: stretch;
  padding: 1.5rem;
  display: flex;
  position: relative;
}

.home-testimonials_name {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  display: inline;
}

.home-testimonials_comma {
  margin-right: .4rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  display: inline;
}

.home-testimonials_job {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.1;
  display: inline;
}

.swiper-pagination {
  margin-top: 0;
}

.section_home-steps {
  background-image: linear-gradient(#42a7f4 38%, #180c32);
  position: relative;
  overflow: hidden;
}

.home-steps_order {
  color: #b794ff;
  font-size: .875rem;
  font-weight: 500;
}

.home-steps_lottie {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.home-steps_component {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-steps_progress {
  z-index: 0;
  background-color: #854bff;
  width: 2px;
  height: 100%;
  position: absolute;
}

.home-steps_progress.is-start {
  bottom: -55%;
}

.home-steps_progress.is-end {
  top: -55%;
}

.home-steps_item {
  grid-column-gap: 0rem;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 4rem 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.home-steps_item-center {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-steps_item-square {
  z-index: 1;
  border: 2px solid var(--medium-slate-blue);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.home-steps_item-small-square {
  background-color: #c7acff;
  width: .625rem;
  height: .625rem;
}

.home-steps_item-content-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.section_home-questions {
  padding-top: 10.625rem;
  padding-bottom: 10.625rem;
}

.home-questions_component {
  grid-column-gap: 8rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-questions_title {
  grid-row-gap: 1rem;
  border-left: 4px solid var(--medium-slate-blue);
  flex-direction: column;
  height: 6rem;
  padding-left: 1.5rem;
  display: flex;
}

.home-questions-faq_component {
  border-style: solid none;
  border-width: 1px;
  border-color: var(--medium-slate-blue) transparent;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.home-questions-faq_component.is-no-border-top {
  border-top-style: none;
}

.home-questions-faq_top {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.5rem 1rem .5rem;
  display: flex;
}

.home-questions-faq_icon {
  align-self: flex-start;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.home-questions-faq_bottom {
  padding-left: .5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_home-contact {
  background-image: linear-gradient(#180c32, #5626bb);
}

.home-contact_component {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.home-contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  background-color: var(--medium-slate-blue);
  padding: 1.5rem;
}

.success-text {
  color: #fff;
  font-weight: 500;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.error-text {
  color: #e23939;
}

.footer {
  background-color: #150b2b;
}

.footer_top-component {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.footer_logo-link {
  margin-bottom: 0;
  padding-left: 0;
}

.footer_logo-wrapper {
  flex-wrap: nowrap;
  display: flex;
}

.line-divider {
  background-color: #eaecf0;
  width: 100%;
  height: 1px;
}

.footer_bottom-wrapper {
  color: #fff;
  justify-content: space-between;
  display: flex;
}

.footer_list {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  display: grid;
}

.footer_link {
  color: #667085;
  font-size: .875rem;
  transition: all .3s;
}

.footer_link:hover {
  color: #475467;
}

.is-mobile-text-small {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
}

.heading {
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: #42a7f4;
}

.bold-text {
  text-align: center;
}

.heading-3 {
  margin-left: auto;
  margin-right: auto;
}

.div-block-776 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divcolor2-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #212121;
  background-image: linear-gradient(84deg, #1877f2 35%, #fff);
  border-radius: 64px;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  padding: 31px;
  display: flex;
}

.contain-img {
  object-fit: contain;
  border-radius: 20px;
  display: block;
}

.sectionfeatures {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.p-paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 35px;
  display: flex;
}

.heading-style-h2-2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.div-block-774 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.heading-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 31.5px;
  display: flex;
}

.div-block-775 {
  margin-left: auto;
  margin-right: auto;
}

.cardblueihs {
  padding: 31px 24px;
  display: flex;
}

.div-linear-bg-2 {
  background-color: #212121;
  background-image: linear-gradient(293deg, #1877f2 51%, #fafafa);
  border-radius: 64px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1308px;
  box-shadow: 0 2px 7px rgba(20, 20, 43, .06);
}

.image-feature-2 {
  object-fit: fill;
  height: 100%;
}

.frame-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px;
  display: flex;
}

.monthlyweekly {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 31px 24px;
  display: flex;
}

.div-flex-horizontal {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.middle69padding {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 69px;
  padding-bottom: 69px;
  display: flex;
}

.heading-11 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: .0299988px;
  padding-right: 25px;
  display: flex;
}

.content-right-co2 {
  width: 50%;
}

.text-co2 {
  color: #767ead;
  max-width: 560px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  position: static;
}

.content-left-co2 {
  width: 50%;
  padding-right: 55px;
  position: relative;
}

.container-co2 {
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  display: flex;
}

.check-co2 {
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.section_01 {
  justify-content: center;
  align-items: center;
  padding: 50px 5%;
  display: flex;
}

.check-wrap-co2 {
  margin-top: 35px;
  margin-bottom: 35px;
}

.h1_example {
  color: #42a7f4;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-family: Satoshi, sans-serif;
  font-size: 30px;
  line-height: 46px;
}

.text-block-22 {
  margin-right: 8px;
}

.image-14 {
  transform-style: preserve-3d;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.image-13 {
  width: 15px;
  margin-right: 12px;
}

.button-b1 {
  color: #fff;
  background-color: #6165ff;
  border: 1px solid rgba(23, 48, 73, .18);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 170px;
  min-height: 50px;
  padding: 11px 20px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
}

.button-b1:hover {
  background-color: #5b56e0;
}

.body {
  font-family: Satoshi, sans-serif;
}

.text-span {
  color: #42a7f4;
}

.heading-12 {
  color: #42a7f4;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.margin-top-small {
  margin-top: 40px;
}

.text-block-4 {
  color: #005ab9;
  font-family: Exo, sans-serif;
  font-weight: 400;
}

.layout-2-col_content-wrapper {
  max-width: 500px;
}

.container {
  border-radius: 20px;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-3 {
  color: #005ab9;
  font-family: Exo, sans-serif;
}

.padding-vertical-large {
  padding-top: 124px;
  padding-bottom: 124px;
}

.text-span-2 {
  color: #fc61c3;
  font-family: Great Vibes, cursive;
  font-size: 50px;
}

.bold-text-2 {
  font-size: 18px;
}

.contact-link {
  align-items: center;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.title-paragraph {
  letter-spacing: -.03em;
  max-width: 590px;
  margin-bottom: 32px;
  font-weight: 400;
}

.layout-2-col {
  grid-column-gap: 7vw;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.page-padding-7 {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container-5 {
  width: 100%;
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: auto;
  display: flex;
}

.paragraph-8 {
  font-family: Exo, sans-serif;
  font-size: 21px;
  line-height: 1.7;
}

.contact-link_icon {
  width: 35px;
  margin-right: 15px;
}

.content-h2 {
  color: #42a7f4;
  text-align: center;
  letter-spacing: -.03em;
  -webkit-text-stroke-color: #fc61c3;
  margin: 0 auto 22px;
  padding-top: 0;
  padding-bottom: 100px;
  padding-left: 0;
  font-size: 54px;
  line-height: 1.1;
}

@media screen and (min-width: 1920px) {
  .layout-2-col {
    grid-column-gap: 107px;
    grid-template-columns: 1fr 1.5fr;
  }

  .paragraph-8 {
    color: #000;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .nav {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .nav_menu {
    z-index: 100;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(#180c32, #5e28cf);
    flex-direction: column;
    min-height: 90vh;
    padding-top: 2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .nav_link {
    color: #fff;
    font-size: 2rem;
  }

  .nav_link-wrapper {
    padding-bottom: 1rem;
  }

  .nav_link-line {
    display: none;
  }

  .home-header_component {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-header_content {
    flex-direction: column;
    align-items: center;
    margin-right: 0;
    display: flex;
  }

  .home-header_image-wrapper {
    display: none;
    position: static;
  }

  .section_home-features {
    padding-top: 4rem;
    padding-bottom: 8rem;
  }

  .home-features_tabs-menu {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-features_tabs-content {
    top: 10rem;
  }

  .home-features_tabs-content-wrapper {
    top: 16.0875rem;
  }

  .home-benefits_lottie {
    z-index: 0;
    width: 100%;
    left: 0;
  }

  .home-benefits_items-wrapper {
    z-index: 1;
  }

  .home-questions_component {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    display: flex;
  }

  .menu-icon1 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon1_line-top {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-middle {
    background-color: var(--black);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2.2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon1_line-bottom {
    background-color: var(--black);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
  }

  .menu-button.w--open {
    z-index: 101;
    background-color: var(--medium-slate-blue);
    border-radius: 50%;
    position: fixed;
    top: 2.5rem;
    bottom: auto;
    left: auto;
    right: 2.5rem;
  }

  .content-right-co2, .content-left-co2 {
    width: 100%;
  }

  .section_01 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .margin-top-small {
    margin-top: 36px;
  }

  .layout-2-col_content-wrapper {
    max-width: none;
  }

  .padding-vertical-large {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .layout-2-col {
    grid-column-gap: 0vw;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .page-padding-7 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .container-5 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-8 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section_home-header {
    min-height: auto;
    max-height: none;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section_home-features {
    padding-bottom: 5rem;
  }

  .home-features_bottom {
    grid-row-gap: 5rem;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .home-features_tabs {
    height: auto;
    display: flex;
  }

  .home-features_tabs-menu {
    z-index: 2;
    grid-column-gap: .5rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .home-features_tabs-link {
    padding: 1rem;
  }

  .home-features_tabs-content {
    z-index: 4;
    top: -8.8rem;
    bottom: auto;
    left: 0%;
    right: 0%;
    overflow: visible;
  }

  .home-features_tabs-content-wrapper {
    position: relative;
    top: auto;
  }

  .section_home-benefits {
    padding-bottom: 6rem;
  }

  .home-benefits_items-wrapper {
    bottom: -9.7rem;
  }

  .home-benefits_item-line {
    height: 6rem;
  }

  .home-benefits_item-text {
    text-align: center;
    font-size: 1rem;
  }

  .section_home-questions {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .home-questions_title {
    height: auto;
  }

  .home-questions-faq_top {
    padding: 1rem 1.25rem;
  }

  .home-questions-faq_icon {
    width: 1.75rem;
  }

  .home-questions-faq_bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .footer_list {
    margin-bottom: 1rem;
  }

  .footer_link:hover {
    color: #98a2b3;
  }

  .menu-icon1 {
    width: 48px;
    height: 48px;
  }

  .divcolor2-2 {
    width: 100%;
  }

  .heading-style-h2-2 {
    font-size: 2rem;
  }

  .div-block-774 {
    flex-direction: column;
  }

  .content-left-co2 {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .container-co2 {
    flex-direction: column;
  }

  .padding-vertical-large {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page-padding-7 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-small.is-mobile-pading-large {
    padding-bottom: 2rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .form_input {
    font-size: 1.5rem;
  }

  .text-align-center.text-color-white {
    font-size: 2rem;
  }

  .button, .button.is-secondary {
    flex: 1;
  }

  .text-size-medium.text-color-white.is-mobile-text-center {
    text-align: center;
  }

  .text-size-medium.text-weight-medium.is-text-mobile-regular, .text-size-medium.is-text-mobile-regular {
    font-size: 1rem;
  }

  .button-group {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .section_home-header {
    min-height: auto;
    max-height: none;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .home-header_text-news {
    font-size: .875rem;
  }

  .home-header_content {
    max-width: none;
  }

  .home-features_title-content {
    grid-row-gap: .5rem;
    padding-left: 1rem;
  }

  .home-features_bottom {
    grid-row-gap: 2rem;
  }

  .home-features_tabs-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    display: flex;
  }

  .home-features_tabs-link {
    grid-row-gap: .5rem;
    padding: 1rem;
  }

  .home-features_tabs-content {
    max-width: 16rem;
    top: -7.9rem;
    left: -.2rem;
  }

  .home-features_tabs-title {
    font-size: 1rem;
  }

  .home-features_tabs-content-wrapper {
    min-height: 16rem;
  }

  .home-features_tabs-content-mockup, .home-features_tabs-content-mobile {
    max-width: none;
  }

  .section_home-benefits {
    min-height: 40rem;
    padding-top: 4rem;
    padding-bottom: 16rem;
  }

  .home-benefits_lottie {
    max-height: 10rem;
    top: 13.6rem;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .home-benefits_items-wrapper {
    bottom: -6.9rem;
  }

  .home-benefits_item-line.is-2 {
    height: 6rem;
  }

  .home-steps_item {
    grid-column-gap: 1rem;
    align-items: stretch;
    display: flex;
  }

  .home-steps_item.is-right {
    flex-direction: row-reverse;
  }

  .section_home-questions {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .home-questions-faq_icon {
    flex: none;
    align-self: center;
    width: 1.5rem;
  }

  .image {
    height: 20rem;
  }

  .is-mobile-text-small {
    font-size: .8rem;
  }

  .home-steps_item-empty {
    display: none;
  }

  .content-right-co2 {
    padding-top: 0;
  }

  .padding-vertical-large {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .title-paragraph {
    font-size: 16px;
  }

  .layout-2-col {
    grid-row-gap: 50px;
  }

  .container-5 {
    margin-top: 0;
  }

  .paragraph-8 {
    font-size: 15px;
    font-weight: 600;
  }

  .content-h2 {
    font-size: 25px;
  }
}

#w-node-c3eda4b8-fcbc-f189-23c6-a53fd8a9835e-514b4614, #w-node-_30572ae9-eb1b-922e-9bf4-cb1a9b5a4e89-514b4614, #w-node-af98d3d0-d5a3-ba78-0e09-724eeba86f35-514b4614, #w-node-_441987c1-d626-4b94-3cb6-c84d715c132e-514b4614, #w-node-_3ea1de87-dd5d-3455-66ad-476aa1d69a8c-514b4614, #w-node-_53534cae-ebd7-045e-bdfa-e7d785ad69eb-514b4614, #w-node-_53534cae-ebd7-045e-bdfa-e7d785ad69ec-514b4614, #w-node-_53534cae-ebd7-045e-bdfa-e7d785ad69ef-514b4614, #w-node-_7afc9a80-ff85-9ff7-510e-04fea8b7ba8b-514b4614, #w-node-_7afc9a80-ff85-9ff7-510e-04fea8b7ba8c-514b4614, #w-node-_7afc9a80-ff85-9ff7-510e-04fea8b7ba90-514b4614, #w-node-f7a1234d-0937-432c-24c0-7cce4180eb7d-514b4614, #w-node-f7a1234d-0937-432c-24c0-7cce4180eb86-514b4614, #w-node-f7a1234d-0937-432c-24c0-7cce4180eb8a-514b4614, #w-node-_7205d43d-7ce7-04c1-22a1-f897d1834eaf-514b4614, #w-node-_7205d43d-7ce7-04c1-22a1-f897d1834eb0-514b4614, #w-node-_7205d43d-7ce7-04c1-22a1-f897d1834eb4-514b4614, #w-node-c3a39ec6-5ece-73fb-c499-b32f5c735010-514b4614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7b3803d6-6245-591a-d92c-2687b4230bc6-514b4614, #w-node-_7decec43-20fe-217b-bf53-eafad10e89ab-514b4614, #w-node-_0d2a3fc7-277f-448a-09cf-3a8f621472e5-514b4614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_23d1c7e4-9513-3fae-4d5e-de4510ad0251-514b4614 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-514b4618 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-514b4618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-514b4618 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-514b4618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-514b4618 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-514b4618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-514b4618 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-514b4618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-514b4618 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-514b4618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-514b4618, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-514b4618 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-514b4618 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-514b4618 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_30572ae9-eb1b-922e-9bf4-cb1a9b5a4e89-514b4614 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
