@font-face {
  font-family: Good Times;
  src: url('../fonts/good_times.zip') format("undefined");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f2f2f2;
  --black: #343434;
  --primary: #00465c;
  --secondary: #759894;
  --lato: Lato, sans-serif;
}

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

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

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

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

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

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

.image {
  width: auto;
  max-width: 170px;
  margin-left: 20px;
  padding-top: 15px;
  padding-bottom: 25px;
}

.container {
  color: var(--white);
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: 454px;
  margin-right: 100px;
  display: flex;
  position: sticky;
}

.nav-link-2 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.nav-link-2.w--current {
  color: var(--black);
}

.navbar {
  background-color: var(--white);
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link-3 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.nav-link-3.w--current {
  color: var(--black);
}

.nav-link-4, .nav-link-5, .nav-link-6 {
  padding-top: 30px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.body {
  background-color: var(--primary);
  background-image: url('../images/lanus-img-7-1.jpg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: fixed;
}

.nav-menu-2 {
  margin-left: -176px;
  padding-left: 0;
}

.hero-stack {
  background-color: var(--primary);
  background-image: url('../images/Lanus--img-2.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  align-items: center;
  padding: 0 30px 296px;
  display: flex;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 940px;
  margin: 271px auto -50px;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-top: -46px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.margin-bottom-24px {
  color: var(--white);
  align-self: center;
  margin-top: 0;
  margin-bottom: 24px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.heading {
  color: var(--white);
  text-transform: uppercase;
  text-overflow: clip;
  overflow-wrap: normal;
  align-self: center;
  margin-top: 85px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  font-family: Lato, sans-serif;
  font-size: 52px;
  font-weight: 900;
  line-height: 48px;
}

.button {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 30px;
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-top: -2px;
  margin-bottom: 26px;
  padding: 20px 100px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  display: flex;
  box-shadow: 2px 2px 8px -4px #0003;
}

.section-3 {
  background-color: var(--white);
  cursor: auto;
}

.heading-2 {
  color: var(--primary);
  text-align: center;
  margin-top: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph {
  color: var(--black);
  text-align: center;
  margin-top: 0;
  margin-bottom: 100px;
  padding-top: 29px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.heading-3 {
  color: var(--primary);
  text-align: center;
  margin-bottom: 47px;
}

.team-slider {
  background-color: var(--white);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-bottom: 1px solid #e4ebf3;
  padding: 40px 30px 80px;
  position: relative;
}

.container-5 {
  flex-flow: column;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.centered-heading {
  color: var(--primary);
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
  font-size: 37px;
  font-weight: 900;
}

.centered-subheading {
  color: var(--black);
  text-align: center;
  max-width: 530px;
  margin-bottom: 29px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.team-block {
  background-color: var(--primary);
  opacity: 1;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-radius: 20px;
  padding: 60px 40px;
  transition: opacity .2s;
  transform: translate(0);
  box-shadow: 0 2px 5px #0003;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-text {
  color: var(--white);
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  display: block;
}

.flex-block {
  justify-content: center;
  align-items: center;
  margin-top: -54px;
  margin-bottom: -54px;
  padding-bottom: 0;
}

.heading-5 {
  color: var(--white);
  text-align: center;
  text-transform: uppercase;
  overflow-wrap: normal;
  margin-top: 400px;
  margin-bottom: 400px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 111%;
  text-decoration: none;
}

.div-block {
  background-color: var(--white);
}

.button-2 {
  background-color: var(--primary);
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 30px;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 10px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  position: fixed;
  inset: auto 0% 0% auto;
  box-shadow: 2px -2px 18px 5px #0003;
}

.footer-subscribe {
  background-color: var(--white);
  border-bottom: 1px solid #e4ebf3;
  padding: 140px 30px 40px;
  position: relative;
}

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

.button-primary-3 {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  margin-right: -158px;
  padding: 12px 25px;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #1a1b1f;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

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

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two-2 {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright-2 {
  color: #3a4554;
}

.section-6 {
  background-image: url('../images/Untitled-1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 190px;
  padding-bottom: 190px;
}

.body-2 {
  margin-bottom: 114px;
  padding-bottom: 0;
}

.container-11 {
  box-sizing: border-box;
  float: none;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  opacity: 1;
  text-align: justify;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: normal;
  object-fit: fill;
  background-clip: border-box;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding: 40px 60px;
  display: block;
  box-shadow: 4px 2px 13px #ffffffb5;
}

.heading-6 {
  background-color: var(--white);
  color: var(--primary);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 38px;
  font-weight: 900;
}

.paragraph-3 {
  font-family: Lato, sans-serif;
}

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
  font-family: Lato, sans-serif;
}

.heading-7 {
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  margin-top: 85px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-4 {
  color: var(--white);
  margin-bottom: 107px;
  padding-top: 27px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.section-8 {
  background-color: var(--secondary);
  opacity: 1;
  background-image: url('../images/Untitled-1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

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

.team-card-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 22px;
  display: flex;
}

.team-member-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: auto;
  height: auto;
  margin-bottom: 24px;
}

.team-member-name-2 {
  margin-bottom: 6px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

.heading-8 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.paragraph-5 {
  color: var(--black);
  margin-bottom: 26px;
  padding-top: 26px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.bold-text {
  font-size: 16px;
}

.form-block {
  padding-top: 0;
}

.container-12 {
  margin: 60px;
  padding-left: 0;
  padding-right: 10px;
}

.submit-button {
  background-color: var(--primary);
  color: var(--white);
  border-radius: 20px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.hero-without-image {
  background-color: #f5f7fa;
  background-image: url('../images/lanus-img-5.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  border-bottom: 1px solid #e4ebf3;
  margin-bottom: 89px;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-two-2 {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  display: flex;
}

.margin-bottom-24px-4 {
  color: var(--white);
  text-align: center;
  align-self: center;
  margin-top: 40px;
  margin-bottom: 24px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.button-primary-5 {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 20px;
  align-self: center;
  padding: 12px 25px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-9 {
  opacity: 1;
  color: var(--white);
  text-align: left;
  align-self: center;
  font-weight: 900;
}

.section-10 {
  background-color: var(--secondary);
  background-image: url('../images/lanus-img-20.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.heading-10 {
  color: var(--secondary);
  text-align: center;
  border-radius: 0;
  margin-top: 255px;
  margin-bottom: 255px;
  font-size: 36px;
}

.container-13 {
  margin-top: 0;
  padding-top: 20px;
}

.container-16 {
  margin-left: 60px;
  margin-right: 60px;
}

.container-17 {
  margin-top: 0;
}

.section-11 {
  background-image: url('../images/Firefly_Making-white-Premix-powder-in-a-factory.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
}

.button-3 {
  box-sizing: border-box;
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 40px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.body-3 {
  background-color: var(--primary);
}

.div-block-6 {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 21px;
}

.heading-13 {
  outline-offset: 0px;
  color: var(--primary);
  text-align: center;
  background-image: url('../images/lanus-img-22.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 40px;
  outline: 3px solid #00465c;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px;
  font-family: Good Times, Times New Roman, sans-serif;
  font-size: 20px;
}

.container-20 {
  background-color: var(--white);
  border-radius: 20px;
  flex-flow: column;
  align-self: center;
  margin-top: 0;
  margin-bottom: 60px;
  padding: 60px 100px;
  display: flex;
  box-shadow: 1px 4px 20px #0003;
}

.paragraph-7 {
  color: var(--black);
  text-align: left;
  margin-left: 86px;
  padding-top: 38px;
  padding-left: 60px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
  display: block;
}

.quick-stack-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.section-12 {
  background-color: var(--white);
  color: var(--black);
  background-image: url('../images/Firefly_Making-white-Premix-powder-in-a-factory--414.jpg');
  background-size: cover;
  background-attachment: fixed;
  margin-top: 0;
  padding-top: 118px;
  padding-bottom: 231px;
}

.section-13 {
  background-image: url('../images/Lanus-34.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
}

.heading-14 {
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.paragraph-8 {
  color: var(--white);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
}

.list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  box-shadow: 0 0 8px 3px var(--white);
  opacity: .92;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 87px;
  padding: 40px 60px;
  display: grid;
}

.text-block-4 {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 20px;
}

.section-14 {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Lanus-34.jpg');
  background-size: cover;
  background-attachment: fixed;
  padding-top: 220px;
  padding-bottom: 147px;
}

.features-metrics {
  color: var(--white);
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

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

.features-metrics-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.div-block-11 {
  margin-top: 29px;
  display: flex;
}

.div-block-13 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  flex-flow: row;
  display: flex;
}

.paragraph-9 {
  margin-left: -40px;
  margin-right: -55px;
  padding-left: 82px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.div-block-15 {
  margin-top: 51px;
  display: flex;
}

.quick-stack-5 {
  padding-left: 0;
  padding-right: 0;
}

.paragraph-10 {
  padding-top: 58px;
  padding-left: 79px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.cell-5, .cell-6, .cell-7 {
  justify-content: center;
  align-items: center;
}

.heading-15 {
  color: var(--primary);
  text-align: center;
  margin-top: -116px;
}

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

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.shadow-two-2 {
  box-shadow: 0 4px 24px #96a3b514;
}

.margin-bottom-24px-5 {
  margin-bottom: 24px;
}

.heading-18 {
  color: var(--primary);
  text-align: center;
  font-family: Lato, sans-serif;
}

.paragraph-12 {
  color: var(--primary);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.heading-19 {
  color: var(--white);
  margin-top: 10px;
  padding-bottom: 20px;
  font-family: Lato, sans-serif;
}

.form {
  background-color: var(--primary);
  border-radius: 20px;
  margin-top: 24px;
  padding: 40px 60px;
}

.submit-button-2 {
  background-color: var(--white);
  color: var(--primary);
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.field-label {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 17px;
}

.field-label-2 {
  color: var(--white);
  font-family: Lato, sans-serif;
  font-size: 16px;
}

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

.container-27 {
  margin-top: 100px;
}

.textarea {
  border-radius: 20px;
}

.hero-wrapper-two-3 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  margin-top: 27px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.button-primary-9 {
  background-color: var(--primary);
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 30px;
  align-self: center;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 20px;
  transition: all .2s;
}

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

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

.heading-20 {
  color: var(--primary);
  text-align: center;
  font-family: Lato, sans-serif;
}

.link {
  color: var(--primary);
  text-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.link-2 {
  color: var(--primary);
  text-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.link-3 {
  color: var(--primary);
  text-align: center;
  align-self: center;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.container-29 {
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field-3, .text-field-4, .text-field-6 {
  border-radius: 0 20px 20px;
}

.section-16 {
  background-color: var(--white);
}

.button-5 {
  background-color: var(--primary);
  color: var(--white);
  text-align: center;
  border-radius: 30px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.container-30 {
  justify-content: center;
  align-items: center;
  margin-top: 105px;
  margin-bottom: 0;
  display: flex;
}

.text-block-8 {
  color: var(--primary);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 21px;
  font-weight: 700;
}

.text-block-9 {
  text-align: center;
  margin-top: 9px;
  font-family: Lato, sans-serif;
  font-size: 14px;
}

.quick-stack-8 {
  padding-bottom: 59px;
}

.container-31 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .hero-stack {
    padding-bottom: 178px;
  }

  .container-3 {
    margin-bottom: 27px;
  }

  .margin-bottom-24px {
    font-size: 22px;
    line-height: 23px;
  }

  .heading {
    font-size: 58px;
    line-height: 57px;
  }

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

  .paragraph {
    font-size: 18px;
    line-height: 22px;
  }

  .centered-heading {
    font-size: 41px;
  }

  .centered-subheading {
    font-size: 20px;
  }

  .flex-block {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .button-2 {
    background-color: var(--white);
    color: var(--primary);
    margin-bottom: 20px;
    padding: 20px 40px;
    font-weight: 900;
  }

  .footer-link-three, .footer-copyright-2 {
    font-family: Lato, sans-serif;
  }

  .team-member-image-2 {
    width: auto;
    height: auto;
    max-height: none;
    margin-bottom: 0;
  }

  .section-9 {
    background-color: var(--secondary);
  }

  .section-10 {
    padding-top: 116px;
    padding-bottom: 194px;
  }

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

  .features-metrics {
    background-color: var(--white);
  }

  .container-31 {
    display: flex;
  }

  .section-17 {
    background-color: var(--white);
  }
}

@media screen and (max-width: 991px) {
  .image {
    margin-left: 43px;
  }

  .nav-link-2 {
    background-color: var(--white);
    color: var(--black);
    text-align: center;
    border-radius: 0;
  }

  .nav-link-3, .nav-link-4, .nav-link-5 {
    background-color: var(--white);
    text-align: center;
  }

  .nav-link-6 {
    background-color: var(--white);
    text-align: center;
    border-radius: 0;
  }

  .nav-menu-2 {
    background-color: var(--white);
    border-radius: 0;
    margin-left: 0;
    padding-top: 94px;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .hero-stack {
    background-position: 100% 0;
    padding-bottom: 233px;
  }

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

  .hero-wrapper-two {
    margin-top: -165px;
  }

  .heading {
    line-height: 52px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

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

  .container-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 728px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .button-primary-3 {
    align-self: center;
    margin-right: 0;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .container-11 {
    margin: -1px 40px -87px;
  }

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

  .team-member-image-2 {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .heading-8, .paragraph-5 {
    color: var(--black);
  }

  .container-12 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .hero-without-image {
    margin-bottom: 80px;
  }

  .hero-wrapper-two-2 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .margin-bottom-24px-4, .button-primary-5 {
    text-align: center;
    align-self: center;
  }

  .heading-10 {
    margin-top: 300px;
    margin-bottom: 300px;
  }

  .container-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .paragraph-7 {
    margin-left: 50px;
    padding-left: 0;
    font-size: 18px;
    line-height: 22px;
  }

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

  .quick-stack-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-14 {
    font-size: 38px;
  }

  .paragraph-8 {
    font-size: 20px;
  }

  .text-block-4 {
    color: var(--black);
    font-size: 20px;
    line-height: 22px;
  }

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

  .paragraph-9, .paragraph-10 {
    color: var(--black);
    font-size: 18px;
  }

  .quick-stack-7 {
    padding-left: 0;
  }

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

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    align-self: center;
  }

  .margin-bottom-24px-5 {
    text-align: center;
    align-self: center;
  }

  .heading-16 {
    align-self: center;
  }

  .container-24, .container-27 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .container-29 {
    margin-left: 60px;
    margin-right: 60px;
  }

  .field-label-3, .field-label-4, .field-label-5 {
    color: var(--black);
    font-family: Lato, sans-serif;
  }

  .text-field-3, .text-field-4 {
    border-radius: 0 20px 20px;
  }

  .text-block-5 {
    color: var(--white);
  }

  .success-message {
    background-color: var(--primary);
  }

  .text-block-6 {
    color: var(--black);
  }

  .text-field-6 {
    border-radius: 0 20px 20px;
  }

  .menu-button-3 {
    background-color: var(--white);
    color: var(--white);
    align-self: center;
    margin-right: 0;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .menu-button-3.w--open {
    background-color: var(--white);
    color: var(--primary);
    padding-left: 0;
  }

  .icon {
    color: var(--primary);
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
  }

  .container-31 {
    flex-flow: column;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .image {
    margin-left: 20px;
  }

  .hero-stack {
    margin-bottom: 0;
    padding: 60px 15px 354px;
  }

  .hero-wrapper-two {
    margin-top: -220px;
  }

  .margin-bottom-24px {
    font-size: 16px;
  }

  .heading {
    margin-top: 30px;
    font-size: 38px;
    line-height: 43px;
  }

  .button {
    font-size: 18px;
  }

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

  .paragraph {
    font-size: 15px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .team-member-text {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

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

  .heading-5 {
    margin-top: 245px;
    padding-left: 60px;
    padding-right: 60px;
    font-size: 32px;
  }

  .button-2 {
    padding-left: 40px;
    font-size: 14px;
  }

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

  .container-9 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary-3 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    font-size: 12px;
    display: flex;
  }

  .footer-block-three {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .footer-link-three {
    text-align: center;
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    align-self: center;
    margin-top: 10px;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    font-size: 14px;
    line-height: 20px;
  }

  .container-11 {
    margin-top: -20px;
    margin-bottom: -60px;
  }

  .heading-6 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .centered-heading-3, .heading-7 {
    font-size: 30px;
  }

  .paragraph-4 {
    font-size: 14px;
    line-height: 18px;
  }

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

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

  .team-member-name-2 {
    font-size: 16px;
    line-height: 20px;
  }

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

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

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-without-image {
    padding: 60px 15px;
  }

  .margin-bottom-24px-4 {
    font-size: 14px;
  }

  .button-primary-5 {
    align-self: center;
    font-size: 12px;
  }

  .heading-9 {
    text-align: center;
    font-size: 30px;
  }

  .heading-10 {
    margin: 260px 20px;
    font-size: 32px;
  }

  .container-13 {
    margin-left: 25px;
    margin-right: 25px;
  }

  .container-14 {
    margin-bottom: -165px;
  }

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

  .container-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-17 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .heading-13 {
    margin-left: -26px;
    margin-right: -26px;
    padding-left: 10px;
    font-size: 19px;
    line-height: 22px;
  }

  .container-20 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .paragraph-7 {
    margin-left: 60px;
    margin-right: -50px;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .quick-stack-2 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    object-fit: fill;
    align-self: center;
    margin-left: -25px;
    padding-left: 0;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    margin-left: -28px;
    padding-bottom: 0;
  }

  .section-12 {
    background-position: 50%;
  }

  .heading-14 {
    font-family: var(--lato);
    font-size: 31px;
  }

  .paragraph-8 {
    font-size: 16px;
    line-height: 20px;
  }

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

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

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

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

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

  .paragraph-9 {
    padding-top: 40px;
    padding-left: 85px;
    font-size: 16px;
    line-height: 18px;
  }

  .quick-stack-5 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    align-self: center;
    margin-left: -33px;
    padding-left: 0;
  }

  .paragraph-10 {
    margin-left: 27px;
    margin-right: -65px;
    padding-top: 100px;
    padding-left: 0;
    font-size: 16px;
    line-height: 18px;
  }

  .cell-5, .cell-6 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-15 {
    margin-left: 45px;
    padding-left: 0;
  }

  .cell-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .cell-12, .cell-13, .cell-14, .cell-15, .cell-16 {
    justify-content: center;
    align-items: center;
  }

  .quick-stack-7 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-self: center;
    margin-left: -36px;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-15 {
    font-size: 26px;
    line-height: 41px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .margin-bottom-24px-5 {
    text-align: center;
    font-size: 14px;
  }

  .heading-16 {
    text-align: center;
    align-self: center;
    font-size: 30px;
  }

  .container-24 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .heading-18 {
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
  }

  .paragraph-12 {
    font-size: 16px;
    line-height: 17px;
  }

  .heading-19 {
    font-size: 30px;
    font-weight: 900;
    line-height: 34px;
  }

  .field-label, .field-label-2 {
    font-size: 14px;
  }

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

  .link {
    font-size: 16px;
  }

  .button-5 {
    font-size: 14px;
  }

  .cell-18 {
    font-size: 16px;
  }

  .menu-button-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .icon {
    color: var(--primary);
  }

  .container-31 {
    grid-auto-flow: row;
    justify-items: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .image {
    width: 147px;
    margin-left: 10px;
  }

  .nav-link-2, .nav-link-3 {
    text-align: center;
    padding-top: 20px;
  }

  .nav-link-4, .nav-link-5, .nav-link-6 {
    padding-top: 20px;
  }

  .nav-menu-2 {
    text-align: center;
    border-radius: 0 0 20px 20px;
  }

  .hero-stack {
    background-position: 86%;
    background-attachment: fixed;
    padding-top: 80px;
    padding-bottom: 220px;
  }

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

  .margin-bottom-24px {
    font-size: 14px;
    line-height: 16px;
  }

  .heading {
    font-size: 26px;
    line-height: 30px;
  }

  .button {
    margin-top: 0;
    margin-left: 0;
    padding: 10px 40px;
    font-size: 14px;
  }

  .heading-2 {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 24px;
    line-height: 26px;
  }

  .paragraph {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 12px;
    line-height: 16px;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 26px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 26px;
  }

  .centered-subheading {
    font-size: 14px;
    line-height: 16px;
  }

  .team-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .team-member-text {
    font-size: 14px;
    line-height: 18px;
  }

  .flex-block {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 82px;
    padding-bottom: 0;
  }

  .heading-5 {
    text-align: center;
    margin: 215px 20px 390px;
    padding-left: 0;
    padding-right: 0;
    font-size: 23px;
    line-height: 27px;
  }

  .button-2 {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .container-9 {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .button-primary-3 {
    justify-content: center;
    align-items: center;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
  }

  .footer-block-three {
    align-self: center;
  }

  .footer-link-three {
    text-align: left;
    align-self: center;
  }

  .footer-social-block-three {
    align-self: center;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright-2 {
    color: var(--black);
  }

  .section-6 {
    margin-top: 0;
  }

  .body-2 {
    background-position: 50%;
    background-repeat: repeat;
    background-size: cover;
  }

  .container-11 {
    margin: 0 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .centered-heading-3 {
    color: var(--black);
    margin-bottom: 24px;
    font-size: 26px;
  }

  .heading-7 {
    font-size: 26px;
    line-height: 30px;
  }

  .paragraph-4 {
    margin-bottom: 40px;
    padding-top: 0;
    font-size: 12px;
    line-height: 16px;
  }

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

  .team-card-2 {
    justify-content: center;
    align-items: center;
  }

  .team-member-image-2 {
    width: auto;
    max-width: 69%;
  }

  .team-member-name-2 {
    color: var(--black);
    font-size: 16px;
    line-height: 19px;
  }

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

  .paragraph-5 {
    font-size: 12px;
    line-height: 16px;
  }

  .container-12 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero-wrapper-two-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .margin-bottom-24px-4 {
    align-self: center;
    margin-left: -40px;
    margin-right: -40px;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .button-primary-5 {
    align-self: center;
    margin-left: -50px;
    margin-right: -50px;
    font-size: 10px;
  }

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

  .heading-10 {
    margin-top: 300px;
    margin-bottom: 300px;
    font-size: 26px;
    line-height: 28px;
  }

  .container-13 {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 109px;
  }

  .container-14 {
    color: var(--white);
    background-image: url('../images/Firefly_Making-white-Premix-powder-in-a-factory.jpg');
    background-position: 50%;
    background-size: cover;
    background-attachment: fixed;
    margin-top: -180px;
    margin-bottom: -180px;
  }

  .container-15 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-16 {
    margin-left: 40px;
    margin-right: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .container-17 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .button-3 {
    font-size: 13px;
  }

  .heading-13 {
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .container-20 {
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    margin-left: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-7 {
    text-align: center;
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .quick-stack-2 {
    max-width: 179px;
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    align-self: center;
    margin-left: 0;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .paragraph-8 {
    font-size: 12px;
    line-height: 14px;
  }

  .list {
    flex-flow: column;
    grid-auto-flow: row;
    place-items: center;
    margin-top: 33px;
    display: flex;
  }

  .text-block-4 {
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

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

  .div-block-11 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

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

  .div-block-14 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
  }

  .paragraph-9 {
    text-align: center;
    align-self: center;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: 12px;
    line-height: 14px;
  }

  .div-block-15 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .quick-stack-5 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    align-self: center;
    max-width: 175px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
  }

  .paragraph-10 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-size: 12px;
    line-height: 14px;
  }

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

  .cell-6 {
    justify-content: center;
    align-items: center;
  }

  .cell-7 {
    justify-content: flex-end;
    align-items: center;
  }

  .image-15 {
    align-self: center;
    max-width: 70%;
    margin-left: 0;
  }

  .quick-stack-7 {
    margin-left: 0;
  }

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

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

  .hero-wrapper-2 {
    margin-bottom: 20px;
  }

  .hero-split-2 {
    margin-bottom: 11px;
  }

  .margin-bottom-24px-5 {
    font-size: 12px;
    line-height: 14px;
  }

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

  .container-24 {
    margin-top: 0;
  }

  .heading-18 {
    font-size: 24px;
    line-height: 25px;
  }

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

  .heading-19 {
    font-size: 22px;
    line-height: 23px;
  }

  .form {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .submit-button-2 {
    text-align: center;
    font-size: 13px;
  }

  .field-label, .field-label-2 {
    font-size: 14px;
    line-height: 18px;
  }

  .button-primary-9 {
    padding: 10px 20px;
    font-size: 12px;
  }

  .heading-20 {
    font-size: 26px;
    line-height: 28px;
  }

  .link {
    font-size: 14px;
    line-height: 18px;
  }

  .link-2, .link-3, .field-label-3 {
    font-size: 14px;
  }

  .button-5 {
    font-size: 12px;
    line-height: 17px;
  }

  .image-16, .image-17 {
    align-self: center;
    max-width: 70%;
  }

  .menu-button-3 {
    align-self: center;
  }

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

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

  .image-18, .image-19, .image-20, .image-21, .image-22 {
    max-width: 90%;
  }

  .image-23 {
    max-width: 66%;
  }

  .image-24 {
    max-width: 65%;
  }
}

#w-node-dbf9acfd-1e99-aee7-3cf1-4017fe300ded-0b6b90d2 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92d8-87c8550c, #w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92e3-87c8550c, #w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92ed-87c8550c, #w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92f7-87c8550c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_53ec085b-3802-1c17-2cfe-2b25a2d20148-a2e57e49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5d27e493-9f90-f5e2-0de0-c248380b77fc-a2e57e49 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_5fd0a899-406c-deb8-33a4-9c891373b1bb-a2e57e49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-f8df2975-4f3b-e0d9-40f3-4bdae8d18e06-a2e57e49 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_4facaef2-5dc5-b18f-77ab-a8cd57710931-a2e57e49 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

#w-node-_4a2b210a-79c5-17d2-e582-936123f0e6dc-2e6f2da5 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92e3-87c8550c, #w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92ed-87c8550c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_53ec085b-3802-1c17-2cfe-2b25a2d20148-a2e57e49, #w-node-_5fd0a899-406c-deb8-33a4-9c891373b1bb-a2e57e49 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f8df2975-4f3b-e0d9-40f3-4bdae8d18e06-a2e57e49 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_4facaef2-5dc5-b18f-77ab-a8cd57710931-a2e57e49 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9757fc06-f2ad-c386-3955-5ebfce6d92d8-87c8550c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_53ec085b-3802-1c17-2cfe-2b25a2d20148-a2e57e49 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-f8df2975-4f3b-e0d9-40f3-4bdae8d18e06-a2e57e49 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  #w-node-_4facaef2-5dc5-b18f-77ab-a8cd57710931-a2e57e49 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }
}


@font-face {
  font-family: 'Good Times';
  src: url('../fonts/good_times.zip') format('undefined');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}