:root {
  --body: #333;
  --title: var(--black);
  --black: black;
  --transparent: transparent;
  --pen-lightgreen: #6ac298;
  --white: white;
  --pen-darkgreen: #078651;
  --dimgrey: dimgrey;
  --background: #d1d1d1;
  --pen-lightblue: #eaf1f9;
  --placeholder: #666;
  --bg-dark: #d9d9d9;
  --desktop-space: 50px;
  --tablet-space: 100px;
  --landscape-mobile-space: 50px;
  --portrait-mobile-space: 75px;
  --bg-image: #f2f2f2;
  --combine-library--grey-600: #5f6570;
  --combine-library--grey-800: #1f2c3d;
  --combine-library--white: white;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--warning-400: #f8b34b;
  --combine-library--primary-600: #6157f8;
  --combine-library--grey-050: #f2f3f7;
  --untitled-ui--gray700: #344054;
  --untitled-ui--success700: #027a48;
  --untitled-ui--white: white;
  --untitled-ui--primary700: #6941c6;
  --untitled-ui--primary600: #7f56d9;
  --untitled-ui--primary100: #f4ebff;
  --untitled-ui--gray600: #475467;
  --untitled-ui--gray50: #f9fafb;
  --untitled-ui--gray300: #d0d5dd;
  --untitled-ui--gray800: #1d2939;
  --untitled-ui--gray100: #f2f4f7;
  --untitled-ui--gray500: #667085;
  --untitled-ui--gray900: #101828;
  --untitled-ui--primary800: #53389e;
  --untitled-ui--success50: #ecfdf3;
  --light-gray: #999;
  --_apps---typography--heading-font: "Bebas Neue", sans-serif;
  --_apps---typography--body-font: Inter, sans-serif;
  --_apps---typography--button-font: "Bebas Neue", sans-serif;
  --_apps---sizes--radius: 10px;
  --_apps---colors--background: var(--background);
  --_apps---colors--foreground: var(--body);
  --_apps---colors--card: var(--white);
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #c4c4c4;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: #155c47;
  --_apps---colors--primary-foreground: #f2fbf7;
  --_apps---colors--secondary: #b5cec4;
  --_apps---colors--secondary-foreground: #0b0e0d;
  --footer-link: #999;
  --_apps---colors--muted: #cbcbcb;
  --_apps---colors--muted-foreground: #555252;
  --_apps---colors--accent: #b7b7b7;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #ce3e59;
  --_apps---colors--border: var(--black);
  --_apps---colors--input: var(--black);
  --_apps---colors--ring: #2b5949;
  --_apps---charts--chart-1: #155c47;
  --_apps---charts--chart-2: #4b7565;
  --_apps---charts--chart-3: #004f39;
  --_apps---charts--chart-4: #003f2e;
  --_apps---charts--chart-5: #002b1b;
  --_apps---sidebar--sidebar: #cbcbcb;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: #155c47;
  --_apps---sidebar--sidebar-primary-foreground: #f2fbf7;
  --_apps---sidebar--sidebar-accent: #b7b7b7;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: var(--black);
  --_apps---sidebar--sidebar-ring: #2b5949;
  --_apps---colors--background-dark: #121212;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #262626;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #262626;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #54957e;
  --_apps---colors--primary-foreground-dark: #020705;
  --_apps---colors--secondary-dark: #132f25;
  --_apps---colors--secondary-foreground-dark: #f4faf7;
  --_apps---colors--muted-dark: #090909;
  --_apps---colors--muted-foreground-dark: #9e9e9e;
  --_apps---colors--accent-dark: #3d3d3d;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #b22043;
  --_apps---colors--border-dark: #0000001a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #75a492;
  --_apps---charts--chart-1-dark: #54957e;
  --_apps---charts--chart-2-dark: #93c0ae;
  --_apps---charts--chart-3-dark: #3d876e;
  --_apps---charts--chart-4-dark: #7eb19e;
  --_apps---charts--chart-5-dark: #3c7662;
  --_apps---sidebar--sidebar-dark: #181818;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #54957e;
  --_apps---sidebar--sidebar-primary-foreground-dark: #020705;
  --_apps---sidebar--sidebar-accent-dark: #3d3d3d;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #75a492;
}

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

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

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

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

  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }
}

