:root {
  --medium-sea-green: #5ab963;
  --bg-grey: #fafafa;
  --black: #222;
  --white: white;
  --dark-grey: #b3b3b3;
  --dark-grey-2: #999;
  --sea-green: #48944f;
}

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h4 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  color: #000;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

img {
  max-width: 100%;
  display: inline-block;
}

blockquote {
  border-color: var(--medium-sea-green) var(--medium-sea-green) var(--medium-sea-green) #e6e6e6;
  color: #000;
  border-left-style: solid;
  border-left-width: 5px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.navigation {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.navigation-container {
  width: 100%;
  height: 90px;
  max-width: 1170px;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.header {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 0;
  margin-right: 0;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.navigation-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-link {
  color: #fff;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.bullet {
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  margin-left: 15px;
  margin-right: 15px;
}

.navigation-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 4px;
  margin-left: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  transition: background-color .2s, color .2s;
}

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

.header-content {
  width: 100%;
  perspective: 2000px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.h1 {
  color: #000;
  letter-spacing: -3px;
  margin-top: 0;
  margin-left: -12px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 201px;
  font-weight: 900;
  line-height: 155px;
  display: flex;
}

.h1.cc-black {
  color: #000;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 60px;
}

.paragraph {
  color: #000;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.paragraph.cc-gray {
  color: #999;
}

.paragraph.bold {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.button {
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  margin-top: 50px;
  padding: 15px 30px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
}

.button:hover {
  background-color: #48944f;
}

.button.cc-cta {
  margin-top: 0;
}

.button.cc-banner {
  color: #000;
  background-color: #fff;
}

.button.cc-banner:hover {
  background-color: #e6e6e6;
}

.container {
  z-index: 1;
  width: 100%;
  max-width: 1170px;
  position: relative;
}

.container.cc-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.container.cc-cta {
  display: flex;
}

.container.cc-footer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container.cc-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.container.cc-blogpost {
  max-width: 770px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: block;
}

.container.cc-contact {
  display: flex;
}

.features {
  background-image: linear-gradient(#ff5a93, #ff5a93);
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.h2 {
  color: #000;
  text-align: left;
  letter-spacing: -3.2px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 40px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.h2.cc-center {
  margin-bottom: 40px;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

.h2.cc-white-text {
  color: #fff;
}

.h2.text-span.cc-post-text {
  margin-bottom: 15px;
}

.h2-container {
  width: 50%;
  margin-bottom: 90px;
}

.h2-container.cc-center {
  width: 65%;
  text-align: center;
  margin-bottom: 0;
}

.h2-container.cc-questions {
  margin-bottom: 60px;
}

.text-span {
  color: #000;
  font-weight: 800;
}

.text-span.cc-white-text {
  color: #fff;
}

.feature-item-container {
  height: 330px;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  transition: box-shadow .2s;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.collection-list {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.collection-list.cc-feature-row {
  margin-bottom: -20px;
}

.h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.h3.cc-cta {
  color: var(--medium-sea-green);
  margin-bottom: 0;
}

.h3.cc-header {
  color: #fff;
  margin-bottom: 0;
  text-decoration: none;
}

.h3.cc-pricing {
  width: 100%;
}

.h3.cc-team-title {
  width: 100%;
  margin-bottom: 0;
}

.h3.cc-latest-posts {
  margin-bottom: 40px;
}

.slider-section {
  background-color: #fafafa;
  flex-flow: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  margin-top: 360px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.slider {
  height: 720px;
  max-width: 1440px;
  flex: 1;
  margin-top: -360px;
}

.slide {
  background-image: url('../images/image-slider-01.jpg');
  background-position: 50%;
  background-size: cover;
}

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

.icon {
  width: 30px;
  height: 30px;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-2 {
  background-image: url('../images/image-slider-02.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/image-slider-03.jpg');
  background-position: 50%;
  background-size: cover;
}

.body {
  background-color: #b95ee4;
}

.about {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 115px 30px;
  display: flex;
}

.link {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link:hover {
  color: #48944f;
}

.separator {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.separator.cc-background-grey {
  background-color: var(--bg-grey);
}

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

.premium {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium.cc-background {
  background-color: rgba(0, 0, 0, 0);
}

._2-row-image.cc-bottom {
  margin-right: 0;
}

._2-row-image.cc-row-spacing {
  margin-right: 100px;
}

._2-row-text {
  max-width: 370px;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-text.cc-bottom.cc-reverse {
  margin-left: 100px;
  margin-right: 0;
}

.row {
  flex: 1;
  display: flex;
}

.row.cc-bottom {
  flex-direction: row-reverse;
  margin-top: 90px;
}

.row.cc-bottom.cc-reverse {
  flex-direction: row;
}

.row.cc-reverse {
  flex-direction: row-reverse;
}

._2-row-action-text {
  text-align: center;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 110px;
}

.cta {
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  padding: 150px 30px;
  display: flex;
}

.cta-line {
  width: 30px;
  height: 2px;
  background-color: var(--medium-sea-green);
  margin-left: 20px;
}

.cta-line.cc-header {
  background-color: #fff;
}

.cta-column {
  width: 50%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cta-left-top {
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  display: flex;
}

.footer {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 30px;
  display: flex;
}

.footer-column {
  width: 50%;
  display: flex;
}

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

.text-footer-credits {
  color: #666;
  margin-top: 15px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.footer-links-list {
  flex-direction: column;
  padding-right: 50px;
  display: flex;
}

.link-footer {
  color: #fff;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: color .2s;
}

.link-footer:hover {
  color: rgba(255, 255, 255, .7);
}

.link-social {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  margin-right: 15px;
  display: flex;
}

.footer-social {
  justify-content: space-between;
  display: flex;
}

.collection-item {
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
}

.collection-item.cc-feature-row {
  width: 25%;
  margin-bottom: 20px;
}

.feature-icon {
  width: 60px;
  height: 60px;
  align-items: center;
  margin-bottom: 25px;
  display: flex;
}

.nav-button {
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  display: none;
}

.nav-icon {
  width: 28px;
  height: 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-icon-piece {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
}

.nav-icon-piece.top {
  position: absolute;
  transform: translate(0, -8px);
}

.nav-icon-piece.bottom {
  position: absolute;
  transform: translate(0, 8px);
}

.header-inner {
  background-color: var(--medium-sea-green);
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding: 180px 30px 90px;
  display: flex;
}

.header-inner.cc-header-extra {
  padding-bottom: 210px;
}

.header-inner-content {
  width: 57%;
}

.inner-category {
  align-items: center;
  margin-bottom: 30px;
  display: flex;
}

.premium-banner {
  width: 100vw;
  max-height: 720px;
  background-image: url('../images/image-premium-banner.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-banner-inner {
  max-width: 370px;
  background-color: var(--medium-sea-green);
  padding: 60px 50px;
}

.premium-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.premium-image-banner {
  max-height: 720px;
  max-width: 1440px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.premium-image-container {
  width: 100%;
  max-width: 1170px;
  background-color: #fff;
  border: 1px solid #f7f7f7;
  justify-content: space-between;
  align-items: center;
  margin-top: -60px;
  margin-bottom: 120px;
  padding: 40px 60px;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.image-banner {
  margin-right: 60px;
}

.container-quote {
  width: 70%;
  text-align: center;
}

.block-quote {
  color: var(--medium-sea-green);
  border-left: 0 rgba(0, 0, 0, 0);
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.author {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.text-block {
  color: #000;
  margin-left: 20px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.container-pricing {
  justify-content: center;
  align-items: stretch;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.pricing-block {
  width: 33.3333%;
  border: 1px solid #f7f7f7;
  flex-wrap: wrap;
  align-content: space-between;
  align-items: stretch;
  margin-left: 10px;
  margin-right: 10px;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.pricing-block:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, .14);
}

.price {
  color: #000;
  font-family: Libre Franklin, sans-serif;
  font-size: 72px;
  font-weight: 800;
  line-height: 78px;
}

.price-block {
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.currency {
  color: #999;
  margin-top: 40px;
  margin-left: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.small-text {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.small-text.cc-light {
  color: #999;
  margin-top: 0;
  margin-bottom: 0;
}

.pricing-block-separator {
  width: 100%;
  height: 1px;
  background-color: var(--medium-sea-green);
  margin-top: 30px;
  margin-bottom: 30px;
}

.pricing-info {
  padding: 50px 40px 40px;
}

.button-pricing {
  width: 100%;
  height: 60px;
  background-color: var(--medium-sea-green);
  color: #fff;
  justify-content: center;
  align-items: center;
  font-family: Libre Franklin, sans-serif;
  font-size: 16px;
  font-weight: 800;
  line-height: 30px;
  transition: background-color .2s;
  display: flex;
}

.button-pricing:hover {
  background-color: #48944f;
}

.container-facts {
  justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.facts {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.fact-block {
  background-color: #fff;
  border: 1px solid #f7f7f7;
  padding: 50px 40px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

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

.facts-gray-background {
  width: 100%;
  height: 70%;
  background-color: #fafafa;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.faq {
  background-color: #fafafa;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.container-questions {
  width: 100%;
  flex-wrap: nowrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin: -30px -10px;
  display: flex;
}

.question-block {
  width: 50%;
  margin: 30px 50px 30px 10px;
}

.container-facts-inner {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.header-banner {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.about-intro {
  justify-content: center;
  align-items: center;
  padding: 115px 30px 75px;
  display: flex;
}

.goals-container {
  align-items: flex-start;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.goals-container-inner {
  width: 33.3333%;
  margin-left: 10px;
  margin-right: 10px;
}

.team {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.collection-list-2 {
  margin: -10px;
}

.team-member {
  padding-top: 10px;
  padding-bottom: 10px;
}

.team-inner-container {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.team-avatar {
  width: 100%;
  height: 100%;
}

.team-member-info {
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px 30px 10px;
  display: flex;
}

.our-goals {
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.blog-posts {
  justify-content: center;
  align-items: center;
  margin-top: -120px;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.blog-posts-item {
  width: 33.3333%;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.post-list {
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: flex-start;
  margin: -10px;
  display: flex;
}

.blog-posts-item-container {
  background-color: #fff;
  flex-wrap: wrap;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, .05);
}

.post-info {
  padding: 30px;
}

.post-date {
  color: #000;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header-blog {
  justify-content: center;
  align-items: center;
  margin-top: -90px;
  padding-top: 90px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.header-image {
  z-index: 1;
  max-height: 750px;
  max-width: 1440px;
  position: relative;
}

.header-color {
  width: 100%;
  height: 75%;
  background-color: var(--medium-sea-green);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.content {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.contact-intro {
  flex-flow: column wrap;
  align-content: flex-start;
  justify-content: center;
  align-items: center;
  padding: 120px 30px;
  display: flex;
}

.contact-info {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.contact-info-row {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.contact-info-text {
  width: 25%;
  color: #999;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-info-text.cc-text-black {
  width: auto;
  color: #000;
}

.form-input {
  width: 50%;
  margin-top: -10px;
  margin-bottom: -10px;
}

.text-field {
  height: 60px;
  color: #b3b3b3;
  border: 1px #000;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 0;
  padding-right: 0;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:hover {
  border-bottom-color: #000;
}

.text-field:active {
  color: #000;
}

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

.text-field::-ms-input-placeholder {
  color: #b3b3b3;
}

.text-field::placeholder {
  color: #b3b3b3;
}

.rich-text {
  color: #000;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.rich-text h2 {
  font-family: Libre Franklin, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

.rich-text p {
  color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: IBM Plex Mono, sans-serif;
  font-size: 14px;
  line-height: 24px;
}

.rich-text img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.rich-text figcaption {
  color: #777;
  text-align: left;
  margin-top: 0;
  margin-bottom: 25px;
  font-family: Libre Franklin, sans-serif;
  font-size: 12px;
  line-height: 20px;
}

.logo {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.nav-link {
  color: #fff;
  font-family: Libre Franklin, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

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

.latest-posts {
  justify-content: center;
  align-items: center;
  padding: 90px 30px;
  display: flex;
}

.style-guide-label {
  color: #777;
  border-bottom: 1px solid #777;
  flex: 1;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 14px;
}

.image-licensing {
  background-color: rgba(0, 0, 0, .05);
  border: 1px solid rgba(0, 0, 0, .1);
  padding: 15px;
  line-height: 24px;
}

.div-block {
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.image-3 {
  width: 910px;
}

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

.div-block-2 {
  width: 790px;
  max-width: 790px;
  flex: 0 auto;
  margin-top: 50px;
}

.columns-bold {
  border-bottom: 5px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.columns-regular {
  border-bottom: 5px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.u1 {
  width: 100%;
  max-width: none;
  color: #000;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -2px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 34px;
  display: inline-block;
}

.u1.cc-gray {
  color: #999;
}

.u1.bold {
  color: #000;
  font-size: 29px;
  font-weight: 500;
}

.column, .column-2 {
  padding-left: 0;
}

.column-3, .column-4 {
  padding-left: 0;
  padding-right: 0;
}

.column-v2 {
  width: 200px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.div-block-3 {
  flex-direction: row;
  justify-content: center;
  display: flex;
}

.row-bold {
  border-bottom: 5px solid #000;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 10px;
  display: flex;
}

.row-regular {
  border-bottom: 5px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.column-cas {
  width: 340px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-lokacija {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.column-mesto {
  width: 200px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.column-film {
  width: 290px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.row-bold-v2 {
  border-bottom: 5px solid #000;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.tabela {
  width: 100%;
  flex: 0 auto;
  margin-top: 140px;
  margin-bottom: 50px;
}

.div-block-4 {
  width: 840px;
  max-width: 840px;
  border-bottom: 5px solid #000;
  margin-top: 70px;
  padding-bottom: 5px;
}

.paragraph-big {
  color: #000;
  margin-bottom: 0;
  padding-top: 10px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-big.cc-gray {
  color: #999;
}

.paragraph-big.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.old {
  width: 910px;
  max-width: 910px;
  border-style: none;
  border-bottom-width: 5px;
  border-bottom-color: #000;
  margin-top: 140px;
  padding-bottom: 5px;
}

.content-1 {
  width: 100%;
  border-bottom: 5px #000;
  margin-top: 100px;
  padding-bottom: 5px;
  transition: opacity .2s;
  transform: translate(0);
}

.paragraph-bigger {
  perspective: 2000px;
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
  display: block;
}

.paragraph-bigger.cc-gray {
  color: #999;
}

.paragraph-bigger.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-bigger.narrow {
  width: auto;
  max-width: 600px;
  color: var(--black);
}

.paragraph-bigger.narrow._2 {
  max-width: 630px;
}

.paragraph-bigger.narrow.hide-mobile {
  display: none;
}

.content-2 {
  width: 95vw;
  border-bottom: 5px #000;
  margin-top: 50px;
  padding-bottom: 5px;
  transition: opacity .2s;
  transform: translate(0);
}

._01 {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 30px;
  display: flex;
}

.paragraph-link {
  perspective: 2000px;
  color: #000;
  text-align: left;
  border-bottom: 6px solid #000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 3px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 41px;
  font-weight: 400;
  line-height: 51px;
  text-decoration: none;
  display: flex;
}

.paragraph-link.cc-gray {
  color: #999;
}

.paragraph-link.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.link-2 {
  color: #000;
  border-bottom: 6px solid #000;
  margin-top: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-decoration: none;
}

.link-2:active {
  color: #000;
  border-bottom-color: #000;
}

.paragraph-bigger-bold {
  perspective: 2000px;
  color: #000;
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 58px;
  display: flex;
}

.paragraph-bigger-bold.cc-gray {
  color: #999;
}

.paragraph-bigger-bold.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.content-3 {
  width: 100%;
  border-bottom: 5px #000;
  margin-top: 0;
  transition: opacity .2s;
  transform: translate(0);
}

.image-vw {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.content-4 {
  width: 100%;
  border-top: 5px solid #000;
  border-bottom: 5px #000;
  flex-direction: column;
  margin-top: 160px;
  padding-top: 20px;
  padding-bottom: 5px;
  transition: opacity .2s;
  display: flex;
  transform: translate(0);
}

.image-4 {
  height: 70px;
}

.image-5, .image-6 {
  height: 60px;
}

.logotipi {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.image-7, .image-8, .image-9, .image-10 {
  height: 60px;
}

.image-11, .image-12, .image-13 {
  height: 50px;
}

.logotip {
  height: 55px;
  margin-right: 20px;
}

.div-block-6, .div-block-7 {
  justify-content: space-around;
  display: flex;
}

.div-block-8 {
  width: 95vw;
}

.image-14 {
  width: 100vw;
}

.ilustracija {
  max-width: 150%;
  flex: 0 auto;
  margin-bottom: 0;
  margin-left: -25px;
  margin-right: 0;
  position: relative;
  right: 0;
}

.paragraph-small {
  width: auto;
  max-width: 560px;
  perspective: 2000px;
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: block;
}

.paragraph-small.cc-gray {
  color: #999;
}

.paragraph-small.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-small.narrow {
  width: 410px;
  margin-bottom: 10px;
}

.paragraph-small.narrow.subtitles {
  margin-top: 4px;
  margin-bottom: 0;
}

.paragraph-small.top {
  max-width: 600px;
  margin: 4px 0;
}

.column-5 {
  padding-left: 0;
  padding-right: 50px;
}

.column-6 {
  border-left-style: none;
  border-left-color: #000;
  padding-left: 10px;
  padding-right: 0;
}

.paragraph-biggest {
  perspective: 2000px;
  color: var(--black);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 26px;
  font-weight: 400;
  line-height: 34px;
  display: block;
}

.paragraph-biggest.cc-gray {
  color: #999;
}

.paragraph-biggest.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-biggest.narrow {
  max-width: 520px;
}

.paragraph-biggest.narrow.bullet {
  width: 0;
  margin-left: 0;
  font-size: 70px;
  line-height: 30px;
}

.paragraph-biggest.smaller.mobile {
  display: none;
}

.columns-2 {
  width: 100%;
  align-items: flex-start;
  display: flex;
}

.image-15 {
  width: 20px;
}

.image-16 {
  width: 18px;
  margin-top: 2px;
  margin-right: 8px;
}

.link-situla {
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 0;
  display: flex;
}

.tabela-mobile {
  width: 95vw;
  border-bottom: 5px #000;
  margin-top: 0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  transition: opacity .2s;
  transform: translate(0);
}

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

.button-2 {
  width: 98%;
  max-width: 240px;
  color: #000;
  text-align: center;
  letter-spacing: .4px;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #000;
  border-radius: 6px;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 20px 14px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.button-2:hover {
  background-color: rgba(0, 0, 0, .05);
}

.columns-3 {
  width: 100%;
  border-top: 5px solid #000;
  border-bottom: 5px #000;
  margin-top: 0;
  padding-top: 140px;
}

.paragraph-lokacija {
  color: #000;
  margin-bottom: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
  text-decoration: none;
}

.paragraph-lokacija.cc-gray {
  color: #999;
}

.paragraph-lokacija.bold {
  color: #000;
  font-size: 30px;
  font-weight: 700;
}

.edo-logo {
  width: auto;
  height: 100px;
  max-width: none;
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.edo-datum {
  width: auto;
  height: 100px;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
}

.column-7 {
  border-right: 4px #000;
  flex-direction: column;
  padding-left: 0;
  display: flex;
}

.column-8 {
  padding-right: 0;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.image-19 {
  width: 14px;
}

.image-20 {
  width: 80px;
}

.image-21 {
  width: 24px;
}

.link-3 {
  color: var(--black);
  border: 1px #000;
  text-decoration: underline;
}

.div-block-10 {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

.logotip-prostoroz {
  height: 85px;
  margin-right: 70px;
  padding-top: 0;
}

.column-9 {
  border: 1px #000;
  padding: 30px;
}

.columns-4 {
  display: flex;
  position: relative;
}

.title-block {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.column-10 {
  z-index: 1;
  border-left: 2px solid var(--black);
  flex-direction: column;
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.div-40 {
  height: 40px;
}

.crta {
  height: 2px;
  background-color: var(--black);
}

.image-22 {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.cover-image {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  overflow: visible;
}

.div-20 {
  height: 20px;
}

.image-24 {
  width: auto;
  height: 70px;
  margin-right: 0;
}

.logotip-1 {
  margin-top: 20px;
}

.logotip-2 {
  width: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.manjsi-logo {
  width: 7%;
  height: auto;
  margin-top: 0;
  margin-right: 30px;
}

.manjsi-logo.small-2 {
  margin-right: 30px;
}

.image-26 {
  height: 50px;
  margin-top: 20px;
  margin-right: 30px;
}

.logo-visok {
  height: 45px;
  margin-top: 20px;
  margin-right: 20px;
}

.logo-nizek {
  height: 27px;
  margin-top: 20px;
  margin-right: 30px;
}

.mop {
  width: 21%;
  height: auto;
  margin-right: 30px;
}

.prostoroz {
  width: auto;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
}

.paragraph-biggest-mobile {
  perspective: 2000px;
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 36px;
  display: none;
}

.paragraph-biggest-mobile.cc-gray {
  color: #999;
}

.paragraph-biggest-mobile.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.paragraph-small-mobile {
  perspective: 2000px;
  color: #000;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  display: none;
}

.paragraph-small-mobile.cc-gray {
  color: #999;
}

.paragraph-small-mobile.bold {
  color: #000;
  font-size: 20px;
  font-weight: 700;
}

.movile-block {
  flex-direction: column;
  display: flex;
}

.animation-block {
  z-index: 2;
  height: 100vh;
  align-items: flex-end;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.animation-block.mobile {
  z-index: 2;
  display: flex;
}

.logotip-3 {
  height: 55px;
}

.div-block-13.mobile {
  display: none;
  position: relative;
}

.div-block-14 {
  position: relative;
}

.div-block-14.mobile {
  display: none;
}

.link-4 {
  color: var(--black);
}

.list {
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 50px;
}

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

.link-black {
  color: var(--black);
}

.subtitle {
  width: 100%;
  height: auto;
  max-width: none;
  margin-top: 30px;
  margin-bottom: 0;
  display: block;
}

.link-5 {
  color: var(--black);
}

.html-embed, .background-video {
  height: 100vh;
}

.animacija {
  width: 100%;
  border-top: 2px solid var(--black);
  outline-offset: 0px;
  outline: 3px #333;
  margin-bottom: -8px;
  position: static;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.animacija.mobile {
  display: none;
}

.napis {
  width: auto;
  height: auto;
  max-width: none;
  text-align: left;
  flex: 0 auto;
  align-self: auto;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: static;
}

.cirkulacija {
  width: 12%;
  height: auto;
  margin-right: 30px;
}

.mobile-title-block {
  display: none;
}

@media screen and (min-width: 1440px) {
  .edo-logo, .edo-datum {
    height: 110px;
  }

  .animation-block {
    z-index: 2;
  }

  .div-block-13.mobile {
    display: none;
  }

  .subtitle {
    height: 110px;
  }
}

@media screen and (max-width: 991px) {
  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .header {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .header-content {
    width: 100%;
  }

  .h1 {
    font-size: 171px;
  }

  .paragraph {
    clear: none;
    padding-bottom: 3px;
    font-size: 24px;
    line-height: 26px;
  }

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

  .container.cc-contact {
    flex-wrap: wrap;
  }

  .h2 {
    font-size: 64px;
    line-height: 65px;
  }

  .h2-container, .h2-container.cc-center {
    width: 80%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    align-items: stretch;
    margin-left: -5px;
    margin-right: -5px;
  }

  .slider-section {
    margin-top: 240px;
  }

  .slider {
    height: 480px;
    margin-top: -240px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-reverse, ._2-row-text {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 50px;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 50px;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 50px;
  }

  .collection-item {
    width: 33.3333%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .collection-item.cc-feature-row {
    width: 50%;
    display: flex;
  }

  .header-inner-content {
    width: 80%;
  }

  .premium-image-container {
    margin-top: 0;
  }

  .container-quote {
    width: 100%;
  }

  .container-pricing {
    flex-wrap: wrap;
    align-items: flex-start;
    margin-top: -10px;
    margin-bottom: -10px;
  }

  .pricing-block {
    width: 100%;
    align-content: flex-start;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .container-facts {
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: stretch;
    margin: -10px;
  }

  .fact-block {
    flex-wrap: wrap;
    align-items: flex-start;
    display: flex;
  }

  .container-facts-inner {
    width: 50%;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .team {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .collection-list-2 {
    flex-wrap: wrap;
    display: flex;
  }

  .team-member {
    width: 33.3333%;
  }

  .blog-posts-item {
    width: 50%;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    flex-flow: wrap;
    padding-bottom: 110px;
  }

  .contact-info {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-input {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .nav-menu {
    background-color: var(--medium-sea-green);
    padding-top: 30px;
    padding-bottom: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .2);
  }

  .nav-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .menu-button:active, .menu-button.w--open {
    background-color: var(--medium-sea-green);
  }

  .div-block {
    margin-bottom: 0;
  }

  .image-3 {
    margin-top: 40px;
  }

  .u1 {
    font-size: 30px;
    line-height: 32px;
  }

  .column-lokacija {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .tabela {
    width: 100%;
    margin-top: 120px;
  }

  .paragraph-big, .paragraph-big.bold {
    font-size: 18px;
  }

  .content-1 {
    margin-top: 60px;
    padding-bottom: 0;
  }

  .paragraph-bigger {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-bigger.bold {
    font-size: 18px;
  }

  .paragraph-bigger.narrow {
    width: auto;
  }

  .paragraph-bigger.narrow.hide-mobile {
    display: flex;
  }

  ._01 {
    align-items: center;
  }

  .paragraph-link, .paragraph-link.bold, .paragraph-bigger-bold, .paragraph-bigger-bold.bold {
    font-size: 18px;
  }

  .content-3 {
    margin-top: 50px;
  }

  .image-vw {
    margin-left: 0;
    margin-right: 0;
  }

  .content-4 {
    margin-top: 110px;
  }

  .logotipi {
    display: block;
  }

  .logotip {
    height: 38px;
  }

  .div-block-6, .div-block-7 {
    justify-content: space-between;
  }

  .ilustracija {
    margin-left: -14px;
  }

  .paragraph-small {
    width: auto;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-small.bold {
    font-size: 18px;
  }

  .paragraph-small.narrow {
    width: auto;
  }

  .paragraph-biggest {
    font-size: 24px;
    line-height: 32px;
  }

  .paragraph-biggest.bold {
    font-size: 18px;
  }

  .paragraph-biggest.narrow {
    width: auto;
    max-width: none;
  }

  .image-16 {
    width: 16px;
  }

  .tabela-mobile {
    width: 100%;
    flex-direction: column;
    margin-top: 70px;
    display: flex;
  }

  .button-2 {
    width: 100%;
    margin-bottom: 30px;
    font-size: 17px;
  }

  .paragraph-lokacija {
    clear: none;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-lokacija.bold {
    font-size: 18px;
  }

  .edo-logo {
    width: 320px;
    height: auto;
    margin-bottom: 20px;
  }

  .edo-datum {
    width: 320px;
    height: auto;
    max-width: none;
  }

  .logotip-prostoroz {
    height: 66px;
    margin-right: 30px;
  }

  .title-block {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .div-40 {
    height: 40px;
  }

  .crta {
    height: 3px;
  }

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

  .manjsi-logo {
    margin-top: 0;
  }

  .paragraph-biggest-mobile {
    font-size: 28px;
    line-height: 36px;
  }

  .paragraph-biggest-mobile.bold {
    font-size: 18px;
  }

  .paragraph-small-mobile {
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-small-mobile.bold {
    font-size: 18px;
  }

  .logotip-3 {
    height: 38px;
  }

  .subtitle {
    width: 320px;
    height: auto;
    max-width: none;
  }

  .napis {
    width: 320px;
    height: auto;
    margin-bottom: 40px;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header {
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .navigation-links {
    display: none;
  }

  .header-content {
    width: 100%;
  }

  .h1 {
    margin-left: -4px;
    font-size: 110px;
    line-height: 118px;
  }

  .h1.cc-black {
    margin-bottom: 50px;
  }

  .paragraph {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph.bold {
    font-size: 14px;
  }

  .container.cc-cta, .container.cc-footer {
    flex-wrap: wrap;
  }

  .features {
    padding-top: 60px;
  }

  .h2 {
    font-size: 48px;
    line-height: 43px;
  }

  .h2-container {
    width: 100%;
    margin-bottom: 60px;
  }

  .h2-container.cc-center {
    width: 100%;
  }

  .feature-item-container {
    height: auto;
  }

  .collection-list {
    flex-direction: column;
    margin: -10px 0;
  }

  .slider-section {
    margin-top: 150px;
  }

  .slider {
    height: 300px;
    margin-top: -150px;
  }

  .about {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  ._2-row-image {
    max-width: 100%;
    margin-bottom: 60px;
    margin-right: 0;
    display: flex;
  }

  ._2-row-image.cc-row-spacing, ._2-row-text, ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  ._2-row-text.cc-row-reverse {
    margin-right: 0;
  }

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

  ._2-row-action-text {
    margin-top: 50px;
  }

  .cta {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cta-column {
    width: 100%;
    justify-content: flex-start;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .collection-item {
    width: 100%;
    margin: 10px 0;
    padding-left: 0;
    padding-right: 0;
  }

  .collection-item.cc-feature-row {
    width: 100%;
    flex: 1;
  }

  .nav-button {
    display: flex;
  }

  .nav-icon-piece, .nav-icon-piece.top {
    background-color: #fff;
  }

  .collection-list-wrapper.cc-feature-row {
    margin-bottom: -60px;
  }

  .header-inner {
    padding-top: 150px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 180px;
  }

  .header-inner-content {
    width: 100%;
  }

  .premium-intro {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .premium-image-container {
    margin-bottom: 90px;
  }

  .about-intro {
    padding-top: 85px;
    padding-bottom: 45px;
  }

  .goals-container {
    flex-wrap: wrap;
    margin-top: -15px;
    margin-bottom: -25px;
  }

  .goals-container-inner {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .team-member {
    width: 50%;
  }

  .our-goals {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .blog-posts-item {
    width: 100%;
  }

  .header-color {
    height: 85%;
  }

  .content {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .contact-intro {
    padding-top: 90px;
    padding-bottom: 80px;
  }

  .contact-info-row {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .contact-info-text {
    width: 100%;
  }

  .div-block {
    margin-bottom: 0;
  }

  .image-3 {
    width: 100vw;
    margin-left: 10px;
    margin-right: 10px;
  }

  .u1 {
    margin-top: 0;
    font-size: 25px;
    line-height: 30px;
  }

  .row-regular, .row-bold-v2 {
    border-bottom-width: 4px;
    padding-bottom: 2px;
  }

  .tabela {
    width: 540px;
  }

  .paragraph-big, .paragraph-big.bold {
    font-size: 14px;
  }

  .content-1 {
    margin-top: 10px;
  }

  .paragraph-bigger {
    font-size: 30px;
    line-height: 36px;
  }

  .paragraph-bigger.bold {
    font-size: 14px;
  }

  .paragraph-bigger.narrow {
    width: auto;
  }

  ._01 {
    padding-bottom: 30px;
    padding-right: 30px;
  }

  .paragraph-link, .paragraph-link.bold, .paragraph-bigger-bold, .paragraph-bigger-bold.bold {
    font-size: 14px;
  }

  .content-3 {
    margin-top: 20px;
  }

  .content-4 {
    margin-top: 80px;
  }

  .logotip {
    height: 60px;
    margin-right: 40px;
  }

  .logotioi-mobile {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 30px;
    display: flex;
  }

  .ilustracija {
    margin-left: -9px;
  }

  .paragraph-small {
    width: auto;
    max-width: 590px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph-small.bold {
    font-size: 14px;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    margin-top: 60px;
    padding-left: 0;
  }

  .paragraph-biggest {
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-biggest.bold {
    font-size: 14px;
  }

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

  .tabela-mobile {
    width: 100%;
    flex-direction: column;
    flex: 0 auto;
    margin-top: 60px;
    display: flex;
  }

  .button-2 {
    border-width: 3px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .paragraph-lokacija {
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph-lokacija.bold {
    font-size: 14px;
  }

  .edo-logo {
    width: 320px;
    max-width: none;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .edo-datum {
    width: 320px;
    padding-left: 0;
  }

  .logotip-prostoroz {
    height: 70px;
  }

  .column-9 {
    border-top-style: solid;
  }

  .columns-4 {
    flex-direction: column-reverse;
  }

  .column-10 {
    z-index: -2;
    border-left-style: none;
    margin-bottom: 0;
    display: flex;
  }

  .div-40 {
    height: 40px;
  }

  .crta {
    height: 1px;
  }

  .cover-image {
    overflow: visible;
  }

  .paragraph-biggest-mobile {
    font-size: 24px;
    line-height: 30px;
    display: none;
  }

  .paragraph-biggest-mobile.bold {
    font-size: 14px;
  }

  .paragraph-small-mobile {
    font-size: 16px;
    line-height: 22px;
    display: none;
  }

  .paragraph-small-mobile.bold {
    font-size: 14px;
  }

  .animation-block {
    height: auto;
    position: static;
  }

  .logotip-3 {
    height: 60px;
    margin-right: 40px;
  }

  .div-block-13.mobile {
    padding: 30px;
    display: flex;
  }

  .desktop {
    display: block;
  }

  .subtitle {
    width: 320px;
    padding-left: 0;
  }

  .animacija {
    z-index: 1;
    border-top-style: none;
    border-bottom: 1px #000;
    margin-bottom: -6px;
    position: static;
  }

  .animacija.desktop {
    display: none;
  }

  .animacija.mobile {
    display: flex;
  }

  .napis {
    width: 320px;
    max-width: none;
    margin-bottom: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-container {
    height: 60px;
  }

  .header {
    margin-top: 0;
    padding: 20px 20px 10px;
  }

  .header-content {
    width: 100%;
  }

  .h1 {
    text-align: left;
    letter-spacing: 0;
    margin-left: 0;
    padding-top: 7px;
    font-size: 67px;
    line-height: 40px;
  }

  .paragraph {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph.bold {
    font-size: 9px;
  }

  .h2 {
    letter-spacing: -2px;
    margin-left: 10px;
    font-size: 28px;
    line-height: 29px;
  }

  .slider-section {
    margin-top: 75px;
  }

  .slider {
    height: 150px;
    margin-top: -75px;
  }

  ._2-row-image {
    align-items: flex-start;
    margin-bottom: 60px;
  }

  ._2-row-text {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0;
  }

  ._2-row-text.cc-bottom.cc-reverse {
    margin-left: 0;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

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

  .footer-links-list, .footer-social {
    width: 50%;
  }

  .header-inner {
    margin-top: -60px;
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .header-inner.cc-header-extra {
    padding-bottom: 150px;
  }

  .premium-banner {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-banner-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .premium-intro {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .premium-image-container {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .image-banner {
    margin-bottom: 30px;
    margin-right: 0;
  }

  .faq {
    padding-top: 90px;
    padding-bottom: 60px;
  }

  .container-questions {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
  }

  .question-block {
    width: 100%;
    margin: 15px 0;
  }

  .container-facts-inner, .team-member {
    width: 100%;
  }

  .blog-posts {
    margin-top: -90px;
    margin-bottom: 90px;
  }

  .header-color {
    height: 85%;
  }

  .contact-intro {
    padding-bottom: 80px;
  }

  .div-block {
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .image-3 {
    width: 95vw;
    margin-top: 0;
  }

  .u1 {
    text-align: left;
    margin-top: 0;
    font-size: 25px;
    line-height: 28px;
  }

  .row-regular {
    border-bottom-width: 3px;
    margin-top: 2px;
    padding-bottom: 1px;
  }

  .column-lokacija {
    padding-top: 0;
    padding-bottom: 0;
  }

  .row-bold-v2 {
    border-bottom-width: 3px;
  }

  .tabela {
    width: 95vw;
    margin-top: 60px;
    margin-bottom: 20px;
  }

  .paragraph-big {
    text-align: left;
    font-size: 8px;
    line-height: 16px;
  }

  .paragraph-big.bold {
    font-size: 8px;
  }

  .content-1 {
    margin-top: 10px;
  }

  .paragraph-bigger {
    text-align: left;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-bigger.bold {
    font-size: 8px;
  }

  .paragraph-bigger.narrow {
    width: auto;
  }

  ._01 {
    padding: 0 20px 20px;
  }

  .paragraph-link {
    text-align: left;
    font-size: 8px;
    line-height: 16px;
  }

  .paragraph-link.bold {
    font-size: 8px;
  }

  .link-2 {
    width: auto;
    text-align: center;
    margin-top: 40px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 37px;
    line-height: 40px;
  }

  .paragraph-bigger-bold {
    text-align: left;
    font-size: 8px;
    line-height: 16px;
  }

  .paragraph-bigger-bold.bold {
    font-size: 8px;
  }

  .content-3 {
    border-top: 3px solid #000;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-vw {
    width: auto;
    align-items: flex-end;
    margin-left: -6px;
  }

  .content-4 {
    border-top-width: 3px;
    flex-direction: column;
    margin-top: 40px;
  }

  .logotipi {
    flex-direction: row;
    align-items: center;
  }

  .logotip {
    height: 54px;
    margin-right: 26px;
    padding-right: 0;
  }

  .logotioi-mobile {
    flex-direction: column;
    margin-top: 10px;
    display: flex;
  }

  .div-block-6 {
    justify-content: flex-start;
    margin-bottom: 10px;
  }

  .div-block-7 {
    justify-content: flex-start;
  }

  .paragraph-small {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    display: inline-block;
  }

  .paragraph-small.bold {
    font-size: 8px;
  }

  .column-5 {
    padding-right: 0;
  }

  .column-6 {
    border-top: 3px solid #000;
    margin-top: 40px;
    padding-top: 40px;
    padding-left: 0;
  }

  .paragraph-biggest {
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    display: inline-block;
  }

  .paragraph-biggest.bold {
    font-size: 8px;
  }

  .paragraph-biggest.smaller {
    width: 100%;
    font-size: 28px;
    line-height: 34px;
  }

  .paragraph-biggest.smaller.desktop {
    display: none;
  }

  .paragraph-biggest.smaller.mobile {
    display: flex;
  }

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

  .image-16 {
    width: 18px;
  }

  .tabela-mobile {
    border-top: 3px solid #000;
    border-bottom-width: 6px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .button-2 {
    width: 100%;
    max-width: none;
    color: #000;
    text-align: center;
    background-color: rgba(0, 0, 0, 0);
    border: 2px solid #000;
    border-radius: 6px;
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-family: Neuehaasunicapro, sans-serif;
    font-size: 22px;
    font-weight: 500;
  }

  .ilustracija-mobile {
    padding-top: 0;
  }

  .paragraph-lokacija {
    text-align: left;
    font-size: 22px;
    line-height: 26px;
  }

  .paragraph-lokacija.bold {
    font-size: 9px;
  }

  .edo-logo {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .edo-datum {
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    padding-left: 0;
  }

  .link-3 {
    border-bottom-style: none;
    border-bottom-width: 4px;
    text-decoration: underline;
  }

  .logotip-prostoroz {
    height: 85px;
    padding-right: 0;
  }

  .column-9 {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-4 {
    overflow: hidden;
  }

  .title-block {
    margin-bottom: 10px;
  }

  .column-10 {
    height: 50vh;
  }

  .div-40 {
    height: 30px;
  }

  .div-40.hide-mobile, .crta.hide-mobile {
    display: none;
  }

  .div-block-12 {
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .logotip-1 {
    justify-content: flex-start;
    display: flex;
  }

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

  .manjsi-logo {
    width: 14%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 0;
  }

  .manjsi-logo.small {
    margin-top: 0;
    margin-bottom: 0;
  }

  .manjsi-logo.small-2 {
    width: 18%;
    margin-bottom: 10px;
  }

  .logo-visok {
    margin-right: 0;
  }

  .mop {
    width: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .paragraph-biggest-mobile {
    text-align: left;
    font-size: 22px;
    line-height: 30px;
    display: block;
  }

  .paragraph-biggest-mobile.bold {
    font-size: 8px;
  }

  .paragraph-small-mobile {
    text-align: left;
    font-size: 16px;
    line-height: 22px;
    display: block;
  }

  .paragraph-small-mobile.bold {
    font-size: 8px;
  }

  .animation-block {
    flex-direction: column;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .animation-block.mobile {
    z-index: 1;
    height: 90vh;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .logotip-3 {
    height: 54px;
    margin-right: 26px;
    padding-right: 0;
  }

  .div-block-13 {
    height: 100vh;
    padding: 20px;
    position: relative;
  }

  .div-block-13.mobile {
    height: 90vh;
    padding: 20px;
  }

  .div-block-14 {
    z-index: 2;
  }

  .desktop {
    display: block;
  }

  .desktop.hide-mobile {
    display: none;
  }

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

  .subtitle {
    width: 100%;
    max-width: none;
    margin-bottom: 14px;
    padding-left: 0;
    display: none;
  }

  .animacija.desktop {
    display: flex;
  }

  .animacija.mobile {
    height: 100%;
    display: flex;
  }

  .napis {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-right: 5px;
  }

  .cirkulacija {
    width: 35%;
    margin-top: 10px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .mobile-title-block {
    border-bottom: 1px solid #000;
    padding: 20px 20px 10px;
    display: flex;
  }
}


@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}