@font-face {
  font-family: Glitten rok;
  src: url('../fonts/Glitten-Regular_ROK.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --misty-rose: #e9bcb5;
  --gray: #857f7f;
  --dim-grey: #525252;
  --ortho: #a3d0d9;
  --new-pink: #dba7a0;
  --smoke-white: #f0f0f3;
  --black: black;
  --goldenrod: #f4bd03;
  --dusty-pink: #b19f9f;
  --sky-blue: #85b6c0;
  --grey: #b1a6a6;
  --light-blue: #99c3cc;
  --dublicat-epink: #e9bcb5;
  --pink-2: #ffcfcf;
  --new-blue: #8cc9d8;
  --new-powder: #cab4a9;
  --sexy-violet: #8c5f6b;
  --misty-red: #36151e;
  --brown: #562c2c;
  --nice-blue: #1b4353;
  --sky-blue-2: #593f62;
  --pink: #f09491;
}

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

h1 {
  color: var(--white);
  letter-spacing: 3px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bebas Neue;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: var(--misty-rose);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Glitten rok, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  color: var(--gray);
  letter-spacing: 2px;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Glitten rok, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 50px;
}

h4 {
  color: var(--white);
  letter-spacing: 1px;
  text-transform: none;
  margin-top: 16px;
  margin-bottom: 3px;
  font-family: Glitten rok, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: underline;
}

h5 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  color: var(--white);
  letter-spacing: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Bebas Neue;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  color: var(--gray);
  margin-bottom: 10px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

a {
  color: var(--misty-rose);
  text-decoration: underline;
}

ul {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 25px;
}

ol {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: var(--gray);
  background-color: #0000;
  margin-bottom: 3px;
  font-family: Inconsolata, monospace;
}

.heading {
  color: #fff;
  letter-spacing: 2px;
  font-family: Bebas Neue;
  font-size: 150px;
  font-weight: 400;
  line-height: 1;
}

.heading.second {
  margin-top: 0;
  margin-bottom: 0;
  line-height: .8;
}

.overflow {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.verticalnav {
  background-color: #fff3;
  border-left: 1px solid #ffffff1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100vh;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.nav-link {
  color: var(--gray);
  letter-spacing: 2px;
  text-transform: none;
  cursor: pointer;
  margin-left: auto;
  padding-right: 0;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.nav-link.w--current {
  color: var(--misty-rose);
  font-family: Glitten;
}

.nav-link.podink {
  color: var(--gray);
  letter-spacing: .5px;
  padding: 0 0 0 20px;
  font-family: Inconsolata, monospace;
  font-size: 12px;
  transition: all .5s;
  display: block;
}

.nav-link.podink:hover {
  background-color: var(--gray);
  color: var(--white);
}

.nav-link.samo-text {
  text-transform: uppercase;
  margin: 0;
  padding: 20px 0 20px 20px;
}

.brand {
  width: 300px;
  height: 200px;
  display: none;
}

.menu-line {
  background-color: var(--dim-grey);
  width: 32px;
  height: 1px;
}

.menu-line.second {
  width: 22px;
  margin-top: 12px;
}

.menu-button {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  margin-bottom: auto;
  padding-left: 0;
  padding-right: 0;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.menu-button:hover {
  background-color: #ffffff1c;
}

.menu-button.w--open {
  z-index: 9;
  background-color: #0000;
}

.wrapper-burger-menu {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 32px;
  height: 100%;
  margin: auto;
  display: flex;
}

.nav-menu {
  z-index: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.nav-menu:focus {
  font-family: Glitten rok, sans-serif;
}

.wrapperbigmenu {
  background-color: #f0f0f3e6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  font-family: Glitten rok, sans-serif;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-menu-text {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Glitten rok, sans-serif;
  display: flex;
  overflow: auto;
}

.container-menu-text:focus {
  font-size: 16px;
}

.menu-link {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: auto;
  padding: 5px;
  display: flex;
}

.link-line {
  background-color: #fff;
  width: 100px;
  height: 1px;
  margin-left: 0;
  margin-right: 20px;
}

.nav-text {
  color: var(--misty-rose);
  letter-spacing: 3px;
  margin-left: auto;
  margin-right: 20px;
  font-family: Glitten;
  font-size: 23px;
  transform: translate(0, -5px)rotate(-90deg);
}

.move-background {
  z-index: 90;
  background-color: var(--misty-rose);
  color: #d80e0e;
  width: 250vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.bgblack {
  z-index: 0;
  color: #d80e0e;
  background-color: #fff3;
  width: 250vw;
  display: none;
  position: fixed;
  inset: 0%;
}

.social-wrapper {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 50%;
  margin: 25% 0;
  display: flex;
  position: absolute;
}

.social-link {
  color: var(--ortho);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
}

.social-link:hover {
  background-color: #ffffff1c;
}

.social-link.os.w--current {
  display: none;
}

.about-section {
  z-index: 1;
  background-color: var(--new-pink);
  height: auto;
  padding-top: 0;
  padding-bottom: 140px;
  position: relative;
}

.wrapper-size-about {
  transition: filter .2s ease-in-out;
  display: block;
  position: relative;
  overflow: visible;
}

.wrapper-size-about:hover {
  filter: grayscale();
}

.portfolio-heading {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Poppins;
  font-size: 14vw;
  font-weight: 800;
  line-height: 1;
}

.filter {
  transition: opacity .4s ease-in-out;
  position: absolute;
  inset: 0%;
}

.filter:hover {
  opacity: 1;
  background-color: #0000;
}

.filter.third {
  position: static;
}

.submit-button {
  background-color: var(--dim-grey);
  color: var(--white);
  cursor: pointer;
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
  transition: color .4s ease-in-out;
}

.submit-button:hover {
  color: var(--misty-rose);
  flex: 0 auto;
}

.grid {
  grid-column-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
}

.preloaderwrapper {
  z-index: 9999;
  background-color: var(--misty-rose);
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.bele-crte-preloader {
  background-color: var(--white);
  width: 100%;
  height: 100%;
  display: flex;
}

.wrapper-content-portfolio {
  z-index: 4;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: scroll;
}

.wrapper-content-portfolio.first {
  object-fit: fill;
  object-position: 50% 50%;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.second {
  z-index: 999;
  height: auto;
  display: none;
  overflow: auto;
}

.wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
  z-index: 99;
  display: none;
  overflow: auto;
}

.hero-section-progect {
  background-image: url('../images/Tisk-Sepic.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 100vh;
  margin-top: 0;
  padding-bottom: 100px;
  padding-left: 100px;
  display: flex;
}

.hero-section-progect.second {
  background-image: url('../images/featuredproject-1.jpg');
}

.hero-section-progect.third {
  background-image: url('../images/Tisk-Sepic-16.jpg');
  display: flex;
}

.hero-section-progect.fourth {
  background-image: url('../images/Sito-spodaj.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-section-progect.fifth {
  background-image: url('../images/Ostale-storitve.jpg');
}

.manzion-wrapper {
  height: 100vh;
  padding-top: 100px;
  padding-left: 100px;
  padding-right: 100px;
  display: block;
}

.manzion-grid {
  border-top: 1px solid var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
}

.content-grid-porfolio {
  grid-column-gap: 0px;
  grid-template: "Area-4 Area-3"
                 "Area ."
                 ". Area-2"
                 ". ."
                 / .87fr 1fr;
  margin-top: 100px;
}

.main-paragraph {
  margin-bottom: 20px;
  font-size: 25px;
  line-height: 1.5;
}

.main-paragraph.thin {
  color: #b9b9b9;
  text-transform: uppercase;
  margin-bottom: 60px;
  font-size: 15px;
  font-weight: 300;
}

.main-paragraph.light {
  font-weight: 200;
}

.wrapper-preloader {
  z-index: 9999;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.wrapper-back {
  text-transform: uppercase;
  cursor: pointer;
  flex-direction: row-reverse;
  align-items: center;
  width: 25px;
  height: 25px;
  text-decoration: none;
  display: flex;
  position: fixed;
  inset: 33px auto auto 34px;
}

.wrapper-back.w--current {
  position: fixed;
  top: 35px;
  left: 32px;
}

.wrapper-stiky {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 1px;
  overflow: hidden;
}

.wrapper-text-number-section {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template: ". Area Area"
  / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  height: 80vh;
  display: grid;
  position: relative;
  top: 0;
}

.image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.grid-line-number {
  z-index: 4;
  grid-column-gap: 0px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  height: 200vh;
  position: absolute;
  inset: 0%;
}

.grid-line-number.black {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--smoke-white);
  z-index: 2;
  background-color: var(--ortho);
  z-index: 2;
  background-color: var(--ortho);
  z-index: -1;
  background-color: #a3d0d9;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.wrapper-image-portfolio {
  flex-direction: column;
  display: block;
}

.wrapper-image-portfolio.smal {
  width: 70%;
  margin-left: auto;
}

.line-porfolio {
  background-color: var(--white);
  width: 25px;
  height: 1px;
  transition: opacity .2s;
  position: absolute;
  transform: rotate(45deg);
}

.line-porfolio.second {
  transform: rotate(-45deg);
}

.portfolio-image {
  margin-bottom: 10px;
}

.portfolio-image.skupaj {
  margin-left: 15px;
}

.portfolio-image.top-space {
  margin-top: 32px;
}

.containerlogo {
  z-index: 99;
  position: absolute;
  inset: 35px auto auto 33px;
}

.containerlogo.w--current {
  background-color: var(--smoke-white);
  width: 25%;
  margin-bottom: 0%;
  padding-bottom: 0;
  position: sticky;
}

.containerlogo.fixed {
  width: 100%;
  max-width: 1140px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.utility-page-wrap {
  opacity: 1;
  background-image: linear-gradient(#ffffff42, #ffffff42), url('../images/re_blur.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

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

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

.heading-licensing {
  white-space: nowrap;
  object-fit: fill;
  margin-bottom: 40px;
  font-size: 55px;
}

.text-field {
  color: var(--goldenrod);
  background-color: #ffffff61;
  height: 60px;
  font-family: Poppins;
}

.text-block {
  font-family: Poppins;
}

.heading-404 {
  white-space: nowrap;
  font-size: 2em;
  line-height: 1;
}

.wrap-link-footer {
  flex-direction: row;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.wrap-copyright {
  margin-left: 0;
  position: static;
  bottom: 15px;
}

.footer-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: start;
  margin-left: 40px;
  margin-right: auto;
}

.footer-grid.bottom {
  grid-template-columns: 1fr 1fr;
  width: 100%;
  margin: auto 0 10px;
  padding-left: 30px;
  padding-right: 100px;
  position: fixed;
  inset: auto 0% 0%;
}

.text-credits {
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: Inconsolata, monospace;
  font-size: 11px;
}

.text-bold {
  color: var(--gray);
  font-family: Inconsolata, monospace;
  font-size: 10px;
}

.mail-link {
  color: var(--misty-rose);
  font-weight: 900;
  text-decoration: none;
}

.back-to-top-text {
  color: #888;
}

.ikona-conatcts {
  width: 32px;
  margin-bottom: 1px;
}

.logo {
  z-index: -1;
  background-image: url('../images/OrthoSmile_logo_SPLETNA_White_dirt.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 140px;
  position: absolute;
  inset: 0%;
}

.content-grid-porfolio-extended {
  grid-column-gap: 0px;
  grid-template: "Area-4 Area-3"
                 "Area ."
                 ". Area-2"
                 "dodatne-slike dodatne-slike"
                 / .87fr 1fr;
  margin-top: 100px;
}

.d_odmik {
  padding-left: 60px;
}

.slider-container-image-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template: "Polaroid"
  / 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: visible;
}

.step {
  background-color: var(--black);
  margin-bottom: 100px;
  margin-right: 60px;
}

.container-small-grid {
  grid-column-gap: 60px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 200px;
  padding-bottom: 200px;
  display: grid;
}

.container-small-grid.smaller {
  grid-column-gap: 60px;
  align-items: start;
  padding: 30px 100px 30px 30px;
}

.content-half-sticky {
  height: 100%;
}

.content-half {
  position: relative;
}

.video-background-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: ". PODLAGA"
  / 1fr .8fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
  position: absolute;
  inset: 0%;
}

.glass {
  color: #4e4c4c;
  -webkit-text-fill-color: inherit;
  background-color: #f0f0f333;
  background-clip: border-box;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: 15px 100px 15px 15px;
}

.wrapp {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.video-wrap {
  z-index: -999;
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  position: absolute;
}

.video-embed {
  width: 120%;
  height: 100%;
  position: absolute;
  inset: 0% 0 0% 3%;
}

.left-arrow-2 {
  display: none;
}

.next-text {
  color: var(--white);
  font-family: Inconsolata, monospace;
  font-size: 19px;
  line-height: 1;
}

.wrapper-image-slide-home {
  width: 90%;
  height: 100%;
  margin-top: 10vh;
  margin-left: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: hidden;
}

.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  right: 7%;
}

.wrapper-slide-home {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  margin: auto;
  padding-bottom: 10%;
  display: flex;
  position: relative;
}

.mask-slide-home {
  overflow: visible;
}

.main-paragraph-2 {
  color: #222;
  text-transform: none;
  margin-top: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
}

.main-paragraph-2.slider {
  color: var(--dim-grey);
  text-transform: uppercase;
  cursor: pointer;
  background-color: #0000;
  border-top-style: none;
  border-bottom-style: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 5px;
  padding-right: 5px;
  font-family: Inconsolata, monospace;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  transition: all 1s cubic-bezier(.23, 1, .32, 1);
}

.main-paragraph-2.slider:hover {
  background-color: var(--smoke-white);
  color: var(--dim-grey);
  padding-left: 31px;
  font-weight: 700;
}

.slider-heading {
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Lato, sans-serif;
  font-size: 7vw;
  font-weight: 400;
  line-height: .9;
}

.slider-heading.slider {
  z-index: 2;
  color: var(--misty-rose);
  letter-spacing: 2px;
  text-transform: none;
  border-top-style: none;
  border-bottom-style: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Glitten rok, sans-serif;
  font-size: 7rem;
  line-height: .9;
  position: relative;
}

.button-next {
  background-color: var(--misty-rose);
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 150px;
  padding: 10px 6px 13px;
  display: flex;
}

.button-next.left {
  transform: rotate(180deg);
}

.bg-slider-home {
  background-image: url('../images/ORTHO-SMILE_one.jpg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  position: static;
}

.bg-slider-home.third {
  background-image: url('../images/ORTHO-SMILE_four.jpg');
}

.bg-slider-home.second {
  background-image: url('../images/ORTHO-SMILE_three.jpg');
  background-position: 50% 100%;
}

.bg-slider-home.forth {
  background-image: url('../images/ORTHO-SMILE_five.jpg');
}

.slider-home {
  background-color: #0000;
  width: 100%;
  height: 80%;
  min-height: 100vh;
  margin-top: 20vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section-slider {
  flex-direction: column;
  align-items: stretch;
  height: 140vh;
  margin-top: 50px;
  margin-bottom: 15vh;
  display: flex;
}

.image-4 {
  color: var(--dusty-pink);
  width: 200px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.links-wrapp-slider {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  margin-top: 30px;
  display: flex;
}

.link-block {
  text-decoration: underline;
  display: block;
}

.image-5 {
  width: 100%;
  max-width: 100%;
}

.step-2 {
  max-width: 600px;
  margin-bottom: 150px;
  margin-right: 60px;
}

.headline-8 {
  color: var(--misty-rose);
  letter-spacing: .5px;
  margin-bottom: 20px;
  font-family: Glitten rok, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 50px;
}

.headline-8.bela {
  color: var(--white);
}

.headline-8.smaller {
  font-size: 30px;
  line-height: 35px;
}

.headline-8.bel {
  color: var(--white);
}

.headline-8.blue {
  color: var(--sky-blue);
}

.headline-8.siv-naslov {
  color: var(--dim-grey);
}

.sticky-heading-2 {
  color: var(--dusty-pink);
  margin-bottom: 180px;
  font-family: Glitten rok, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 100%;
  position: sticky;
  top: 200px;
}

.sticky-heading-2.siv-p {
  color: var(--dim-grey);
}

.section-steps-2 {
  background-color: #0000;
  padding-left: 20px;
  padding-right: 20px;
}

.section-steps-2.pink {
  background-color: #e9bab5;
}

.paragraph-3 {
  border-bottom: 0px solid var(--gray);
  color: var(--gray);
  font-family: Inconsolata, monospace;
}

.paragraph-3.darker {
  color: var(--dim-grey);
}

.button-read-more {
  border: 1px solid var(--white);
  background-color: var(--misty-rose);
  cursor: pointer;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 40px;
  padding: 10px 15px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  transition: all .7s;
  display: flex;
}

.button-read-more:hover {
  background-color: var(--gray);
}

.accordion-item-wrapper {
  margin-bottom: 40px;
}

.side-info {
  width: 50%;
  padding-left: 8%;
  padding-right: 8%;
}

.side-image-back {
  width: 66.66%;
}

.side-image-back.left {
  margin-right: 33.33%;
}

.side-image-back.right {
  margin-left: 33.33%;
}

.wrapper-2 {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.side-image-float {
  width: 66.66%;
  position: absolute;
  box-shadow: 8px 8px 28px #00000029;
}

.side-image-float.right {
  right: 15px;
}

.side-image-float.left {
  width: 63%;
  left: 0;
}

.side-feature {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-3 {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.side-media {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.naslov {
  background-color: var(--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 25vh;
  min-height: 400px;
  padding-left: 6%;
  padding-right: 6%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rich-text-block-2 {
  font-family: Inconsolata, monospace;
}

.nav-bar-text-ikona {
  color: var(--gray);
  font-family: Inconsolata, monospace;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}

.text-grid-2 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  height: 100vh;
  display: grid;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.overflow-2 {
  text-align: left;
  cursor: pointer;
  flex-direction: column;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: static;
  overflow: hidden;
}

.number-awards-2 {
  color: var(--misty-rose);
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 220px;
  font-size: 39vw;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: static;
  top: 1px;
  overflow: visible;
}

.naprej {
  z-index: 9;
  border-top: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120px;
  margin-bottom: 20px;
  text-decoration: none;
  transition: background-color .4s ease-in-out;
  display: flex;
  position: relative;
}

.naprej:hover {
  background-color: #ffffff1c;
}

.naprej.w--current {
  padding-bottom: 20px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.features-heading-3 {
  color: var(--gray);
  text-align: center;
  margin-top: 0;
  font-family: Glitten rok, sans-serif;
  font-size: 9vw;
  line-height: 1;
}

.features-heading-3.smaller {
  color: var(--white);
  margin-bottom: -5px;
  font-size: 5vw;
}

.text-intro-number-2 {
  text-align: center;
  max-width: 800px;
  margin-top: -6px;
  margin-bottom: 0;
  margin-left: -28px;
  font-size: 23px;
  line-height: 1.2;
  position: relative;
  top: 10%;
  right: 0%;
}

.text-intro-number-2.smaller {
  color: var(--white);
  font-size: 16px;
  top: 10%;
  right: auto;
}

.wrapper-size-about-2 {
  position: relative;
  overflow: visible;
}

.about-paragraph {
  background-color: var(--new-pink);
  color: var(--white);
  width: 40%;
  margin-bottom: 0;
  padding: 10px;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  top: auto;
  bottom: 10%;
  left: 70%;
}

.about-paragraph.leva {
  left: -49%;
  right: 80%;
}

.section-about-us {
  z-index: 2;
  background-color: var(--ortho);
  height: 300vh;
  position: relative;
  overflow: visible;
}

.features-text-2 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.features-text-2.smaller {
  color: var(--white);
  margin-bottom: 20px;
  font-size: 16px;
}

.grid-about-2 {
  grid-column-gap: 0px;
  grid-row-gap: 160px;
  grid-template: ". Video-3" 2fr
  / .25fr 2fr .5fr;
  height: auto;
}

.html-embed-2 {
  border: 1px none var(--ortho);
  height: 50vh;
}

.h3_blue {
  color: var(--gray);
  font-family: Glitten rok, sans-serif;
}

.hero-social-icon {
  z-index: 1;
  position: relative;
}

.footer-v2-email {
  color: #777;
  text-decoration: none;
}

.footer-v2-email:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-email.dark-bg {
  color: var(--misty-rose);
}

.footer-v2-email.dark-bg:hover {
  color: #fff;
}

.footer-v2-signature {
  opacity: 1;
  height: 44px;
}

.social-link-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #ddd;
}

.social-link-2.dark-bg {
  box-shadow: inset 0 0 0 1px #fff6;
}

.social-icons {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.social-icons.left {
  justify-content: flex-start;
  margin-left: -4px;
}

.social-icons.contact {
  position: absolute;
  inset: auto 40px 16px auto;
}

.footer-v2-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2 {
  color: #777;
  flex-wrap: wrap;
  padding-top: 64px;
  padding-bottom: 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.footer-v2.dark-bg {
  color: #ffffffb3;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer-bottom-left {
  text-align: left;
  flex-wrap: wrap;
  flex: 1;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.paragraph-small {
  color: var(--grey);
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 20px;
}

.footer-text-right {
  margin-left: 16px;
}

.footer-v2-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-bottom-v2 {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.footer-bottom-v2.dark-bg {
  color: #fff9;
  border-top-color: #fff3;
}

.footer-v2-nav-links {
  flex-direction: column;
  align-items: flex-start;
  margin-top: -6px;
  display: flex;
}

.link-v2 {
  color: #111;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: inline-block;
  box-shadow: 0 2px #ddd;
}

.link-v2:hover {
  box-shadow: 0 2px #111;
}

.link-v2.white {
  color: #fff;
  box-shadow: 0 2px #fff3;
}

.link-v2.white:hover {
  box-shadow: 0 2px #fff;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Inconsolata, monospace;
  display: flex;
}

.footer-v2-contact {
  color: var(--white);
  align-items: flex-start;
  margin-bottom: 8px;
  display: flex;
}

.footer-v2-contact-icon {
  width: 16px;
  margin-top: 2px;
  margin-right: 12px;
}

.footer-v2-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 16.66%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.footer-v2-about {
  flex-direction: column;
  align-items: flex-start;
  width: 33.33%;
  padding-left: 15px;
  padding-right: 6%;
  display: flex;
}

.footer-text-left {
  margin-right: 16px;
  font-family: Inconsolata, monospace;
}

.footer_ok {
  background-color: var(--dim-grey);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 128px 6% 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-v2-heading {
  color: #111;
  margin-bottom: 24px;
}

.footer-v2-heading.text-white {
  color: var(--misty-rose);
  font-family: Glitten;
  font-size: 12px;
  font-weight: 400;
}

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

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

.footer-v2-nav-link {
  color: #777;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 8px;
  text-decoration: none;
}

.footer-v2-nav-link:hover {
  color: #111;
  text-decoration: underline;
}

.footer-v2-nav-link.dark-bg {
  color: #ffffffb3;
  font-family: Inconsolata, monospace;
  font-size: 14px;
}

.footer-v2-nav-link.dark-bg:hover {
  color: #fff;
}

.color-hover {
  background-color: #faaf52;
  width: 100%;
  position: absolute;
  inset: 0;
}

.color-hover.down {
  background-color: var(--misty-rose);
  inset: auto 0 0;
  height: 3px;
  position: absolute;
  inset: auto 0 0;
}

.footer-v-2-contact-list {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  display: flex;
}

.text-block-3 {
  font-family: Inconsolata, monospace;
  font-size: 16px;
  text-decoration: none;
}

.text-block-3:hover {
  color: var(--black);
  font-weight: 700;
  text-decoration: none;
}

.split-footer-contacts {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 32px;
  padding-right: 15px;
  display: flex;
}

.split-footer-nav {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 48px;
  display: flex;
}

.form-error {
  color: #ee4869;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
  font-size: 13px;
  line-height: 16px;
}

.split-footer-follow {
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
  padding-bottom: 32px;
  display: flex;
}

.split-media {
  background-color: #0000;
  width: 50%;
  position: fixed;
  inset: 0;
}

.split-media.right {
  left: auto;
}

.split-media.right.nav-bar-left {
  padding-left: 44px;
}

.page-wrapper {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.page-wrapper.nav-left {
  margin-left: 88px;
  display: none;
}

.split-footer-about {
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  padding-bottom: 48px;
  padding-right: 6%;
  display: flex;
}

.link-dark {
  color: #111;
  text-decoration: none;
}

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

.contact-form-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding-bottom: 16px;
  display: flex;
  position: relative;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #faaf52;
  border-radius: 0;
  height: 48px;
  padding: 11px 24px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  line-height: 24px;
  text-decoration: none;
  transition: color .4s, background-color .4s;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-color: #f6a136;
}

.button.contact-button {
  background-image: url('../images/paper-plane-icon.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  padding-left: 52px;
}

.button.link-button {
  color: #111;
  background-color: #0000;
  transition: color .4s, background-color .4s;
  box-shadow: inset 3px 0 #faaf52;
}

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

.contact-v1-heading {
  color: var(--dusty-pink);
  letter-spacing: 2px;
  text-transform: none;
  width: 100%;
  margin-bottom: 40px;
  margin-right: 30px;
  font-family: Glitten rok, sans-serif;
  font-size: 50px;
  font-weight: 400;
}

.split-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  position: relative;
}

.split-image.contact {
  background-image: linear-gradient(to top, #00000080, #fff0 30%), url('../images/luca-bravo-65126.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.input {
  text-transform: uppercase;
  border-style: none none solid;
  border-bottom-width: 1px;
  border-bottom-color: #ddd;
  border-radius: 0;
  height: 48px;
  margin-bottom: 32px;
  padding: 11px 0 13px;
  font-family: Oswald, sans-serif;
  font-size: 15px;
  transition: border .6s;
}

.input:hover {
  border-bottom-color: #bbb;
}

.input:focus {
  border-bottom-color: #faaf52;
}

.input.half-width {
  color: var(--gray);
  background-color: #0000;
  flex: 40%;
  margin-right: 30px;
  font-family: Inconsolata, monospace;
}

.input.half-width:focus {
  border-bottom-width: 3px;
  border-bottom-color: var(--misty-rose);
}

.input.text-area {
  height: auto;
  min-height: 120px;
}

.input.text-area.margin-right {
  background-color: #0000;
  margin-right: 30px;
  font-family: Inconsolata, monospace;
}

.split-footer-bottom {
  color: #7c8499;
  border-top: 1px solid #ddd;
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 12px;
  line-height: 16px;
  display: flex;
}

.split-footer {
  color: #777;
  border-top: 1px solid #ddd;
  flex-wrap: wrap;
  width: 50%;
  padding: 64px 6% 0;
  font-size: 13px;
  line-height: 20px;
  display: flex;
}

.split-footer.left {
  width: 100%;
  margin-right: 50%;
}

.footer-text-left-2 {
  margin-right: 16px;
}

.split-content {
  z-index: 1;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  min-height: 100vh;
  padding: 104px 6% 120px;
  position: relative;
}

.split-content.flex-center {
  align-items: center;
  display: flex;
}

.form-success {
  text-align: left;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.contact-v1-form {
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.footer-v-2-contact-list-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 12px;
  display: flex;
}

.bkg-image {
  position: absolute;
  inset: 0%;
}

.image-7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.glasscenter {
  z-index: 1;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -webkit-text-fill-color: inherit;
  background-color: #ffffff54;
  background-clip: border-box;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 70%;
  max-width: 1000px;
  margin-left: 15%;
  margin-right: 15%;
  padding: 60px;
  display: flex;
  position: static;
  inset: 0%;
  overflow: scroll;
}

.full-screen-wrapp {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.full-screen-wrapp.down {
  align-items: flex-end;
}

.heading-405 {
  color: #8f8989;
  font-family: Glitten rok, sans-serif;
  line-height: 63px;
}

.html-embed-3 {
  opacity: .74;
  width: 100%;
  height: 100vh;
}

.navi-single {
  z-index: 9000;
}

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

.div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template: "naslov TELEFON mail"
  / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-items: center;
  width: 100%;
  display: grid;
}

.heading-406 {
  color: var(--misty-rose);
  font-family: Inconsolata, monospace;
  font-size: 13px;
}

.link {
  color: var(--dim-grey);
  cursor: pointer;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.link:hover {
  color: var(--misty-rose);
}

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

.contact {
  color: #bbb;
  text-transform: uppercase;
  align-items: center;
  margin-top: 16px;
  margin-bottom: 8px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Oswald, sans-serif;
  font-size: 13px;
  line-height: 24px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.slider {
  border-top: 1px solid #cecea61a;
  border-bottom: 1px solid #cecea61a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-8 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  background-color: var(--misty-rose);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 5em;
  display: grid;
}

.slider-main-wrapp {
  border: 3px solid var(--misty-rose);
  cursor: grab;
  flex-direction: row;
  display: flex;
  position: static;
  overflow: hidden;
}

.image-before {
  object-fit: cover;
  width: 100%;
  position: static;
}

.image-after {
  border-right: 3px none var(--smoke-white);
  object-fit: cover;
  width: 100%;
}

.image-after-wrapper {
  width: 500px;
  min-height: 200px;
  position: relative;
}

.slider-icon {
  opacity: 1;
  display: none;
  position: absolute;
  inset: 50% -25px 50% auto;
}

.div-naslov {
  background-color: var(--misty-rose);
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.image-finzgarjeva {
  width: 100%;
}

.hero-sub-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5em;
  display: flex;
  position: absolute;
  inset: 0%;
}

.sup-bage-hero-image {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: sticky;
  inset: 0%;
}

.contenthalfglass {
  background-color: #ffffff4d;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
}

.podstran-naslov {
  color: var(--misty-rose);
  max-width: 1200px;
  font-family: Glitten rok, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 90%;
}

.podstran-naslov.blue {
  color: var(--white);
}

.podstran-naslov.blue.smaller {
  font-size: 5em;
}

.podstran-naslov.blue.smaller.siv {
  color: var(--dim-grey);
}

.div-block-9 {
  margin-bottom: 63px;
}

.icon-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon-scroll {
  border: 2px solid var(--gray);
  border-radius: 25px;
  width: 30px;
  height: 50px;
  position: relative;
}

.scroll-dot {
  background-color: var(--misty-rose);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  position: absolute;
  inset: 10px auto auto 50%;
  transform: translate(-50%);
}

.text-block-5 {
  text-align: center;
  text-transform: uppercase;
  margin-top: 9px;
  font-family: Inconsolata, monospace;
  line-height: 13px;
}

.slide-nav-4 {
  text-align: center;
  font-family: Glitten rok, sans-serif;
  font-size: 12px;
  line-height: 12px;
}

.mobile-overlay-video {
  grid-template: ". PODLAGA"
  / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.div-block-10 {
  z-index: 1000;
  position: relative;
}

.paralax-image-movbile {
  background-color: var(--ortho);
  display: block;
  position: static;
  inset: auto 0% 0% auto;
}

.text-pod-paralax-image {
  background-color: var(--ortho);
  justify-content: center;
  align-items: center;
  height: 40vh;
  display: flex;
}

.poseg-text {
  color: var(--white);
  text-align: center;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-weight: 400;
}

.text-div {
  background-color: var(--ortho);
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.slider-2 {
  height: 100%;
  display: block;
}

.left-arrow-3 {
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 100%;
  display: flex;
  inset: 0% auto 0% 1%;
}

.right-arrow-3 {
  justify-content: center;
  align-items: center;
  height: 100%;
  margin-right: 0;
  padding: 8px;
  display: flex;
  inset: 0% 100px 0% auto;
}

.slide-nav-5 {
  font-size: 10px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.slide-7, .slide-8, .slide-9, .slide-10, .slide-11 {
  height: 100%;
}

.spacer {
  height: 200px;
}

.div-block-12 {
  text-align: center;
  padding: 120px 120px 60px;
}

.video-wrapp {
  margin-bottom: 0;
}

.text-block-6 {
  color: var(--misty-rose);
  text-align: center;
  cursor: pointer;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-size: 1.6em;
  line-height: 25px;
  transition: all .8s;
}

.text-block-6:hover {
  background-color: var(--misty-rose);
  color: #fff;
}

.link-2 {
  text-decoration: none;
}

.link-2:hover {
  color: var(--white);
  text-decoration: underline;
}

.gumb-preberi-vec-zobje {
  border: 2px solid var(--misty-rose);
  background-color: #0000;
  width: 20%;
  margin-top: 20px;
  padding: 0;
}

.sekcija-zobje-hiden {
  background-color: var(--smoke-white);
  display: block;
}

.gumb-preberi-manj {
  border: 2px solid var(--misty-rose);
  cursor: pointer;
  background-color: #0000;
  width: 20%;
  margin-top: 15px;
  padding: 0;
  display: none;
}

.menu-vec-submenu {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  display: none;
}

.link-v-meniiju {
  text-decoration: none;
}

.meni-glavni-link {
  color: var(--gray);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 32px;
}

.glasslogo {
  z-index: 2000;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 100px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: sticky;
  top: 0;
}

.glasslogo.w--current {
  z-index: 1000;
  background-color: #f0f0f324;
  position: sticky;
  top: 0;
}

.logo-ipad-menu, .logo-mobile-menu {
  display: none;
}

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

.div-block-15 {
  background-color: var(--misty-rose);
}

.div-block-16 {
  background-color: var(--light-blue);
}

.div-block-17 {
  background-color: var(--dim-grey);
}

.heading-410 {
  color: var(--gray);
  text-align: center;
  font-family: Glitten rok, sans-serif;
  font-size: 25px;
  font-weight: 400;
}

.div-block-18 {
  background-color: var(--dublicat-epink);
}

.div-block-19 {
  background-color: #acdce5;
}

.div-block-20 {
  background-color: var(--gray);
}

.div-block-21 {
  background-color: var(--pink-2);
}

.div-block-22 {
  background-color: var(--ortho);
}

.div-block-23 {
  background-color: var(--dim-grey);
}

.div-block-24 {
  background-color: var(--new-pink);
}

.div-block-25 {
  background-color: var(--new-blue);
}

.div-block-26 {
  background-color: var(--new-powder);
}

.text-intro-number-3 {
  text-align: center;
  max-width: 800px;
  margin-top: -6px;
  margin-bottom: 0;
  margin-left: -28px;
  font-size: 23px;
  line-height: 1.2;
  position: relative;
  top: 10%;
  right: 0%;
}

.text-intro-number-3.smaller {
  color: var(--white);
  font-size: 16px;
  top: 10%;
  right: auto;
}

.div-block-27 {
  padding-top: 100px;
}

.number-awards-3 {
  color: #e9bcb5;
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 60px;
  font-size: 39vw;
  font-weight: 300;
  line-height: 1;
  display: flex;
  position: static;
  top: 1px;
  overflow: visible;
}

.preberi-vec-div-2 {
  color: #e9bcb5;
  cursor: pointer;
  background-color: #e9bcb5;
  border: 1px solid #f0f0f3;
  width: 50%;
  margin-top: 20px;
}

.section-about-us-2 {
  z-index: 2;
  background-color: #a3d0d9;
  height: 200vh;
  position: relative;
  overflow: visible;
}

.features-heading-4 {
  color: #857f7f;
  text-align: center;
  margin-top: 0;
  font-family: Glitten rok, sans-serif;
  font-size: 9vw;
  line-height: 1;
}

.features-heading-4.smaller {
  color: #fff;
  margin-bottom: -5px;
  font-size: 5vw;
}

.features-text-3 {
  text-align: center;
  margin-bottom: 60px;
  font-size: 20px;
}

.features-text-3.smaller {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.wrapper-text-number-section-2 {
  z-index: 1000;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  background-color: var(--sexy-violet);
  grid-template: ". Area Area"
  / 1fr .6fr .9fr 1fr;
  grid-auto-columns: 1fr;
  height: 60vh;
  display: grid;
  position: absolute;
  top: 100vh;
}

.text-v-gumbu-2 {
  color: #fff;
  text-align: center;
  padding: 10px;
  font-family: Inconsolata, monospace;
  font-size: 20px;
}

.div-block-28 {
  height: 100px;
  position: fixed;
  inset: 20px auto auto 10px;
}

.image-before-wrapper {
  width: 500px;
  margin-right: 20px;
  overflow: hidden;
}

.image-9 {
  width: 100%;
}

.obrazec-obrazlozotev-tex {
  color: var(--gray);
  margin-top: 20px;
  font-family: Inconsolata, monospace;
  font-size: 16px;
}

.ups {
  background-color: var(--gray);
  color: var(--white);
  border-radius: 10px;
  padding: 15px;
  font-family: Inconsolata, monospace;
  font-size: 18px;
}

.siv-link-invisalign {
  color: var(--dim-grey);
  font-size: 15px;
}

.darker {
  color: var(--black);
  font-weight: 700;
}

@media screen and (min-width: 1440px) {
  .heading {
    font-size: 200px;
  }

  .heading.second {
    line-height: .9;
  }

  .verticalnav {
    z-index: 9000;
    justify-content: space-between;
  }

  .container-menu-text {
    width: 60%;
    max-width: 750px;
  }

  .menu-link {
    margin-right: 0;
    padding-bottom: 5px;
  }

  .social-wrapper {
    flex-direction: column;
    justify-content: center;
    height: 50%;
    display: flex;
    position: absolute;
    top: 25%;
    bottom: 25%;
  }

  .about-section {
    background-color: var(--misty-rose);
  }

  .wrapper-size-about {
    background-color: #0000;
    padding: 0;
    transition: filter .4s ease-in-out;
  }

  .wrapper-size-about:hover {
    filter: grayscale();
  }

  .portfolio-heading {
    color: #fff;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    border: 1px solid #0000;
    font-family: Poppins;
    font-size: 14vw;
    font-weight: 800;
  }

  .submit-button {
    background-color: var(--dim-grey);
    margin-top: 10px;
    font-size: 18px;
  }

  .preloaderwrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio {
    object-fit: scale-down;
    display: none;
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second {
    display: none;
  }

  .wrapper-content-portfolio.third, .wrapper-content-portfolio.fifth, .wrapper-content-portfolio.fourth {
    z-index: 99;
    display: none;
  }

  .hero-section-progect.second {
    background-image: url('../images/featuredproject-1.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-section-progect.third {
    background-image: url('../images/Tisk-Sepic-16.jpg');
    display: flex;
  }

  .hero-section-progect.fourth {
    background-image: url('../images/Sito-spodaj.jpg');
    background-repeat: no-repeat;
    background-size: cover;
  }

  .hero-section-progect.fifth {
    background-image: url('../images/Ostale-storitve.jpg');
  }

  .manzion-wrapper {
    padding-left: 140px;
    padding-right: 140px;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    width: 25px;
    top: 33px;
  }

  .wrapper-stiky {
    z-index: 99;
    overflow: hidden;
  }

  .wrapper-text-number-section {
    z-index: 4;
    background-color: #0000;
    position: relative;
  }

  .image {
    object-fit: contain;
    width: 100%;
    height: 100%;
  }

  .grid-line-number {
    height: 300vh;
  }

  .grid-line-number.black {
    background-color: var(--black);
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    background-color: #000;
    background-color: var(--ortho);
    background-color: #a3d0d9;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    grid-auto-columns: 1fr;
    height: 200vh;
    display: grid;
  }

  .wrapper-image-portfolio.smal {
    justify-content: space-between;
    display: flex;
  }

  .portfolio-image {
    object-fit: cover;
    max-height: 700px;
    margin-left: -1px;
  }

  .portfolio-image.skupaj {
    padding-left: 40px;
  }

  .containerlogo.w--current {
    margin-bottom: 0%;
  }

  .utility-page-wrap {
    color: var(--goldenrod);
  }

  .text-field {
    color: #ffc500;
    background-color: #ffffff61;
    height: 60px;
  }

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

  .content-grid-porfolio-extended {
    grid-template-areas: "Area-4 Area-3"
                         "Area nastevanje-1"
                         ". Area-2"
                         "extra-images extra-images";
  }

  .image-2 {
    object-fit: cover;
    object-position: 0% 50%;
    max-height: 700px;
  }

  .italic-text {
    font-style: normal;
  }

  .slider-container-image-3 {
    bottom: 0;
  }

  .wrapper-image-slide-home {
    margin-top: 15vh;
  }

  .right-arrow-2 {
    right: 7.5%;
  }

  .wrapper-slide-home {
    border-top-style: none;
  }

  .main-paragraph-2 {
    text-transform: none;
    font-size: 1.1rem;
    font-weight: 400;
    transition: color .4s ease-in-out;
  }

  .main-paragraph-2:hover {
    color: #000;
  }

  .main-paragraph-2.slider {
    font-size: 18px;
    font-weight: 400;
  }

  .slider-heading {
    text-align: left;
  }

  .slider-heading.slider {
    border: 1px #000;
    border-right-width: 0;
    font-size: 8.128rem;
  }

  .button-next {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 200px;
    display: flex;
  }

  .bg-slider-home.third {
    background-image: url('../images/ORTHO-SMILE_four.jpg');
  }

  .bg-slider-home.forth {
    background-image: url('../images/ORTHO-SMILE_five.jpg');
  }

  .section-slider {
    border-left-style: none;
  }

  .image-4 {
    width: 220px;
    margin-left: 30px;
  }

  .main-wrapper {
    display: block;
  }

  .step-2 {
    margin-bottom: 100px;
  }

  .headline-8 {
    color: var(--misty-rose);
  }

  .section-steps-2.pink {
    background-color: var(--misty-rose);
  }

  .paragraph-3 {
    color: var(--gray);
  }

  .button-read-more {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 40px;
    display: flex;
  }

  .side-image-back.left, .side-image-back.right, .side-image-float.right {
    border-radius: 10px;
  }

  .side-image-float.left {
    border-radius: 10px;
    box-shadow: 8px 8px 28px #0000004d;
  }

  .section-3 {
    padding-top: 101px;
    padding-bottom: 102px;
  }

  .naslov {
    height: 50vh;
  }

  .text-grid-2 {
    z-index: 2;
    grid-template-rows: auto;
    grid-template-columns: 1fr .6fr .9fr 1fr;
    height: 100vh;
    position: absolute;
    inset: 0% 0% auto;
  }

  .number-awards-2 {
    color: var(--misty-rose);
    letter-spacing: 8px;
    align-items: center;
    margin-left: 8px;
    font-size: 30vw;
    display: flex;
  }

  .naprej {
    position: absolute;
    inset: auto 0% 0% auto;
  }

  .features-heading-3 {
    font-size: 9vw;
  }

  .text-intro-number-2 {
    z-index: 1009;
    color: var(--white);
    text-align: center;
    margin-top: 20%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 25px;
    position: relative;
    top: 0%;
    right: 0%;
  }

  .text-intro-number-2.smaller {
    margin-top: 0%;
  }

  .wrapper-size-about-2 {
    background-color: #0000;
    padding: 0;
    transition: filter .4s ease-in-out;
  }

  .about-paragraph {
    background-color: #e9bcb5;
    width: 30%;
    padding: 10px;
    bottom: 5%;
    left: 70%;
    right: 0%;
  }

  .about-paragraph.leva {
    left: -20%;
    right: 70%;
  }

  .section-about-us {
    background-color: var(--ortho);
    height: 250vh;
    margin-top: 0;
    overflow: visible;
  }

  .features-text-2 {
    color: var(--white);
    font-size: 25px;
    font-weight: 400;
  }

  .features-text-2.smaller {
    font-size: 18px;
  }

  .grid-about-2 {
    grid-row-gap: 160px;
    grid-template-rows: auto;
    grid-template-areas: ". VIDEO-3";
  }

  .contact-v1-heading {
    color: var(--misty-rose);
  }

  .html-embed-3 {
    width: 100%;
    height: 100%;
  }

  .div-block-8 {
    padding-left: 15em;
    padding-right: 15em;
  }

  .slider-main-wrapp {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    display: flex;
    position: relative;
  }

  .image-after {
    border-right-style: none;
    position: static;
    inset: 0%;
  }

  .image-after-wrapper {
    width: 800px;
    position: static;
  }

  .slider-icon {
    display: none;
  }

  .div-naslov {
    height: 300px;
  }

  .image-finzgarjeva {
    width: 100%;
  }

  .hero-sub-page {
    justify-content: center;
  }

  .sup-bage-hero-image {
    width: 100%;
  }

  .podstran-naslov {
    color: var(--misty-rose);
  }

  .div-block-10 {
    margin-top: 25%;
  }

  .text-pod-paralax-image {
    background-color: #a3d0d9;
    align-items: center;
    height: auto;
    min-height: 30vh;
    display: flex;
  }

  .poseg-text {
    display: block;
  }

  .div-block-12 {
    text-align: center;
    padding: 150px;
  }

  .text-block-6 {
    font-size: 1.6em;
  }

  .meni-glavni-link {
    text-align: left;
  }

  .text-intro-number-3 {
    z-index: 1009;
    color: #fff;
    text-align: center;
    margin-top: 20%;
    margin-bottom: 0;
    margin-left: 0;
    font-size: 25px;
    position: relative;
    top: 0%;
    right: 0%;
  }

  .text-intro-number-3.smaller {
    margin-top: 0%;
  }

  .div-block-27 {
    margin-top: 10%;
  }

  .number-awards-3 {
    color: #e9bcb5;
    letter-spacing: 8px;
    align-items: center;
    margin-left: 8px;
    padding-top: 119px;
    font-size: 30vw;
    display: flex;
  }

  .section-about-us-2 {
    background-color: #a3d0d9;
    margin-top: 0;
    overflow: visible;
  }

  .features-heading-4 {
    font-size: 9vw;
  }

  .features-text-3 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
  }

  .features-text-3.smaller {
    font-size: 18px;
  }

  .wrapper-text-number-section-2 {
    z-index: 4;
    background-color: #0000;
  }

  .image-before-wrapper {
    width: 800px;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 100px;
  }

  .verticalnav {
    flex-direction: row;
    width: 100%;
    height: auto;
    inset: 0% 0% auto;
  }

  .menu-button {
    justify-content: flex-end;
  }

  .menu-button:hover {
    background-color: #0000;
  }

  .wrapper-burger-menu {
    margin-right: 20px;
  }

  .container-menu-text {
    width: auto;
  }

  .nav-text {
    font-family: Times New Roman, TimesNewRoman, Times, Baskerville, Georgia, serif;
    font-size: 20px;
    line-height: 20px;
  }

  .social-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 2fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 80%;
    margin-top: 0%;
    margin-bottom: 0%;
    margin-right: 40px;
    display: grid;
  }

  .social-link {
    flex-direction: row;
    height: 70px;
  }

  .social-link.os.w--current {
    display: block;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .filter {
    opacity: 1;
    position: static;
  }

  .grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: ". Area Area-4 Area-4"
                   ". Area-3 Area-2 ."
                   / .7fr .9fr 1.5fr .7fr;
    margin-bottom: 60px;
  }

  .wrapper-content-portfolio.first {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 0;
    display: none;
  }

  .wrapper-content-portfolio.fifth {
    display: none;
  }

  .main-paragraph {
    width: 85%;
    font-size: 20px;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    top: 15%;
  }

  .wrapper-stiky {
    z-index: 4;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-line-number {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .containerlogo {
    z-index: 9999;
    position: fixed;
  }

  .containerlogo.w--current {
    display: none;
  }

  .wrap-link-footer {
    align-items: flex-start;
  }

  .wrap-copyright {
    margin-right: auto;
  }

  .footer-grid.bottom {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

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

  .step {
    margin-right: 0;
  }

  .container-small-grid {
    grid-column-gap: 40px;
    grid-template-columns: .5fr 1fr;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .container-small-grid.smaller {
    margin: 30px;
  }

  .video-embed {
    z-index: 1;
  }

  .next-text {
    font-size: 15px;
  }

  .slider-heading {
    font-size: 10vw;
  }

  .slider-heading.slider {
    font-size: 6em;
  }

  .step-2 {
    margin-right: 0;
  }

  .headline-8 {
    margin-bottom: 20px;
    font-size: 3em;
    line-height: 40px;
  }

  .sticky-heading-2 {
    font-size: 33px;
  }

  .section-steps-2 {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    background-attachment: scroll;
  }

  .paragraph-3 {
    font-size: 12px;
  }

  .button-read-more {
    font-size: 15px;
  }

  .side-info {
    width: 100%;
    padding-left: 8px;
    padding-right: 8px;
  }

  .side-feature {
    flex-wrap: wrap;
    padding-left: 8.33%;
    padding-right: 8.33%;
  }

  .section-3 {
    padding: 80px 3%;
  }

  .side-media {
    width: 100%;
    margin-bottom: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .naslov {
    padding: 80px 3%;
  }

  .nav-bar-text-ikona {
    padding-left: 8px;
    font-size: 14px;
  }

  .text-grid-2 {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .number-awards-2 {
    align-items: center;
    font-size: 55vw;
    display: flex;
  }

  .naprej, .naprej.w--current {
    display: none;
  }

  .text-intro-number-2 {
    top: 0%;
  }

  .about-paragraph {
    margin-top: 10px;
    position: static;
  }

  .grid-about-2 {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .footer-v2-contacts {
    width: 70%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-follow {
    width: 30%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-bottom-v2 {
    margin-left: 8px;
    margin-right: 8px;
  }

  .footer-v2-nav {
    width: 30%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .footer-v2-about {
    width: 70%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .footer_ok {
    padding: 20px 3% 0;
  }

  .split-footer-contacts, .split-footer-nav {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-footer-follow {
    width: 50%;
    padding-bottom: 50px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .split-media {
    order: -1;
    width: 100%;
    padding-left: 0;
    position: static;
  }

  .split-media.right.nav-bar-left {
    padding-left: 0;
  }

  .page-wrapper {
    margin-left: 0;
    padding-top: 64px;
  }

  .page-wrapper.nav-left {
    margin-left: 0;
  }

  .split-footer-about {
    width: 50%;
    padding-bottom: 40px;
    padding-left: 8px;
  }

  .contact-form-wrapper {
    height: auto;
    padding-bottom: 0;
  }

  .split-image {
    height: 80vh;
    min-height: 600px;
    max-height: 80vh;
  }

  .split-footer-bottom {
    margin-left: 8px;
    margin-right: 8px;
  }

  .split-footer.left {
    width: 100%;
    margin-right: 0%;
  }

  .split-content {
    flex-direction: column;
    width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .split-content.flex-center {
    min-height: 0;
  }

  .contact-v1-form {
    margin-right: -30px;
  }

  .glasscenter {
    width: 90%;
    max-width: 1200px;
    margin: 4%;
  }

  .contact {
    order: 1;
    margin-top: 48px;
    position: static;
  }

  .div-block-8 {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
    padding: 2em;
  }

  .image-before {
    position: static;
  }

  .image-after {
    border-right-style: none;
    margin-top: 0;
  }

  .image-after-wrapper {
    width: 50%;
  }

  .slider-icon {
    display: none;
  }

  .podstran-naslov {
    font-size: 5em;
  }

  .meni-glavni-link {
    padding-bottom: 5px;
    font-size: 25px;
  }

  .logo-ipad-menu {
    width: 200px;
    display: block;
  }

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

  .text-intro-number-3 {
    top: 0%;
  }

  .number-awards-3 {
    align-items: center;
    font-size: 55vw;
    display: flex;
  }

  .image-before-wrapper {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    font-size: 80px;
  }

  .menu-button {
    background-color: #0000;
    height: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-menu-text {
    width: 100%;
    padding-left: 40px;
  }

  .portfolio-heading {
    font-size: 20vw;
  }

  .grid {
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
    grid-template-areas: ". Area-4 Area-4 Area-4"
                         ". Area Area ."
                         ". Area-2 Area-2 ."
                         ". Area-3 Area-3 .";
  }

  .wrapper-content-portfolio.first, .wrapper-content-portfolio.second, .wrapper-content-portfolio.third {
    display: none;
  }

  .wrapper-content-portfolio.fourth {
    z-index: 999;
    object-fit: fill;
    display: none;
    overflow: auto;
  }

  .manzion-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-porfolio {
    grid-template-areas: "Area-3 Area-3"
                         "Area Area"
                         "Area-2 Area-2";
  }

  .wrapper-image-portfolio.smal, .portfolio-image {
    width: 100%;
  }

  .containerlogo {
    top: 10px;
  }

  .footer-grid.bottom {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content-grid-porfolio-extended {
    grid-template-areas: "Area-3 Area-3"
                         "Area Area"
                         "Area-2 Area-2";
  }

  .step {
    margin-bottom: 60px;
  }

  .container-small-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper-image-slide-home {
    width: 100%;
    height: 250px;
    position: static;
  }

  .wrapper-slide-home {
    flex-direction: column;
    align-items: center;
    height: auto;
  }

  .main-paragraph-2.slider {
    width: auto;
  }

  .section-slider {
    height: auto;
  }

  .step-2 {
    margin-bottom: 60px;
  }

  .sticky-heading-2 {
    margin-bottom: 40px;
    position: static;
  }

  .text-grid-2 {
    grid-template-columns: .7fr .9fr 1.5fr .7fr;
  }

  .number-awards-2 {
    font-size: 58vw;
  }

  .text-intro-number-2 {
    font-size: 3.5vw;
    top: 0%;
    right: -20%;
  }

  .footer-text-right {
    margin-left: 0;
    margin-right: 16px;
  }

  .footer-bottom-v2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .page-wrapper {
    padding-top: 56px;
  }

  .split-image {
    height: 600px;
    min-height: 0;
  }

  .split-footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .split-content {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-intro-number-3 {
    font-size: 3.5vw;
    top: 0%;
    right: -20%;
  }

  .number-awards-3 {
    font-size: 58vw;
  }
}

@media screen and (max-width: 479px) {
  p {
    text-align: left;
    line-height: 20px;
  }

  a:hover, ul, ol {
    color: var(--white);
  }

  .heading {
    white-space: normal;
    max-width: 300px;
    font-size: 80px;
    line-height: 99%;
  }

  .overflow {
    overflow: visible;
  }

  .verticalnav {
    z-index: 99999;
    background-color: #0000;
    height: 60px;
    position: fixed;
    top: 0%;
  }

  .nav-link {
    padding: 10px;
    font-size: 14px;
  }

  .nav-link.podink {
    font-size: 10px;
    line-height: 22px;
    display: block;
  }

  .nav-link.samo-text {
    text-align: left;
    padding: 10px;
    line-height: 19px;
  }

  .menu-button {
    width: auto;
    height: auto;
    margin-left: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrapper-burger-menu {
    width: 25px;
  }

  .nav-menu {
    height: 100vh;
    overflow: hidden;
  }

  .wrapperbigmenu {
    justify-content: space-between;
    align-items: flex-start;
    padding: 40px 20px;
    overflow: auto;
  }

  .container-menu-text {
    width: auto;
    margin-top: 40px;
    padding-left: 0;
  }

  .menu-link {
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 33px;
  }

  .link-line {
    width: 60px;
    display: none;
  }

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

  .move-background, .bgblack {
    display: none;
  }

  .social-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    place-items: center start;
    width: 85%;
    height: 100%;
    padding: 5px;
    display: grid;
    inset: 0% auto auto 0%;
  }

  .social-link {
    flex-direction: row;
    justify-content: flex-start;
    height: 40px;
  }

  .social-link.os.w--current {
    justify-content: center;
    display: flex;
  }

  .portfolio-heading {
    margin-top: 0;
    font-size: 22vw;
  }

  .grid {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-template-areas: ". Area-4 Area-4"
                         ". Area Area"
                         ". Area-2 Area-2"
                         ". Area-3 Area-3";
  }

  .preloaderwrapper {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-content-portfolio.first {
    display: none;
  }

  .wrapper-content-portfolio.second {
    z-index: 9999;
    display: none;
    overflow: auto;
  }

  .wrapper-content-portfolio.fifth {
    display: none;
  }

  .hero-section-progect.second {
    overflow: visible;
  }

  .wrapper-preloader {
    grid-template-rows: auto;
    grid-template-columns: 20px .9fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    display: none;
  }

  .wrapper-back {
    z-index: 99999;
    top: 10%;
    left: 19px;
  }

  .wrapper-stiky {
    height: 140vh;
    display: block;
  }

  .wrapper-stiky.smaller {
    height: 50vh;
    overflow: visible;
  }

  .wrapper-text-number-section {
    background-color: #0000;
    grid-template-areas: "Area Area Area Area";
  }

  .image {
    object-fit: cover;
    min-height: 300px;
    padding-top: 0;
  }

  .image.maja {
    min-height: 500px;
    margin-top: 60px;
  }

  .grid-line-number {
    grid-template-columns: 20px .9fr 1.5fr 20px;
    height: auto;
  }

  .portfolio-paragraph {
    text-align: left;
  }

  .containerlogo {
    background-color: var(--black);
    padding-top: 5px;
    padding-left: 5px;
    top: 0;
    left: 0;
  }

  .containerlogo.w--current {
    background-color: var(--smoke-white);
    width: 50%;
  }

  .containerlogo.fixed {
    display: none;
  }

  .utility-page-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .wrap-link-footer {
    flex-direction: column;
  }

  .footer-grid {
    margin-left: 0;
  }

  .footer-grid.bottom {
    margin-top: 5%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: none;
  }

  .ikona-conatcts {
    width: 21px;
  }

  .logo {
    background-size: contain;
  }

  .container-small-grid.smaller {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
  }

  .div-block-3 {
    grid-template-columns: 1fr;
    grid-template-areas: "PODLAGA";
    display: none;
  }

  .glass {
    padding: 0;
  }

  .wrapp {
    justify-content: flex-end;
    padding: 33px 33px 20%;
  }

  .video-embed {
    width: 340%;
    left: -148px;
  }

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

  .wrapper-image-slide-home {
    align-self: flex-start;
    margin-top: 0;
  }

  .right-arrow-2 {
    justify-content: flex-end;
    margin-bottom: 20%;
    position: absolute;
    inset: 0% 3% 0% auto;
  }

  .wrapper-slide-home {
    align-items: flex-start;
    width: 85%;
  }

  .mask-slide-home {
    margin-left: 5px;
    margin-right: 5px;
  }

  .main-paragraph-2.slider {
    font-size: 15px;
  }

  .slider-heading.slider {
    align-items: flex-start;
    width: 100%;
    font-size: 3.5em;
  }

  .button-next {
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 90px;
    padding-top: 10px;
    padding-bottom: 13px;
    display: flex;
  }

  .bg-slider-home {
    background-position: 0%;
    background-size: contain;
  }

  .bg-slider-home.forth {
    margin-right: auto;
  }

  .slider-home {
    margin-top: 5vh;
  }

  .section-slider {
    margin-top: 0;
    margin-bottom: 1vh;
  }

  .links-wrapp-slider {
    width: 100%;
    margin-top: 20px;
  }

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

  .headline-8 {
    color: var(--misty-rose);
    font-size: 2.8em;
    line-height: 110%;
  }

  .sticky-heading-2.siv-p.izjenma {
    display: none;
  }

  .button-read-more {
    justify-content: center;
    align-items: center;
    width: 60%;
    height: 40px;
    padding-top: 10px;
    padding-bottom: 13px;
    display: flex;
  }

  .side-info {
    width: 95%;
  }

  .side-feature {
    padding-left: 0%;
    padding-right: 0%;
  }

  .naslov {
    align-items: flex-start;
    height: 70vh;
    padding: 25px;
  }

  .nav-bar-text-ikona {
    color: var(--gray);
    padding-left: 4px;
    font-size: 11px;
  }

  .text-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 20px .4fr 1.5fr 20px;
    grid-auto-columns: 1fr;
    height: 100vh;
    display: grid;
  }

  .overflow-2 {
    align-items: flex-start;
    padding-left: 30px;
  }

  .number-awards-2 {
    letter-spacing: -11px;
    height: 40vh;
    margin-left: -14px;
    font-size: 70vw;
  }

  .features-heading-3 {
    margin-bottom: 5px;
    font-size: 15vw;
  }

  .features-heading-3.smaller {
    margin-bottom: 5px;
    font-size: 10vw;
  }

  .text-intro-number-2 {
    color: var(--white);
    text-align: left;
    margin-left: 0;
    padding-left: 30px;
    font-size: 18px;
    top: 15%;
    right: auto;
  }

  .text-intro-number-2.smaller {
    padding: 30px;
    font-size: 14px;
  }

  .about-paragraph {
    width: 100%;
    line-height: 18px;
  }

  .section-about-us {
    background-color: var(--ortho);
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
    display: flex;
    position: relative;
  }

  .features-text-2 {
    color: var(--white);
    text-align: left;
    margin-bottom: 11px;
    padding-left: 30px;
    font-size: 18px;
  }

  .features-text-2.smaller {
    padding: 29px;
    font-size: 14px;
  }

  .grid-about-2 {
    grid-row-gap: 44px;
    grid-template: ". Video-3 Video-3"
    / 20px .9fr 1.5fr 20px;
  }

  .html-embed-2 {
    height: 230px;
  }

  .h3_blue {
    text-align: left;
    font-size: 43px;
    line-height: 45px;
  }

  .footer-v2-email.dark-bg {
    color: var(--misty-rose);
    font-size: 16px;
  }

  .social-icons {
    justify-content: flex-start;
    margin-left: -1px;
  }

  .footer-v2-contacts, .footer-v2-follow {
    width: 100%;
  }

  .footer-v2-contact {
    margin-bottom: 13px;
    text-decoration: underline;
  }

  .footer-v2-nav, .footer-v2-about, .split-footer-contacts, .split-footer-nav, .split-footer-follow, .split-footer-about {
    width: 100%;
  }

  .contact-v1-heading {
    margin-right: 0;
    font-size: 3em;
  }

  .split-image {
    height: 480px;
    min-height: 0;
  }

  .input.half-width {
    flex: 0 auto;
    width: 100%;
    margin-right: 0;
  }

  .input.text-area, .input.text-area.margin-right {
    margin-right: 0;
  }

  .split-content {
    padding: 64px 6% 80px;
  }

  .contact-v1-form {
    width: 100%;
    margin-right: 0;
  }

  .bkg-image {
    inset: 0%;
  }

  .image-7 {
    position: fixed;
  }

  .glasscenter {
    margin-top: 100px;
    padding: 15px;
  }

  .full-screen-wrapp {
    height: 100%;
    min-height: 100vh;
  }

  .full-screen-wrapp.down {
    min-height: 150vh;
  }

  .heading-405 {
    font-size: 12vw;
    line-height: 100%;
  }

  .html-embed-3 {
    height: 150%;
  }

  .div-block-6 {
    grid-template: "naslov"
                   "TELEFON"
                   "mail"
                   / 1fr;
    justify-items: start;
    padding-left: 24px;
  }

  .div-block-8 {
    grid-column-gap: 20px;
    grid-row-gap: 1em;
    grid-template-columns: 1fr;
    padding: .8em;
  }

  .image-before {
    width: 100%;
    height: auto;
    max-height: 100%;
  }

  .image-after {
    height: auto;
    margin-top: 0;
  }

  .image-after-wrapper {
    min-height: auto;
  }

  .div-naslov {
    height: 100%;
    padding: 40px;
  }

  .hero-sub-page {
    align-items: flex-start;
    padding: 20px;
    position: absolute;
  }

  .hero-sub-page.spodaj {
    justify-content: flex-end;
    padding-bottom: 10%;
  }

  .podstran-naslov {
    font-size: 4em;
    line-height: 100%;
  }

  .podstran-naslov.blue {
    color: var(--ortho);
    margin-bottom: -1px;
    font-size: 5em;
  }

  .podstran-naslov.blue.smaller {
    color: var(--gray);
    margin-top: 0;
    font-size: 2.5em;
  }

  .podstran-naslov.res-bel {
    color: var(--new-pink);
  }

  .podstran-naslov.bel {
    color: var(--white);
  }

  .slide-nav-4 {
    display: none;
  }

  .mobile-overlay-video {
    grid-template-columns: 1fr;
    grid-template-areas: "PODLAGA";
    display: block;
  }

  .div-block-10 {
    background-color: #0000;
    padding-top: 0;
  }

  .paralax-image-movbile {
    height: auto;
    display: block;
  }

  .text-pod-paralax-image {
    height: auto;
    min-height: 30vh;
    padding: 80px 30px 80px 28px;
    display: flex;
  }

  .image-8 {
    max-width: 80%;
  }

  .poseg-text {
    font-size: 10px;
  }

  .text-div {
    background-color: var(--ortho);
    padding: 20px;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    inset: 0% 0% 0% auto;
  }

  .slide-nav-5 {
    font-size: 6px;
    top: auto;
  }

  .spacer {
    height: 50px;
    display: none;
  }

  .rich-text-block-3 {
    padding-top: 20px;
  }

  .div-block-12 {
    padding: 30px;
  }

  .video-wrapp {
    margin-top: 60px;
  }

  .video-wrapp.brez {
    margin-top: 0;
  }

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

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

  .gumb-preberi-vec-zobje {
    width: 61%;
  }

  .menu-vec-submenu {
    display: none;
  }

  .naslov-galerija {
    margin-top: 100px;
  }

  .meni-glavni-link {
    text-align: left;
    letter-spacing: 1px;
    padding-bottom: 15px;
    font-size: 15px;
    line-height: 17px;
  }

  .glasslogo {
    padding-right: 16px;
  }

  .link-logo, .link-logo.w--current {
    max-width: 150px;
  }

  .logo-ipad-menu {
    width: 47px;
    display: none;
  }

  .logo-mobile-menu {
    text-align: left;
    height: 45px;
    display: block;
  }

  .text-intro-number-3 {
    color: #fff;
    text-align: center;
    margin-left: 0;
    font-size: 5vw;
    top: 15%;
    right: auto;
  }

  .text-intro-number-3.smaller {
    text-align: left;
    margin-top: 0;
    padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
  }

  .div-block-27 {
    margin-bottom: 0;
    padding: 100px 30px 10px;
  }

  .number-awards-3 {
    letter-spacing: -11px;
    height: 40vh;
    margin-top: 1px;
    margin-left: -14px;
    font-size: 70vw;
  }

  .preberi-vec-div-2 {
    width: 40%;
    font-family: Inconsolata, monospace;
  }

  .section-about-us-2 {
    background-color: #a3d0d9;
    flex-direction: column;
    justify-content: flex-start;
    display: flex;
    position: relative;
  }

  .features-heading-4 {
    font-size: 15vw;
  }

  .features-heading-4.smaller {
    text-align: left;
    margin-bottom: 5px;
    padding-left: 0;
    padding-right: 0;
    font-size: 3em;
  }

  .features-heading-4.smaller._3 {
    font-size: 2.5em;
  }

  .features-text-3 {
    color: #fff;
  }

  .features-text-3.smaller {
    text-align: left;
    padding: 10px 29px;
    font-size: 14px;
    line-height: 18px;
  }

  .wrapper-text-number-section-2 {
    background-color: #0000;
    grid-template-areas: "Area Area Area Area";
    height: 70vh;
    margin-top: -99px;
  }

  .text-v-gumbu-2 {
    padding: 7px;
    font-size: 16px;
  }

  .div-block-28 {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 65px;
    padding-left: 4px;
    display: flex;
    inset: 0% 0% auto;
  }

  .image-before-wrapper {
    margin-right: 15px;
  }

  .obrazec-obrazlozotev-tex {
    font-size: 13px;
  }

  .heading-411 {
    font-size: 30px;
    line-height: 35px;
  }
}

#w-node-_39a15b8d-1022-d196-4059-dcc085dd1879-b044aa0e {
  grid-area: PODLAGA;
}

#w-node-ce3b591c-4ebe-26c1-21c6-b3b5a87d2a58-b044aa0e, #w-node-_9fb6c18d-3614-4f51-2edf-02b6485bc308-b044aa0e {
  grid-area: Area;
  align-self: center;
}

#w-node-ce3b591c-4ebe-26c1-21c6-b3b5a87d2a45-b044aa0e {
  grid-area: Video-3;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-8544aa68, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6744aa80, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2644aa90, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2a44aa87 {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

#w-node-cd9dea88-3392-9cdb-e806-6fcbafea167c-a044aa89 {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-cd9dea88-3392-9cdb-e806-6fcbafea1680-a044aa89 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: end;
}

#w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6944aa8d, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-5744aa8e, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-fe44aa8f, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2844aa91, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-4744aa92, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6644aa95, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-5944aa98, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6244aa99, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2944aa9a, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2244aa9b, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-ca44aa9c, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-7c44aa9e, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-fe44aaa0, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-4144aaa5, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-ea2290cc {
  grid-area: span 6 / span 1 / span 6 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-ce3b591c-4ebe-26c1-21c6-b3b5a87d2a45-b044aa0e {
    grid-area: VIDEO-3;
  }

  #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-8544aa68, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6744aa80, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2644aa90, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2a44aa87, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6944aa8d, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-5744aa8e, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-fe44aa8f, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2844aa91, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-4744aa92, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6644aa95, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-5944aa98, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-6244aa99, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2944aa9a, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-2244aa9b, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-ca44aa9c, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-7c44aa9e, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-fe44aaa0, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-4144aaa5, #w-node-b4f9f3b0-96db-94c7-bad1-1a8f45079a84-ea2290cc {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9, #w-node-cd9dea88-3392-9cdb-e806-6fcbafea1680-a044aa89 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46ad9-001cd4b9 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }

  #w-node-cd9dea88-3392-9cdb-e806-6fcbafea167c-a044aa89 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-cd9dea88-3392-9cdb-e806-6fcbafea1680-a044aa89 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c876ad13-3f76-de55-7d69-b4bcc4e46add-001cd4b9 {
    grid-column-end: 2;
  }

  #w-node-_723b4244-3d26-9648-ff9c-2833001cd4e5-001cd4b9 {
    justify-self: center;
  }

  #w-node-cd9dea88-3392-9cdb-e806-6fcbafea1680-a044aa89 {
    grid-column-end: 2;
  }

  #w-node-cd9dea88-3392-9cdb-e806-6fcbafea168a-a044aa89 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Glitten rok';
  src: url('../fonts/Glitten-Regular_ROK.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}