body {
  color: var(--body);
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

h2 {
  color: var(--black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

h3 {
  color: var(--title);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 120%;
}

h4 {
  color: var(--title);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
}

p {
  margin-bottom: 0;
}

a {
  text-decoration: underline;
}

label {
  margin-bottom: 0;
  font-weight: 700;
}

.navbar {
  border-bottom: 1px solid var(--black);
  background-color: #0000;
  padding-top: 13px;
  padding-bottom: 13px;
}

.nav-menu {
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
}

.container {
  width: 100%;
  max-width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.brand {
  z-index: 1;
  flex: 0 0 220px;
  align-items: center;
  display: flex;
}

.brand.w--current {
  display: flex;
}

.primary-btn {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  padding: 13px 23px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  transition: color .3s, background-color .3s;
}

.primary-btn:hover {
  border-color: var(--pen-lightgreen);
  background-color: var(--pen-lightgreen);
  color: var(--white);
}

.nav-line {
  background-color: var(--black);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--pen-darkgreen);
  opacity: .84;
  color: var(--white);
  object-fit: fill;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 20px;
  display: block;
  overflow: hidden;
}

.footer-block {
  grid-row-gap: 60px;
  flex-direction: column;
  display: flex;
}

.cta-wrap {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.cta-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 45%;
  display: flex;
}

.cta-img {
  background-color: var(--dimgrey);
  width: 100%;
  max-width: 380px;
  height: 100%;
  min-height: 205px;
  max-height: 205px;
}

.cta-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 205px;
  max-height: 205px;
}

.secondary-btn {
  border: 1px solid var(--white);
  background-color: var(--transparent);
  padding: 13px 23px;
  font-size: 12px;
  line-height: 120%;
  transition: background-color .3s, border-color .3s;
}

.secondary-btn:hover {
  border-color: var(--pen-lightgreen);
  background-color: var(--pen-lightgreen);
  color: var(--black);
}

.cta-title {
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 150%;
}

.cta-paragraph {
  max-width: 500px;
}

.body-small {
  color: var(--white);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.footer-top {
  grid-column-gap: 50px;
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  padding-bottom: 60px;
  display: flex;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

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

.footer-right {
  grid-column-gap: 105.5px;
  color: var(--white);
  display: flex;
}

.links-block {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--white);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover, .footer-link.w--current {
  color: var(--white);
}

.footer-info {
  grid-row-gap: 25px;
  flex-direction: column;
  display: flex;
}

.footer-info.left-align {
  color: var(--white);
  align-items: flex-start;
}

.footer-contact {
  color: var(--white);
  font-size: 14px;
  line-height: 150%;
}

.footer-contact:hover {
  text-decoration: none;
}

.social-wrap {
  grid-column-gap: 10px;
  display: flex;
}

.social-block {
  border: 1px solid #ffffff1a;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  transition: background-color .3s;
  display: flex;
}

.social-block:hover {
  background-color: #f1f1f133;
  border-color: #0000;
}

.page-subtitle {
  color: var(--pen-darkgreen);
  padding-left: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 120%;
}

.page-wrap {
  object-fit: fill;
  padding-bottom: 0;
  position: static;
  overflow: hidden;
}

.rich-text {
  width: 100%;
  max-width: 900px;
}

.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 20px;
}

.rich-text p {
  margin-bottom: 20px;
}

.rich-text ol {
  grid-row-gap: 15px;
  flex-direction: column;
  padding-left: 26px;
  display: flex;
}

.rich-text h4 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.body-large {
  font-size: 18px;
  line-height: 150%;
}

.title-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.color {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.title-section {
  background-color: var(--transparent);
  padding-top: 60px;
  padding-bottom: 30px;
}

.title-section.service-color {
  background-color: var(--pen-lightblue);
}

.footer-links {
  grid-row-gap: 4px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer-newsletter {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 368px;
  display: flex;
}

.contact-info {
  grid-row-gap: 10px;
  flex-direction: column;
  width: 100%;
  max-width: 160px;
  display: flex;
}

.footer-form {
  color: var(--dimgrey);
  margin-bottom: 0;
}

.footer-field {
  height: auto;
  color: var(--dimgrey);
  text-overflow: clip;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: url('../images/ic-mail.svg');
  background-position: 12px;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: border-box;
  border: 1px solid #ffffff26;
  margin-bottom: 0;
  padding: 11px 42px;
  font-size: 12px;
  line-height: 150%;
}

.footer-field:focus {
  border: 1px solid var(--dimgrey);
  color: var(--dimgrey);
}

.footer-field::placeholder {
  color: var(--dimgrey);
}

.bottom-left {
  grid-column-gap: 10px;
  display: flex;
}

.policy {
  grid-column-gap: 28px;
  color: var(--white);
  display: flex;
}

.bottom-link {
  color: var(--white);
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.bottom-link:hover {
  color: var(--white);
  text-decoration: underline;
}

.footer-contect {
  color: var(--white);
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
  transition: color .3s;
}

.footer-news {
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  text-decoration: none;
}

.bottom-text {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.nav-btn {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  color: var(--black);
  padding: 13px 25px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
  transition: color .3s, background-color .3s;
}

.nav-btn:hover {
  border-color: var(--pen-lightgreen);
  background-color: var(--pen-lightgreen);
  color: var(--white);
}

.footer-submit {
  background-color: var(--white);
  background-image: url('../images/arrow-crros.svg');
  background-position: 0 0;
  background-size: auto;
  width: 30px;
  height: 30px;
  padding: 0;
  position: absolute;
  inset: 6px 6px 6px auto;
}

.form {
  color: var(--dimgrey);
  position: relative;
}

.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;
  align-items: center;
  display: flex;
}

.input {
  height: auto;
  color: var(--black);
  border: 1px #000;
  border-bottom-style: solid;
  margin-bottom: 0;
  padding: 0 0 12px;
  font-size: 14px;
  line-height: 150%;
}

.input:focus {
  border-bottom: 1px solid var(--black);
}

.input::placeholder {
  color: var(--placeholder);
}

.error-wrapper {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

._404 {
  margin-bottom: 40px;
}

.content-section {
  background-color: var(--pen-lightblue);
  margin-bottom: 0;
  padding-bottom: 40px;
}

.content-section.career-margin {
  margin-top: 20px;
}

.content-section.section-bg-color {
  background-color: var(--pen-lightblue);
}

.hero-wrap {
  grid-row-gap: 174px;
  text-align: left;
  text-transform: none;
  flex-direction: column;
  margin-top: 160px;
  display: flex;
}

.color-white {
  color: var(--white);
}

.hero-content {
  grid-row-gap: 10px;
  flex-flow: column;
  align-self: auto;
  width: 100%;
  max-width: 699px;
  display: flex;
}

.hero-paragraph {
  width: 100%;
  max-width: 550px;
  color: var(--white);
}

.hero-btns {
  grid-column-gap: 25px;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.text-link {
  color: var(--white);
  background-image: url('../images/ic-arrow-white.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 26px;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.text-link:hover {
  text-decoration: underline;
}

.hero-capsule {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 100%;
  max-width: 431px;
  margin-left: auto;
  display: flex;
}

.capsule {
  grid-column-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff4d;
  border-radius: 50px;
  padding: 5px 15px;
  font-size: 12px;
  line-height: 150%;
  display: flex;
}

.section {
  padding-top: var(--desktop-space);
  padding-bottom: var(--desktop-space);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-color: #eaf1f9;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.section.last {
  padding-bottom: 0;
}

.section.trunc-section {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.section.trunc-section.client-rev {
  padding-top: var(--desktop-space);
  background-color: #eaf1f9;
}

.about-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  text-align: left;
  overflow-wrap: normal;
  mix-blend-mode: normal;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.about-img {
  width: auto;
  position: relative;
}

.about-content {
  text-align: justify;
  word-break: normal;
  width: 100%;
  max-width: 596px;
  line-height: 140%;
}

.about-main-image {
  background-color: var(--transparent);
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 670px;
  max-height: 670px;
  margin-bottom: 20px;
  display: flex;
}

.about-inner-image {
  border-top: 10px solid #fff;
  border-left: 10px solid #fff;
  width: 100%;
  max-width: 310px;
  height: 100%;
  min-height: 190px;
  max-height: 190px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.about-main-img {
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: cover;
  border-radius: 10px;
  outline: 3px #333;
  width: 100%;
  height: 100%;
  min-height: 670px;
  max-height: 670px;
}

.about-inner-img {
  background-color: var(--bg-image);
  border-bottom-right-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 180px;
  max-height: 180px;
}

.about-title {
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 15px;
  display: flex;
}

.about-bottom {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 60px;
  display: flex;
}

.about-topic {
  grid-column-gap: 15px;
  border-bottom: 1px solid #0003;
  align-items: center;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.about-topic.top {
  padding-top: 0;
}

.title-block {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 40px;
  display: flex;
}

.empty-state {
  background-color: var(--black);
  color: var(--white);
  text-align: center;
}

.empty-state.black {
  border: 1px solid var(--white);
}

.our-values {
  padding-top: var(--portrait-mobile-space);
  padding-bottom: var(--portrait-mobile-space);
  background-color: var(--pen-darkgreen);
  opacity: .84;
}

.project-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 440px;
  max-height: 440px;
}

.hero-title {
  color: var(--white);
  font-size: 64px;
}

.section-inner {
  grid-row-gap: var(--desktop-space);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.project-data {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto 25px 25px;
}

.values-wrap {
  grid-row-gap: 100px;
  flex-direction: column;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.values-top {
  grid-column-gap: 60px;
  align-self: center;
  align-items: center;
  display: flex;
}

.values-facts {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.values-data {
  grid-row-gap: 15px;
  flex-flow: column;
  width: 100%;
  max-width: 392px;
  display: flex;
}

.line {
  background-color: var(--white);
  width: 85px;
  height: 1px;
}

.values-text {
  grid-row-gap: 25px;
  color: var(--white);
  flex-direction: column;
  display: flex;
}

.facts-block {
  color: var(--white);
  flex: 1;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  display: flex;
  position: relative;
}

.facts-img {
  width: 100%;
  color: var(--transparent);
  text-align: center;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ffffff3d;
  font-size: 100px;
  font-weight: 700;
  line-height: 80%;
  position: absolute;
}

.facts-text {
  white-space: nowrap;
}

.flex {
  display: flex;
}

.discuss-section {
  background-color: var(--pen-darkgreen);
  opacity: .84;
  color: var(--bg-dark);
  position: relative;
}

.discuss-img {
  width: 100%;
  max-width: 50%;
  height: 100%;
  position: absolute;
}

.discuss-image {
  opacity: .63;
  object-fit: cover;
  background-color: #000;
  width: 100%;
  height: 100%;
}

.discuss-content {
  width: 100%;
  max-width: 50%;
  margin-left: auto;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
}

.discuss-title {
  grid-row-gap: 8px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.quote-form {
  margin-bottom: 0;
}

.black-input {
  background-color: #ffffff0d;
  height: auto;
  margin-bottom: 0;
  padding: 9px 10px 10px;
  font-size: 14px;
  line-height: 150%;
}

.black-input:focus {
  border-bottom-color: var(--black);
}

.black-input::placeholder {
  color: var(--white);
}

.field-name {
  margin-bottom: 4px;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.black-input {
  color: var(--white);
  border-color: #ffffff26;
}

.black-input:focus {
  border: 1px solid var(--dimgrey);
}

.black-textarea {
  height: auto;
  min-height: 160px;
  color: var(--white);
  background-color: #ffffff0d;
  border: 1px solid #ffffff26;
  margin-bottom: 0;
  padding: 10px;
  font-size: 12px;
  line-height: 150%;
}

.black-textarea:focus {
  border: 1px solid var(--dimgrey);
}

.discuss-form {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-btn-wrap {
  justify-content: flex-end;
  display: flex;
}

.checkbox {
  margin-top: 0;
  margin-left: -10px;
}

.checkbox-field {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.body-x-small {
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.privacy-link {
  color: var(--bg-dark);
  text-decoration: none;
  transition: color .3s;
}

.privacy-link:hover {
  color: var(--white);
}

.testimonials-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-wrap {
  grid-column-gap: 60px;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.review-cards {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.review-card {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 12px;
  width: 100%;
  max-width: 550px;
  margin-right: 40px;
  padding: 34px;
  font-weight: 400;
}

.review-img {
  border-radius: 40px;
  width: 60px;
  height: 60px;
  margin-bottom: 20px;
}

.review-image {
  object-fit: fill;
  border-radius: 40px;
  width: 60px;
  height: 60px;
}

.review-name {
  grid-row-gap: 2px;
  flex-direction: column;
  margin-top: 40px;
  display: flex;
}

.blog-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  max-height: 300px;
}

.faq-img {
  background-color: var(--transparent);
  width: 100%;
  max-width: 618px;
  height: 100%;
  min-height: 664px;
  max-height: 664px;
}

.faq-content {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.faq-image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 664px;
  max-height: 664px;
}

.faq-inner {
  grid-row-gap: 25px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.faq {
  border-top: 1px solid #0000001a;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.question-block {
  grid-column-gap: 20px;
  white-space: pre-wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 25px 0 0;
  display: flex;
}

.answer-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-answer {
  padding-top: 14px;
  padding-bottom: 0;
  padding-left: 44px;
}

.faq-answer.last {
  padding-bottom: 0;
}

.link-black {
  color: var(--body);
  background-image: url('../images/ic-black-arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-right: 26px;
  font-size: 12px;
  line-height: 120%;
  text-decoration: none;
}

.link-black:hover {
  text-decoration: underline;
}

.link-black.invert {
  filter: invert();
}

.next {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 23px;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%;
  transition: color .3s, background-color .3s;
}

.next:hover {
  background-color: var(--black);
  color: var(--white);
}

.previous {
  border: 1px solid var(--black);
  background-color: var(--transparent);
  border-radius: 0;
  margin-left: 0;
  margin-right: 0;
  padding: 13px 23px;
  font-size: 12px;
  line-height: 120%;
  transition: color .3s, background-color .3s;
}

.previous:hover {
  background-color: var(--black);
  color: var(--white);
}

.service-section {
  padding-top: 0;
  padding-bottom: var(--desktop-space);
}

.blog-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 400px;
}

.image-wrap {
  width: 100%;
}

.story-text {
  grid-row-gap: 15px;
  flex-direction: column;
  width: 100%;
  max-width: 928px;
  margin-top: 0;
  display: flex;
}

.services {
  padding-top: var(--landscape-mobile-space);
  padding-bottom: var(--landscape-mobile-space);
  background-color: var(--pen-darkgreen);
  opacity: .84;
  -webkit-text-stroke-color: var(--white);
}

.services-wrap {
  grid-column-gap: 50px;
  color: var(--white);
  justify-content: space-between;
  display: flex;
}

.service-content {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 460px;
  display: flex;
}

.service-faq {
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  max-width: 620px;
  display: flex;
}

.service-info-title {
  color: var(--white);
  margin-bottom: 10px;
}

.faq-line {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.horizontal-line {
  background-color: var(--white);
  width: 14px;
  height: 1px;
}

.vertical-line {
  background-color: var(--white);
  width: 1px;
  height: 14px;
  position: absolute;
  inset: auto;
}

.contact {
  grid-column-gap: 80px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-title {
  padding-top: 20px;
}

.contect-social {
  grid-column-gap: 10px;
  text-align: center;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icon {
  text-align: left;
  border: 1px solid #00000026;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: background-color .3s;
  display: flex;
}

.social-icon:hover {
  background-color: #f1f1f133;
  border-color: #0000;
}

.social-inner {
  grid-row-gap: 8px;
  text-align: left;
  flex-direction: column;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.faq-black {
  border-bottom: 1px solid #fff3;
  flex-direction: column;
  width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.color-black {
  color: var(--black);
}

.footer-link-block {
  grid-column-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-wrap {
  flex: none;
  display: flex;
}

.left-shadow {
  background-image: none;
  width: 100%;
  max-width: 15%;
  height: 80%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.right-shadow {
  background-image: none;
  width: 100%;
  max-width: 15%;
  height: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

.success-footer {
  border: 1px solid var(--white);
  background-color: var(--black);
  padding: 15px;
}

.error-messege {
  color: var(--black);
  text-align: center;
}

.form-btn {
  justify-content: space-between;
  margin-top: 5px;
  display: flex;
}

.que-block {
  grid-column-gap: 10px;
  width: 100%;
  color: var(--bg-dark);
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  padding: 0;
  display: flex;
}

.ans-block {
  background-color: #0000;
  display: block;
  position: relative;
  overflow: hidden;
}

.faq-ans {
  padding-top: 16px;
}

.bottom-border {
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -20px;
}

.slider {
  flex: 1;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}

.slide {
  aspect-ratio: auto;
  text-align: left;
  column-count: 0;
  object-fit: fill;
  background-color: #012507c9;
  width: 100%;
  height: 100%;
  margin-bottom: auto;
  padding-bottom: 0;
  line-height: 200%;
  position: static;
}

.image {
  max-width: 75%;
}

.mask {
  column-count: 0;
}

.section-title {
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Bebas Neue, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.cell {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/clips-580-of-581.jpg');
  background-size: cover;
  background-clip: border-box;
  border-radius: 0;
  justify-content: flex-end;
  align-items: flex-start;
}

.slider-3 {
  opacity: 1;
  background-color: #050505;
  height: 100vh;
}

.text-block-2, .text-block-3, .text-block-4, .text-block-5 {
  color: var(--background);
}

.slide-3 {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/auto_service_1991127206.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-4 {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/clips-560-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-5 {
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/clips-13-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.padding-section-large {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.padding-global {
  margin-top: 0;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.margin-bottom, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-small.con-sec-margin {
  padding-left: 20px;
}

.margin-bottom.margin-xsmall {
  overflow-wrap: normal;
  direction: ltr;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

 .margin-bottom.margin-xxlarge, .margin-bottom.margin-xlarge, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.layout6_image {
  aspect-ratio: auto;
  object-fit: fill;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.container-large {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-section-large-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.career2_list-wrapper {
  overflow: hidden;
}

.career2_icon-wrapper {
  align-self: center;
  width: 2rem;
  margin-left: 1.5rem;
  display: flex;
}

.heading-style-h4 {
  margin-bottom: 23px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.button {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.layout352_circle {
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-neutral-2\>);
  border-radius: 100%;
  position: sticky;
  top: 50vh;
}

.hide {
  display: none;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xlarge {
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.margin-top.margin-xsmall, .margin-top.margin-small {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.text-align-center {
  aspect-ratio: auto;
  object-fit: fill;
  object-position: 50% 50%;
  text-align: center;
  flex-direction: column;
  place-content: center;
  align-items: center;
  display: flex;
  position: static;
}

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

.max-width-large-2 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-3 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-3.align-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.heading-3 {
  aspect-ratio: auto;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.quick-stack-11 {
  width: 100%;
  max-width: 100%;
  height: 700px;
}

.cell-39 {
  background-color: var(--black);
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-13-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.heading-4 {
  background-color: var(--dimgrey);
  width: 100%;
  color: var(--white);
  align-self: flex-start;
}

.cell-40 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/istockphoto-1347150429-612x612.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.cell-41 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/pexels-pixabay-372810.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.cell-42 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/MixCollage-14-Mar-2024-01-18-PM-5589.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.quick-stack-12 {
  width: 100%;
  height: 700px;
}

.cell-63 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/variety_drinks.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.cell-67 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-84-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: center;
}

.cell-68 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-73-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.cell-69 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-80-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-end;
  align-items: center;
}

.cell-70 {
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/drinkdepot.png');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  justify-content: flex-end;
  align-items: center;
}

.cell-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-84-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: stretch;
  line-height: 150%;
  display: flex;
}

.cell-49 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-85-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.cell-50 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-76-of-581.jpg');
  background-position: 0 0, 100% 0;
  background-size: auto, cover;
}

.cell-51 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-78-of-581.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.cell-52 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-80-of-581.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
}

.cell-53 {
  background-image: linear-gradient(#00000080, #00000080), url('../images/clips-73-of-581.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.paragreph {
  z-index: auto;
  width: 100%;
  height: 100%;
  color: var(--white);
  object-position: 50% 50%;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 0;
  font-size: 17px;
  display: flex;
  position: static;
  top: -25%;
  bottom: auto;
}

.paragraph-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.section-4 {
  text-align: left;
  background-color: #eaf1f9;
  padding: 50px 0;
  display: none;
  overflow: hidden;
}

.image-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.section_header54 {
  position: relative;
}

.padding-section-large-3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.header54_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header54_background-image-wrapper {
  z-index: -1;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

.padding-global-2 {
  padding-left: 0%;
}

.html-embed {
  object-fit: fill;
  flex-flow: column;
  width: 100%;
  display: block;
  overflow: visible;
}

.container-6 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.waves-grid-gallery-2 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .7fr 1fr .7fr;
  width: 130vw;
  margin-bottom: 24px;
}

.waves-grid-gallery-2.bottom-grid {
  margin-bottom: 0;
}

.h2-white {
  color: var(--white);
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
}

.p-white {
  color: var(--white);
}

.div-block-2 {
  overflow: visible;
}

.uui-navbar05_menu-button {
  padding: 0;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-logo_component {
  flex-wrap: nowrap;
  width: auto;
  max-width: 100px;
  height: 3rem;
  display: flex;
}

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

.section_portfolio-header6 {
  margin-top: 20px;
  padding-top: 0;
}

.portfolio-header6_image {
  object-fit: cover;
  border-radius: 10px;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 100%;
  min-height: auto;
  max-height: none;
  position: relative;
  inset: 0%;
}

.padding-global-3 {
  padding-bottom: 0;
  padding-left: 5%;
  padding-right: 5%;
}

.portfolio-header6_component {
  flex-direction: column;
  height: auto;
  min-height: auto;
  padding-bottom: 0;
  display: flex;
}

.portfolio-header6_content-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.content23_component {
  margin-top: 60px;
}

.section_content23 {
  margin-top: 40px;
}

.padding-section-large-4 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.content23_image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.content23_image-wrapper {
  flex: 1;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
}

.padding-global-4 {
  padding-left: 5%;
  padding-right: 5%;
}

.layout28_image {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.layout28_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout28_tabs-link {
  background-color: #0000;
  border-left: 2px solid #0000;
  padding: 0 0 0 2rem;
  display: block;
}

.layout28_tabs-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-color: #000;
}

.layout28_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.padding-global-5 {
  padding-left: 5%;
  padding-right: 5%;
}

.uui-navbar05_button-wrapper-2 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-right-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar05_link-2 {
  color: var(--black);
  text-align: left;
  text-transform: uppercase;
  align-items: center;
  padding: 1.75rem 1rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: all .3s;
}

.uui-navbar05_link-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_link-2.w--current {
  color: #000;
}

.uui-text-size-small-2 {
  color: var(--black);
  letter-spacing: normal;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
}

.uui-navbar05_item-heading-2 {
  color: var(--black);
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.uui-navbar05_item-heading-2.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_item-right-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large-2 {
  background-color: var(--untitled-ui--success50);
  width: 3rem;
  height: 3rem;
  color: var(--untitled-ui--primary600);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.uui-navbar05_icon-holder-2 {
  flex: none;
}

.uui-navbar05_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: grid;
}

.uui-navbar05_dropdown-link-2:hover {
  background-color: var(--untitled-ui--gray50);
}

.uui-navbar05_dropdown-link-list-2 {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui--success50);
  color: var(--untitled-ui--success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_text-wrapper-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-navbar05_dropdown-content-left-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

.uui-navbar05_dropdown-content-2 {
  width: 100%;
  display: flex;
}

.uui-navbar05_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar05_dropdown-list-2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-2.w--open {
  background-color: #fff;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon-2 {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar05_dropdown-toggle-2 {
  color: var(--untitled-ui--gray600);
  align-items: center;
  padding: 1.75rem 2.5rem 1.75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle-2:hover {
  color: var(--untitled-ui--gray700);
}

.uui-navbar05_menu-dropdown-2 {
  position: static;
}

.uui-navbar05_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  padding-left: 140px;
  display: flex;
  position: static;
}

.uui-navbar05_component-2 {
  border-bottom: 1px solid var(--untitled-ui--gray100);
  background-color: #fff;
  align-items: center;
  min-height: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: 500;
  display: flex;
  overflow: visible;
}

.text-block-9 {
  color: var(--black);
  text-transform: uppercase;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.paragraph-4 {
  text-align: justify;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  font-weight: 400;
  display: block;
}

.quick-stack-14 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--transparent);
  object-fit: fill;
  width: 100%;
  max-width: 100%;
  height: 700px;
  max-height: 700px;
}

.cell-54 {
  background-image: url('../images/clips-521-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.cell-55 {
  background-image: url('../images/clips-32-of-581.jpg');
  background-position: 50%;
  background-size: contain;
  border-radius: 10px;
}

.cell-56 {
  background-image: url('../images/clips-553-of-581.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
}

.cell-57 {
  background-image: url('../images/clips-537-of-581.jpg');
  background-position: 50% 100%;
  background-size: cover;
  border-radius: 10px;
}

.quick-stack-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: 600px;
}

.cell-58 {
  background-image: url('../images/clips-80-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.cell-59 {
  background-image: url('../images/clips-84-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.cell-60 {
  background-image: url('../images/clips-76-of-581.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 10px;
}

.cell-61 {
  background-image: url('../images/clips-31-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.cell-62 {
  background-image: url('../images/clips-28-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 10px;
}

.con-sec {
  overflow: hidden;
}

.section-5 {
  background-color: var(--transparent);
  text-align: left;
  padding-top: 50px;
  padding-bottom: 50px;
}

.quick-stack-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--bg-image);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 10px;
  width: 670px;
  max-width: 100%;
  height: 100%;
  min-height: 670px;
  max-height: 670px;
}

.cell14 {
  background-image: url('../images/clips-15-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  justify-content: flex-start;
  align-items: flex-start;
}

.cell14._40 {
  background-image: url('../images/clips-580-of-581.jpg');
  background-position: 50%;
  background-size: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.cell-64 {
  background-image: url('../images/clips-578-of-581.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 100%, 0 0;
  background-size: cover, auto;
  border-radius: 0 0 5px 5px;
}

.cell-65 {
  background-image: url('../images/clips-32-of-581.jpg');
  background-position: 50%;
  background-size: contain;
  border-bottom-left-radius: 5px;
}

.cell-66 {
  background-image: url('../images/clips-85-of-581.jpg');
  background-position: 0 0;
  background-size: cover;
  border-bottom-right-radius: 5px;
}

.client-logo {
  opacity: .3;
  height: 50px;
  transition: opacity .2s;
}

.client-logo:hover {
  opacity: 1;
}

.section-title-wrapper {
  text-align: center;
  width: 60%;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper.small-title {
  margin-bottom: 30px;
}

.section-title-wrapper.full {
  text-align: left;
  flex-direction: row;
  width: 100%;
  margin-bottom: 20px;
}

.logo-column {
  text-align: center;
}

.section-6 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-6.tint {
  -webkit-text-fill-color: inherit;
  background-color: #f5f5f503;
  background-clip: border-box;
  padding-top: 80px;
  padding-bottom: 80px;
}

.title-section-description {
  background-color: var(--transparent);
}

.slide-6 {
  aspect-ratio: auto;
  object-fit: fill;
  background-image: linear-gradient(#000000ba, #000000ba), url('../images/supermarket_1906980688.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.features-hero-image {
  border-radius: 1rem;
  width: 100%;
  min-width: auto;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  position: relative;
  overflow: hidden;
}

.image-9 {
  width: 100%;
  height: auto;
}

.banner-wrapper {
  border-radius: .5rem;
  flex-flow: column;
  padding: 3.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.line-fill {
  z-index: 2;
  color: #fbfbfb;
  background-color: #fbfbfb;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.banner-button {
  grid-column-gap: .7rem;
  grid-row-gap: .7rem;
  color: #fbfbfb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.contact-column-left {
  padding-right: 15px;
}

.contact-column-right {
  padding-left: 15px;
}

.dark-field {
  background-color: #edeef1;
  border: 0 solid #000;
  border-radius: 2px;
  height: 40px;
  margin-bottom: 7px;
  margin-right: 10px;
  padding-left: 20px;
  font-size: 13px;
  transition: box-shadow .2s, border .2s, background-color .2s;
  box-shadow: 0 2px 5px #0003;
}

.dark-field:hover {
  background-color: #dbdce2;
}

.dark-field:focus {
  background-color: #fff;
  box-shadow: 3px 3px 16px #0003;
}

.dark-field.area {
  height: 148px;
  padding-top: 12px;
}

.button-send {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1f6fff;
  border-radius: 3px;
  margin-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  font-size: 12px;
  font-weight: 600;
  transition: background-color .2s, background-position .2s, color .2s, border .2s, box-shadow .2s;
}

.button-send:hover {
  color: #fff;
  background-color: #0b4fc9;
  box-shadow: 0 8px 16px 4px #0000004d;
}

.button-send.full-submit {
  width: 100%;
  margin-top: 15px;
  display: block;
}

.button-send.full-submit.green {
  outline-width: 3px;
}

.button-send.full-submit.green.outline {
  background-color: var(--transparent);
  filter: blur(5px);
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--black);
  white-space: normal;
  word-break: normal;
  -webkit-text-fill-color: inherit;
  cursor: auto;
  mix-blend-mode: normal;
  background-clip: border-box;
  border: 1px solid #000;
  outline: 3px #fff;
  overflow: clip;
}

.button-send.full-submit.green.btn-outline {
  background-color: var(--bg-image);
  color: var(--black);
  border: 1px solid #000;
}

.button-send.full-submit.green.btn-outline:hover {
  background-color: var(--pen-darkgreen);
}

.button-send.green {
  background-color: #5ec045;
}

.button-send.green:hover {
  background-color: #6fdd53;
}

.button-send.green.full.outline:hover {
  background-color: #5ec045;
  border-color: #5ec045;
}

.error-bg {
  color: #e42121;
  text-align: center;
  border-radius: 3px;
  padding-top: 12px;
  padding-bottom: 1px;
  font-size: 12px;
}

.contact-map-block {
  background-color: #eaf1f9;
  border: 2px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 468px;
}

.section-connect {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-connect.contact {
  background-color: var(--transparent);
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 30px;
  display: block;
}

.success-message {
  color: #fff;
  background-color: #5ec045;
  border-radius: 5px;
  padding-top: 30px;
}

.field-label-2 {
  color: #989ba2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.contact-map-wrapper {
  border: 0 solid #0000000f;
  border-radius: 20px;
  height: 445px;
  padding: 0;
  overflow: hidden;
}

.small-paragraph {
  color: var(--body);
  margin-bottom: 0;
  padding-top: 5px;
  font-size: 16px;
  line-height: 150%;
}

.top-line-block {
  border-top: 1px solid #0000001a;
  margin-top: 35px;
  padding-top: 40px;
}

.text-column {
  padding-right: 20px;
}

.section-contact {
  background-color: #eaf1f9;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.contact-title-wrapper {
  margin-bottom: 30px;
}

.section-title-2 {
  text-align: center;
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.map-contact-form {
  z-index: 10;
  float: right;
  background-color: var(--pen-lightblue);
  width: 100%;
  min-height: 450px;
  padding: 19px;
  position: relative;
}

.container-11 {
  position: relative;
}

.action-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.action-section.cta-section {
  background-color: var(--pen-darkgreen);
  color: #fff;
  -webkit-text-stroke-color: var(--white);
  -webkit-text-fill-color: inherit;
  background-image: url('../images/worldmap-2.png');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
}

.dark-cta-title {
  float: left;
  width: 70%;
  color: var(--white);
  -webkit-text-stroke-color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 300;
  line-height: 28px;
}

.section-description {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.info-block-2 {
  float: left;
  column-count: auto;
  direction: ltr;
  width: 97%;
}

.info-row {
  margin-top: 20px;
}

.info-icon {
  float: left;
  height: 17px;
  margin-top: 4px;
  margin-bottom: 10px;
  margin-right: 8px;
}

.section-title-3 {
  margin-top: 0;
  font-size: 46px;
  font-weight: 300;
  line-height: 39px;
}

.column {
  padding-right: 15px;
}

.column-2 {
  padding-left: 15px;
}

.button-regular {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--pen-darkgreen);
  color: #fff;
  border-radius: 5px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3rem;
  padding: .5rem 1.5rem;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: inline-flex;
}

.jobs__sticky {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--pen-lightgreen);
  border: 1px solid #0000001a;
  border-radius: 1rem;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 16rem;
  padding: 1.5rem;
  display: flex;
  position: sticky;
  top: 6rem;
}

.max-width-regular {
  width: 100%;
  max-width: 74rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-huge {
  font-size: 3rem;
  font-weight: 400;
  line-height: 110%;
}

.heading-huge.for-intro-home {
  max-width: 35rem;
  font-weight: 400;
}

.jobs__content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spacer-small {
  width: 100%;
  height: 3rem;
}

.jobs__home {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.spacer-large {
  width: 100%;
  height: 50px;
}

.empty-state-2 {
  background-color: #0000000a;
  border-radius: 1rem;
  padding: 1.5rem;
}

.title-section-2 {
  margin-bottom: 1.5rem;
}

.text-small {
  font-size: .875rem;
  line-height: 140%;
}

.heading-large {
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
}

.jobs__list-wrapper {
  width: 100%;
}

.jobs__list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.jobs__item {
  width: 100%;
}

.container-career {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.section-career {
  background-color: var(--pen-lightblue);
  flex: 1;
  padding-top: 0;
}

.section-career.extra-padding {
  padding-top: 60px;
}

.areas__list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.intro {
  padding-top: 40px;
}

.spacer-regular {
  width: 100%;
  height: 5rem;
}

.container-12 {
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.button-small-outline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid #000;
  border-radius: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding: .25rem 1rem;
  font-weight: 500;
  text-decoration: none;
  display: inline-flex;
}

.areas__tag {
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  height: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.text-block-area {
  color: var(--black);
  text-align: left;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  direction: ltr;
  background-clip: border-box;
  font-family: Rethink Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  text-decoration: none;
}

.tag-small {
  color: #c81e43;
  background-color: #c81e430a;
  border: 1px solid #c81e4333;
  border-radius: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 1.5rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.tag-small.c5 {
  color: #28a359;
  background-color: #28a3590a;
  border-color: #28a35933;
}

.tag-small.c3 {
  color: #0057ff;
  background-color: #0057ff0a;
  border-color: #0057ff33;
}

.tags {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tags.align-right {
  justify-content: flex-end;
  align-items: center;
}

.jobs__link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.39, .575, .565, 1);
  display: flex;
}

.jobs__link:hover {
  background-color: #0000000a;
}

.bullet-divisor {
  background-color: #00000080;
  border-radius: 4rem;
  flex: none;
  width: .25rem;
  height: .25rem;
}

.jobs__company {
  grid-column-gap: .5rem;
  grid-row-gap: .25rem;
  color: #00000080;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.text-regular {
  font-size: 1rem;
  line-height: 150%;
  text-decoration: none;
}

.heading-medium {
  color: var(--pen-darkgreen);
  font-family: Bebas Neue, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 135%;
  text-decoration: none;
}

.jobs__position {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.jobs__tags {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-tiny {
  font-size: .75rem;
  font-weight: 500;
  line-height: 130%;
  text-decoration: none;
}

.department-logo {
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 4rem;
  width: 4rem;
  height: 4rem;
}

.jobs__label {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.company-logo {
  object-fit: contain;
  border: 1px solid #0000001a;
  border-radius: 4rem;
  width: 4rem;
  height: 4rem;
}

.button-regular-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  background-color: #0057ff;
  border-radius: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3rem;
  padding: .5rem 1.5rem;
  font-weight: 500;
  display: inline-flex;
}

.job-intro__summary {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-left: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 1.5rem 3rem;
  display: flex;
}

.job-intro {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  background-color: var(--white);
  border: 1px solid #0000001a;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: stretch;
  padding: 1.5rem;
  display: flex;
}

.job-intro__item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 1.5rem;
  display: flex;
}

.job-intro__item.last {
  border-bottom-style: none;
  padding-bottom: 0;
}

.job-intro__cta {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1.5rem 3rem;
  display: flex;
}

.link-text {
  text-decoration: none;
  transition: color .2s cubic-bezier(.39, .575, .565, 1);
}

.link-text:hover {
  color: #0057ff;
}

.heading-small {
  color: var(--pen-darkgreen);
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 140%;
}

.max-width-small {
  width: 100%;
  max-width: 43rem;
  margin-left: auto;
  margin-right: auto;
}

.job-intro__company {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1.25rem;
  display: flex;
}

.job-intro__tags {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tag-large {
  color: #c81e43;
  background-color: #c81e430a;
  border: 1px solid #c81e4333;
  border-radius: 4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 2rem;
  padding-left: .75rem;
  padding-right: .75rem;
  display: flex;
}

.tag-large.c3 {
  color: #0057ff;
  background-color: #0057ff0a;
  border-color: #0057ff33;
}

.tag-large.c5 {
  color: #28a359;
  background-color: #28a3590a;
  border-color: #28a35933;
}

.tag-large.c1 {
  color: #000;
  background-color: #0000000a;
  border-color: #0000001a;
}

.paragraph-6 {
  color: var(--white);
}

.div-block-4 {
  padding-top: 30px;
}

.paragraph-8 {
  text-align: left;
  direction: ltr;
  padding-top: 5px;
}

.paragraph-10 {
  box-sizing: border-box;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  object-fit: fill;
  direction: ltr;
  padding-top: 5px;
  position: static;
}

.tab-menu-underline-link {
  color: #828aa3;
  text-align: center;
  background-color: #0000;
  border-bottom: 1px solid #e6e9f1;
  width: 100%;
  padding: 5px;
  font-weight: 500;
  line-height: 1.286em;
  transition: border-color .3s, color .3s;
}

.tab-menu-underline-link:hover {
  color: #454e66;
  border-bottom-color: #828aa3;
}

.tab-menu-underline-link.w--current {
  color: #3d73ff;
  background-color: #0000;
  border-bottom-color: #3d73ff;
  padding-left: 5px;
  padding-right: 5px;
}

.card {
  background-color: #fff;
  border: 1px solid #e6e9f1;
  border-radius: 12px;
  box-shadow: 0 2px 7px #14142b17;
}

.tabs-menu-2 {
  grid-column-gap: 2px;
  background-color: #f7f8fc;
  border-radius: 72px;
  align-items: center;
  margin-bottom: 20px;
  padding: 6px;
  display: flex;
}

.tabs-menu-2.links-single {
  grid-column-gap: 0px;
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: flex-end;
  padding: 0;
}

.tabs-menu-2.links-single.tabs-width {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 40%;
  padding-left: 0;
  display: flex;
}

.overflow-visible {
  margin-top: 40px;
  overflow: visible;
}

.heading-tab-title {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.columns-row {
  display: flex;
}

.tabs-2 {
  margin-top: 20px;
}

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

.quick-stack-18 {
  grid-column-gap: 20px;
  grid-row-gap: 241px;
}

.form-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.c4 {
  color: #c81e43;
}

.form-success {
  color: #0057ff;
  background-color: #0057ff0a;
  border: 1px solid #0057ff33;
  border-radius: 1rem;
  padding: 2rem;
}

.form__field-label {
  margin-bottom: 0;
  font-size: 1rem;
}

.form__text-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: .5rem;
  height: 3.5rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-size: 1rem;
  line-height: 150%;
}

.form__text-field::placeholder {
  color: #0006;
}

.text-small-2 {
  font-size: .875rem;
  line-height: 140%;
}

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

.form__checks {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.form-error {
  color: #c81e43;
  background-color: #c81e430a;
  border: 1px solid #c81e4333;
  border-radius: .5rem;
  margin-top: 2rem;
  padding: 1.25rem;
}

.form__check-text {
  margin-bottom: 0;
  font-size: .875rem;
  line-height: 140%;
}

.form__check-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.text-tiny-2 {
  font-size: .75rem;
  font-weight: 500;
  line-height: 130%;
}

.text-tiny-2.c1-50 {
  color: #00000080;
}

.form__item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.form-block {
  border: 1px solid #0000001a;
  border-radius: 1rem;
  margin-bottom: 0;
  padding: 3rem;
}

.form__button {
  background-color: var(--pen-darkgreen);
  border-radius: 4rem;
  height: 4rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

.form__checkbox {
  border: 1px solid #0000001a;
  border-radius: .25rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: -.5rem;
}

.form__checkbox.w--redirected-checked {
  background-image: url('../images/checked.svg');
  background-position: 50%;
  background-size: cover;
}

.cell-43 {
  background-image: url('../images/butcher-bakery.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 100% 0, 0 0;
  background-size: auto, auto;
}

.cell-44 {
  background-image: url('../images/clips-22-of-581.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-45 {
  background-image: url('../images/clips-492-of-581.jpg');
  background-position: 0 0;
  background-size: cover;
}

.cell-46 {
  background-image: url('../images/butcher-bakery.jpg');
  background-position: 0 0;
  background-size: auto;
}

.cell-47 {
  background-image: url('../images/Phamacy.jpeg');
  background-position: 0 0;
  background-size: cover;
}

.legal__content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.hero-headline {
  color: var(--white);
}

.body {
  aspect-ratio: auto;
}

@media screen and (min-width: 1280px) {
  .content-section.career-margin {
    margin-top: 20px;
  }

  .about-wrap {
    flex-flow: row;
  }

  .section-title {
    color: var(--black);
    font-family: Bebas Neue, sans-serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;
  }

  .padding-section-large-4 {
    padding-top: 0;
  }

  .padding-global-4 {
    padding-left: 0;
    padding-right: 0;
  }

   .text-block-11 {
    color: var(--pen-darkgreen);
    font-size: 14px;
    font-weight: 700;
  }

  .features-hero-image {
    width: 100%;
  }

  .dark-field {
    padding-left: 10px;
    padding-right: 20px;
  }

  .button-send.full-submit.green {
    background-color: var(--pen-darkgreen);
  }

  .button-send.full-submit.green.outline {
    opacity: .24;
    outline-offset: 0px;
    outline: 3px solid #fff;
    overflow: visible;
  }

  .button-send.full-submit.green.btn-outline {
    background-color: var(--bg-image);
    color: var(--black);
    border: 1px solid #000;
  }

  .button-send.full-submit.green.btn-outline:hover {
    background-color: var(--pen-darkgreen);
  }

  .contact-map-block {
    font-size: 16%;
  }

  .section-connect.contact {
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 30px;
    display: block;
  }

  .button-regular {
    text-decoration: none;
  }

  .heading-huge, .heading-huge.for-intro-home {
    font-weight: 400;
  }

  .text-small {
    text-decoration: none;
  }

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

  .intro {
    padding-top: 40px;
  }

  .button-small-outline {
    text-decoration: none;
  }

  .heading-medium {
    color: var(--pen-darkgreen);
    font-family: Bebas Neue, sans-serif;
    font-weight: 400;
  }

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

  .heading-small {
    color: var(--pen-darkgreen);
    font-weight: 400;
  }

  .div-block-4 {
    padding-top: 30px;
  }

  .overflow-visible {
    margin-top: 40px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 34px;
  }

  .nav-menu {
    border-bottom: 1px solid var(--black);
    background-color: #fff;
    margin-top: 1px;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .brand {
    position: static;
  }

  .nav-line {
    display: none;
  }

  .footer-top {
    padding-bottom: 40px;
  }

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

  .contact-info {
    max-width: 160px;
  }

  .policy {
    grid-column-gap: 15px;
  }

  .hero-wrap {
    grid-row-gap: 100px;
  }

  .section {
    padding-top: var(--tablet-space);
    padding-bottom: var(--tablet-space);
  }

  .about-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 16px;
    text-align: center;
    overflow-wrap: normal;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-bottom: 0;
    display: block;
  }

  .about-content {
    float: none;
    clear: none;
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    margin-left: 60px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: static;
  }

  .about-main-image {
    justify-content: center;
    align-items: flex-start;
    min-height: 600px;
    max-height: 600px;
  }

  .about-inner-image {
    max-width: 250px;
    min-height: 150px;
    max-height: 150px;
    right: -11%;
  }

  .about-main-img {
    min-height: 600px;
    max-height: 600px;
  }

  .about-inner-img {
    min-height: 140px;
    max-height: 140px;
  }

  .project-image {
    min-height: 350px;
    max-height: 350px;
  }

  .section-inner {
    grid-row-gap: var(--tablet-space);
  }

  .values-wrap {
    grid-row-gap: 80px;
  }

  .values-facts {
    grid-column-gap: 0px;
    grid-row-gap: 100px;
    flex-wrap: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .facts-block {
    flex: 0 50%;
    max-width: 50%;
  }

  .facts-img {
    width: auto;
    font-size: 100px;
  }

  .service-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .discuss-img {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
  }

  .discuss-content {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 40px;
  }

  .faq-wrap {
    grid-column-gap: 30px;
  }

  .review-cards {
    grid-column-gap: 30px;
  }

  .review-card {
    margin-right: 30px;
  }

   .blog-thumb {
    min-height: 250px;
    max-height: 250px;
  }

  .faq-img {
    min-height: 500px;
    max-height: 500px;
  }

  .faq-content {
    grid-row-gap: 30px;
  }

  .faq-image {
    min-height: 500px;
    max-height: 500px;
  }

  .faq-inner {
    grid-row-gap: 20px;
    margin-bottom: 30px;
  }

  .question-block {
    padding-top: 20px;
  }

  .service-section {
    padding-bottom: var(--tablet-space);
  }

  .blog-thumb-img {
    min-height: 350px;
    max-height: 350px;
  }

  .service-content {
    max-width: 350px;
  }

  .contact {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .section-title {
    font-size: 28px;
    line-height: 36px;
  }

  .padding-section-large {
    padding-top: 30px;
    padding-bottom: 6rem;
  }

  .padding-global {
    padding-bottom: 0%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    padding-left: 20px;
  }

  .layout6_image {
    text-align: left;
  }

  .padding-section-large-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-xlarge {
    padding-bottom: 0;
  }

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

  .padding-section-large-3 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .container-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-logo_component {
    max-width: 100px;
  }

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

  .portfolio-header6_image {
    object-fit: cover;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    position: relative;
  }

  .portfolio-header6_component {
    height: auto;
    min-height: auto;
  }

  .portfolio-header6_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 0;
  }

  .padding-section-large-4 {
    display: block;
  }

  .layout28_component {
    grid-column-gap: 3rem;
  }

  .menu-icon_line-bottom-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-2 {
    background-color: var(--untitled-ui--gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar05_button-wrapper-2 {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right-2 {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_link-2 {
    width: 100%;
    color: var(--untitled-ui--gray900);
    padding: .75rem 0;
    font-size: 12px;
    font-weight: 300;
  }

  .uui-navbar05_link-2:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link-2:hover {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-content-left-2 {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-content-2 {
    flex-direction: column;
  }

  .uui-navbar05_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-2.w--open {
    min-width: auto;
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon-2 {
    color: var(--untitled-ui--gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar05_dropdown-toggle-2 {
    color: var(--untitled-ui--gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle-2:hover {
    color: var(--untitled-ui--gray900);
  }

  .uui-navbar05_menu-dropdown-2 {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui--gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu-2 {
    border-top: 1px solid var(--untitled-ui--gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .text-block-9 {
    font-weight: 300;
  }

  .section-5 {
    float: none;
    text-align: center;
  }

  .quick-stack-17 {
    clear: none;
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    height: 100%;
    min-height: 600px;
    max-height: 670px;
    position: static;
  }

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

  .client-logo {
    height: 40px;
  }

  .section-title-wrapper {
    width: 85%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 40px;
  }

  .section-6 {
    padding: 45px;
  }

  .features-hero-image {
    object-fit: cover;
    min-width: auto;
    height: 100%;
    min-height: auto;
    margin-top: auto;
  }

  .section-connect {
    padding: 45px;
  }

  .section-connect.contact {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .section-contact {
    padding: 45px;
  }

  .section-title-2 {
    margin-bottom: 0;
    font-size: 31px;
    line-height: 30px;
  }

  .action-section {
    padding: 45px;
  }

  .dark-cta-title {
    width: 60%;
  }

  .section-description {
    margin-top: 20px;
    font-size: 19px;
  }

  .info-icon {
    height: 14px;
    margin-right: 4px;
  }

  .section-title-3 {
    margin-bottom: 4px;
    font-size: 31px;
    line-height: 30px;
  }

  .column {
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .jobs__sticky {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    display: none;
    position: static;
  }

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

  .jobs__list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .jobs__link {
    transition-property: none;
  }

  .jobs__link:hover {
    background-color: #fff;
  }

  .link-text {
    transition-property: none;
  }

  .link-text:hover {
    color: #000;
  }

  .div-block-4 {
    padding-top: 0;
  }

  .tab-menu-underline-link, .tab-menu-underline-link.w--current {
    padding-left: 5px;
    padding-right: 5px;
  }

  .tabs-2 {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 46px;
  }

  h2 {
    font-size: 32px;
  }

  h3 {
    font-size: 26px;
  }

  .brand {
    padding-left: 0;
    display: block;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-block {
    grid-row-gap: 40px;
  }

  .cta-wrap {
    grid-row-gap: 30px;
    flex-direction: column-reverse;
    padding-bottom: 40px;
  }

  .cta-content {
    grid-row-gap: 30px;
    max-width: 100%;
  }

  .cta-img {
    max-width: none;
    min-height: 250px;
    max-height: 250px;
  }

  .cta-image {
    min-height: 250px;
    max-height: 250px;
  }

  .footer-top {
    grid-row-gap: 30px;
    flex-direction: column;
    padding-bottom: 40px;
  }

  .footer-bottom {
    grid-row-gap: 15px;
    flex-direction: column;
    padding-top: 15px;
  }

  .footer-left {
    grid-row-gap: 30px;
    flex-direction: row;
  }

  .footer-right {
    grid-column-gap: 80px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .page-wrap {
    max-width: 100%;
    overflow: hidden;
  }

  .rich-text {
    grid-row-gap: 10px;
  }

  .title-section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .utility-page-content {
    align-items: center;
  }

  .hero-wrap {
    grid-row-gap: 80px;
  }

  .section {
    padding-top: var(--landscape-mobile-space);
    padding-bottom: var(--landscape-mobile-space);
  }

  .about-wrap {
    grid-row-gap: 60px;
    flex-direction: column;
  }

  .about-content {
    max-width: none;
    margin-left: 10px;
    margin-right: 0;
    padding-right: 20px;
  }

  .about-main-image {
    max-width: 100%;
  }

  .about-inner-image {
    border-top-width: 5px;
    border-left-width: 5px;
    border-right-width: 5px;
    inset: auto -5px -5px auto;
  }

  .project-image {
    min-height: 400px;
    max-height: 400px;
  }

  .hero-title {
    font-size: 50px;
  }

  .section-inner {
    grid-row-gap: var(--landscape-mobile-space);
  }

  .values-wrap {
    grid-row-gap: 60px;
  }

  .values-top {
    grid-row-gap: 40px;
    flex-direction: column;
  }

  .values-facts {
    grid-template-columns: 1fr 1fr;
  }

  .values-data {
    max-width: none;
  }

  .values-text {
    grid-row-gap: 15px;
  }

  .discuss-section {
    padding-bottom: 40px;
  }

  .discuss-img {
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
  }

  .discuss-content {
    max-width: none;
    padding-top: 30px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .discuss-form {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .checkbox-field {
    align-self: flex-end;
  }

  .faq-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .review-cards {
    grid-column-gap: 20px;
  }

  .review-card {
    max-width: 360px;
    padding: 22px;
  }

  .review-img, .review-image {
    width: 40px;
    height: 40px;
  }

  .review-name {
    margin-top: 20px;
  }

  .faq-img {
    min-height: 600px;
    max-height: 600px;
  }

  .faq-content {
    grid-row-gap: 20px;
  }

  .faq-image {
    min-height: 600px;
    max-height: 600px;
  }

  .faq-inner {
    grid-row-gap: 15px;
    margin-bottom: 10px;
  }

  .question-block {
    padding-top: 15px;
  }

  .link-black {
    margin-top: 20px;
  }

  .service-section {
    padding-bottom: var(--landscape-mobile-space);
  }

  .story-text {
    max-width: none;
    margin-top: 0;
  }

  .services-wrap {
    grid-row-gap: 30px;
    flex-direction: column;
  }

  .service-content {
    grid-row-gap: 20px;
    max-width: 100%;
  }

  .form-btn {
    margin-top: 0;
  }

  .padding-section-large {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .career2_icon-wrapper {
    width: 28px;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-section-large-3 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .uui-logo_component {
    width: 100px;
    max-width: 100px;
  }

  .padding-section-medium {
    flex-flow: column;
    padding-top: 40px;
    padding-bottom: 0;
    display: block;
  }

  .portfolio-header6_image {
    box-sizing: border-box;
    object-fit: cover;
    width: 100%;
    min-width: auto;
    max-width: none;
    height: 100%;
    min-height: auto;
    position: relative;
    overflow: clip;
  }

  .portfolio-header6_component {
    justify-content: flex-start;
    height: auto;
    min-height: auto;
    display: flex;
  }

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

  .padding-section-large-4 {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .layout28_component {
    grid-column-gap: 0px;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-navbar05_link-2 {
    font-size: 12px;
    font-weight: 300;
  }

  .uui-navbar05_dropdown-link-list-2 {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-navbar05_dropdown-content-left-2 {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-toggle-2 {
    font-size: 1rem;
  }

  .uui-navbar05_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-title-wrapper {
    width: 95%;
    margin-bottom: 40px;
  }

  .section-title-wrapper.small-title {
    margin-bottom: 19px;
  }

  .section-title-wrapper.full {
    margin-bottom: 30px;
  }

  .logo-column {
    padding-bottom: 3px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-6 {
    padding: 25px;
  }

  .features-hero-image {
    object-fit: cover;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: auto;
    margin-top: auto;
  }

  .banner-wrapper {
    padding: 2.5rem;
  }

  .contact-column-left {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-map-block {
    height: 300px;
  }

  .section-connect {
    padding: 25px;
  }

  .contact-map-wrapper {
    height: auto;
  }

  .top-line-block {
    margin-top: 25px;
    padding-top: 30px;
  }

  .text-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .field-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-contact {
    padding: 25px;
  }

  .section-title-2 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .map-contact-form {
    width: 100%;
    margin-bottom: 15px;
    padding: 19px;
  }

  .action-section {
    padding: 25px;
  }

  .action-section.cta-section {
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
  }

  .dark-cta-title {
    float: none;
    width: 100%;
  }

  .info-column {
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    font-size: 16px;
  }

  .info-block-2 {
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .info-row {
    margin-top: 0;
  }

  .section-title-3 {
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 30px;
  }

  .heading-huge {
    font-size: 2.25rem;
  }

  .spacer-small {
    height: 2rem;
  }

  .jobs__home {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .spacer-large {
    height: 50px;
  }

  .title-section-2 {
    margin-bottom: 1rem;
  }

  .heading-large {
    font-size: 1.75rem;
  }

  .container-career {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .section-career {
    padding-top: 0;
  }

  .areas__list {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .spacer-regular {
    height: 5rem;
  }

  .container-12 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .areas__tag {
    height: 3.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tags.align-right {
    justify-content: center;
    align-items: center;
  }

  .jobs__link {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-medium {
    font-size: 1.25rem;
  }

  .jobs__position, .jobs__tags {
    justify-content: flex-start;
    align-items: center;
  }

  .jobs__label {
    flex-flow: column;
  }

  .job-intro__summary {
    border-top: 1px solid #0000001a;
    border-left-style: none;
    padding: 2rem 0;
  }

  .job-intro {
    flex-flow: column;
    padding-top: 0;
    padding-bottom: 0;
  }

  .job-intro__cta {
    padding: 2rem 0;
  }

  .heading-small {
    font-size: 1.125rem;
  }

  .tab-menu-underline-link {
    padding-bottom: 20px;
  }

  .card {
    box-shadow: 0 2px 12px #14142b0a;
  }

  .tabs-menu-2.links-single.tabs-width {
    box-sizing: border-box;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
  }

  .overflow-visible {
    flex-flow: row;
    display: block;
  }

  .columns-row {
    flex-flow: column;
  }

  .form-2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .form-block {
    padding: 1.25rem;
  }

  .legal__content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .body-2 {
    flex-flow: row;
    display: block;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-left {
    flex-direction: column;
  }

  .footer-right {
    grid-column-gap: 30px;
    grid-row-gap: 40px;
    flex-direction: column;
    display: flex;
  }

  .links-block {
    max-width: none;
  }

  .footer-info {
    grid-row-gap: 20px;
  }

  .rich-text h3 {
    margin-top: 30px;
  }

  .body-large {
    font-size: 16px;
  }

  .title-section {
    padding-top: 40px;
    padding-bottom: 30px;
  }

  .footer-links {
    grid-column-gap: 16px;
    grid-row-gap: 4px;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
  }

  .contact-info {
    max-width: none;
  }

  .bottom-left {
    grid-column-gap: 5px;
    flex-direction: column;
    align-items: center;
  }

  .policy {
    grid-row-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero-wrap {
    grid-row-gap: 60px;
  }

  .section {
    padding-top: var(--portrait-mobile-space);
    padding-bottom: var(--portrait-mobile-space);
  }

  .about-wrap {
    grid-row-gap: 40px;
  }

  .about-main-image, .about-main-img {
    min-height: 400px;
    max-height: 400px;
  }

  .about-bottom {
    margin-top: 28px;
  }

  .project-image {
    min-height: 300px;
    max-height: 300px;
  }

  .section-inner {
    grid-row-gap: var(--portrait-mobile-space);
  }

  .project-data {
    bottom: 15px;
    left: 15px;
    right: 15px;
  }

  .values-facts {
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .facts-block {
    grid-column-gap: 10px;
    justify-content: space-between;
    width: 100%;
    max-width: none;
  }

  .facts-img {
    color: var(--white);
    -webkit-text-stroke-width: 0px;
    font-size: 20px;
    line-height: 100%;
    position: static;
  }

  .facts-text {
    position: relative;
  }

  .discuss-form {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .submit-btn-wrap {
    justify-content: flex-start;
  }

  .checkbox-field {
    align-self: auto;
  }

  .review-cards {
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .review-card {
    max-width: 300px;
    margin-right: 20px;
    padding: 16px;
  }

  .faq-img, .faq-image {
    min-height: 350px;
    max-height: 350px;
  }

  .service-section {
    padding-bottom: var(--portrait-mobile-space);
  }

  .blog-thumb-img {
    min-height: 250px;
    max-height: 250px;
  }

  .services-wrap {
    grid-row-gap: 20px;
  }

  .service-content {
    grid-row-gap: 10px;
  }

  .form-btn {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .section-title {
    font-size: 24px;
    line-height: 32px;
  }

  .padding-global {
    padding-left: 0%;
    padding-right: 0%;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom.margin-small {
    padding-left: 0;
    padding-right: 20px;
  }

  .padding-section-large-2 {
    padding-top: 2rem;
    padding-left: 10px;
    padding-right: 10px;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-top.margin-xlarge {
    padding-bottom: 0;
  }

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

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

  .waves-grid-gallery-2.bottom-grid, .waves-grid-gallery-2.top-grid {
    width: 180vw;
  }

  .uui-logo_component {
    max-width: 100px;
  }

  .padding-section-medium {
    padding-top: 40px;
  }

  .portfolio-header6_image {
    vertical-align: sub;
    object-fit: cover;
    border-radius: 10px;
    order: 0;
    align-self: auto;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 100%;
    min-height: auto;
    margin-top: 0;
    display: block;
    position: relative;
  }

  .portfolio-header6_component {
    flex-direction: column;
    align-items: stretch;
    height: auto;
    min-height: auto;
    display: block;
  }

  .padding-section-large-4 {
    padding-top: 0;
  }

  .layout28_tabs-menu {
    grid-row-gap: 2.5rem;
  }

  .layout28_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .uui-navbar05_dropdown-content-left-2 {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .quick-stack-17 {
    min-height: 400px;
  }

  .client-logo {
    height: 28px;
  }

  .section-title-wrapper {
    width: 100%;
    margin-bottom: 30px;
  }

  .section-title-wrapper.full {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .logo-column {
    padding-left: 5px;
    padding-right: 5px;
  }

  .section-6 {
    padding: 25px;
  }

  .features-hero-image {
    object-fit: cover;
    flex-flow: row;
    justify-content: flex-start;
    min-width: auto;
    min-height: 100%;
    margin-top: auto;
    display: block;
  }

  .banner-wrapper {
    padding: 1.5rem;
  }

  .banner-button {
    width: 100%;
  }

  .dark-field.area {
    height: 98px;
  }

  .button-send {
    margin-top: 10px;
    padding-left: 19px;
    padding-right: 19px;
    font-size: 11px;
    line-height: 21px;
  }

  .section-connect {
    padding: 25px;
  }

  .section-connect.contact {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .top-line-block {
    margin-top: 20px;
    padding-top: 20px;
  }

  .section-contact {
    padding: 25px;
  }

  .section-title-2 {
    font-size: 25px;
    line-height: 26px;
  }

  .action-section {
    padding: 25px;
  }

  .dark-cta-title {
    font-size: 21px;
    line-height: 25px;
  }

  .info-column {
    padding-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-description {
    margin-top: 14px;
    font-size: 15px;
    line-height: 23px;
  }

  .info-block-2 {
    float: none;
    width: 90%;
    font-size: 14px;
  }

  .info-row {
    margin-top: 0;
  }

  .info-icon {
    float: left;
    height: 20px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 11px;
  }

  .section-title-3 {
    font-size: 25px;
    line-height: 26px;
  }

  .container-career, .container-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .tab-menu-underline-link {
    padding-bottom: 8px;
  }

  .tabs-menu-2 {
    grid-row-gap: 2px;
    border-radius: 8px;
    flex-direction: column;
    width: 100%;
  }

  .tabs-menu-2.links-single {
    grid-row-gap: 20px;
  }

  .title-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: flex;
  }

  .columns-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-4 {
    display: flex;
  }
}

 #w-node-_4281677e-95c5-40bb-1744-6489fe88e6ff-fe88e6f1, #w-node-_4281677e-95c5-40bb-1744-6489fe88e713-fe88e6f1, #w-node-_4281677e-95c5-40bb-1744-6489fe88e728-fe88e6f1, #w-node-_4281677e-95c5-40bb-1744-6489fe88e732-fe88e6f1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b8439a21-87bc-a932-36ae-042fafa52512-afa524f6, #w-node-dc290c1a-1ad5-a61f-5b18-a8ab57304d54-afa524f6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b8439a21-87bc-a932-36ae-042fafa52516-afa524f6 {
  align-self: center;
}

#w-node-e40d1df0-e826-e315-0d85-56078a5add59-27e99fce {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-e40d1df0-e826-e315-0d85-56078a5add62-27e99fce {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-e40d1df0-e826-e315-0d85-56078a5add63-27e99fce {
  grid-column: span 2 / span 2;
}

#w-node-cc79b7a1-97e6-00d6-d979-08999267dd59-27e99fce, #w-node-cc79b7a1-97e6-00d6-d979-08999267dd63-27e99fce, #w-node-a299eb45-ce67-8870-1d21-30d81b2a600d-27e99fce, #w-node-a299eb45-ce67-8870-1d21-30d81b2a6017-27e99fce {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_62e4e42c-3ce4-97a6-7cf9-849d2ab487c4-27e99fdc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-dc85ea17-d355-b3da-0515-dbcbde65b0c9-27e99fdc, #w-node-_20e42532-418a-1419-1f37-dc2f43ef0bd7-27e99fdc {
  grid-column: span 2 / span 2;
}

#w-node-_06bb8684-71ee-6e91-7030-70df5ad25205-27e99fdc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-b4ad498c-fde4-9401-8036-401370946100-27e99fdc {
  grid-row: span 2 / span 2;
}

#w-node-bd2e0d38-9943-97f7-29d1-1e85fa13cd31-27e99fdc {
  grid-template-rows: 0 auto;
  grid-template-columns: 4.25fr 3.25fr 4.5fr;
  display: none;
}

#w-node-_9032ce8e-08dc-8bdb-2ac7-af8119839e61-27e99fdc {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9032ce8e-08dc-8bdb-2ac7-af8119839e67-27e99fdc {
  grid-row: span 2 / span 2;
}

 #w-node-e5216f6c-d30e-2fe0-8391-dbc754fda729-3dab9236 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca7f36a7-7caa-cf2b-5450-5862485112c6-3dab9236 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_772e28f0-1b51-54cc-1f6a-8a5a43768fb1-f996b6a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_452723cf-fd76-3f72-c0b0-973c5ba97763-f996b6a5 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_3cc1ba71-2b67-fddd-118d-fed7e5c63121-f996b6a5 {
  grid-row: span 2 / span 2;
}

#w-node-_560159ba-cdbd-9ffb-7ff8-b87a5e4e29e7-f996b6a5, #w-node-d1dc2325-dd01-e5fb-f845-8b34b8e4319a-f996b6a5 {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_384cdcfd-1147-9228-3eb6-011922161a1b-f996b6a5 {
  grid-row: span 2 / span 2;
}

#w-node-a1451b64-24a0-20a1-6393-5c344ca68b40-f996b6a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2e2c10a-4cdd-a4be-7d77-b16108565b0d-be83a317 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4aa175fb-7b3e-8b84-1612-aaa7ff1db5b1-be83a317 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_7b764c7b-8747-5aa5-3324-6ec3c27cd0bc-be83a317 {
  grid-row: span 2 / span 2;
}

#w-node-_8223fb3e-91cb-c9e5-6f75-41e7a5205a67-be83a317 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-fb80ba3d-49bc-d17e-2e1d-6c85ed6e1709-817f824f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ca7f36a7-7caa-cf2b-5450-5862485112c6-817f824f {
  grid-area: 1 / 1 / 2 / 2;
}

@media screen and (max-width: 991px) {

  #w-node-ec029d44-ab1c-48ea-4bdd-591a316763c1-31676386 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fb80ba3d-49bc-d17e-2e1d-6c85ed6e1709-817f824f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ec029d44-ab1c-48ea-4bdd-591a316763c1-31676386 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b8439a21-87bc-a932-36ae-042fafa52516-afa524f6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_62e4e42c-3ce4-97a6-7cf9-849d2ab487c4-27e99fdc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-dc85ea17-d355-b3da-0515-dbcbde65b0c9-27e99fdc, #w-node-_20e42532-418a-1419-1f37-dc2f43ef0bd7-27e99fdc {
    grid-column: span 2 / span 2;
  }

  #w-node-_06bb8684-71ee-6e91-7030-70df5ad25205-27e99fdc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-b4ad498c-fde4-9401-8036-401370946100-27e99fdc {
    grid-row: span 2 / span 2;
  }

  #w-node-bd2e0d38-9943-97f7-29d1-1e85fa13cd31-27e99fdc, #w-node-_9032ce8e-08dc-8bdb-2ac7-af8119839e61-27e99fdc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9032ce8e-08dc-8bdb-2ac7-af8119839e67-27e99fdc {
    grid-row: span 2 / span 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-ec029d44-ab1c-48ea-4bdd-591a316763c1-31676386 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b8439a21-87bc-a932-36ae-042fafa52502-afa524f6, #w-node-b8439a21-87bc-a932-36ae-042fafa52506-afa524f6, #w-node-b8439a21-87bc-a932-36ae-042fafa5250a-afa524f6, #w-node-b8439a21-87bc-a932-36ae-042fafa5250e-afa524f6, #w-node-b8439a21-87bc-a932-36ae-042fafa52512-afa524f6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc290c1a-1ad5-a61f-5b18-a8ab57304d54-afa524f6 {
    justify-self: start;
  }

  #w-node-_62e4e42c-3ce4-97a6-7cf9-849d2ab487c4-27e99fdc {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }
}


