@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.woff2') format("woff2"), url('../fonts/Sora-Medium.eot') format("embedded-opentype"), url('../fonts/Sora-Medium.woff') format("woff"), url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-SemiBold.woff2') format("woff2"), url('../fonts/Sora-SemiBold.eot') format("embedded-opentype"), url('../fonts/Sora-SemiBold.woff') format("woff"), url('../fonts/Sora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Bold.woff2') format("woff2"), url('../fonts/Sora-Bold.eot') format("embedded-opentype"), url('../fonts/Sora-Bold.woff') format("woff"), url('../fonts/Sora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Regular.woff2') format("woff2"), url('../fonts/WorkSans-Regular.eot') format("embedded-opentype"), url('../fonts/WorkSans-Regular.woff') format("woff"), url('../fonts/WorkSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Worksans;
  src: url('../fonts/WorkSans-Medium.woff2') format("woff2"), url('../fonts/WorkSans-Medium.eot') format("embedded-opentype"), url('../fonts/WorkSans-Medium.woff') format("woff"), url('../fonts/WorkSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --textpurple: #302148;
  --purple: #845cc8;
  --hover-purple: #56368e;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.navbar {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.nav-link {
  background-color: #950de4;
  border-radius: 16px;
}

.navbar-2 {
  background-color: #ddd0;
}

.container {
  width: 100%;
  max-width: 100%;
}

.herosection {
  width: auto;
  height: auto;
}

.navbar-3 {
  text-align: left;
  background-color: #ddd0;
  width: 100%;
  margin-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: fixed;
  inset: 0% 0% auto;
}

.navlink {
  color: var(--textpurple);
  margin-left: 5px;
  margin-right: 5px;
  font-family: Sora, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  display: flex;
}

.navlink:active {
  color: var(--textpurple);
}

.navlink.w--current {
  color: var(--purple);
}

.navlink.desktop {
  border: 2px none var(--purple);
  color: var(--purple);
  background-color: #e1d4f8;
  border-radius: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  line-height: 10px;
  display: block;
  overflow: visible;
}

.navlink.desktop:hover {
  border-color: var(--hover-purple);
  color: var(--hover-purple);
}

.navlink.mobile {
  display: none;
}

.logoimage {
  width: 240px;
  height: 60px;
  margin-top: 3px;
  margin-bottom: 3px;
}

.navcontainer {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  text-align: left;
  background-color: #fff6;
  border: 1px solid #ffffff4d;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 1380px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 25px;
  display: flex;
}

.widthcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  width: 100%;
  max-width: 1350px;
  height: auto;
  margin-top: 95px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.widthcontainer.aboutsection {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  margin-top: 0;
  display: flex;
}

.widthcontainer.aboutsection.testimonials {
  justify-content: flex-start;
  align-items: center;
}

.widthcontainer.herosection {
  height: auto;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 10px;
  padding-right: 10px;
}

.widthcontainer.transformations, .widthcontainer.footer, .widthcontainer.finalfooter {
  margin-top: 0;
}

.herowrapper {
  background-color: #fff;
  border: 1px solid #845cc800;
  width: 100%;
  height: auto;
  min-height: 100vh;
  position: relative;
}

.image {
  width: 100%;
  height: 800px;
}

.overlaycontent {
  z-index: 10;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.flex-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
}

.herotext {
  color: var(--textpurple);
  max-width: 800px;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Sora, Arial, sans-serif;
  font-size: 75px;
  font-weight: 600;
  line-height: 96px;
}

.paragraph {
  color: var(--textpurple);
  width: 726px;
  max-width: 800px;
  margin-bottom: 20px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.paragraph.aboutsection {
  color: #fff;
  text-align: left;
  max-width: 600px;
  margin-left: 10px;
  padding-top: 20px;
}

.div-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  display: flex;
  position: relative;
}

.herocta {
  background-color: var(--purple);
  border-radius: 100px;
  padding: 15px 25px;
  font-family: Sora, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}

.herocta:hover {
  background-color: var(--hover-purple);
}

.herocta.variant {
  border: 1.5px none var(--purple);
  color: var(--purple);
  background-color: #e1d4f8;
  padding: 15px 28px;
}

.herocta.variant:hover {
  border-color: var(--hover-purple);
  color: var(--hover-purple);
}

.text-span {
  color: var(--textpurple);
  font-weight: 600;
}

.section {
  background-color: #e1d4f866;
  height: 560px;
}

.section.whychooseus {
  background-color: var(--hover-purple);
  height: 880px;
}

.section.about {
  background-image: url('../images/aboutImagePurpleDesk-2.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 640px;
}

.cell {
  border-left: 2px solid var(--hover-purple);
  justify-content: center;
  align-items: center;
}

.cell.mobile {
  border-left-style: none;
}

.quick-stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-left: 0;
  padding-right: 0;
}

.headingtwo {
  color: var(--textpurple);
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Sora, Arial, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.headingtwo.darkscreen {
  color: #fff;
  text-align: center;
  border: 1px #fff;
  margin-bottom: 0;
}

.headingtwo.darkscreen.about {
  text-align: left;
}

.headingtwo.lightscreen {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px;
}

.subheading {
  border: 2px none var(--textpurple);
  color: var(--textpurple);
  background-color: #e1d4f880;
  width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 5px;
  padding: 8px 10px;
  font-family: Sora, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.subheading.about {
  color: #fff;
}

.subheading.transformations {
  text-align: center;
  width: 190px;
  margin-left: auto;
  margin-right: auto;
}

.subheading.footer {
  color: var(--textpurple);
  width: 100px;
}

.bentocard {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  background-image: linear-gradient(132deg, #ffffff05, #ffffff1a);
  border: 1px solid #ffffff26;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  transition: transform .2s, opacity .2s;
}

.bentocard:hover {
  transform: scale(1.02);
}

.bentocard.testimonials {
  background-color: #fff0;
}

.quick-stack-2 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  width: 100%;
  padding-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.wcuwrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  text-align: left;
  justify-content: center;
  align-items: center;
  height: 180px;
  display: flex;
}

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

.bentocardsubs {
  color: #fff;
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Sora, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.bentocardsubs.transformations {
  color: var(--textpurple);
  text-align: center;
  margin-top: 10px;
}

.bentocardtext {
  color: #fff;
  margin-top: 5px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.bentocardtext.servicerendered {
  font-size: 16px;
  line-height: 17px;
}

.bentocardtext.transformations {
  color: var(--textpurple);
  text-align: center;
}

.bentocardtext.address {
  width: 522.961px;
  max-width: 460px;
}

.bentocardicons {
  width: 120px;
  height: 120px;
  margin-bottom: 5px;
}

.wcutextwrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cell-2 {
  border-right: 2.5px solid var(--hover-purple);
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 40px;
}

.cell-2.mobile {
  border-right-width: 2px;
  border-right-color: #fff9;
  padding-top: 60px;
}

.section-2 {
  height: 560px;
}

.image-2 {
  width: 100%;
  height: auto;
  margin-bottom: 0;
  margin-left: 55px;
}

.heroimagegraphic {
  width: 65%;
  height: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}

.flex-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 150px;
  margin-bottom: 150px;
}

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

.section-3 {
  background-color: var(--hover-purple);
  height: 1080px;
}

.quick-stack-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 40px;
}

.paratextdarkscreen {
  color: #fff;
  text-align: center;
  width: 1310px;
  max-width: 1000px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.paratextdarkscreen.transformations {
  color: var(--textpurple);
  margin-left: auto;
  margin-right: auto;
}

.div-block-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-around;
  align-items: stretch;
  margin-top: 80px;
  display: flex;
}

.testimonialwrapper {
  width: 334.664px;
  height: 289px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.quoteicon {
  width: 60px;
  height: 60px;
  margin-top: 0;
  margin-bottom: 15px;
}

.testimonialstyle {
  border-bottom: 1px solid #fff3;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.image-4 {
  width: 60px;
  height: 60px;
}

.transformationwrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 383.336px;
  padding: 20px;
  display: flex;
}

.paragraph-2 {
  text-align: center;
}

.div-block-6 {
  padding-top: 50px;
}

.before-aftertag {
  font-family: Sora, Arial, sans-serif;
  font-weight: 500;
}

.quick-stack-4 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.image-5, .image-6, .transformationsimagemobile {
  border-radius: 20px;
}

.transformationsimagemobile.desktop {
  width: 300px;
}

.transformimagewrapper {
  width: 320px;
}

.transformimagewrapper.mobile.portraitmode {
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.section-4 {
  background-color: var(--textpurple);
  color: #fff;
  border-bottom: 2px solid #fff;
}

.link-block {
  margin-left: 0;
}

.quick-stack-5 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #fff;
  margin-top: 20px;
  margin-left: 30px;
  padding-right: 20px;
}

.footercontactstylewrapper {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.quick-stack-6 {
  border-bottom: 1px #fff;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 40px;
}

.footercontactlink {
  color: #fff;
  margin-top: 5px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.footercontactlink.getdirections {
  padding-bottom: 5px;
  font-family: Sora, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
}

.link-2 {
  margin-top: 5px;
}

.text-block {
  margin-top: 10px;
  margin-bottom: 5px;
  font-family: Sora, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.link-3 {
  margin-top: 5px;
}

.cell-3 {
  justify-content: flex-start;
  align-items: flex-start;
}

.div-block-7 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.image-7 {
  margin-left: 40px;
}

.heading {
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Sora, Arial, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 46px;
}

.section-5 {
  background-color: var(--textpurple);
}

.div-block-8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.footericons, .image-9 {
  width: 42px;
}

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

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

.image-10 {
  width: 8px;
  height: 14px;
}

.form {
  color: var(--textpurple);
  width: 480px;
  margin-top: 20px;
}

.text-field {
  color: var(--textpurple);
  background-color: #ffffffe6;
  border-radius: 30px;
  width: 480px;
  height: auto;
  margin-bottom: 16px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 16px;
}

.text-field.message {
  padding-top: 20px;
  padding-bottom: 40px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 16px;
}

.text-field-2 {
  border-radius: 30px;
  width: 480px;
  height: auto;
  margin-bottom: 16px;
}

.text-field-3 {
  border-radius: 30px;
  height: 160px;
  margin-bottom: 20px;
}

.submit-button {
  color: var(--textpurple);
  background-color: #e1d4f8;
  border-radius: 30px;
  padding: 15px 40px;
  font-family: Sora, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.submit-button:hover {
  background-color: #d3c4eb;
}

.div-block-10 {
  margin-left: 2px;
}

.textarea {
  width: 480px;
  max-width: 480px;
  height: auto;
  max-height: none;
}

.success-message {
  color: var(--textpurple);
  background-color: #fff;
  font-family: Worksans, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.link-block-3 {
  color: #fff;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  width: 480px;
  height: 480px;
  margin-top: 150px;
  margin-bottom: 150px;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.image-11 {
  width: auto;
  transition: transform .2s;
}

.image-11:hover {
  transform: scale(1.02);
}

.link-4 {
  color: #ffffff80;
  margin-top: 60px;
  font-family: Worksans, Arial, sans-serif;
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .herosection {
    height: auto;
  }

  .navbar-3 {
    width: 100%;
    max-width: none;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .navlink {
    color: var(--textpurple);
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 10px;
    font-size: 12px;
  }

  .navlink:active {
    color: var(--purple);
  }

  .navlink.desktop {
    display: none;
  }

  .navlink.mobile {
    border: 1.5px none var(--purple);
    color: var(--purple);
    background-color: #e1d4f8;
    border-radius: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 18px;
    line-height: 0;
    display: inline-flex;
  }

  .navlink.mobile:active {
    color: var(--textpurple);
  }

  .logoimage {
    width: 160px;
    height: 44px;
    margin-left: 15px;
  }

  .navcontainer {
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .widthcontainer {
    max-width: none;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .widthcontainer.aboutsection {
    border: 1px solid #ffffff26;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
  }

  .widthcontainer.herosection {
    height: 80%;
    margin-top: 100px;
    margin-bottom: 0;
  }

  .herowrapper {
    background-image: none;
    height: auto;
    padding-left: 0;
  }

  .image {
    height: 700px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(100px);
    backdrop-filter: blur(100px);
    color: var(--textpurple);
    text-align: center;
    background-color: #fff9;
    border-radius: 0;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

  .menu-button {
    background-color: #c8c8c800;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .menu-button.w--open {
    color: var(--purple);
    background-color: #c8c8c800;
  }

  .flex-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 10px;
  }

  .herotext {
    text-align: center;
    width: 550px;
    max-width: 550px;
    margin-top: 0;
    font-size: 42px;
    line-height: 48px;
  }

  .paragraph {
    text-align: center;
    max-width: 520px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph.aboutsection {
    text-align: center;
    max-width: 520px;
    margin-left: 0;
    padding-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 190px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
  }

  .herocta {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
  }

  .herocta.variant {
    padding: 9px 23px;
  }

  .section {
    height: 450px;
  }

  .section.whychooseus {
    height: 1133px;
  }

  .section.about {
    background-position: 80%;
    height: 580px;
  }

  .cell.mobile {
    border-left-style: none;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .headingtwo {
    color: var(--textpurple);
    text-align: center;
    width: 460px;
    max-width: 380px;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Sora, Arial, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;
  }

  .headingtwo.darkscreen {
    max-width: 480px;
    margin-top: 60px;
    font-size: 26px;
  }

  .headingtwo.darkscreen.testimonials {
    width: 560px;
    max-width: 560px;
    font-size: 28px;
  }

  .headingtwo.darkscreen.about {
    text-align: center;
    margin-top: 10px;
    font-size: 28px;
  }

  .headingtwo.lightscreen {
    margin-top: 5px;
    margin-bottom: 0;
  }

  .subheading {
    border-width: 1.5px;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 12px;
  }

  .subheading.transformations {
    width: 140px;
  }

  .subheading.footer {
    width: 85px;
  }

  .bentocard {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff0;
    background-image: none;
    border-style: none;
    border-color: #ffffff26;
    border-radius: 0;
    flex-flow: column;
    padding: 0;
    transition: opacity .2s;
    display: flex;
  }

  .bentocard:hover {
    transform: scale(1);
  }

  .bentocard.testimonials {
    background-color: #fff0;
  }

  .quick-stack-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .wcuwrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff0;
    background-image: linear-gradient(132deg, #ffffff05, #ffffff1a);
    border: 1px solid #ffffff26;
    border-radius: 20px;
    width: 560px;
    height: 200px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: transform .4s;
  }

  .wcuwrapper:active {
    transform: scale(1.02);
  }

  .bentocardsubs {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .bentocardsubs.transformations {
    font-size: 16px;
    line-height: 18px;
  }

  .bentocardsubs.contactfooter {
    font-size: 18px;
  }

  .bentocardtext {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .bentocardtext.servicerendered {
    font-size: 13px;
    line-height: 20px;
  }

  .bentocardtext.testimonial {
    max-width: 280px;
    font-size: 16px;
    line-height: 20px;
  }

  .bentocardtext.testimonial.footer {
    max-width: 560px;
  }

  .bentocardtext.transformations {
    max-width: 360px;
    font-size: 16px;
    line-height: 20px;
  }

  .bentocardtext.address, .bentocardtext.contactfooter {
    font-size: 16px;
    line-height: 24px;
  }

  .bentocardicons {
    width: 100px;
    height: 100px;
  }

  .wcutextwrapper {
    width: 458px;
    max-width: 360px;
    padding-top: 10px;
    padding-bottom: 25px;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .cell-2.mobile {
    border-right-style: none;
  }

  .image-2 {
    z-index: 1;
    margin-left: 20px;
    margin-right: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .heroimagegraphic {
    width: 70%;
    margin-bottom: 0;
    position: relative;
  }

  .heroimagegraphic.mobile {
    width: 50%;
    display: none;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    position: relative;
    left: auto;
  }

  .div-block-4 {
    background-image: url('../images/heroImageGraphic-3.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 400px;
    border: 1px #000;
    width: 500px;
    height: 400px;
    padding-bottom: 0;
  }

  .div-block-4.desktop.mobile {
    background-size: cover;
    width: 700px;
    display: none;
  }

  .section-3 {
    height: auto;
  }

  .quick-stack-3 {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .paratextdarkscreen {
    max-width: 640px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
  }

  .testimonialwrapper {
    background-color: #fff0;
    background-image: linear-gradient(132deg, #ffffff05, #ffffff1a);
    border: 1px solid #ffffff26;
    border-radius: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
    transition: transform .4s;
    display: flex;
  }

  .testimonialwrapper:active {
    transform: scale(1.02);
  }

  .quoteicon {
    width: 40px;
    height: 40px;
  }

  .transformationwrapper {
    width: auto;
  }

  .div-block-6 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 25px;
    display: flex;
  }

  .quick-stack-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .transformationsimagemobile.desktop, .transformimagewrapper.mobile, .transformimagewrapper.mobile.portraitmode {
    width: 240px;
  }

  .quick-stack-5 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    margin-top: 10px;
    margin-left: 0;
  }

  .quick-stack-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    margin-top: 20px;
  }

  .footercontactlink {
    font-size: 16px;
  }

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

  .image-7 {
    margin-left: 20px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 5px;
    font-size: 28px;
  }

  .div-block-8 {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .footericons {
    width: 38px;
  }

  .cell-4 {
    padding-left: 20px;
  }

  .form {
    width: 280px;
  }

  .text-field {
    border-radius: 20px;
    width: 280px;
    height: auto;
    margin-bottom: 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    font-size: 15px;
  }

  .text-field.message {
    padding-top: 15px;
    padding-bottom: 30px;
    font-size: 15px;
  }

  .text-field-2 {
    border-radius: 15px;
    width: 280px;
    height: 50px;
    margin-bottom: 10px;
  }

  .text-field-3 {
    border-radius: 15px;
    width: 280px;
    height: 100px;
    margin-bottom: 16px;
  }

  .submit-button {
    padding: 10px 30px;
    font-size: 16px;
  }

  .div-block-13 {
    width: 340px;
    height: 340px;
    margin-top: 10px;
    margin-bottom: 20px;
    transition: transform .2s;
  }

  .div-block-13:active {
    transform: scale(1.02);
  }

  .flex-block-3 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-left: 0;
  }

  .image-11:hover {
    transform: scale(1);
  }

  .link-4 {
    margin-top: 50px;
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .herosection {
    height: auto;
  }

  .navbar-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logoimage {
    margin-left: 5px;
  }

  .navcontainer {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .widthcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .widthcontainer.aboutsection {
    height: 100%;
    margin-top: 0;
  }

  .widthcontainer.herosection {
    height: 80%;
    margin-top: 80px;
  }

  .herowrapper {
    background-image: none;
    height: auto;
    min-height: auto;
    padding-left: 0;
    position: relative;
  }

  .image {
    height: 600px;
  }

  .nav-menu {
    width: 100%;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .menu-button.w--open {
    color: var(--purple);
  }

  .menu-button.w--open:active {
    color: var(--textpurple);
  }

  .flex-block {
    margin-top: 6px;
  }

  .herotext {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    max-width: 460px;
    font-size: 38px;
    line-height: 44px;
  }

  .paragraph {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    max-width: 420px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .paragraph.aboutsection {
    max-width: 480px;
    margin-left: 0;
    padding-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .div-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-top: 84px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herocta {
    padding-left: 18px;
    padding-right: 18px;
    font-size: 13px;
    font-weight: 500;
    line-height: 14px;
  }

  .herocta.variant {
    padding-left: 21px;
    padding-right: 21px;
  }

  .text-span.undo {
    font-weight: 600;
  }

  .section {
    height: 410px;
  }

  .section.whychooseus {
    height: 1017px;
  }

  .section.about {
    background-position: 80%;
    height: 520px;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .headingtwo {
    max-width: 320px;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 24px;
    line-height: 30px;
  }

  .headingtwo.darkscreen {
    margin-top: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .headingtwo.darkscreen.testimonials {
    font-size: 20px;
    line-height: 26px;
  }

  .subheading {
    font-size: 12px;
  }

  .subheading.footer {
    width: 75px;
  }

  .quick-stack-2 {
    margin-top: 15px;
  }

  .wcuwrapper {
    width: 440px;
    height: 180px;
    padding: 25px;
  }

  .bentocardsubs {
    width: auto;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .bentocardtext {
    max-width: 400px;
    font-size: 15px;
    line-height: 18px;
  }

  .bentocardtext.transformations {
    max-width: 320px;
  }

  .bentocardtext.address {
    max-width: 360px;
    font-size: 15px;
    line-height: 20px;
  }

  .bentocardtext.copyrightfooter {
    max-width: 460px;
    font-size: 14px;
    line-height: 18px;
  }

  .bentocardtext.contactfooter {
    font-size: 15px;
  }

  .bentocardicons {
    width: 80px;
    height: 80px;
  }

  .flex-block-2 {
    margin-top: 0;
  }

  .section-3 {
    height: auto;
  }

  .quick-stack-3 {
    grid-row-gap: 30px;
    width: 80%;
  }

  .paratextdarkscreen {
    max-width: 480px;
    font-size: 15px;
    line-height: 20px;
  }

  .paratextdarkscreen.transformations {
    font-size: 15px;
    line-height: 20px;
  }

  .testimonialwrapper {
    width: 90%;
  }

  .testimonialstyle {
    width: 100%;
  }

  .quick-stack-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
  }

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

  .transformationsimagemobile.desktop {
    width: 240px;
  }

  .transformimagewrapper.mobile {
    width: 280px;
  }

  .quick-stack-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .footercontactlink {
    font-size: 15px;
  }

  .text-block {
    font-size: 18px;
    line-height: 24px;
  }

  .image-7 {
    width: 180px;
  }

  .div-block-8 {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .footericons {
    width: 34px;
  }

  .text-field {
    border-radius: 12px;
    font-size: 14px;
  }

  .text-field.message {
    font-size: 14px;
  }

  .text-field-2, .text-field-3 {
    border-radius: 12px;
  }

  .success-message {
    font-size: 13px;
  }

  .div-block-13 {
    width: 280px;
    height: 280px;
    margin-top: 10px;
  }

  .link-4 {
    margin-top: 40px;
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .herosection {
    height: auto;
  }

  .navbar-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .logoimage {
    width: 120px;
    height: 32px;
    margin-left: 0;
  }

  .navcontainer {
    padding-top: 0;
  }

  .widthcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .widthcontainer.herosection {
    height: 76%;
    margin-top: 60px;
  }

  .herowrapper {
    height: auto;
  }

  .image {
    height: 400px;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .flex-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: center;
  }

  .herotext {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: auto;
    max-width: 280px;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    width: auto;
    max-width: 260px;
    margin-bottom: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .paragraph.aboutsection {
    width: 288px;
    max-width: 280px;
    margin-left: 0;
    padding-top: 5px;
    font-size: 13px;
    line-height: 16px;
  }

  .div-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 120px;
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .herocta {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 11px;
    line-height: 10px;
  }

  .herocta.variant {
    padding-left: 18px;
    padding-right: 18px;
  }

  .section {
    background-color: #e1d4f899;
  }

  .section.whychooseus {
    height: 1200px;
  }

  .section.about {
    background-position: 70%;
    background-size: cover;
    height: 400px;
  }

  .cell.mobile {
    justify-content: flex-start;
    align-items: center;
  }

  .quick-stack {
    text-align: center;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .headingtwo {
    max-width: 280px;
    font-size: 20px;
    line-height: 28px;
  }

  .headingtwo.darkscreen {
    width: 400px;
    max-width: 200px;
    margin-top: 20px;
    font-size: 18px;
  }

  .headingtwo.darkscreen.testimonials {
    max-width: 280px;
    font-size: 20px;
    line-height: 24px;
  }

  .headingtwo.darkscreen.about {
    max-width: 240px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 22px;
  }

  .headingtwo.lightscreen {
    font-size: 20px;
    line-height: 24px;
  }

  .subheading {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .subheading.transformations {
    width: 105px;
  }

  .subheading.footer {
    width: 65px;
  }

  .wcuwrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    width: 268px;
    height: 232px;
  }

  .bentocardsubs {
    text-align: center;
    width: 240px;
    margin-top: 5px;
    font-size: 14px;
    line-height: 20px;
  }

  .bentocardsubs.transformations {
    width: 240px;
    font-size: 14px;
    line-height: 16px;
  }

  .bentocardsubs.testimonials {
    text-align: left;
  }

  .bentocardsubs.contactfooter {
    text-align: left;
    font-size: 14px;
  }

  .bentocardtext {
    text-align: center;
    width: 280px;
    max-width: 220px;
    font-size: 13px;
    line-height: 14px;
  }

  .bentocardtext.servicerendered {
    text-align: left;
    max-width: 240px;
    font-size: 12px;
    line-height: 14px;
  }

  .bentocardtext.testimonial {
    text-align: left;
    max-width: 240px;
    font-size: 13px;
    line-height: 16px;
  }

  .bentocardtext.transformations {
    max-width: 240px;
    font-size: 13px;
    line-height: 16px;
  }

  .bentocardtext.address {
    text-align: left;
    max-width: 240px;
    font-size: 13px;
    line-height: 16px;
  }

  .bentocardtext.copyrightfooter {
    max-width: 280px;
    font-size: 8px;
    line-height: 10px;
  }

  .bentocardtext.contactfooter {
    text-align: left;
    width: 240px;
    max-width: 240px;
    font-size: 13px;
    line-height: 16px;
  }

  .bentocardicons {
    width: 60px;
    height: 60px;
    margin-top: 5px;
  }

  .wcutextwrapper {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .wcutextwrapper.mobile {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 280px;
  }

  .cell-2.mobile {
    padding-top: 20px;
  }

  .flex-block-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .section-3 {
    height: auto;
  }

  .quick-stack-3 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .paratextdarkscreen {
    max-width: 280px;
    font-size: 13px;
    line-height: 16px;
  }

  .paratextdarkscreen.transformations {
    margin-top: 6px;
    font-size: 13px;
    line-height: 16px;
  }

  .testimonialwrapper {
    width: 280px;
    height: 220px;
  }

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

  .testimonialstyle {
    padding-bottom: 20px;
  }

  .testimonialstyle.onecard {
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .quick-stack-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .transformationsimagemobile {
    width: 240px;
  }

  .transformationsimagemobile.desktop, .transformimagewrapper.mobile.portraitmode {
    width: 220px;
  }

  .quick-stack-5 {
    text-align: left;
    width: 260px;
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footercontactstylewrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 240px;
  }

  .quick-stack-6 {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .footercontactlink {
    text-align: center;
    margin-top: 2px;
    font-size: 11px;
    line-height: 20px;
  }

  .footercontactlink.getdirections {
    padding-bottom: 2px;
  }

  .text-block {
    font-size: 14px;
    line-height: 16px;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .image-7 {
    width: 160px;
    margin-left: 0;
  }

  .heading {
    margin-top: 8px;
    font-size: 20px;
    line-height: 28px;
  }

  .div-block-8 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .footericons {
    width: 28px;
  }

  .cell-4 {
    padding-left: 5px;
    padding-right: 10px;
  }

  .div-block-9 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .image-10 {
    width: 6px;
    height: 10px;
    line-height: 18px;
  }

  .text-field {
    width: 240px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 15px;
    font-size: 12px;
  }

  .text-field.message {
    padding-top: 12px;
    padding-bottom: 25px;
    font-size: 12px;
  }

  .text-field-2 {
    width: 240px;
    height: 40px;
  }

  .text-field-3 {
    width: 240px;
    height: 80px;
  }

  .submit-button {
    margin-left: 3px;
    padding: 6px 20px;
    font-size: 12px;
    line-height: 18px;
  }

  .div-block-10 {
    width: 280px;
    max-width: 280px;
    margin-left: 0;
  }

  .div-block-11 {
    width: 260px;
    margin-left: 5px;
    margin-right: 10px;
    padding-left: 0;
  }

  .success-message {
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-12 {
    width: 320px;
    height: 1143px;
  }

  .div-block-13 {
    width: 240px;
    height: 240px;
    margin-bottom: 10px;
  }

  .flex-block-3 {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 20px;
  }

  .link-4 {
    margin-top: 30px;
    font-size: 10px;
  }
}

#w-node-cdacdc9d-a16a-2e49-48ee-e95e0ef53f60-9eab455a, #w-node-abadedff-9458-8b26-c38b-24753b18f9a1-9eab455a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_62b9f38c-be0a-2387-3890-456f0e524f60-9eab455a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_0bcd74fd-7005-61f4-5b6d-4adeeae3d782-9eab455a {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_014929a5-04d6-1d7e-42f9-98aab94c6bfe-9eab455a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_0d0df938-efdc-bd20-fcc8-d477c61710b0-9eab455a {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-c5d9fa24-971a-67a0-b8fa-eaf9260034fd-9eab455a {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-cdacdc9d-a16a-2e49-48ee-e95e0ef53f60-9eab455a, #w-node-abadedff-9458-8b26-c38b-24753b18f9a1-9eab455a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_62b9f38c-be0a-2387-3890-456f0e524f60-9eab455a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_0bcd74fd-7005-61f4-5b6d-4adeeae3d782-9eab455a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_014929a5-04d6-1d7e-42f9-98aab94c6bfe-9eab455a, #w-node-_0d0df938-efdc-bd20-fcc8-d477c61710b0-9eab455a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_0bcd74fd-7005-61f4-5b6d-4adeeae3d782-9eab455a {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-_014929a5-04d6-1d7e-42f9-98aab94c6bfe-9eab455a, #w-node-_0d0df938-efdc-bd20-fcc8-d477c61710b0-9eab455a {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0d0df938-efdc-bd20-fcc8-d477c61710b0-9eab455a {
    grid-template-rows: auto;
    grid-template-columns: .75fr;
  }
}


@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.woff2') format('woff2'), url('../fonts/Sora-Medium.eot') format('embedded-opentype'), url('../fonts/Sora-Medium.woff') format('woff'), url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.woff2') format('woff2'), url('../fonts/Sora-SemiBold.eot') format('embedded-opentype'), url('../fonts/Sora-SemiBold.woff') format('woff'), url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Bold.woff2') format('woff2'), url('../fonts/Sora-Bold.eot') format('embedded-opentype'), url('../fonts/Sora-Bold.woff') format('woff'), url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Regular.woff2') format('woff2'), url('../fonts/WorkSans-Regular.eot') format('embedded-opentype'), url('../fonts/WorkSans-Regular.woff') format('woff'), url('../fonts/WorkSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Worksans';
  src: url('../fonts/WorkSans-Medium.woff2') format('woff2'), url('../fonts/WorkSans-Medium.eot') format('embedded-opentype'), url('../fonts/WorkSans-Medium.woff') format('woff'), url('../fonts/WorkSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}