:root {
  --sinine: #17325a;
  --sinihover: #2d4972;
  --helesinine: #dce7f9;
  --oranz: #ff8552;
  --hele-hele-sinine: #f7f9fd;
  --soetaust: #fff8eb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--sinine);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1em;
  line-height: 1.55em;
}

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

h2 {
  color: var(--sinine);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.4em;
}

h3 {
  color: var(--sinine);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 1.4em;
  font-weight: 500;
  line-height: 1.5em;
}

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

p {
  color: var(--sinine);
  margin-bottom: 10px;
}

a {
  color: var(--sinine);
  text-decoration: none;
}

.hero-stack {
  background-color: var(--sinihover);
  background-image: linear-gradient(180deg, var(--sinine), var(--sinihover));
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-two {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 45%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  text-align: center;
  max-width: 600px;
  margin-bottom: 24px;
  font-size: 1.1em;
  line-height: 1.6em;
}

.button-primary {
  background-color: var(--sinine);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  margin-right: 7px;
  padding: 12px 25px;
  font-size: .8em;
  line-height: 1.5em;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--sinihover);
  color: #fff;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.secondary {
  color: #fff;
  background-color: #ff855200;
  border: 1px solid #dce7f94a;
}

.button-primary.secondary:hover {
  background-color: #9cb1cf70;
}

.button-primary.secondary.tume {
  border-color: var(--helesinine);
  color: var(--sinihover);
  grid-template-rows: auto auto auto auto auto;
}

.button-primary.secondary.tume.portfoolio {
  margin-top: 25px;
}

.navbar-no-shadow-container {
  z-index: 5;
  background-color: var(--sinine);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 25px 30px;
}

.container-regular {
  width: 100%;
  max-width: 1200px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  width: 140px;
  height: 45px;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
}

.nav-link:hover {
  border-bottom: 2px solid var(--oranz);
  color: var(--oranz);
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: #fff;
  border-bottom: 2px solid #ff8552;
}

.heading {
  color: #fff;
  text-align: center;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2em;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-overview {
  border-bottom: 1px #e4ebf3;
  padding: 10px 30px;
  position: relative;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.pricing-image {
  object-fit: cover;
  width: 100px;
  height: 100px;
  margin-bottom: 5px;
  margin-left: -10px;
}

.pricing-card-text {
  text-align: left;
  margin-bottom: 15px;
}

.heading-2 {
  text-align: left;
  margin-top: 10px;
  font-weight: 500;
}

.text-block {
  color: var(--sinihover);
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: .9em;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  display: none;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  flex-flow: row-reverse;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 45%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 8px;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-width: 50%;
  margin-bottom: 0;
  display: block;
}

.list {
  text-align: left;
  padding-left: 15px;
}

.tabs-menu {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  min-width: 45%;
  display: flex;
}

.tabs {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tab-link-idufirmadele {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 1px solid #dce7f9;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  display: flex;
}

.tab-link-idufirmadele:hover {
  background-color: #dce7f880;
}

.tab-link-idufirmadele.w--current {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #dce7f880;
  border-radius: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  display: flex;
  box-shadow: 0 0 7px #dce7f9;
}

.div-block-2 {
  min-width: 100%;
  padding: 10px;
}

.tab-link-kultuurile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid var(--helesinine);
  background-color: #fff0;
  border-radius: 5px;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 20px;
  display: flex;
}

.tab-link-kultuurile:hover {
  background-color: #dce7f880;
}

.tab-link-kultuurile.w--current {
  background-color: #dce7f880;
  box-shadow: 0 0 7px #dce7f9;
}

.tab-link-e-poodidele {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff0;
  border: 1px solid #dce7f9;
  border-radius: 5px;
  align-items: center;
  margin-bottom: 10px;
  padding: 15px 20px;
  display: flex;
}

.tab-link-e-poodidele:hover {
  background-color: #dce7f880;
}

.tab-link-e-poodidele.w--current {
  background-color: #dce7f880;
  box-shadow: 0 0 7px #dce7f9;
}

.feature-heading {
  margin-top: 10px;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1em;
}

.heading-3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 2em;
  font-weight: 400;
}

.team-circles {
  border-bottom: 1px #e4ebf3;
  padding: 50px 30px;
  position: relative;
}

.container-4 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  font-weight: 400;
}

