h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 80px;
  line-height: 44px;
  font-weight: 700;
}

a {
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  text-decoration: none;
}

.section {
  overflow: visible;
  margin-top: 100px;
  padding: 60px;
  background-color: #f0f0f0;
}

.section.hidden {
  overflow: hidden;
  padding-bottom: 60px;
}

.section.footer {
  background-color: #fff;
}

.container {
  display: block;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.hero {
  height: 860px;
  padding-right: 60px;
  padding-left: 60px;
  background-image: url('../images/urban-traffic-with-cityscape-min.jpg');
  background-position: 0px 0px;
  background-size: 3516px;
}

.navbar {
  width: auto;
  height: auto;
  padding-top: 20px;
  background-color: transparent;
}

.brand {
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
}

.brand.w--current {
  margin-top: -14px;
  margin-bottom: -91px;
}

.nav-link {
  margin-right: 30px;
  padding: 20px 0px 0px;
}

.nav-link-2 {
  margin-right: 30px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.nav-link-3 {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
}

.text-block {
  overflow: visible;
  margin-right: 41px;
  margin-left: 9px;
  color: #fff;
  font-size: 30px;
}

.link-block-navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  padding-top: 20px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.link-block-navbar:hover {
  border-bottom: 1px solid #2c2c2c;
  color: rgba(51, 51, 51, 0.9);
}

.link-block-navbar.mail {
  width: 100px;
}

.link-block-navbar.call {
  margin-right: 0px;
  margin-left: 39px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.container-2 {
  margin-right: auto;
  margin-left: auto;
}

.text-block-2 {
  color: #303030;
}

.hero-content {
  margin-top: 250px;
  margin-left: 96px;
}

.paragraph {
  margin-top: 50px;
  padding-left: 1px;
  font-family: Merriweather, serif;
  color: #fff;
  font-size: 45px;
  font-weight: 400;
}

.heading {
  margin-bottom: 30px;
  color: #fff;
}

.hero-button {
  margin-top: 30px;
  padding: 16px 11px;
  border-radius: 5px;
  background-color: #ff8f55;
}

.hero-button:hover {
  background-color: rgba(255, 143, 85, 0.7);
}

.hero-ghost-button {
  margin-left: 40px;
  padding: 16px 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff8f55;
  border-radius: 8px;
  background-color: transparent;
  color: #fff;
}

.hero-ghost-button:hover {
  border-color: rgba(255, 143, 85, 0.7);
}

.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 40px;
  font-size: 40px;
  line-height: 54px;
}

.div-block {
  display: block;
  margin-left: 140px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.paragraph-2 {
  margin-top: 28px;
  padding-right: 0px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.heading-3 {
  margin-top: 40px;
  margin-bottom: 100px;
  font-size: 64px;
  font-weight: 900;
  text-align: center;
}

.image {
  overflow: hidden;
  max-width: 1500px;
  min-width: auto;
  margin-right: 0px;
  margin-left: -60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-3 {
  color: #ff8f55;
}

.link-cta {
  display: inline-block;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #ff8f55;
}

.image-2 {
  margin-bottom: 3px;
  margin-left: 10px;
}

.link-block {
  margin-top: 17px;
}

.image-cta {
  overflow: visible;
  max-width: none;
  min-width: auto;
  margin-right: 0px;
  margin-left: -60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.flexbox-cta-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-copy {
  margin-right: 150px;
  margin-left: 0px;
}

.image-cta-2 {
  display: block;
  overflow: hidden;
  max-width: none;
  min-width: auto;
  margin-right: -60px;
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-collum {
  display: block;
  width: auto;
  max-width: 750px;
  min-width: 400px;
  margin-right: 0px;
}

.flexbox-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexbox-2.footer {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-cta {
  display: block;
  margin-right: 230px;
  margin-left: 0px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: left;
}

.heading-4 {
  margin-bottom: 119px;
  font-size: 54px;
  line-height: 37px;
  text-align: center;
}

.testimonial-card {
  width: 367px;
  height: auto;
  margin-right: 0px;
  padding: 60px 40px;
  border-radius: 13px;
  background-color: #fff;
  box-shadow: 4px 4px 15px -11px #6d6d6d;
}

.slide {
  width: 400px;
  height: auto;
  margin-right: 6px;
  padding: 0px;
}

.slider {
  overflow: visible;
  height: auto;
  background-color: transparent;
}

.left-arrow {
  left: auto;
  top: auto;
  right: 14px;
  bottom: -75px;
  margin: 0px;
  background-color: transparent;
}

.icon {
  color: #000;
}

.icon-2 {
  color: #000;
}

.text-block-4 {
  display: inline-block;
  margin-top: 12px;
  margin-left: 12px;
  padding-left: 0px;
  font-family: Merriweather, serif;
  color: #ff8f55;
  font-size: 20px;
}

.div-block-2 {
  display: block;
  padding-right: 74px;
}

.image-3 {
  display: inline-block;
  padding-right: 0px;
  float: left;
}

.text-block-5 {
  display: inline-block;
  margin-left: 12px;
  padding-left: 0px;
  float: none;
}

.body {
  background-color: #f0f0f0;
}

.image-4 {
  margin-bottom: 25px;
}

.paragraph-3 {
  margin-bottom: 29px;
  font-family: Merriweather, serif;
  font-size: 16px;
  line-height: 25px;
}

.right-arrow {
  top: auto;
  right: 0px;
  bottom: -80px;
  width: 40px;
  height: auto;
  color: #ff8f55;
}

.image-5 {
  position: absolute;
  right: 0px;
  bottom: -80px;
  background-image: url('../images/arrow_forward_24px.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.slide-nav {
  display: none;
}

.mask {
  overflow: visible;
}

.cta {
  margin-top: 0px;
}

.section-2 {
  padding: 60px 60px 60px 0px;
}

.container-cta {
  display: block;
  max-width: none;
  margin-right: auto;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: #fff;
  text-align: left;
  -o-object-fit: fill;
  object-fit: fill;
}

.flexbox-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-5 {
  font-size: 60px;
}

.image-6 {
  display: none;
  overflow: hidden;
  height: auto;
  margin-right: 0px;
  padding-right: 22px;
}

.heading-6 {
  margin-right: 90px;
}

.div-block-3 {
  height: auto;
  max-width: 1300px;
  margin-right: 0px;
  margin-left: -10vw;
}

.div-block-4 {
  position: relative;
  top: 128px;
  right: 532px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 300px;
  padding-left: 0px;
}

.hero-button-copy {
  margin-top: 30px;
  padding: 16px 11px;
  border-radius: 5px;
  background-color: #ff8f55;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.hero-button-copy:hover {
  background-color: rgba(255, 143, 85, 0.7);
}

.hero-ghost-button-copy {
  margin-left: 40px;
  padding: 16px 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #ff8f55;
  border-radius: 8px;
  background-color: transparent;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ff8f55;
}

.hero-ghost-button-copy:hover {
  border-color: rgba(255, 143, 85, 0.7);
}

.div-block-5 {
  margin-right: 25px;
}

.footer-colum {
  overflow: visible;
  width: 17%;
  height: 200px;
  margin-right: 20px;
  margin-bottom: 36px;
  clear: none;
}

.footer-colum.first {
  width: 16%;
  height: 220px;
  margin-right: 15px;
}

.text-block-6 {
  margin-top: 16px;
  padding-right: 0px;
  padding-left: 0px;
}

.text-block-7 {
  font-size: 18px;
  font-weight: 700;
}

.text-block-8 {
  margin-bottom: 21px;
  font-size: 16px;
  font-weight: 700;
}

.footer-txt {
  margin-right: 20px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
}

.footer-txt.slide {
  padding-right: 313px;
  color: #ff8f55;
}

.text-block-9 {
  margin-bottom: 51px;
  color: #c4c4c4;
}

.footer-txt-copy {
  margin-right: 12px;
  margin-bottom: 10px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #3a3a3a;
  font-size: 14px;
  font-weight: 400;
}

.link-block-2 {
  padding-left: 56px;
}

.div-block-6 {
  margin-top: 22px;
}

.link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ff8f55;
}

.link:hover {
  border-bottom: 1px solid #ff8f55;
}

.link-2 {
  margin-left: 31px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #ff8f55;
}

.link-2:hover {
  border-bottom: 1px solid #ff8f55;
}

@media screen and (max-width: 991px) {
  .section.hidden {
    overflow: hidden;
  }

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

  .link-block-navbar {
    margin-bottom: 0px;
    margin-left: 18px;
    padding-bottom: 15px;
  }

  .link-block-navbar.call {
    margin-left: 15px;
  }

  .nav-menu {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
  }

  .heading-2 {
    font-size: 30px;
  }

  .div-block {
    margin-left: 60px;
  }

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

  .image-collum {
    margin-left: -96px;
  }

  .heading-6 {
    font-size: 60px;
  }

  .footer-txt.mail {
    font-size: 10px;
  }

  .menu-button {
    border-top-left-radius: 4px;
  }

  .menu-button.w--open {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph {
    font-size: 30px;
    line-height: 30px;
  }

  .heading {
    font-size: 70px;
    line-height: 50px;
  }

  .hero-ghost-button {
    padding-right: 17px;
    padding-left: 17px;
  }

  .heading-3 {
    margin-bottom: 23px;
    line-height: 60px;
    font-weight: 700;
  }

  .div-block-cta {
    margin-right: 100px;
  }

  .heading-4 {
    margin-bottom: 63px;
    line-height: 50px;
  }

  .container-cta {
    width: 100vw;
    margin-right: 0px;
  }

  .flexbox-2-copy {
    overflow: visible;
  }

  .footer-colum {
    margin-right: 41px;
  }

  .footer-txt.mail {
    margin-right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .section {
    overflow: hidden;
    margin-top: -28px;
  }

  .section.hidden {
    margin-top: -41px;
  }

  .container {
    display: block;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero {
    display: block;
    overflow: hidden;
    height: 930px;
  }

  .navbar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .brand.w--current {
    position: static;
    left: 14%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 70px;
    margin-right: 166px;
    margin-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-block {
    padding-left: 0px;
    font-size: 12px;
  }

  .hero-content {
    position: static;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3px;
    float: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .paragraph {
    margin-right: 0px;
    margin-bottom: -9px;
    padding-left: 0px;
    font-size: 20px;
    text-align: center;
  }

  .heading {
    margin-right: 0px;
    margin-bottom: -30px;
    margin-left: 0px;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
  }

  .hero-button {
    margin-right: 60px;
    margin-left: 60px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 12px;
    text-align: center;
  }

  .hero-ghost-button {
    margin-top: 11px;
    margin-right: 60px;
    margin-left: 60px;
    padding: 10px 38px;
    border-width: 2px;
    font-size: 12px;
  }

  .flexbox {
    padding-right: 67px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-2 {
    margin-left: -7px;
    font-size: 22px;
    text-align: center;
  }

  .div-block {
    position: relative;
    left: 37px;
    margin-left: 0px;
  }

  .paragraph-2 {
    padding-right: 6px;
    font-size: 12px;
    text-align: center;
  }

  .heading-3 {
    font-size: 28px;
    line-height: 60px;
    text-align: center;
  }

  .link-block {
    position: relative;
    left: 0px;
    margin-left: 55px;
    font-size: 12px;
  }

  .link-block.cta {
    left: 43px;
  }

  .image-collum {
    display: none;
    overflow: hidden;
  }

  .flexbox-2 {
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .flexbox-2.footer {
    overflow: visible;
    margin-bottom: 6px;
    padding-left: 0px;
  }

  .div-block-cta {
    margin-right: 0px;
    padding-left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .heading-4 {
    font-size: 26px;
  }

  .testimonial-card {
    position: relative;
    left: 19px;
    width: auto;
    max-width: 220px;
    margin-right: 0px;
    padding: 20px 39px 20px 20px;
  }

  .slide {
    top: 0px;
    width: 340px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .slider {
    position: relative;
    left: 8px;
    overflow: visible;
    margin-right: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .left-arrow {
    top: auto;
    bottom: -80px;
    width: 30px;
    margin-right: 17px;
  }

  .text-block-4 {
    font-size: 10px;
  }

  .text-block-5 {
    position: relative;
    left: 0px;
    top: -11px;
    bottom: 22px;
    font-size: 8px;
  }

  .text-block-5._1 {
    left: 48px;
    top: -24px;
    bottom: 10px;
  }

  .body {
    overflow: visible;
  }

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

  .right-arrow {
    width: 30px;
  }

  .mask {
    overflow: visible;
  }

  .section-2 {
    overflow: hidden;
  }

  .flexbox-2-copy {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-6 {
    padding-right: 303px;
  }

  .heading-6 {
    width: 100%;
    margin-left: 0px;
    float: none;
    clear: left;
    font-size: 30px;
    text-align: center;
  }

  .div-block-3 {
    display: none;
    margin-right: -43px;
  }

  .hero-button-copy {
    margin-right: 14px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 12px;
  }

  .hero-ghost-button-copy {
    margin-top: 10px;
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    border-width: 2px;
    font-size: 12px;
  }

  .div-block-5 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    text-align: left;
  }

  .footer-colum {
    width: 30%;
    margin-right: 7px;
    margin-bottom: 137px;
    margin-left: 7px;
    padding-right: 0px;
    line-height: 10px;
  }

  .footer-colum.first {
    margin-right: 0px;
    margin-bottom: 132px;
    margin-left: 39px;
  }

  .text-block-6 {
    margin-right: 0px;
    font-size: 8px;
  }

  .text-block-8 {
    font-size: 10px;
  }

  .footer-txt {
    font-size: 10px;
  }

  .footer-txt.mail {
    line-height: 20px;
  }

  .text-block-9 {
    font-size: 8px;
  }

  .footer-txt-copy {
    margin-right: 0px;
    font-size: 10px;
  }

  .link {
    font-size: 12px;
  }

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

  .image-7 {
    overflow: hidden;
    padding-left: 246px;
  }

  .link-block-3 {
    width: 60px;
    max-width: 130px;
  }

  .link-block-4 {
    font-size: 12px;
    line-height: 20px;
  }
}