:root {
  --white: #fff;
  --black: #191719;
  --hoverwhite: rgba(255, 255, 255, .6);
  --border: #d1d1d1;
  --hoverblack: rgba(0, 0, 0, .5);
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: neue-haas-grotesk-display, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 20px;
}

h1 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.125rem;
  font-weight: 500;
  line-height: 1;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.625rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.625rem;
  font-weight: 500;
  line-height: 1.1;
}

h5 {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.4;
}

a {
  color: var(--white);
  font-size: .875rem;
  line-height: 1;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2rem;
  font-size: 1rem;
  line-height: 1.4;
}

.css-embed {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.sg-hero__wrapper {
  padding-top: 6.25rem;
}

.col {
  flex: 1;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.col.col-lg-1 {
  max-width: 8.333%;
  flex: 8.333%;
}

.col.col-lg-4 {
  max-width: 33.3333%;
  flex: 33.3333%;
}

.col.ml-2-col {
  margin-left: 16.666%;
}

.col.col-lg-9 {
  max-width: 75%;
  flex: 75%;
}

.col.col-lg-2 {
  max-width: 16.6667%;
  flex: 16.6667%;
}

.col.mr-1-col {
  margin-right: 8.333%;
}

.col.mr-2-col {
  margin-right: 16.666%;
}

.col.col-lg-3 {
  max-width: 25%;
  flex: 25%;
}

.col.col-lg-7 {
  max-width: 58.3333%;
  flex: 58.3333%;
}

.col.col-lg-8 {
  max-width: 66.6667%;
  flex: 66.6667%;
}

.col.col-lg-6 {
  max-width: 50%;
  flex: 50%;
}

.col.col-lg-10 {
  max-width: 83.3333%;
  flex: 83.3333%;
}

.col.col-lg-11 {
  max-width: 91.6667%;
  flex: 91.6667%;
}

.col.col-lg-5 {
  max-width: 41.6667%;
  flex: 41.6667%;
}

.col.ml-1-col {
  margin-left: 8.333%;
}

.col.col-lg-12 {
  max-width: 100%;
  flex: 100%;
}

.row {
  flex-wrap: wrap;
  align-content: stretch;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
  display: flex;
}

.row.justify-end {
  justify-content: flex-end;
}

.row.justify-between {
  justify-content: space-between;
}

.row.align-stretch {
  align-items: stretch;
}

.row.align-start {
  align-items: flex-start;
  line-height: 1;
}

.row.align-center {
  align-items: center;
}

.row.justify-around {
  justify-content: space-around;
}

.row.justify-center {
  justify-content: center;
}

.row.align-end {
  align-items: flex-end;
}

.row.row--outline {
  border: 1px solid rgba(255, 218, 167, .3);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.sg-hero__title, .sg-hero__text {
  text-align: center;
}

.sg-hero__video {
  width: 100%;
  margin-top: 1.25rem;
}

.sg__wrapper {
  padding-top: 6.25rem;
}

.sg-card__wrapper {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .3125rem;
  padding: 1rem .625rem;
}

.sg-item__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.sg-item__title-wrapper.sg-item__title-wrapper--full-with {
  justify-content: space-between;
}

.sg-item__title {
  margin-right: 5rem;
}

.sg-item__title.sg-item__title--right {
  margin-right: 0;
}

.sg-item__wrapper {
  padding-top: 4.5rem;
}

.sg-item__wrapper.sg-item__wrapper--last {
  padding-bottom: 3.5rem;
}

.sg-item__wrapper.sg-item__wrapper--no-padding {
  padding-top: 1.25rem;
}

.sg-item__text-wrapper {
  width: 50%;
}

.sg-item__color {
  width: 100%;
  height: 8rem;
  border-radius: .3125rem;
}

.sg-item__color.sg-item__color--two {
  background-color: var(--black);
}

.sg-item__color.sg-item__color--one {
  background-color: var(--white);
}

.sg-item__color.sg-item__color--three {
  background-color: #000;
}

.sg-item__color.sg-item__color--four {
  background-color: #f7e7d1;
}

.sg-item__color-title {
  text-transform: uppercase;
  margin-top: 2.5rem;
  font-weight: 700;
}

.sg-item__color-text {
  font-size: .75rem;
}

.sg__title-wrapper {
  border-bottom: 1px solid rgba(255, 218, 167, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.button__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .2rem .6rem;
}

.button__text {
  font-size: .875rem;
}

.cookie__wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .6rem 1rem;
  display: inline-block;
}

.cookie__text {
  margin-right: 0;
  font-size: .875rem;
}

.cookie__link {
  font-size: .875rem;
}

.cookie__link.cookie__link--accept {
  margin-right: 1rem;
}

.cookie__content {
  align-items: center;
  display: flex;
}

.form__field {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(255, 218, 167, .3);
  border-radius: .3125rem;
  margin-bottom: .625rem;
  padding: .5rem .625rem;
  font-size: .875rem;
  line-height: 1rem;
}

.form__field:focus {
  border-color: var(--white);
}

.form__field::-ms-input-placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field::placeholder {
  color: rgba(255, 218, 167, .6);
}

.form__field.form__field--textarea {
  font-size: .875rem;
  line-height: 1.4;
}

.form__button {
  width: 100%;
  color: var(--white);
  background-color: #000;
  border-radius: .3125rem;
}

.form__sucess-wrapper {
  background-color: #000;
  border-radius: .3125rem;
  padding: .625rem;
}

.form__error-wrapper {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid red;
  border-radius: .3125rem;
  margin-top: .625rem;
  padding: .625rem;
}

.form__error-message {
  color: red;
  font-size: .75rem;
  line-height: 1;
}

.sg__placeholder {
  background-color: rgba(255, 218, 167, .05);
  border-radius: .15625rem;
  justify-content: center;
  align-items: center;
  margin-bottom: .625rem;
  padding: 1rem;
  font-size: .875rem;
  display: flex;
}

.placeholder__wrapper {
  width: 100%;
  min-height: 100dvh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.placeholder__title {
  text-align: center;
}

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

.placeholder {
  height: 3rem;
  background-color: #f84848;
}

.header {
  z-index: 10;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.header__logo {
  height: 100%;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.header__links-wrapper {
  height: 100%;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.header-link {
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.header-link:hover {
  color: var(--hoverwhite);
}

.header__cta-wrapper {
  height: 100%;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.icon-button-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--white);
  border-radius: 5px;
  flex-direction: row;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

.icon-button-wrapper.black {
  border-color: var(--black);
}

.icon-button__img {
  width: 1.125rem;
}

.icon-button__img.black {
  color: var(--black);
}

.icon-button__text {
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.icon-button__text.black {
  color: var(--black);
}

.section--hero {
  height: 150vh;
  position: relative;
}

.hero__wrapper {
  z-index: 2;
  height: 100%;
  padding-top: 21.875rem;
  position: relative;
}

.hero__bg-1-wrapper {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_bg-1-img {
  height: 150vh;
  object-fit: cover;
}

.hero__bg-2-wrapper {
  z-index: 3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.h1-span {
  font-weight: 700;
}

.company__wrapper {
  padding-top: 7.5rem;
  padding-bottom: 8.75rem;
}

.company__wrapper.cookies {
  border-bottom: 1px solid var(--border);
}

.section-tag-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tag-text {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
}

.section--services {
  background-image: url('../images/storitve-bg-img-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 11.25rem;
  padding-bottom: 11.25rem;
}

.services__wrapper {
  background-color: var(--white);
  border-radius: 15px;
}

.services-heading-wrapper {
  border-bottom: 1px solid var(--border);
  padding-top: 2.5rem;
  padding-bottom: 3.75rem;
  padding-left: 2.5rem;
}

.services-row-wrapper {
  border-bottom: 1px solid var(--border);
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-right: 2.5rem;
}

.services-row-wrapper.last {
  border-bottom-style: none;
  padding-bottom: 5rem;
}

.services-grid-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-image-lightbox {
  width: 100%;
}

.service-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.service-img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 5px;
}

._2-5-padding {
  padding-left: 2.5rem;
}

.about-image__wrapper {
  width: 100%;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-direction: row;
  padding-top: 7.5rem;
  display: flex;
}

.about-img {
  max-width: 46%;
  aspect-ratio: 1 / 1;
  border-radius: 5px;
}

.footer-cta__wrapper {
  background-image: url('../images/footer-cta-img-min.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  padding-top: 9.375rem;
  padding-bottom: 11.25rem;
}

.footer__wrapper {
  padding-top: 3.75rem;
  padding-bottom: 0;
}

.footer-cta__flex {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-cta {
  width: 32rem;
  background-color: var(--white);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
}

.novitta-logo-footer {
  width: 11.625rem;
}

.footer-contact-wrapper {
  grid-column-gap: .1rem;
  grid-row-gap: .1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-link-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--black);
  transition: color .2s;
}

.footer-link:hover {
  color: var(--hoverblack);
  -webkit-text-stroke-color: var(--hoverblack);
}

.back-to-top__wrapper {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}

.back-to-top-img {
  width: 3rem;
  cursor: pointer;
}

.footer-content {
  padding-bottom: 9.375rem;
}

.footer-legal {
  border-top: 1px solid var(--border);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.footer-legal-wrapper {
  height: 100%;
  grid-column-gap: 1.875rem;
  grid-row-gap: 1.875rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: var(--black);
  transition: color .2s;
}

.footer-legal-link:hover {
  color: var(--hoverblack);
}

.footer-cta__text {
  width: 90%;
  padding-top: 1.25rem;
  padding-bottom: 2.5rem;
}

.html-embed {
  color: var(--white);
}

.black-button-wrapper {
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  border: 1px solid var(--black);
  border-radius: 5px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1.75rem;
  display: flex;
}

.black-button-embed {
  width: 1.125rem;
  color: var(--black);
}

.black-button-text {
  color: var(--black);
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1;
}

.footer-cta-links-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.page-wrapper {
  overflow: hidden;
}

.mobile {
  display: none;
}

.logo {
  max-height: 190px;
  max-width: 120%;
}

.html-embed-2 {
  color: var(--black);
}

.cookie-text {
  padding-top: 0;
  font-size: .875rem;
}

.cookie-text.link {
  text-decoration: underline;
}

.cookie-pop-up {
  z-index: 100;
  position: fixed;
  top: auto;
  bottom: 2.5rem;
  left: auto;
  right: 2.5rem;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.cookie-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--white);
  border-radius: 5px;
  padding: 1rem 1.75rem;
  display: flex;
}

.zasebnost-text {
  padding-top: 1rem;
}

.mobile-nav, .mobile-info, .mobile-menu {
  display: none;
}

.line {
  height: 1px;
  background-color: #266df0;
}

.link-wrapper {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  overflow: hidden;
}

.link-wrapper._0-margin {
  margin-left: 0;
  margin-right: 0;
}

.mobile-fullscreen {
  display: none;
}

.footer-link-2 {
  font-size: .875rem;
}

.footer-link-flex {
  grid-row-gap: .2rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-heading {
  padding-bottom: .35rem;
  font-size: 1.125rem;
  font-weight: 500;
}

@media screen and (max-width: 991px) {
  .md--hide, .col.col-lg-4.col-md-hide {
    display: none;
  }

  .col.col-md-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-md-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.col-md-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .col.col-md-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-md-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.md--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-md-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-md-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-md-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-md-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-md-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-md-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-md-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .header__links-wrapper {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  .sm--hide {
    display: none;
  }

  .col.col-sm-10 {
    max-width: 83.3333%;
    flex: 0 83.3333%;
  }

  .col.col-sm-11 {
    max-width: 91.6667%;
    flex: 0 91.6667%;
  }

  .col.col-sm-9 {
    max-width: 75%;
    flex: 0 75%;
  }

  .col.col-sm-7 {
    max-width: 58.3333%;
    flex: 0 58.3333%;
  }

  .col.col-sm-4 {
    max-width: 33.3333%;
    flex: 0 33.3333%;
  }

  .col.col-sm-6 {
    max-width: 50%;
    flex: 0 50%;
  }

  .col.col-sm-2 {
    max-width: 16.6667%;
    flex: 0 16.6667%;
  }

  .col.col-sm-1 {
    max-width: 8.33333%;
    flex: 0 8.33333%;
  }

  .col.col-sm-3 {
    max-width: 25%;
    flex: 0 25%;
  }

  .col.col-sm-5 {
    max-width: 41.6667%;
    flex: 0 41.6667%;
  }

  .col.sm--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-sm-8 {
    max-width: 66.6667%;
    flex: 0 66.6667%;
  }

  .col.col-sm-12 {
    max-width: 100%;
    flex: 0 100%;
  }

  .row.justify-between.reverse-mobile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
  }

  .header__wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .icon-button-wrapper {
    padding: .5rem 1rem;
  }

  .icon-button__text {
    font-size: .75rem;
  }

  .section--hero {
    height: 100vh;
  }

  .hero__wrapper {
    padding-top: 10rem;
  }

  .hero_bg-1-img {
    height: 100vh;
  }

  .company__wrapper {
    padding-top: 5rem;
    padding-bottom: 5.5rem;
  }

  .section-tag-wrapper {
    padding-bottom: 1rem;
  }

  .section--services {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .services-grid-wrapper {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding-left: 2.5rem;
  }

  ._2-5-padding {
    padding-bottom: 2.5rem;
  }

  .about-image__wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 3rem;
  }

  .footer-cta {
    width: auto;
  }

  .novitta-logo-footer {
    padding-bottom: 3rem;
  }

  .footer-contact-wrapper {
    padding-top: 1rem;
  }

  .back-to-top__wrapper {
    justify-content: flex-start;
    padding-top: 5rem;
    display: none;
  }

  .back-to-top-img {
    width: 2.5rem;
  }

  .footer-content {
    padding-bottom: 5rem;
  }

  .footer-legal-wrapper {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .footer-cta__text {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .black-button-wrapper {
    padding: .5rem 1rem;
  }

  .black-button-text {
    font-size: .75rem;
  }

  .footer-cta-links-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
  }

  .mobile-nav-info {
    grid-row-gap: 1.25rem;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
    display: flex;
  }

  .mobile-menu-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 3rem;
    display: flex;
  }

  .mobile-fullscreen {
    z-index: 10;
    width: 100%;
    height: 0;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .mobile-nav-link {
    font-size: 1.75rem;
    font-weight: 500;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 1.875rem;
  }

  h3 {
    font-size: 1.125rem;
  }

  h4 {
    font-size: 1.875rem;
  }

  p {
    font-size: 1rem;
  }

  .container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .xs--hide {
    display: none;
  }

  .col {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .col.col-xs-10 {
    max-width: 83.3333%;
    flex: 83.3333%;
  }

  .col.col-xs-4 {
    max-width: 33.3333%;
    flex: 33.3333%;
  }

  .col.col-xs-2 {
    max-width: 16.6667%;
    flex: 16.6667%;
  }

  .col.col-xs-11 {
    max-width: 91.6667%;
    flex: 91.6667%;
  }

  .col.col-xs-1 {
    max-width: 8.33333%;
    flex: 8.33333%;
  }

  .col.col-xs-9 {
    max-width: 75%;
    flex: 75%;
  }

  .col.col-xs-5 {
    max-width: 41.6667%;
    flex: 41.6667%;
  }

  .col.col-xs-3 {
    max-width: 25%;
    flex: 25%;
  }

  .col.xs--no-margin {
    margin-left: 0;
    margin-right: 0;
  }

  .col.col-xs-8 {
    max-width: 66.6667%;
    flex: 66.6667%;
  }

  .col.col-xs-6 {
    max-width: 50%;
    flex: 50%;
  }

  .col.col-xs-12 {
    max-width: 100%;
    flex: 100%;
  }

  .col.col-xs-7 {
    max-width: 58.3333%;
    flex: 58.3333%;
  }

  .row {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .sg-hero__text {
    margin-top: 1.25rem;
  }

  .sg-card__wrapper.sg-card__wrapper--color {
    margin-top: .625rem;
  }

  .sg-item__title-wrapper {
    justify-content: space-between;
  }

  .sg-item__title {
    margin-right: 0;
  }

  .sg-item__text-wrapper {
    width: 100%;
  }

  .cookie__text, .cookie__link {
    font-size: .75rem;
  }

  .form__button {
    font-size: .875rem;
  }

  .header__wrapper {
    z-index: 1000;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .header__logo {
    z-index: 1000;
    justify-content: flex-start;
    position: relative;
  }

  .header__links-wrapper {
    height: auto;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8rem;
    display: flex;
  }

  .header-link {
    text-transform: none;
    font-size: 1.8rem;
  }

  .header__cta-wrapper {
    flex-direction: column;
    display: none;
  }

  .hero__wrapper {
    z-index: 8;
    padding-top: 9rem;
  }

  .home-hero-heading {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .company__wrapper {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

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

  .tag-icon {
    width: .35rem;
  }

  .section--services {
    background-image: url('../images/mobile-bg.jpg');
    padding-top: 4rem;
  }

  .services__wrapper {
    overflow: hidden;
  }

  .services-heading-wrapper {
    padding-top: 2.5rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .services-row-wrapper {
    border-bottom-style: none;
    padding-top: 2rem;
    padding-bottom: 0;
    padding-right: 0;
  }

  .services-row-wrapper.last {
    padding-bottom: 0;
  }

  .services-grid-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .service-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  ._2-5-padding {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-image__wrapper {
    flex-direction: column;
  }

  .about-img {
    max-width: none;
  }

  .about-img.hide {
    display: none;
  }

  .footer-cta__wrapper {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .footer__wrapper {
    padding-top: 3rem;
  }

  .footer-cta {
    border-radius: 15px;
    margin-right: 0;
    padding-bottom: 2.5rem;
    padding-left: 2rem;
    padding-right: 1rem;
  }

  .novitta-logo-footer {
    width: 8rem;
    padding-bottom: 1.5rem;
  }

  .footer-link.white {
    color: var(--white);
  }

  .footer-cta__text {
    padding-top: .5rem;
    padding-bottom: 1rem;
    font-size: 1.1rem;
  }

  .mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 2rem;
    display: flex;
  }

  .logo {
    width: 4rem;
  }

  .cookie-pop-up {
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-wrapper {
    width: 100%;
    justify-content: center;
  }

  .mobile-nav {
    z-index: 100;
    justify-content: flex-end;
    display: flex;
    position: relative;
  }

  .lottie-menu {
    z-index: 1000;
    width: 3.2rem;
  }

  .mobile-info {
    padding-top: 4rem;
    padding-bottom: 2rem;
    display: block;
  }

  .mobile-menu {
    z-index: 80;
    width: 100%;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--black);
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 2rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  ._100 {
    flex-direction: column;
    justify-content: space-between;
    display: flex;
  }

  .dropdown-100 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .mobile-nav-info {
    border-top: 1px solid #bfbfbf;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .mobile-dropdown-link {
    color: #266df0;
    -webkit-text-stroke-color: #000;
    background-color: #fff;
    padding: 0 0 1rem;
    font-size: 1.3rem;
    font-weight: 500;
  }

  .mobile-dropdown-link.last {
    padding-bottom: .5rem;
  }

  .mobile-menu-wrapper {
    padding-top: 6rem;
    padding-bottom: 10rem;
  }

  .dropdown-toggle-2 {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    display: block;
  }

  .dropdown-icon {
    width: 1.1rem;
  }

  .mobile-fullscreen {
    z-index: 10;
    height: 0;
    background-color: #fff;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .dropdown-list-2 {
    padding-top: 1rem;
  }

  .dropdown-list-2.w--open {
    margin-top: 1rem;
    padding-top: 0;
    position: relative;
  }

  .footer-link-2 {
    font-size: 1rem;
  }

  .mobile-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .mobile-nav-wrapper {
    height: 100vh;
    flex-direction: column;
    justify-content: space-between;
    padding: 1rem;
    display: flex;
  }

  .mobile-nav-link {
    font-size: 2.2rem;
    line-height: 110%;
  }
}

#w-node-_809ee347-0e08-62e0-2252-69e572553812-48cbdb23, #w-node-dd80c9cf-8c4b-52db-a3cc-cdf6ebd78576-48cbdb23, #w-node-def93c04-46c2-b5d1-b17e-e7b5bba5326a-48cbdb23, #w-node-_7a0dbaa1-83ad-a04c-f437-81b4c1927976-48cbdb23, #w-node-_7a0dbaa1-83ad-a04c-f437-81b4c192797b-48cbdb23, #w-node-_7a0dbaa1-83ad-a04c-f437-81b4c1927980-48cbdb23, #w-node-_212759e0-2156-e1c3-b00d-0ef47f312bc5-48cbdb23, #w-node-_212759e0-2156-e1c3-b00d-0ef47f312bca-48cbdb23, #w-node-_212759e0-2156-e1c3-b00d-0ef47f312bcf-48cbdb23, #w-node-e343b1a4-3ef7-dff8-a566-071658c05149-48cbdb23, #w-node-_399998d5-8894-c6e6-e609-08c36ff836af-48cbdb23 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