.centered-subheading {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.team-grid {
  grid-column-gap: 20px;
  grid-row-gap: 56px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.teenused-tulp {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-name {
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.teenus-tekst {
  color: var(--sinihover);
  text-align: left;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 1.2em;
  line-height: 2em;
}

.testimonial-image-left {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-wrapper-four {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.testimonial-left {
  width: 50%;
  margin-right: 60px;
}

.testimonial-image-four {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.testimonial-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-small {
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.heading-small.margin-bottom-32px {
  margin-bottom: 20px;
  font-weight: 400;
}

.testimonial-text-four {
  margin-bottom: 32px;
}

.testimonial-author-name-three {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2em;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  display: block;
}

.div-block-4.turnit {
  width: 100px;
  height: 100px;
}

.div-block-4.src-mobla {
  display: none;
}

.div-block-5 {
  border-right: 1px solid var(--helesinine);
  padding-left: 0;
  padding-right: 20px;
}

.div-block-6 {
  background-image: url('../images/alex_testimonial.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.div-block-6.mihkel {
  background-image: url('../images/Mihkel-headshot.jpeg');
}

.div-block-testimonial-2 {
  background-image: url('../images/6485b1e3fb4421d11bd20085_annmargit.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 100%;
  width: 80px;
  height: 80px;
}

.div-block-testimonial-2.veronika {
  background-image: url('../images/veronika.jpeg');
}

.testimonial-logo {
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 30px;
  display: block;
}

.testimonial-logo.convc {
  width: 70px;
  height: 70px;
}

.testimonial-logo.convc.mobile {
  display: none;
}

.testimonail-wrapper {
  flex-flow: row-reverse;
  justify-content: space-between;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.testimonial-left-copy {
  width: 50%;
  margin-left: 60px;
  margin-right: 0;
}

.team-circles-2 {
  border-bottom: 1px #e4ebf3;
  padding: 10px 30px 60px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-3 {
  text-align: left;
  margin-bottom: 16px;
  font-weight: 500;
}

.centered-heading-3.portfoolio-heading {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 15px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.portfolio-grid {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 30px;
  display: grid;
}

.portfolio-item {
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.5em;
}

.portfolio-description {
  text-align: left;
  margin-bottom: 24px;
  font-size: 1em;
  line-height: 1.5em;
}

.image {
  border-radius: 10px;
}

.portfolio-bubble-tag {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

.portfolio-bubble-tag.portfolio-intro {
  text-align: center;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
}

.uui-space-xxsmall-4 {
  width: 100%;
  min-height: .5rem;
}

.div-block-8 {
  width: 100%;
  margin-bottom: 15px;
}

.portfolio-project {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 1em;
  line-height: 1.5em;
  transition: transform .3s;
  display: flex;
}

.portfolio-project:hover {
  transform: translate(0, -10px);
}

.features-metrics {
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px;
  display: flex;
  position: relative;
}

.container-7 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.features-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-around;
  align-items: center;
  max-width: 1100px;
  display: flex;
}

.text-block-6 {
  text-align: center;
  margin-bottom: 20px;
}

.client-logo {
  width: 130px;
}

.client-logo.src {
  width: 180px;
}

.client-logo.dsv-logo, .client-logo.tv3play-logo {
  width: 130px;
}

.features-list-3 {
  background-image: linear-gradient(180deg, #fff, var(--hele-hele-sinine) 50%, white);
  border-bottom: 1px #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-8 {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.tabs-content {
  border: 1px solid var(--helesinine);
  border-radius: 10px;
  width: 50%;
  min-width: 45%;
  margin-left: auto;
  padding: 20px 30px;
  box-shadow: 0 0 7px #dce7f9;
}

.tabs-content.teenuseblokk {
  width: 100%;
  margin-left: 0;
}

.hero-without-image {
  background-color: #fdfdff;
  background-image: linear-gradient(180deg, #fff, var(--helesinine));
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.hero-without-image.kontakt {
  background-image: none;
  padding-bottom: 20px;
}

.container-9 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  border: 1px solid var(--helesinine);
  text-align: center;
  background-color: #f7f9fd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 50px;
  display: flex;
  box-shadow: 0 0 7px #2d497238;
}

.hero-wrapper-two-2.cta {
  background-color: var(--sinine);
  box-shadow: none;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-bottom: 24px;
}

.margin-bottom-24px-2.no-margin {
  margin-bottom: 0;
  font-size: .8em;
  line-height: 1.35em;
}

.button-primary-3 {
  background-color: var(--helesinine);
  color: var(--sinine);
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px #132a4c;
  border-radius: 5px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  background-color: var(--sinihover);
  color: #fff;
}

.button-primary-3:active {
  background-color: #43464d;
}

.heading-5 {
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5em;
}

.heading-5.cta {
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3em;
}

.footer-dark {
  background-color: var(--helesinine);
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  margin-bottom: 30px;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: var(--sinine);
  border-bottom: 2px solid #0000;
  margin-top: 12px;
  margin-bottom: 6px;
  margin-left: 0;
  padding-bottom: 3px;
  font-size: 1em;
  line-height: 16px;
  text-decoration: none;
}

.footer-link:hover {
  border-bottom: 2px solid var(--oranz);
  color: #1a1b1fbf;
  border-radius: 1px;
}

.footer-link.w--current {
  border-bottom-color: var(--oranz);
  padding-bottom: 3px;
  font-size: 1em;
}

.footer-link.w--current:hover {
  border-bottom: 2px solid var(--oranz);
  border-radius: 1px;
}

.footer-link.privacy {
  margin-top: 6px;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 14px;
}

.footer-divider {
  width: 100%;
  height: 1px;
  margin-top: 30px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  display: inline-block;
}

.image-2 {
  width: 150px;
}

.testimonial-image-rigght {
  border-bottom: 1px #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.intro-sektsioon {
  background-color: #c28956;
  background-image: url('../images/Kampus_Intro.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
}

.intro-sektsioon.falconers {
  background-color: #081a40;
  background-image: url('../images/falc-thumb.jpg');
}

.intro-sektsioon.kauss {
  background-color: #57c3ce;
  background-image: url('../images/logo-grid-44.png');
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-sektsioon.tigled {
  background-color: #fe7d11;
  background-image: url('../images/tigled-thumb.jpg');
}

.intro-sektsioon.fookuses {
  background-color: #02f6bb;
  background-image: url('../images/Fookuses-Avaleht-2.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-sektsioon.bolt {
  background-color: #38bc96;
  background-image: url('../images/logo-grid-55.gif');
  background-repeat: no-repeat;
  background-size: cover;
}

.intro-sektsioon.werg {
  background-color: #003279;
  background-image: url('../images/63762323405ffeb7ceeb67c5_5d829dcdfd18869a17f1117a_werg-band.jpeg');
  background-position: 50% 80%;
}

.intro-sektsioon.d-intro {
  background-color: #5295c7;
  background-image: url('../images/disainioointro.webp');
  background-position: 50% 0;
}

.paragraph-projekt {
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.5em;
}

.sisu {
  padding-left: 20px;
  padding-right: 20px;
}

.logo-projekti {
  margin-top: 0;
  margin-bottom: 20px;
  display: block;
}

.sisu-sektsioon {
  margin-bottom: 0;
  padding-top: 50px;
  padding-bottom: 50px;
}

.credit {
  color: #102444;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-block-13 {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

.uui-layout88_item {
  background-color: #f9fafb80;
  border: 1px solid #00000012;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

.work-sisu {
  color: #102444;
  max-width: 800px;
  margin-top: 0;
  padding-right: 30px;
  font-weight: 300;
}

.credits-grid {
  grid-column-gap: 8px;
  grid-row-gap: 3px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 "Area-6 Area-6"
                 / 1.25fr .25fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.credits-grid.tigled-credits {
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid.kampus-grid {
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid.werg-credits {
  grid-template-rows: auto auto auto auto;
}

.uui-heading-xxsmall-4 {
  color: #17325a;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.5;
}

.div-block-9 {
  text-align: center;
}

.punkt {
  font-weight: 300;
  line-height: 32px;
}

.credit-name {
  color: #102444;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 150%;
}

.tegime {
  color: #102444;
  padding-left: 20px;
  list-style-type: disc;
}

.uui-heading-xlarge {
  color: #17315a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.uui-layout88_item-content {
  max-width: 100%;
}

.container-10 {
  max-width: 1100px;
}

.heading-intro {
  margin-top: 0;
  font-weight: 400;
  line-height: 1.3em;
}

.projekt-sisu {
  padding-bottom: 40px;
}

.container-kauss {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-11 Area-12"
                 "Area-8 Area-8"
                 "Area-5 Area-10"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.kauss-large {
  width: 100%;
}

.text-block-14 {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

.div-block-10 {
  text-align: center;
}

.uui-heading-xlarge-2 {
  color: #17315a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.container-11 {
  max-width: 1100px;
}

.text-block-15 {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

.div-block-11 {
  text-align: center;
}

.uui-heading-xlarge-3 {
  color: #17315a;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.container-12 {
  max-width: 1100px;
}

.text-block-16 {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

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

.uui-heading-xlarge-4 {
  color: #17315a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.container-ff {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 ."
                 "Area-5 Area-6"
                 "Area-7 Area-8"
                 "Area-9 Area-9"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.bolt-large {
  width: 100%;
}

.text-block-17 {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

.div-block-13 {
  text-align: center;
}

.paragraph-7 {
  color: var(--sinine);
  border-left-style: none;
  padding-left: 0;
  font-size: .9em;
}

.uui-heading-xlarge-5 {
  color: #17315a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.container-5-bolt {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.text-block-18 {
  color: #102444;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #b2caeb8f;
  border-radius: 20px;
  margin-bottom: 5px;
  margin-right: 10px;
  padding: 3px 10px 2px;
  font-size: 12px;
  display: inline-block;
}

.div-block-14 {
  text-align: center;
}

.uui-heading-xlarge-6 {
  color: #17315a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.container-13 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 ". ."
                 ". ."
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.kontakt-page {
  border-bottom: 1px #e4ebf3;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 60px 30px 20px;
  display: flex;
  position: relative;
}

.contact-form {
  background-color: var(--hele-hele-sinine);
  background-image: linear-gradient(#fff, #dce7fa);
  border-bottom: 1px #e4ebf3;
  padding: 20px 30px 60px;
  position: relative;
}

.field-label, .field-label-2 {
  color: var(--sinine);
  text-align: left;
  font-weight: 400;
}

.form {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-5"
                 "Area-6 Area-6"
                 "Area-7 Area-7"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.form-block {
  width: 100%;
}

.text-field {
  border: 1px solid #dce7f9;
  border-radius: 3px;
  height: 40px;
}

.text-field:hover, .text-field:focus {
  border: 1px solid var(--oranz);
}

.text-field-2 {
  border: 1px solid var(--helesinine);
  border-radius: 3px;
  height: 40px;
}

.text-field-2:hover, .text-field-2:focus {
  border: 1px solid var(--oranz);
}

.select-field {
  border: 1px solid var(--helesinine);
  border-radius: 3px;
  height: 40px;
  padding-right: 10px;
}

.select-field:hover {
  border: 1px solid var(--oranz);
}

.textarea {
  border: 1px solid var(--helesinine);
  border-radius: 3px;
  width: 100%;
  height: 120px;
  min-height: 120px;
}

.textarea:hover, .textarea:focus {
  border: 1px solid var(--oranz);
}

.kontakt-button {
  background-color: var(--sinihover);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 5px;
  width: 100%;
  height: 60px;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.kontakt-button:hover {
  background-color: var(--oranz);
  color: #fff;
}

.kontakt-button:active {
  background-color: #43464d;
}

.success-message {
  background-color: #ddd0;
}

.text-block-19 {
  color: var(--sinine);
}

.div-block-16 {
  flex-flow: column;
  justify-content: space-between;
  width: 300px;
  display: flex;
}

.div-block-17 {
  margin-bottom: 20px;
  display: flex;
}

.image-3 {
  width: 40px;
  height: 50px;
}

.div-block-18 {
  margin-left: 15px;
}

.text-block-20 {
  font-weight: 500;
}

.div-block-19 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.checkbox-label {
  color: var(--sinine);
  text-align: left;
  margin-left: 10px;
  font-size: .9em;
  line-height: 1.3em;
}

.checkbox-field {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 15px;
  display: flex;
}

.checkbox {
  border: 1px solid var(--helesinine);
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
  margin-top: 0;
}

.code-embed-2, .image-4 {
  display: none;
}

.image-5 {
  display: block;
}

.container-14 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 700px;
  margin-top: 0;
  display: flex;
}

.div-block-20 {
  width: 100%;
  height: auto;
  margin-left: -1px;
  display: none;
  transform: rotate(1deg);
}

.div-block-21 {
  text-align: left;
  margin-top: 20px;
}

.div-block-22 {
  width: 25%;
  height: auto;
  margin-top: 0;
}

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

.div-block-23 {
  display: none;
}

.heading-6 {
  font-weight: 400;
}

.werg-pakend {
  width: 100%;
}

.container-4-werg {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 ". ."
                 "Area-5 Area-5"
                 "Area-6 Area-6"
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.container-tigled {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-11 Area-12"
                 "Area-8 Area-8"
                 "Area-5 Area-10"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.container-d {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template: "Area Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-11 Area-12"
                 "Area-8 Area-8"
                 "Area-5 Area-10"
                 "Area-13 Area-14"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1200px;
  display: grid;
}

.image-18 {
  min-width: 130px;
}

.tekst-link {
  border-bottom: 1px solid var(--oranz);
  color: var(--sinine);
}

.container-15 {
  max-width: 1000px;
}

.section-2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.list-2 {
  margin-bottom: 0;
}

.link {
  border-bottom: 1px solid var(--oranz);
}

.heading-7 {
  text-align: center;
  margin-bottom: 30px;
}

.image-19 {
  width: 120px;
  height: 120px;
  margin-bottom: 10px;
}

.credits-grid-falconers {
  grid-column-gap: 8px;
  grid-row-gap: 3px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 / 1.25fr .25fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.credits-grid-falconers.tigled-credits {
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-falconers.kampus-grid {
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-falconers.werg-credits {
  grid-template-rows: auto auto auto auto;
}

.credits-grid-tigled {
  grid-column-gap: 8px;
  grid-row-gap: 3px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 / 1.25fr .25fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.credits-grid-tigled.tigled-credits {
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-tigled.kampus-grid {
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-tigled.werg-credits {
  grid-template-rows: auto auto auto auto;
}

.credits-grid-kauss {
  grid-column-gap: 8px;
  grid-row-gap: 3px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 "Area-4 Area-4"
                 "Area-5 Area-5"
                 / 1.25fr .25fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.credits-grid-kauss.tigled-credits {
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-kauss.kampus-grid {
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-kauss.werg-credits {
  grid-template-rows: auto auto auto auto;
}

.credits-grid-disainioo {
  grid-column-gap: 8px;
  grid-row-gap: 3px;
  grid-template: "Area Area"
                 "Area-2 Area-2"
                 "Area-3 Area-3"
                 / 1.25fr .25fr;
  margin-top: 20px;
  margin-bottom: 0;
}

.credits-grid-disainioo.tigled-credits {
  grid-row-gap: 3px;
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-disainioo.kampus-grid {
  grid-template-rows: auto auto auto auto auto;
}

.credits-grid-disainioo.werg-credits {
  grid-template-rows: auto auto auto auto;
}

.div-block-25 {
  text-align: left;
  width: 60%;
}

.div-block-26 {
  background-image: url('../images/Gemini_Generated_Image_8sasqi8sasqi8sas.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 150px;
  width: 150px;
  height: 150px;
  margin-bottom: 20px;
}

.div-block-27 {
  border: 1px solid var(--sinihover);
  background-color: #dce7f908;
  border-radius: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  display: flex;
}

.div-block-28 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 50px;
  padding-right: 50px;
  display: grid;
}

.image-20 {
  border-radius: 5px;
  box-shadow: 0 0 7px #2d497285;
}

.image-20.image-shadow {
  box-shadow: 0 0 7px #dce7f9;
}

.image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  border-radius: 5px;
}

.image-28 {
  height: 100px;
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .hero-wrapper-two {
    width: 70%;
  }

  .navbar-no-shadow-container {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: var(--sinine);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2em;
  }

  .nav-link.w--current {
    font-size: 2em;
  }

  .menu-button {
    padding: 10px 0 10px 10px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .container-2 {
    max-width: 728px;
  }

  .pricing-grid {
    grid-column-gap: 30px;
  }

  .container-3 {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .tabs-menu {
    min-width: 100%;
    margin-bottom: 30px;
  }

  .tabs {
    flex-flow: column;
  }

  .container-4 {
    max-width: 728px;
  }

  .team-grid {
    grid-column-gap: 40px;
  }

  .testimonial-image-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-5 {
    max-width: 728px;
  }

  .testimonial-wrapper-four {
    flex-flow: column;
  }

  .testimonial-left {
    width: 100%;
    margin-right: 40px;
  }

  .testimonial-right {
    margin-top: 20px;
  }

  .testimonail-wrapper {
    flex-flow: column;
  }

  .testimonial-left-copy {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-6 {
    max-width: 728px;
  }

  .portfolio-grid {
    grid-column-gap: 40px;
  }

  .container-7 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-list-3 {
    padding-top: 30px;
  }

  .container-8 {
    max-width: 728px;
  }

  .tabs-content {
    width: 100%;
  }

  .container-9 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .testimonial-image-rigght {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-sektsioon {
    height: 50vh;
  }

  .intro-sektsioon.kauss {
    background-image: url('../images/logo-grid-44.png');
    background-repeat: no-repeat;
    background-size: cover;
  }

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

  .uui-heading-xlarge, .uui-heading-xlarge-2, .uui-heading-xlarge-3, .uui-heading-xlarge-4, .uui-heading-xlarge-5, .uui-heading-xlarge-6 {
    font-size: 3.25rem;
  }

  .icon {
    color: var(--hele-hele-sinine);
    width: 50px;
    height: 50px;
    font-size: 2em;
  }

  .list-item {
    margin-bottom: 10px;
    padding: 10px 20px;
  }

  .div-block-24 {
    width: 50px;
    height: 50px;
  }
}

@media screen and (max-width: 767px) {
  .hero-stack {
    padding: 60px 15px;
  }

  .navbar-no-shadow-container {
    padding: 5px 15px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .navbar-brand.w--current {
    width: 120px;
    height: 40px;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .pricing-overview, .features-list-2, .team-circles {
    padding: 60px 15px;
  }

  .team-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-image-left {
    padding: 60px 15px;
  }

  .testimonial-wrapper-four {
    flex-direction: column;
  }

  .testimonial-left {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .testimonial-image-four {
    height: auto;
  }

  .heading-small {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonail-wrapper {
    flex-direction: column;
  }

  .testimonial-image-2 {
    height: auto;
  }

  .testimonial-left-copy {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .team-circles-2 {
    padding: 60px 15px;
  }

  .portfolio-grid {
    grid-template-columns: 1fr 1fr;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .client-logo {
    width: 80px;
  }

  .client-logo.src {
    width: 110px;
  }

  .client-logo.dsv-logo, .client-logo.tv3play-logo {
    width: 75px;
  }

  .features-list-3, .hero-without-image {
    padding: 60px 15px;
  }

  .heading-5.cta {
    line-height: 1.3em;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-brand {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

  .footer-link:hover {
    color: #1a1b1fbf;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .testimonial-image-rigght {
    padding: 60px 15px;
  }

  .intro-sektsioon {
    background-repeat: no-repeat;
  }

  .sisu-sektsioon {
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .uui-layout88_item {
    padding: 1.5rem;
  }

  .credits-grid {
    width: 400px;
  }

  .uui-heading-xxsmall-4 {
    font-size: 1.125rem;
  }

  .uui-heading-xlarge, .uui-heading-xlarge-2, .uui-heading-xlarge-3, .uui-heading-xlarge-4, .uui-heading-xlarge-5, .uui-heading-xlarge-6 {
    font-size: 2.25rem;
  }

  .kontakt-page, .contact-form {
    padding: 60px 15px;
  }

  .div-block-20 {
    display: none;
  }

  .div-block-23 {
    display: block;
  }

  .image-18 {
    min-width: 100px;
  }

  .credits-grid-falconers, .credits-grid-tigled, .credits-grid-kauss, .credits-grid-disainioo {
    width: 400px;
  }
}

@media screen and (max-width: 479px) {
  .hero-stack {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container {
    max-width: none;
  }

  .hero-wrapper-two {
    width: 90%;
  }

  .button-primary, .button-primary.secondary {
    text-align: center;
  }

  .navbar-no-shadow-container {
    padding: 10px 15px;
  }

  .navbar-wrapper {
    justify-content: space-between;
  }

  .navbar-brand.w--current {
    width: 105px;
    height: 35px;
  }

  .nav-menu {
    flex-direction: column;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .nav-link.w--current {
    padding-bottom: 5px;
  }

  .menu-button {
    padding: 10px 0 10px 10px;
  }

  .container-2 {
    max-width: none;
  }

  .pricing-overview {
    padding-top: 30px;
  }

  .pricing-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .container-3 {
    max-width: none;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .heading-3 {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .team-circles {
    padding-top: 30px;
  }

  .container-4 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
    font-size: 1.5em;
  }

  .team-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .testimonial-image-left {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-5 {
    max-width: none;
  }

  .heading-small {
    font-size: 24px;
    line-height: 32px;
  }

  .testimonial-author-name-three {
    font-size: 1em;
  }

  .testimonial-title {
    font-size: .9em;
  }

  .div-block-3 {
    flex-flow: column;
    width: 100%;
  }

  .div-block-4 {
    display: none;
  }

  .div-block-4.src-mobla {
    width: 150px;
    height: 34px;
    margin-top: 5px;
    margin-left: -5px;
    display: block;
  }

  .div-block-5 {
    border-right-style: none;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-right: 10px;
    display: flex;
  }

  .div-block-6 {
    width: 80px;
    height: 80px;
  }

  .div-block-testimonial-2 {
    min-width: 80px;
    min-height: 80px;
  }

  .testimonial-logo {
    display: none;
  }

  .testimonial-logo.convc.mobile {
    width: 100px;
    height: 30px;
    margin-top: 5px;
    display: block;
  }

  .team-circles-2 {
    padding-top: 10px;
  }

  .container-6 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
    font-size: 1.1em;
    line-height: 1.5em;
  }

  .centered-heading-3.portfoolio-heading {
    font-size: 1.5em;
    line-height: 1.3em;
  }

  .portfolio-grid {
    grid-template-columns: 1fr;
  }

  .features-metrics {
    padding-bottom: 30px;
  }

  .container-7 {
    max-width: none;
  }

  .features-wrapper {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .features-list-3 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-8 {
    max-width: none;
  }

  .tabs-content {
    padding: 10px;
  }

  .tabs-content.teenuseblokk {
    padding: 15px;
  }

  .container-9 {
    max-width: none;
  }

  .hero-wrapper-two-2 {
    padding: 20px;
  }

  .hero-wrapper-two-2.cta {
    background-color: var(--sinine);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .heading-5.cta {
    font-size: 1.5em;
  }

  .footer-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-brand {
    justify-content: flex-start;
    align-items: center;
  }

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

  .testimonial-image-rigght {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .intro-sektsioon {
    background-color: #c28956;
  }

  .intro-sektsioon.tigled {
    background-image: url('../images/Tigled_Bg_6-copy.webp');
  }

  .paragraph-projekt {
    font-size: 1em;
  }

  .sisu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .sisu-sektsioon {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-layout88_item {
    padding: 1rem;
  }

  .work-sisu {
    padding-right: 0;
  }

  .credits-grid {
    grid-template-columns: .75fr 1fr;
    width: 280px;
    overflow: hidden;
  }

  .uui-heading-xlarge {
    letter-spacing: 0;
    margin-bottom: 1rem;
    font-size: 2em;
  }

  .heading-intro {
    font-size: 1.5em;
  }

  .container-kauss {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "."
                   / 1fr;
  }

  .container-ff {
    grid-row-gap: 20px;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-8"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-9"
                   "Area-10"
                   "."
                   / 1fr;
  }

  .container-5-bolt {
    grid-template: "Area"
                   "Area-4"
                   "Area-5"
                   "Area-3"
                   "."
                   "Area-2"
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .container-13 {
    grid-template-columns: 1fr;
    grid-template-areas: "Area";
  }

  .kontakt-page {
    padding-bottom: 30px;
  }

  .contact-form {
    padding-top: 30px;
  }

  .form {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template: "Area Area"
                   "Area-2 Area-2"
                   "Area-8 Area-8"
                   "Area-3 Area-3"
                   "Area-4 Area-4"
                   "Area-5 Area-5"
                   "Area-6 Area-6"
                   / 1fr;
  }

  .div-block-19 {
    flex-flow: column;
  }

  .icon {
    width: 35px;
    height: 35px;
    font-size: 1.6em;
  }

  .code-embed {
    display: none;
  }

  .code-embed-2 {
    width: 70px;
    margin-top: 10px;
    display: block;
  }

  .image-4 {
    width: 150px;
    margin-top: 10px;
    display: block;
  }

  .container-14 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-20 {
    transform: rotate(2deg);
  }

  .image-8, .image-7 {
    margin-bottom: 10px;
  }

  .werg-pakend {
    margin-bottom: 0;
  }

  .werg-pakend._2 {
    margin-bottom: 10px;
  }

  .image-9 {
    margin-bottom: 0;
  }

  .image-10, .image-11, .image-12 {
    margin-bottom: 10px;
  }

  .image-13 {
    margin-bottom: 0;
  }

  .image-14, .image-15, .image-6, .image-16, .image-17 {
    margin-bottom: 10px;
  }

  .container-4-werg {
    grid-template: "."
    / 1fr;
    max-width: 100vw;
    display: block;
  }

  .container-tigled {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "."
                   / 1fr;
  }

  .container-d {
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   "Area-7"
                   "Area-8"
                   "Area-9"
                   "Area-10"
                   "Area-11"
                   "."
                   / 1fr;
  }

  .div-block-24 {
    width: 40px;
    height: 40px;
  }

  .image-18 {
    margin-top: 3px;
    margin-left: 4px;
  }

  .credits-grid-falconers, .credits-grid-tigled, .credits-grid-kauss, .credits-grid-disainioo {
    grid-template-columns: .75fr 1fr;
    width: 280px;
    overflow: hidden;
  }

  .div-block-25 {
    width: 100%;
    margin-bottom: 20px;
  }

  .div-block-27 {
    width: 100%;
  }
}

#w-node-f47a4123-54c8-c2d6-16ee-6feec1ebbfdc-c1ebbfd6, #w-node-f47a4123-54c8-c2d6-16ee-6feec1ebbfe7-c1ebbfd6, #w-node-_2313f06f-db3e-036f-0c57-6a124e2f6047-142973d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2313f06f-db3e-036f-0c57-6a124e2f604b-142973d2 {
  grid-area: Area-2;
}

#w-node-_2313f06f-db3e-036f-0c57-6a124e2f604f-142973d2 {
  grid-area: Area-3;
}

#w-node-_2313f06f-db3e-036f-0c57-6a124e2f6053-142973d2 {
  grid-area: Area-4;
}

#w-node-_2313f06f-db3e-036f-0c57-6a124e2f6057-142973d2 {
  grid-area: Area-5;
}

#w-node-f855c5c9-97fd-53de-e7cd-39819cf02273-142973d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3662-142973d2 {
  grid-area: Area;
}

#w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3663-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3664-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3665-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3666-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3667-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3669-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa366a-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa366b-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa366c-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa366d-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa366e-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa366f-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3670-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3671-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3672-142973d2, #w-node-b358ce18-1bc4-2e5a-e519-dcfc7faa3673-142973d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_36a70489-572f-e594-9678-10d8610f4c5b-ac851480 {
  grid-area: Area;
}

#w-node-_36a70489-572f-e594-9678-10d8610f4c5f-ac851480 {
  grid-area: Area-2;
}

#w-node-_36a70489-572f-e594-9678-10d8610f4c63-ac851480 {
  grid-area: Area-3;
}

#w-node-_36a70489-572f-e594-9678-10d8610f4c67-ac851480 {
  grid-area: Area-4;
}

#w-node-_36a70489-572f-e594-9678-10d8610f4c6b-ac851480 {
  grid-area: Area-5;
}

#w-node-_36a70489-572f-e594-9678-10d8610f4c6f-ac851480 {
  grid-area: Area-6;
}

#w-node-_818854c0-3f26-f0f9-3484-990f65fc793f-ac851480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b59d0433-8d3a-beaf-cce9-7b06af607007-ac851480 {
  grid-area: Area;
}

#w-node-b59d0433-8d3a-beaf-cce9-7b06af607008-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607009-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af60700a-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af60700b-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af60700c-ac851480 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b59d0433-8d3a-beaf-cce9-7b06af60700d-ac851480 {
  grid-area: Area-3;
}

#w-node-b59d0433-8d3a-beaf-cce9-7b06af60700e-ac851480 {
  grid-area: Area-4;
}

#w-node-b59d0433-8d3a-beaf-cce9-7b06af60700f-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607010-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607011-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607013-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607014-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607015-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607016-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607017-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607018-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af607019-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af60701a-ac851480, #w-node-b59d0433-8d3a-beaf-cce9-7b06af60701b-ac851480, #w-node-f92c1064-25a6-16a2-445c-fa9a11fd6147-2b9dd1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f92c1064-25a6-16a2-445c-fa9a11fd6149-2b9dd1bd {
  grid-area: Area-2;
}

#w-node-f92c1064-25a6-16a2-445c-fa9a11fd614b-2b9dd1bd {
  grid-area: Area-3;
}

#w-node-f92c1064-25a6-16a2-445c-fa9a11fd614d-2b9dd1bd {
  grid-area: Area-4;
}

#w-node-_00e7fd5f-4075-4681-7b3b-8e285ee5b281-2b9dd1bd {
  grid-area: Area-5;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e98b-2b9dd1bd {
  grid-area: Area;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e98c-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e98d-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e98e-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e98f-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e990-2b9dd1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e991-2b9dd1bd {
  grid-area: Area-3;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e992-2b9dd1bd {
  grid-area: Area-4;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e993-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e994-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e995-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e996-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e997-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e998-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e999-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e99a-2b9dd1bd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e99b-2b9dd1bd {
  grid-area: Area-9;
}

#w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e99c-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e99d-2b9dd1bd, #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e99e-2b9dd1bd, #w-node-_736a63fd-a9c2-3668-77e9-546bcd5fd63a-5b2bc430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_736a63fd-a9c2-3668-77e9-546bcd5fd63c-5b2bc430 {
  grid-area: Area-2;
}

#w-node-_736a63fd-a9c2-3668-77e9-546bcd5fd63e-5b2bc430 {
  grid-area: Area-3;
}

#w-node-_736a63fd-a9c2-3668-77e9-546bcd5fd640-5b2bc430 {
  grid-area: Area-4;
}

#w-node-_415e00e3-b2c1-5f60-e162-07b1b4c76823-5b2bc430 {
  grid-area: Area-5;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df87-5b2bc430 {
  grid-area: Area;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df88-5b2bc430, #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8a-5b2bc430, #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8b-5b2bc430, #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8c-5b2bc430 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8d-5b2bc430 {
  grid-area: Area-3;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8e-5b2bc430 {
  grid-area: Area-11;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8f-5b2bc430 {
  grid-area: Area-12;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df90-5b2bc430 {
  grid-area: Area-5;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df91-5b2bc430 {
  grid-area: Area-4;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df92-5b2bc430 {
  grid-area: Area-10;
}

#w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df93-5b2bc430 {
  grid-area: Area-8;
}

#w-node-c767ac32-e9b2-44d0-bc9b-8573c8269676-ab5b7d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c767ac32-e9b2-44d0-bc9b-8573c826967a-ab5b7d93 {
  grid-area: Area-2;
}

#w-node-c29aa496-5de8-0f74-2c95-ed027da3e828-ab5b7d93 {
  grid-area: Area-3;
}

#w-node-_80516a59-5aaa-919f-e6f6-2c9d062258b1-ab5b7d93 {
  grid-area: Area-4;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b89-ab5b7d93 {
  grid-area: Area;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b8a-ab5b7d93, #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b8c-ab5b7d93, #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b8d-ab5b7d93, #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b8e-ab5b7d93 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b8f-ab5b7d93 {
  grid-area: Area-3;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b90-ab5b7d93 {
  grid-area: Area-11;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b91-ab5b7d93 {
  grid-area: Area-12;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b92-ab5b7d93 {
  grid-area: Area-5;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b93-ab5b7d93 {
  grid-area: Area-4;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b94-ab5b7d93 {
  grid-area: Area-10;
}

#w-node-_2096d09f-979b-e4af-b6dc-c90852a93b95-ab5b7d93 {
  grid-area: Area-8;
}

#w-node-db4f30fe-1744-234a-07ab-b722c5fe66b7-781f63a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-db4f30fe-1744-234a-07ab-b722c5fe66b9-781f63a6 {
  grid-area: Area-2;
}

#w-node-db4f30fe-1744-234a-07ab-b722c5fe66bb-781f63a6 {
  grid-area: Area-3;
}

#w-node-_28778d2f-76fd-edf9-e604-441cdbc79082-781f63a6 {
  grid-area: Area-4;
}

#w-node-c014aefa-e45e-fd1d-30b4-f40813eab524-781f63a6 {
  grid-area: Area-5;
}

#w-node-db4f30fe-1744-234a-07ab-b722c5fe66bd-781f63a6 {
  grid-area: Area-4;
  justify-self: start;
}

#w-node-_6c7963aa-da79-03c1-164d-8a40a59fba29-781f63a6 {
  grid-area: Area;
}

#w-node-_6c7963aa-da79-03c1-164d-8a40a59fba2a-781f63a6, #w-node-_6c7963aa-da79-03c1-164d-8a40a59fba2c-781f63a6, #w-node-_6c7963aa-da79-03c1-164d-8a40a59fba2d-781f63a6, #w-node-_6c7963aa-da79-03c1-164d-8a40a59fba2e-781f63a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6c7963aa-da79-03c1-164d-8a40a59fba2f-781f63a6 {
  grid-area: Area-3;
}

#w-node-_5cd472d7-f7f5-046d-a024-2ea9ad41061e-781f63a6 {
  grid-area: Area-4;
}

#w-node-_63f739d7-6423-ee12-7642-fdef50866f32-781f63a6 {
  grid-area: Area-12;
}

#w-node-_3ccd50dc-1719-0b17-c524-7d42e3afb965-781f63a6 {
  grid-area: Area-11;
}

#w-node-c706e83f-83f4-9a18-91fc-dd40f6a3e506-781f63a6 {
  grid-area: Area-5;
}

#w-node-a725eeda-28e2-c81f-5519-2f4be202aec1-781f63a6 {
  grid-area: Area-8;
}

#w-node-_7fe0193d-45f4-2e1b-3954-8d3280a8a651-781f63a6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b48d21fa-e443-756c-b5c0-c9fbb5d28c56-e8317087 {
  grid-area: Area-5;
}

#w-node-_4b17a196-3d56-1a1f-032f-293a1a622286-e8317087 {
  grid-area: Area-6;
}

#w-node-bc3a66f9-36c6-2430-cb59-2eb9f19ab0e2-e8317087 {
  grid-area: Area-7;
}

#w-node-bc8c3ec9-5ae1-b9a8-8f3d-a59f5f055f8e-3e7a7ecf, #w-node-bc8c3ec9-5ae1-b9a8-8f3d-a59f5f055f9a-3e7a7ecf, #w-node-bc8c3ec9-5ae1-b9a8-8f3d-a59f5f055fa6-3e7a7ecf, #w-node-bc8c3ec9-5ae1-b9a8-8f3d-a59f5f055fb2-3e7a7ecf, #w-node-bc8c3ec9-5ae1-b9a8-8f3d-a59f5f055fbe-3e7a7ecf, #w-node-bc8c3ec9-5ae1-b9a8-8f3d-a59f5f055fc8-3e7a7ecf, #w-node-b042a174-438b-045c-c980-46594045bd26-3e7a7ecf, #w-node-_204df942-bc35-c6c2-56cc-8c886d9d44f4-3e7a7ecf, #w-node-_663a10c9-9731-98da-c281-2a12997b4b3a-2572f477, #w-node-_663a10c9-9731-98da-c281-2a12997b4b4e-2572f477, #w-node-_663a10c9-9731-98da-c281-2a12997b4b62-2572f477, #w-node-_857a3d16-4e00-9c3a-b4ce-727f9cb86762-2572f477, #w-node-_857a3d16-4e00-9c3a-b4ce-727f9cb86772-2572f477, #w-node-_857a3d16-4e00-9c3a-b4ce-727f9cb86782-2572f477, #w-node-_07ccf83e-0e93-b07d-a488-49bc0278caa7-2572f477, #w-node-_989ab963-4107-4c85-23db-e081f7c5949b-2572f477, #w-node-_4234a3ca-db50-77c4-82ed-1fcb2b3bcd38-2572f477 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f89d6419-40b9-e978-a594-babbc2cf9dcc-b3ec5de9 {
  grid-area: Area;
}

#w-node-f89d6419-40b9-e978-a594-babbc2cf9dd0-b3ec5de9 {
  grid-area: Area-2;
}

#w-node-_56461fc5-9a6d-d627-1692-98485494d70d-b3ec5de9 {
  grid-area: Area-3;
}

#w-node-_126fba39-5584-5b98-124b-65a7804ba524-b3ec5de9 {
  grid-area: Area-4;
}

#w-node-_44be34b8-003d-dcdb-3b88-6c2ee45dcc7e-b3ec5de9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a73-b3ec5de9 {
  grid-area: Area;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a74-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a75-b3ec5de9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a77-b3ec5de9 {
  grid-area: Area-3;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a78-b3ec5de9 {
  grid-area: Area-4;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a79-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a7a-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a7b-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a7c-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a7d-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a7e-b3ec5de9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a7f-b3ec5de9 {
  grid-area: Area-6;
}

#w-node-_5fdbc5c7-afcf-512f-a18f-596710736a80-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a81-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a82-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a83-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a84-b3ec5de9, #w-node-_5fdbc5c7-afcf-512f-a18f-596710736a85-b3ec5de9, #w-node-c081322b-139f-f59e-de02-5e7a3f3977b2-04c8f861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c081322b-139f-f59e-de02-5e7a3f3977b6-04c8f861 {
  grid-area: Area-2;
}

#w-node-cd692111-7848-614d-b1b0-21de9904742a-04c8f861 {
  grid-area: Area-3;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a296fa-04c8f861 {
  grid-area: Area;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a296fb-04c8f861, #w-node-_0de82296-147e-9642-43cc-c68e04a296fd-04c8f861, #w-node-_0de82296-147e-9642-43cc-c68e04a296fe-04c8f861, #w-node-_0de82296-147e-9642-43cc-c68e04a296ff-04c8f861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29700-04c8f861 {
  grid-area: Area-3;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29701-04c8f861 {
  grid-area: Area-11;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29702-04c8f861 {
  grid-area: Area-12;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29703-04c8f861 {
  grid-area: Area-5;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29704-04c8f861 {
  grid-area: Area-4;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29705-04c8f861 {
  grid-area: Area-10;
}

#w-node-_3a3f4a5c-add9-165b-75d4-2e8ed4a13eb1-04c8f861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0de82296-147e-9642-43cc-c68e04a29706-04c8f861 {
  grid-area: Area-8;
}

#w-node-c7b6e6dc-a73b-28a4-e42b-d2998929dd86-04c8f861 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e98d-2b9dd1bd {
    grid-area: Area-2;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e990-2b9dd1bd {
    grid-area: Area-3;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e991-2b9dd1bd {
    grid-area: Area-8;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e992-2b9dd1bd {
    grid-area: Area-10;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e993-2b9dd1bd {
    grid-area: Area-5;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e996-2b9dd1bd {
    grid-area: Area-4;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e998-2b9dd1bd {
    grid-area: Area-6;
  }

  #w-node-_3f7682ea-4a80-592d-e41e-e6ed5742e99c-2b9dd1bd {
    grid-area: Area-7;
  }

  #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8e-5b2bc430 {
    grid-area: Area-5;
  }

  #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df8f-5b2bc430 {
    grid-area: Area-6;
  }

  #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df90-5b2bc430 {
    grid-area: Area-7;
  }

  #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df92-5b2bc430 {
    grid-area: Area-9;
  }

  #w-node-_33940c31-7aac-e28e-c9e9-2a782cc0df93-5b2bc430 {
    grid-area: Area-8;
  }

  #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b90-ab5b7d93 {
    grid-area: Area-5;
  }

  #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b91-ab5b7d93 {
    grid-area: Area-6;
  }

  #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b92-ab5b7d93 {
    grid-area: Area-7;
  }

  #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b94-ab5b7d93 {
    grid-area: Area-9;
  }

  #w-node-_2096d09f-979b-e4af-b6dc-c90852a93b95-ab5b7d93 {
    grid-area: Area-8;
  }

  #w-node-_63f739d7-6423-ee12-7642-fdef50866f32-781f63a6 {
    grid-area: Area-7;
  }

  #w-node-_3ccd50dc-1719-0b17-c524-7d42e3afb965-781f63a6 {
    grid-area: Area-5;
  }

  #w-node-c706e83f-83f4-9a18-91fc-dd40f6a3e506-781f63a6 {
    grid-area: Area-9;
  }

  #w-node-abb18e49-4f6d-b6e6-02b9-187e092a740e-e8317087 {
    grid-area: Area;
  }

  #w-node-e977d989-61f9-e139-cd94-41028708544d-e8317087 {
    grid-area: Area-2;
  }

  #w-node-_3a6ae1c6-b558-08d6-415f-1a7f55ada274-e8317087 {
    grid-area: Area-8;
  }

  #w-node-_4b66a92e-f0e4-6b6d-7874-c9901a6fb014-e8317087 {
    grid-area: Area-3;
  }

  #w-node-b48d21fa-e443-756c-b5c0-c9fbb5d28c56-e8317087 {
    grid-area: Area-4;
  }

  #w-node-_4b17a196-3d56-1a1f-032f-293a1a622286-e8317087 {
    grid-area: Area-5;
  }

  #w-node-bc3a66f9-36c6-2430-cb59-2eb9f19ab0e2-e8317087 {
    grid-area: Area-6;
  }

  #w-node-_0de82296-147e-9642-43cc-c68e04a29701-04c8f861 {
    grid-area: Area-5;
  }

  #w-node-_0de82296-147e-9642-43cc-c68e04a29702-04c8f861 {
    grid-area: Area-6;
  }

  #w-node-_0de82296-147e-9642-43cc-c68e04a29703-04c8f861 {
    grid-area: Area-7;
  }

  #w-node-_0de82296-147e-9642-43cc-c68e04a29705-04c8f861 {
    grid-area: Area-9;
  }

  #w-node-_3a3f4a5c-add9-165b-75d4-2e8ed4a13eb1-04c8f861 {
    grid-area: Area-10;
  }

  #w-node-_0de82296-147e-9642-43cc-c68e04a29706-04c8f861 {
    grid-area: Area-8;
  }

  #w-node-c7b6e6dc-a73b-28a4-e42b-d2998929dd86-04c8f861 {
    grid-area: Area-11;
  }
}


