:root {
  --dim-grey: #454546;
  --orange-red: #ff5d1b;
  --blue: #454546;
  --mid-grey: #686868;
  --yellow: #f8ba50;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

@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(--dim-grey);
  font-family: LatoLocal, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.logolink {
  z-index: 1;
}

.logolink:hover {
  opacity: .8;
}

.logolink:active {
  opacity: .7;
}

.logolink.w--current {
  flex: none;
  width: 160px;
}

.navigation {
  background-color: #0000;
  align-items: center;
  padding: 8px 24px;
  display: flex;
  position: static;
}

.textblock {
  text-align: center;
  letter-spacing: 0;
  text-transform: none;
  font-size: 18px;
  font-weight: 700;
}

.navigationwrap {
  flex-wrap: nowrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.menu {
  z-index: 0;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  inset: 0%;
}

.navigationcta {
  opacity: .7;
  text-align: center;
  letter-spacing: 1px;
  text-transform: none;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.navigationcta.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigationcta.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigationcta.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logoimage {
  margin-right: 8px;
  display: block;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

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

.button.cccontactus {
  z-index: 5;
  background-color: #ff5d1b;
  border: 2px solid #ff5d1b;
  border-radius: 50px;
  flex: none;
  position: relative;
}

.button.cccontactus:hover {
  color: #ff5d1b;
  background-color: #fff;
}

.introheadline {
  padding-left: 12px;
  padding-right: 12px;
}

.introoverlay {
  float: none;
  clear: none;
  object-fit: fill;
  background-color: #fff;
  border-radius: 20px 20px 0 0;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px 1px;
  display: block;
  position: relative;
  overflow: visible;
  transform: translate(0, 2px);
}

.introbutton {
  border: 2px solid var(--orange-red);
  color: var(--dim-grey);
  background-color: #fff;
  border-radius: 100px;
  width: 100%;
  margin-bottom: 10px;
  padding: 16px;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.introbutton:hover {
  background-color: var(--orange-red);
  color: #fff;
}

.introimage {
  width: 30%;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-40%, -75%);
}

.headingjumbo {
  color: var(--blue);
  text-transform: none;
  max-width: 870px;
  margin: 10px auto 20px;
  font-size: 62px;
  font-weight: 700;
  line-height: 70px;
  position: static;
}

.introheader {
  clear: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #eab65c;
  background-image: url('../images/header-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 12px;
  display: flex;
  position: static;
  overflow: visible;
}

.paragraphbigger {
  opacity: 1;
  color: var(--mid-grey);
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

.introquestion {
  margin-bottom: 36px;
  font-size: 24px;
  font-weight: 700;
}

.introcontent {
  text-align: center;
  width: 80%;
  max-width: 1140px;
}

.divider {
  color: #ff5d1b;
  background-color: #f44f3d;
  border: 2px #f44f3d;
  border-bottom-style: solid;
  width: 200px;
  height: 1px;
  margin: 80px auto;
  display: block;
}

.sectioncontent {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.sectioncontentcontainer {
  max-width: 870px;
  position: relative;
}

.sectionheadingcenter {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.paragraphlightcenter {
  opacity: .9;
  text-align: center;
}

.topicgrid {
  grid-column-gap: 42px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.topicgrid.sectioncontentcontainer {
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
}

.contentsectionwrap {
  margin-bottom: 30px;
}

.paragraph {
  color: var(--mid-grey);
  margin-top: 40px;
  font-weight: 600;
}

.topicimage {
  width: 70%;
}

.ctalabelleft {
  color: var(--yellow);
  line-height: 18px;
}

.paragraphlight {
  opacity: .9;
  text-align: left;
}

.sectionheading {
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.utm-data-holder {
  display: none;
}

.featureslist {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.featurelistitem {
  flex: 0 0 33.33%;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  margin-bottom: 12px;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

.featurelistimage {
  flex: none;
  margin-right: 12px;
}

.featurelisttext {
  color: var(--mid-grey);
  text-align: left;
  font-size: 16px;
  line-height: 20px;
}

.ctabuttonicon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.ctacontainer {
  background-color: #f1eceb;
  margin-bottom: 80px;
  padding: 100px 30px;
}

.ctabutton {
  background-color: var(--dim-grey);
  color: #fff;
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  margin-left: 12px;
  margin-right: 12px;
  padding: 15px 20px;
  font-size: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.ctabutton:hover {
  color: #fff;
  background-color: #ff5d1b;
}

.ctabutton.ctabuttonios {
  background-color: var(--dim-grey);
}

.ctabutton.ctabuttonios:hover {
  background-color: var(--orange-red);
}

.ctabuttoncontainer {
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ctalabel {
  color: var(--yellow);
  text-align: center;
  line-height: 18px;
}

.ctatext {
  text-align: center;
  max-width: 700px;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.smalltext {
  color: #837370;
  text-align: center;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
}

.smalltext.containernarrow, .smalltext.ctalabelunder {
  max-width: 400px;
}

.testimonialauthor {
  opacity: .6;
  color: #a8a8a8;
  text-align: center;
}

.testimonialgridcolumn {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column wrap;
  flex: 0 30%;
  display: flex;
}

.testimonialbox {
  color: #454546;
  background-color: #f1eceb;
  border-radius: 20px;
  flex: 1 0 30%;
  padding: 20px;
  display: block;
}

.testimonialdevider {
  opacity: .4;
  background-color: #2b2b2b;
  border: 1px solid #cacaca;
  width: 30%;
  margin: 14px auto 10px;
}

.testimonialstars {
  float: none;
  clear: none;
  object-position: 50% 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.testimonialgrid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.usagepercentage {
  color: var(--yellow);
  font-size: 54px;
  font-weight: 700;
  line-height: 64px;
}

.outrogreetingssubline {
  color: #fff;
}

.usagecontext {
  color: var(--yellow);
  line-height: 24px;
}

.usagebox {
  text-align: center;
  flex: 100%;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.outroimage {
  width: 30%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(-30%, 55%);
}

.outrooverlay {
  object-fit: fill;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  width: 80%;
  max-width: 1140px;
  margin-bottom: 70px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 100px 48px;
  transform: translate(0, -2px);
}

.outrostats {
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.outrogreetings {
  text-align: center;
  width: 60%;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
}

.sectionoutro {
  -webkit-text-fill-color: inherit;
  background-color: #3c3b4e;
  background-clip: border-box;
  margin-bottom: 100px;
  padding-bottom: 70px;
  display: block;
}

.faqwrapper {
  text-align: center;
  max-width: 1000px;
  margin-bottom: 60px;
}

.faqgrid {
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.faqitem {
  flex: 0 0 33.33%;
  padding-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.faqitemheading {
  color: var(--orange-red);
  text-align: left;
  font-size: 18px;
  line-height: 23px;
}

.faqitemtext {
  text-align: left;
}

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

.footerwrap {
  justify-content: center;
  align-items: center;
  padding-top: 36px;
  padding-bottom: 36px;
  display: flex;
}

.footermenulist {
  padding-left: 24px;
  padding-right: 24px;
  list-style-type: none;
}

.footermenulistitem {
  color: var(--dim-grey);
  margin-left: 8px;
  margin-right: 8px;
  display: inline-block;
}

.linkblock.footermenulink {
  color: var(--dim-grey);
}

.paragraphbiggertitle {
  opacity: 1;
  color: #454546;
  max-width: 400px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
}

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

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

.utilitypageform {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.footermenulink {
  color: var(--dim-grey);
}

.featureboxicon {
  float: none;
  clear: none;
  object-position: 50% 50%;
  margin-bottom: 16px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.featureboxver {
  color: #454546;
  background-color: #f1eceb;
  border-radius: 20px;
  flex-flow: column;
  flex: 1 0 30%;
  justify-content: flex-start;
  align-items: center;
  min-height: 170px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: static;
}

.featuregrid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featureboxcontent {
  text-align: center;
  display: inline-block;
}

.flexblockcenter {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.ctalabelsmall {
  text-align: center;
  max-width: 400px;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 14px;
  line-height: 19px;
}

.featurenumbertop {
  color: #fff;
  background-color: #ff5d1b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: -50px;
  margin-bottom: 35px;
  font-size: 36px;
  font-weight: 700;
  display: flex;
}

.spacer50 {
  height: 36px;
}

.featurenumberleft {
  color: #fff;
  background-color: #ff5d1b;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-right: 20px;
  font-size: 36px;
  font-weight: 700;
  display: inline-flex;
}

.featureboxhor {
  color: #454546;
  background-color: #f1eceb;
  border-radius: 20px;
  flex-flow: row;
  flex: 1 0 30%;
  justify-content: flex-start;
  align-items: center;
  min-height: 170px;
  margin-bottom: 24px;
  padding: 20px 30px;
  display: flex;
  position: static;
}

.heading3, .heading {
  margin-top: 0;
}

.featureboxnumberver {
  color: #454546;
  background-color: #f1eceb;
  border-radius: 20px;
  flex-flow: column;
  flex: 1 0 30%;
  justify-content: flex-start;
  align-items: center;
  min-height: 170px;
  margin-top: 18px;
  margin-bottom: 0;
  padding: 20px;
  display: flex;
  position: static;
}

.imagephone02 {
  max-width: 80%;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.imagephone01 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.headerperson {
  flex: none;
  width: 40%;
  max-width: none;
  margin-left: 5%;
  margin-right: 5%;
}

.headerimages {
  flex-flow: wrap;
  margin-bottom: -2px;
  display: block;
}

.headerawards {
  flex: none;
  width: 40%;
  margin-left: 5%;
  margin-right: 5%;
}

.legalestimation {
  text-align: right;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  padding-top: 12px;
  font-size: 12px;
  line-height: 120%;
}

.link {
  font-size: 14px;
}

.headerlanguagelinkcontainer {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 48px;
  font-size: 14px;
}

.headerlanguagelink {
  color: var(--dim-grey);
  text-decoration: none;
}

.headerlanguagelink.w--current {
  text-decoration: none;
}

.formiframe {
  background-color: #fff;
  border-radius: 12px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.formintroheader {
  clear: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-color: #eab65c;
  background-image: url('../images/header-background.jpg');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: static;
  overflow: visible;
}

.formcontainer {
  max-width: 400px;
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .logolink.w--current {
    flex: 1;
  }

  .navigation {
    padding: 12px 20px;
  }

  .navigationwrap {
    background-color: #fff;
  }

  .menu {
    margin-left: 30px;
    display: none;
    position: static;
  }

  .navigationcta {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigationcta:hover {
    background-color: #f7f8f9;
  }

  .navigationcta:active {
    background-color: #eef0f3;
  }

  .button {
    justify-content: center;
  }

  .button.cccontactus {
    display: block;
  }

  .introoverlay {
    padding-left: 30px;
    padding-right: 30px;
  }

  .introimage {
    transform: translate(-15%, -75%);
  }

  .headingjumbo {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 42px;
    line-height: 44px;
    position: static;
  }

  .introquestion {
    text-align: center;
    width: 100%;
  }

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

  .sectioncontent {
    margin-bottom: 60px;
  }

  .topicgrid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .paragraph {
    margin-top: 24px;
  }

  .topicimage {
    width: 40%;
  }

  .sectionheading {
    text-align: center;
    margin-bottom: 12px;
  }

  .ctacontainer {
    margin-bottom: 60px;
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .ctatext {
    width: auto;
  }

  .outroimage {
    transform: translate(0%, 55%);
  }

  .outrooverlay {
    padding-bottom: 24px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .faqitem {
    flex-basis: 50%;
  }

  .rich-text-block {
    text-align: left;
  }

  .imagephone01 {
    max-width: 60%;
  }
}

@media screen and (max-width: 767px) {
  .logolink {
    padding-left: 0;
  }

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

  .headingjumbo {
    font-size: 42px;
    line-height: 44px;
  }

  .paragraphbigger {
    font-size: 16px;
    line-height: 28px;
  }

  .introcontent {
    width: 90%;
  }

  .featureslist {
    width: 80%;
  }

  .featurelistitem, .testimonialgridcolumn {
    flex-basis: 100%;
  }

  .outrooverlay {
    width: 90%;
    padding-bottom: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .outrogreetings {
    width: 80%;
  }

  .container {
    text-align: center;
  }

  .paragraphbiggertitle {
    font-size: 16px;
    line-height: 28px;
  }

  .headerlanguagelinkcontainer {
    margin-bottom: 12px;
  }
}

@media screen and (max-width: 479px) {
  .logolink.w--current {
    position: static;
  }

  .navigation {
    padding: 12px;
  }

  .menu {
    margin-left: 15px;
  }

  .introheadline {
    margin-bottom: 12px;
  }

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

  .introimage {
    width: 50%;
    left: 50%;
    transform: translate(-50%, -75%);
  }

  .headingjumbo {
    margin-top: 40px;
    font-size: 34px;
    line-height: 38px;
    position: static;
    top: 40px;
  }

  .introheader {
    flex-wrap: wrap;
  }

  .paragraphbigger {
    width: 70%;
  }

  .introcontent {
    width: 100%;
    margin-bottom: -36px;
  }

  .divider {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .sectioncontent {
    margin-bottom: 56px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraphlightcenter {
    text-align: left;
  }

  .topicgrid {
    margin-bottom: 0;
  }

  .topicgrid.sectioncontentcontainer {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contentsectionwrap {
    margin-bottom: 0;
  }

  .topicimage {
    width: 50%;
  }

  .sectionheading {
    text-align: center;
  }

  .featureslist {
    width: 100%;
  }

  .ctacontainer {
    margin-bottom: 56px;
    padding: 36px 12px;
  }

  .testimonialgridcolumn, .testimonialgrid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .outroimage {
    width: 50%;
    left: 50%;
    transform: translate(-50%, 110%);
  }

  .outrooverlay {
    width: 100%;
  }

  .outrostats {
    flex-wrap: wrap;
  }

  .outrogreetings {
    width: 100%;
  }

  .sectionoutro {
    padding-bottom: 130px;
  }

  .faqitem {
    flex-basis: 100%;
  }

  .paragraphbiggertitle {
    width: 100%;
  }

  .featureboxver {
    min-width: 100%;
    min-height: auto;
  }

  .featuregrid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .featurenumbertop {
    margin-bottom: 18px;
  }

  .featurenumberleft {
    margin-top: -50px;
    margin-bottom: 18px;
    margin-right: 0;
  }

  .featureboxhor {
    flex-flow: column;
    margin-top: 36px;
    margin-bottom: 18px;
  }

  .featureboxnumberver {
    min-width: 100%;
    min-height: auto;
    margin-bottom: 18px;
  }

  .imagephone02 {
    max-width: 100%;
  }

  .imagephone01 {
    max-width: 80%;
    margin-bottom: 24px;
  }

  .headerperson {
    width: 70%;
  }

  .headerawards {
    width: 60%;
    margin-bottom: 12px;
  }

  .legalestimation {
    text-align: center;
  }

  .headerlanguagelinkcontainer {
    margin-bottom: 0;
  }

  .formintroheader {
    flex-wrap: wrap;
  }

  .formcontainer {
    max-width: 96%;
  }
}

#w-node-_6b969ac4-e66b-fe2e-433d-6af2ad999ae2-8287511f, #w-node-_637999c7-4983-140d-c727-8d2dbbf2c51e-8287511f, #w-node-_55671447-7802-d1ce-3e1e-6920ee2d83fb-8287511f {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}

#w-node-b62edea8-864b-ecce-aaad-92762ee127d9-2ee127d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a0b3c3e1-4754-d53b-277e-e294e9f0e2f3-e9f0e2f3, #w-node-_6b969ac4-e66b-fe2e-433d-6af2ad999ae2-1be49063, #w-node-_637999c7-4983-140d-c727-8d2dbbf2c51e-1be49063, #w-node-_55671447-7802-d1ce-3e1e-6920ee2d83fb-1be49063 {
  order: 0;
  grid-area: 1 / 1 / 2 / 2;
  place-self: auto;
}


@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-light-webfont.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-bold-webfont.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-regular-italic-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'LatoLocal';
  src: url('../fonts/lato-regular-webfont.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}