:root {
  --button-cta-grey-hover: #ececec;
  --button-cta: #d61f38;
  --grey: #f1f1f1;
  --button-cta-hover: #c74000;
  --white: white;
  --dark: #171717;
  --main-font: "Plus Jakarta Sans", sans-serif;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --relume-library-lite--rl-black: black;
  --relume-library-lite--rl-white: white;
}

.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-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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.navbar-logo-left {
  padding-left: 5%;
  padding-right: 5%;
  font-size: 1rem;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1246px;
  margin-bottom: 0;
  padding: 20px 0;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 5px 10px;
  font-size: .875rem;
  line-height: 20px;
  text-decoration: none;
}

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

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  color: var(--button-cta);
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
  box-shadow: 0 2px 5px #0003;
}

.nav-dropdown-link {
  background-image: url('../images/icon-arrow-right-dark.svg');
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 16px 16px 50px;
  font-size: .875rem;
  font-weight: 400;
}

.nav-dropdown-link:hover {
  background-color: var(--grey);
  background-image: url('../images/Vectors-Wrapper_5.svg');
  border-radius: 4px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link.w--current {
  color: var(--button-cta);
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  background-color: var(--button-cta);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 12px 28px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  background-color: var(--button-cta-hover);
  color: #fff;
}

.button-primary:active {
  background-color: var(--button-cta-hover);
}

.navbar {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1366px;
  padding: 16px 60px;
  display: flex;
}

.logo {
  object-fit: cover;
}

.menu-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.menu-container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text {
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18px;
  height: 18px;
  display: flex;
}

.cta-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-2 {
  opacity: .4;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}

.cta-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #d61f38;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 28px;
  text-decoration: none;
  display: flex;
}

.cta-button:hover, .cta-button:active {
  background-color: var(--button-cta-hover);
}

.cta-button.is-light {
  background-color: var(--white);
  justify-content: center;
  width: 220px;
  text-decoration: none;
}

.cta-button.is-light:hover {
  background-color: var(--grey);
}

.cta-button.is-light.large-button {
  width: 220px;
}

.cta-button.is-grey {
  background-color: var(--grey);
  width: 90%;
  display: flex;
  position: static;
}

.cta-button.is-grey.is-absolute-right {
  position: absolute;
  right: 0;
}

.cta-button.is-grey.is-absolute-right:hover, .cta-button.is-grey.is-absolute-right:active {
  background-color: var(--button-cta-grey-hover);
}

.cta-button.is-grey.is-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: row;
  justify-content: center;
  width: auto;
  padding: 8px 12px 8px 16px;
  display: flex;
  position: static;
}

.cta-button.is-grey.is-small.float-right {
  width: 100%;
  height: 40px;
}

.text-3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}

.body {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.rl_styleguide_empty-box {
  z-index: -1;
  background-color: #e4e2df;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-heading-style-h6 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl-form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.rl-form-radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.rl-form-radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.rl-heading-style-h1 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl_styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
  font-family: Open Sans, sans-serif;
}

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.form-checkbox-label {
  margin-bottom: 0;
}

.rl-text-style-medium {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl-text-style-medium.is-light {
  color: var(--white);
}

.rl-text-style-medium.is-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.rl-text-style-medium.is-normal {
  font-weight: 400;
}

.rl_styleguide_heading-wrapper {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: .75rem;
}

.rl-form-text-area {
  border: 1px solid var(--button-cta-grey-hover);
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.rl-form-text-area:focus {
  border-color: #000;
}

.rl-form-text-area::placeholder {
  color: #000;
}

.rl-text-style-subheading {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.rl-text-style-subheading.is-normal {
  color: #171717;
}

.rl-text-style-subheading.is_orange {
  color: #ff5200;
}

.rl-heading-style-h5 {
  font-family: var(--main-font);
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}

.rl-form-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

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

.rl-text-style-large {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 2rem;
}

.rl-text-style-large.is-centered {
  text-align: center;
  font-weight: 500;
}

.rl-text-style-large.is-centered.is-light {
  color: var(--white);
}

.rl-text-style-large.is-semibold {
  font-weight: 600;
}

.rl-styleguide-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  margin-top: -2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl_styleguide_component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  display: flex;
}

.rl-styleguide_color {
  padding-bottom: 8rem;
}

.rl-styleguide_color.rl-white {
  background-color: #fff;
}

.rl-styleguide_color.rl-black {
  background-color: #000;
}

.rl-styleguide_color.rl-gray {
  background-color: #f4f4f4;
}

.rl-button-link-icon {
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: inline-block;
}

.rl-button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  padding: .25rem 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-form-input {
  border: 1px solid var(--button-cta-grey-hover);
  height: auto;
  min-height: 2.75rem;
  color: var(--dark);
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-input:focus {
  border-color: #000;
}

.rl-form-input::placeholder {
  color: #000;
  font-size: 1rem;
}

.rl-form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.rl-form-checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.rl-form-checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.rl-text-style-link {
  color: var(--dark);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: underline;
}

.rl-text-style-link.footer-link {
  font-weight: 500;
  text-decoration: none;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl-button-secondary-small {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
}

.rl-container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.rl-container-medium.is-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.rl-container-medium.is-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-button-small {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .5rem 1.25rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
}

.form-field-wrapper {
  position: relative;
}

.rl-heading-style-h2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.rl-heading-style-h2.page-title {
  font-weight: 400;
}

.rl-text-style-small {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  position: static;
}

.rl-text-style-small.is-light {
  color: var(--white);
  font-family: Plus Jakarta Sans, sans-serif;
  text-decoration: none;
}

.rl-text-style-small.is-semi_bold {
  font-weight: 600;
}

.rl-text-style-small.is-semi_bold.is-orange {
  text-decoration: none;
}

.rl-text-style-small.is-semi_bold.is-centered, .rl-text-style-small.is-center {
  text-align: center;
}

.class-label-column {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-button-secondary {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
}

.rl-text-style-tiny {
  color: #000;
  word-break: break-all;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-field-label {
  color: #000;
  margin-bottom: .5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.styleguide_grid-colours {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-text-style-regular {
  color: var(--dark);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl-text-style-regular.is-semi-bold {
  font-weight: 600;
}

.rl-text-style-regular.is-center {
  text-align: center;
}

.rl-heading-style-h3 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.form-radio-label {
  margin-bottom: 0;
}

.rl-button {
  background-color: var(--button-cta);
  color: #fff;
  text-align: center;
  border: 1px #000;
  border-radius: 5px;
  padding: .75rem 1.5rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
}

.section {
  background-color: #fff;
  padding: 40px 5%;
}

.section.with-bg {
  background-image: url('../images/bg2.png');
  background-position: 0 0;
  background-size: auto;
}

.section.with-bg-pink {
  background-color: #fff2eb;
}

.section.with-bg-food {
  background-image: url('../images/bg4.png');
  background-position: 61% 0;
  background-size: cover;
}

.section.with-bg-banner {
  background-image: url('../images/bg-warna.png');
  background-position: 0 0;
  background-size: auto;
}

.section.is-orange {
  background-color: var(--button-cta);
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.rl-heading-style-h4 {
  color: #000;
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  padding-bottom: 4rem;
}

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

.rl-form-select-input {
  border: 1px solid var(--button-cta-grey-hover);
  color: #000;
  background-color: #fff;
  background-image: none;
  border-radius: 5px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.rl-form-select-input::placeholder {
  color: #0009;
}

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

.rl-container-small.is-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

.rl-form-radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.text-size-small {
  font-size: .875rem;
}

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

.body-2 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.spesialis-keahlian {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.frame-106 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.subheading {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 160%;
}

.subheading.is-centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.page-title-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: grid;
  position: relative;
}

.text-5 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.frame-5 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  text-align: left;
  background-color: #f1f1f1;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  display: flex;
  position: absolute;
  right: 0;
}

.text-6 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-157 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: grid;
}

.frame-59 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.sku-card-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.sku-card-wrapper.link_no-underline {
  text-decoration: none;
}

.sku-feat-img {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sku-card-text-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.nasi-kecombrang-cakalang-woku {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.frame-204 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-7 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.tag-wrapper {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.product-tag {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f1f1f1;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-title {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 120%;
}

.page-title.is-centered {
  text-align: center;
}

.page-title.on-mobile {
  font-family: Plus Jakarta Sans, sans-serif;
}

.perusahaan-teknologi-pangan-yang-memproduksi-makanan-siap-saji-kering-freeze-dry-dan-steril-retort-0 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.perusahaan-teknologi-pangan-yang-memproduksi-makanan-siap-saji-kering-freeze-dry-dan-steril-retort-1 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.text-9, .text-10 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.home-features-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  padding: 60px 100px;
  display: block;
}

.hero-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.rectangle-6 {
  object-fit: cover;
  border-radius: 12px;
  display: inline-block;
}

.hero-text-right {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 446px;
  display: block;
}

.feature-icon {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: block;
}

.text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-wrapper.is-relative {
  position: relative;
}

.hero-title {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 140%;
}

.text-12 {
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.error-5fb436bf-5a8a-f43c-a96a-39ba3e0f5354 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.cta-container-2 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #ff5200;
  background-image: url('../images/CTA-Container.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -384px;
  left: -160px;
}

.text-13 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-14 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dengan-minimal-pembuatan-10-000-produk-kami-dapat-menghasilkan-produk-white-label-yang-disesuaikan-dengan-kebutuhan-bisnis-anda-teknologi-paten-kami-memiliki-kapabilitas-untuk-memproduksi-massal-sehingga-biayanya-menjadi-lebih-terjangkau-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.hero-img-left {
  width: 500px;
  height: 400px;
  display: block;
}

.is-orange {
  color: var(--button-cta);
}

.hero-text-left {
  width: 446px;
}

.hero-img-right {
  width: 500px;
  height: 400px;
}

.feat-industries-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  padding: 100px 60px;
  display: flex;
}

.feat-industries-container.space-40 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.feat-industries-container.padding-small {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 40px;
}

.frame-122 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-15 {
  color: #ff5200;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.cta-container-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-16 {
  text-align: center;
}

.caption-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.text-17 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.frame-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ff5200;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 24px;
  display: flex;
}

.text-18 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.frame-105 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.industries-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.rectangle-5 {
  object-fit: cover;
  border-radius: 12px;
  width: 50%;
}

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

.text-19 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.text-20 {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.flex-container-16px {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tag-container {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 12px;
  display: flex;
}

.tag-container.is-grey {
  background-color: var(--grey);
  width: auto;
  height: auto;
  display: block;
}

.text-tag {
  color: #171717;
  text-align: left;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  position: static;
}

.text-tag.is-italic {
  font-style: italic;
}

.text-22 {
  color: #171717;
  font-size: 14px;
  font-weight: 400;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.cta-container_contact {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #ff5200;
  background-image: url('../images/CTA-Container.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.vectors-wrapper-8 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -384px;
  left: -120px;
}

.text-23 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.text-24 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.kokikit-produsen-makanan-siap-saji-dengan-teknologi-yang-dipatenkan-0 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.kokikit-produsen-makanan-siap-saji-dengan-teknologi-yang-dipatenkan-1 {
  color: #ff5200;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.untuk-industri-seperti-travel-haji-transportasi-rumah-sakit-program-pemerintah-perusahaan-enterprise-private-operators-tour-operators-jaringan-medis-dll-kami-menghadirkan-solusi-makanan-siap-saji-dengan-keunggulan-0 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.untuk-industri-seperti-travel-haji-transportasi-rumah-sakit-program-pemerintah-perusahaan-enterprise-private-operators-tour-operators-jaringan-medis-dll-kami-menghadirkan-solusi-makanan-siap-saji-dengan-keunggulan-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.produk-white-label-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.rl-text-style-xlarge {
  color: var(--dark);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 120%;
}

.rl-text-style-xlarge.is-light {
  color: var(--white);
}

.rl-text-style-xlarge.is-italic {
  font-style: italic;
}

.footer-container {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1366px;
  padding: 100px 0 60px;
  display: flex;
}

.footer-content-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 16px;
  grid-template: "."
  / 4fr 1fr 1fr;
  grid-auto-columns: 15%;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  display: grid;
}

.footer-contact {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo-2 {
  object-fit: cover;
}

.footer-contact-text-wrapper {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.footer-contact-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 267px;
  display: flex;
}

.footer-title {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 140%;
}

.contact-address {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-26 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.table-of-content {
  grid-column-gap: 44px;
  grid-row-gap: 220px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
  display: grid;
}

.footer-nav-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-nav-links {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.copyright-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.text-27 {
  color: #171717;
  text-align: right;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.footer-text {
  font-weight: 500;
}

.frame-123 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.text-28 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.compliance-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.compliance-wrapper.flex-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.compliance-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 394px;
  padding: 32px;
  display: flex;
}

.image-72 {
  object-fit: cover;
}

.frame-121 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-29 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.text-30 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.frame-207 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f1f1f1;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  display: flex;
}

.text-31 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.image-73 {
  object-fit: cover;
  background-color: #fff;
}

.image-74 {
  opacity: .8;
  object-fit: cover;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 98.8991px;
  height: 80px;
  display: flex;
}

.rl-text-style-xxlarge {
  color: var(--dark);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 2.75rem;
  display: block;
}

.rl-text-style-xxlarge.is-light {
  color: var(--white);
}

.rl-text-style-xxlarge.is-light.is-italic {
  font-style: italic;
}

.paragraph {
  font-weight: 400;
}

.spesialis-keahlian-2 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.frame-103 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-32 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.text-33 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.frame-172 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.frame-95 {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.vectors-wrapper-10 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -44px;
  left: -381px;
}

.vectors-wrapper-11 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.technology-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ff5200;
  background-image: url('../images/Vectors-Wrapper_2.svg');
  background-position: 0 0;
  background-size: auto;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.frame-91 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-34 {
  color: #fff;
  font-size: 44px;
  font-weight: 400;
  line-height: 140%;
}

.text-35 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.frame-208 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 24px;
  display: flex;
}

.text-36 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.text-37 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.fluidized-bed-dryer-fbd-1 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.fluidized-bed-dryer-fbd-adalah-alat-yang-digunakan-untuk-mengeringkan-bahan-padat-dengan-menyemprotkan-udara-panas-ke-dalam-lapisan-bahan-tersebut-0 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.fluidized-bed-dryer-fbd-adalah-alat-yang-digunakan-untuk-mengeringkan-bahan-padat-dengan-menyemprotkan-udara-panas-ke-dalam-lapisan-bahan-tersebut-1 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.img-wrapper {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.image-75 {
  border-radius: 12px 12px 0 0;
  width: 100%;
}

.image-76 {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.spacing_block-medium {
  padding-bottom: 40px;
}

.spacing_block-regular {
  padding-bottom: 20px;
}

.cta-container-5 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  -webkit-text-fill-color: inherit;
  background-color: #ff5200;
  background-image: url('../images/Vectors-Wrapper_2.svg');
  background-position: 0 0;
  background-size: auto;
  background-clip: border-box;
  border-radius: 12px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1246px;
  padding: 80px;
  display: flex;
  position: relative;
}

.text-38 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-39 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.frame-199 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-40 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.image-95 {
  object-fit: cover;
}

.partnership-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-107 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.frame-209 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-41 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.frame-114 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-42 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.frame-210 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f1f1f1;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  display: flex;
}

.text-43 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.frame-211 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.case-study-container {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.rectangle-7 {
  object-fit: cover;
  border-radius: 12px;
}

.frame-54 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388.667px;
  display: flex;
}

.frame-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.text-44 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.frame-213 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 388.667px;
  display: flex;
}

.vectors-wrapper-12 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.spacing_block-large {
  padding-bottom: 80px;
}

.page-title-text-wrapper {
  width: 80%;
}

.sku-card-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cta-container_case-studies {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  word-break: normal;
  grid-template-rows: auto auto;
  grid-template-columns: minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch space-between;
  width: 100%;
  display: grid;
  position: relative;
  bottom: 0;
}

.cta-container_contact-text-wrapper {
  width: 65%;
}

.slider {
  background-color: #0000;
  height: 540px;
}

.hero-banner-text.is-light {
  width: 70%;
  color: #fff;
  width: 70%;
  font-size: 2.75rem;
  font-weight: 700;
  line-height: 120%;
}

.caption-wrapper {
  position: absolute;
  top: 100px;
  left: 50px;
}

.caption-wrapper.horizontal {
  display: flex;
}

.hero-sub-img {
  position: absolute;
  bottom: 50px;
  right: 50px;
}

.mask {
  height: 550px;
}

.slide {
  height: 500px;
}

.slide-nav {
  height: 40px;
}

.f-navigation-button {
  background-color: var(--flowui-component-library--gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.f-navigation-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-dropdown-link {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  transition: background-color .3s;
}

.f-navigation-dropdown-link:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.f-navigation-dropdown-list, .f-navigation-dropdown-list.w--open {
  background-color: #fff;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-navigation-language-dropdown-toggle {
  grid-column-gap: 8px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  letter-spacing: -.02em;
  padding: 4px 24px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.f-navigation-dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.hero-text-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.hero-main-text {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 120%;
}

.text-46 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 160%;
}

.menjadi-pelopor-teknologi-pangan-di-indonesia-yang-menyediakan-solusi-makanan-bernutrisi-dengan-masa-simpan-yang-panjang-mempertahankan-rasa-dan-kualitas-serta-dapat-mudah-disiapkan-dan-disajikan-di-mana-pun-dan-kapanpun-0 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.menjadi-pelopor-teknologi-pangan-di-indonesia-yang-menyediakan-solusi-makanan-bernutrisi-dengan-masa-simpan-yang-panjang-mempertahankan-rasa-dan-kualitas-serta-dapat-mudah-disiapkan-dan-disajikan-di-mana-pun-dan-kapanpun-1 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.frame-72 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 310px;
  padding: 20px 31px;
  display: flex;
}

.image-52 {
  object-fit: cover;
}

.text-48 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.frame-129 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.frame-127 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-49 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.text-50 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.card-item-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-125 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 310px;
  display: flex;
}

.frame-39 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 310px;
  padding: 20px 32px;
  display: flex;
}

.image-49 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.text-51 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.frame-70 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 310px;
  padding: 20px 31px;
  display: flex;
}

.frame-69 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  padding: 100px 60px;
  display: flex;
}

.frame-214 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-52 {
  color: #ff5200;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

.cta-container-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.caption-container-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.text-54 {
  color: #171717;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.frame-215 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #ff5200;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px 20px 10px 24px;
  display: flex;
}

.text-55 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.frame-216 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-47 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.rectangle-8 {
  object-fit: cover;
  border-radius: 4px;
}

.frame-217 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-56 {
  color: #171717;
  font-size: 40px;
  font-weight: 400;
  line-height: 120%;
}

.frame-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-77 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-57 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.text-58 {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.text-59 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.frame-82 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-81 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-58 {
  object-fit: cover;
}

.cta-container-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #ff5200;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 60px;
  display: flex;
  position: relative;
}

.vectors-wrapper-14 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: -384px;
  left: -120px;
}

.text-60 {
  color: #fff;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}

.button-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 24px;
  text-decoration: none;
  display: flex;
}

.text-61 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

._3-cara-mudah-untuk-berkolaborasi-dengan-kami-0 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

._3-cara-mudah-untuk-berkolaborasi-dengan-kami-1 {
  color: #ff5200;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 120%;
}

.kami-menawarkan-lebih-dari-sekadar-makanan-siap-saji-berkualitas-kami-siap-berkolaborasi-melalui-produk-white-label-yang-dapat-disesuaikan-dengan-kebutuhan-bisnis-anda-0 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.kami-menawarkan-lebih-dari-sekadar-makanan-siap-saji-berkualitas-kami-siap-berkolaborasi-melalui-produk-white-label-yang-dapat-disesuaikan-dengan-kebutuhan-bisnis-anda-1 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.ciptakan-hal-baru-sesuai-demand-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.kami-juga-dapat-membantu-membuatbrand-logo-yang-sesuai-dengan-kebkeingutuhan-anda-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.list-item {
  background-image: url('../images/icon-check-circle.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-bottom: 10px;
  padding-left: 35px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
}

.is-italic {
  font-style: italic;
}

.frame-146 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.text-62 {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 160%;
}

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

.flex-two.is-center {
  align-items: center;
}

.text-63 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.flex-two_right-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  display: flex;
}

.text-64 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 160%;
}

.text-65 {
  color: #171717;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.kepraktisan-nasi-kami-terletak-pada-proses-persiapannya-yang-cepat-dan-mudah-nasi-telah-dimasak-dan-dihidrasi-cukup-dengan-menambahkan-air-panas-atau-memanaskannya-menggunakan-microwave-lalu-diamkan-beberapa-menit-solusi-yang-efisien-untuk-anda-yang-sibuk-tetapi-tetap-menginginkan-nasi-berkualitas-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.product-feature-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.text-66 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.product-feature-sub-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.frame-138 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.feat-img {
  object-fit: cover;
  border-radius: 12px;
}

.frame-62 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-15 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.feature-text-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-family: Plus Jakarta Sans, sans-serif;
  display: block;
  position: static;
}

.text-67 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-style: italic;
  font-weight: 400;
  line-height: 140%;
}

.text-68 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

.text-69 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 140%;
}

.product-feature-img {
  width: 500px;
  height: 400px;
  display: block;
}

.container-80 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-63 {
  object-fit: cover;
  background-color: #f1f1f1;
  border-radius: 12px;
}

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

.h3---headline-3 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.body-body-3---semibold {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.frame-88 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-218 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.base-base---semibold {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
}

.text-70 {
  color: #171717;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.dengan-memberikan-distribusi-panas-yang-merata-dan-kontrol-yang-baik-fluidized-bed-dryer-membantu-mempertahankan-karakteristik-sensori-dan-nutrisi-pada-produk-pangan-selama-proses-pengeringan-0 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.dengan-memberikan-distribusi-panas-yang-merata-dan-kontrol-yang-baik-fluidized-bed-dryer-membantu-mempertahankan-karakteristik-sensori-dan-nutrisi-pada-produk-pangan-selama-proses-pengeringan-1 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 160%;
}

.frame-219 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.text-71 {
  color: #171717;
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  line-height: 120%;
}

.frame-220 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-72 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.vectors-wrapper-16 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.manfaat-teknologi-fluidized-bed-dryer-fbd-0 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
}

.manfaat-teknologi-fluidized-bed-dryer-fbd-1 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  line-height: 120%;
}

.frame-221 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.h3---headline-4 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.frame-222 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-5 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-73 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.vectors-wrapper-17 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-110 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-18 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-109 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h3---headline-5 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.frame-223 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-224 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-111 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #f1f1f1;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 100px 60px;
  display: flex;
}

.h3---headline-6 {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.frame-225 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.container-7 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-74 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 140%;
}

.vectors-wrapper-19 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-two_left-wrapper {
  background-color: #0000;
  width: 45%;
}

.frame-226 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.frame-227 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.frame-228 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtitle-subtilte-2---semibold {
  color: #171717;
  text-align: center;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.frame-158 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

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

.frame-55 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vectors-wrapper-21 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-159 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.frame-230 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.frame-231 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-2 {
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
}

.rl-text-style-regular-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  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: 400;
  line-height: 1.5;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_icon {
  width: 2rem;
  height: 2rem;
  color: var(--dark);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.rl_faq6_question-text {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.5;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.rl_faq6_accordion {
  border: 1px solid var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-button-2 {
  border: 1px solid var(--relume-library-lite--rl-black);
  background-color: var(--relume-library-lite--rl-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button-2.is-secondary {
  color: var(--relume-library-lite--rl-black);
  background-color: #0000;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl-text-style-medium-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-heading-style-h2-2 {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

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

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

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

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.frame-156 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.body-body-2---semibold {
  color: #ff5200;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

.frame-151 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.h3---headline-7 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
}

.container-9 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.body-body-3---semibold-2 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.frame-85 {
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1246px;
  display: flex;
}

.vectors-wrapper-22 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.frame-101 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.container-10 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f1f1f1;
  border-bottom-left-radius: 13px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 376px;
  padding: 60px;
  display: flex;
}

.frame-232 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-60 {
  object-fit: cover;
}

.frame-61 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body-body-3---semibold-3 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 160%;
}

.subtitle-subtitle-1---semibold {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 140%;
}

.container-11 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f1f1f1;
  border-radius: 0 0 13px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 376px;
  padding: 60px;
  display: flex;
}

.frame-233 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 463px;
  display: flex;
}

.text-75 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.subtitle-subtilte-2---semibold-2 {
  color: #171717;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 140%;
}

.text-size-medium {
  font-size: 1.125rem;
}

.blog21_featured-image-wrapper {
  width: 100%;
  overflow: hidden;
}

.blog21_featured-title-link {
  margin-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.blog21_title-link {
  margin-bottom: .5rem;
  text-decoration: none;
  display: block;
}

.blog21_featured-image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog21_menu-link {
  white-space: nowrap;
  border: 1px solid #0000;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.blog21_menu-link.w--current {
  border: 1px solid var(--\<unknown\|relume-variable-border-color-1\>);
}

.blog21_date-wrapper {
  align-items: center;
  display: flex;
}

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

.blog21_author-image-wrapper {
  margin-right: 1rem;
}

.blog21_author-wrapper {
  align-items: center;
  margin-top: 1.5rem;
  display: flex;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.blog21_author-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.blog21_category-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.text-size-regular {
  font-size: 1rem;
}

.blog21_category-link {
  margin-bottom: .5rem;
  margin-right: 1rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
}

.blog21_category-link.w--current {
  border-bottom: 2px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
}

.blog21_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog21_image-link {
  width: 100%;
  margin-bottom: 1.5rem;
}

.blog21_featured-item-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.blog21_image-wrapper {
  width: 100%;
  overflow: hidden;
}

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

.blog21_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

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

.blog21_featured-image-link {
  width: 100%;
  margin-bottom: 0;
}

.blog21_featured-item {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-bottom: 4rem;
  display: grid;
}

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

.blog21_text-divider {
  margin-left: .5rem;
  margin-right: .5rem;
}

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

.container-large.is-horizontal {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.container-large.is-vertical {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.text-weight-semibold {
  font-weight: 600;
}

.div-block {
  width: 100%;
}

.div-block-2 {
  height: auto;
}

.div-block-3 {
  margin: 5% 5% 5% 15%;
  padding-top: 0;
  padding-left: 0;
}

.image-96 {
  width: 100%;
  max-width: none;
  height: 100%;
  display: inline-block;
}

.slider-2 {
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.mask-2 {
  flex: 0 auto;
}

.slider-navigation {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100px;
  font-size: 78px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.slider-navigation.slider-navigation-default {
  z-index: 5;
  opacity: .15;
  outline-offset: 0px;
  mix-blend-mode: normal;
  border-radius: 0;
  outline: 0 #f05223;
  font-size: 70px;
  bottom: -1%;
}

.slider-navigation.slider-thumb-wrap {
  z-index: 5;
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-color: #ffffff4d;
  background-image: none;
  background-clip: border-box;
  border: 2px solid #f05223;
  border-radius: 9px;
  justify-content: center;
  width: 100px;
  height: 100px;
  font-size: 41px;
  position: absolute;
  inset: auto 2% 6%;
}

.slider-navigation.is-all {
  flex-direction: row;
  inset: auto 0% 0%;
}

.slider-thumb-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: 100px;
  height: 100px;
  margin: 0 10px;
  padding: 10px;
  display: flex;
}

.slider-thumb-image {
  border-radius: 4px;
  width: 100%;
  height: auto;
}

.image-97 {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

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

.frame-190 {
  grid-column-gap: 8px;
  background-color: #00a859;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.image-99 {
  object-fit: cover;
}

.text-76 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.frame-191 {
  grid-column-gap: 8px;
  background-color: #ff480e;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.image-100 {
  object-fit: cover;
  display: none;
}

.text-77 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.div-block-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 10px;
  display: flex;
}

.frame-192 {
  grid-column-gap: 8px;
  background-color: #02abf6;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-78 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.frame-193 {
  grid-column-gap: 8px;
  background-color: #000;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 6px 16px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.text-79 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.frame-234 {
  grid-column-gap: 12px;
  background-color: #fff;
  border: 1px solid #ff5200;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 340px;
  padding: 10px 20px 10px 24px;
  text-decoration: none;
  display: flex;
}

.text-80 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.slider-3 {
  background-color: #0000;
  width: auto;
  height: 520px;
}

.slider-3.is-tablet {
  width: auto;
  height: 501px;
}

.div-block-7 {
  position: absolute;
  inset: auto 0% 0%;
}

.slide-nav-2 {
  z-index: 7;
  inset: auto 0% 0%;
}

.slide-nav-2.slider-navigation {
  opacity: .1;
  outline-offset: 0px;
  color: #0000;
  mix-blend-mode: normal;
  border: 1px #be9f9f;
  border-radius: 0;
  outline: 0 #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 122px;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 67px;
  line-height: 0;
  inset: 0% 0% 0% auto;
}

.slide-nav-2.slider-navigation.is-all {
  flex-direction: row;
  width: auto;
  height: 100px;
  inset: auto 0% 0%;
}

.breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-9.is-vertical {
  flex-direction: column;
}

.div-block-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

.image-101 {
  width: auto;
  height: auto;
  display: none;
}

.slide-2 {
  width: 100%;
  height: auto;
}

.slide-2.slider-navigation-all {
  z-index: 7;
  opacity: .04;
  color: #fff;
  width: auto;
  height: 18%;
  font-size: 85px;
}

.image-104 {
  width: 87%;
  max-width: none;
  height: 501px;
  display: block;
}

.image-104.is-all {
  width: 100%;
}

.right-arrow {
  background-color: var(--white);
  width: 44px;
  height: 44px;
  color: var(--button-cta);
  border-radius: 100%;
  font-size: 20px;
  inset: 0% 6.5rem 0% auto;
  box-shadow: 0 40px 80px #131b3080;
}

.mask-3 {
  width: auto;
}

.mask-3.is-all {
  width: 100%;
}

.left-arrow {
  height: auto;
}

.slider-4 {
  background-color: var(--grey);
  border-radius: 12px;
  width: 100%;
  height: 100%;
}

.container-81 {
  color: #fff;
}

.nav-link-2 {
  font-family: Plus Jakarta Sans, sans-serif;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  justify-content: start;
}

.grid-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  grid-template-rows: minmax(auto, auto);
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  grid-auto-flow: column;
  width: 100%;
  height: auto;
}

.product-sku-wrapper {
  width: 100%;
  height: 100%;
}

.slide-3 {
  background-color: #fff;
}

.slider-5 {
  background-color: #0000;
  width: auto;
  height: auto;
}

.slider-navigation-all {
  z-index: 5;
  position: absolute;
}

.slider-navigation-all-web {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100px;
  font-size: 100px;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.right-arrow-2 {
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
  inset: 0% -352px 0% 0;
}

.grid-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  padding-bottom: 4px;
}

.content-left {
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.hover {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 288px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.container-82 {
  grid-column-gap: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-81 {
  color: #ff5200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.container-83 {
  grid-column-gap: 12px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-4 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.arrow-right {
  object-fit: cover;
}

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

.hover-2 {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.container-84 {
  grid-column-gap: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-82 {
  color: #ff5200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.container-85 {
  grid-column-gap: 12px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-83 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  text-decoration: none;
  display: flex;
}

.container-86 {
  grid-column-gap: 12px;
  background-color: #f1f1f1;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-84 {
  color: #ff5200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.container-87 {
  grid-column-gap: 12px;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-85 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.container-88 {
  grid-column-gap: 12px;
  background-color: #0000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.container-88:active {
  color: var(--button-cta);
  background-color: #f1f1f1;
}

.text-86 {
  color: #ff5200;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.container-89 {
  grid-column-gap: 12px;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 16px;
  text-decoration: none;
  display: flex;
}

.text-87 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  text-decoration: none;
}

.side-menu {
  padding: 12px;
}

.container-menu {
  background-color: #f1f1f1;
  border-radius: 8px;
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.button-side-menu {
  color: #ff5200;
  background-color: #0000;
  width: 100%;
  height: 58px;
  padding: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-110 {
  display: block;
}

.image-111, .image-112, .image-113 {
  width: auto;
  height: 100%;
}

.image-114 {
  width: auto;
  height: auto;
}

.grid-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
}

.grid-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
}

.grid-6 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content);
}

.link-block-3 {
  width: 100%;
  color: var(--dark);
  justify-content: space-between;
  padding: 16px;
  display: flex;
}

.link-block-3:active {
  border: 1px solid var(--grey);
  background-color: var(--grey);
  color: var(--dark);
  border-radius: 8px;
}

.pop-up {
  z-index: 10;
  background-color: #00000080;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up.mui, .pop-up.haccp, .pop-up.iso {
  display: none;
}

.pop-up-item {
  background-color: var(--white);
  border-radius: 12px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 331px;
  max-width: 608px;
  height: auto;
  padding: 32px;
  display: block;
  position: relative;
}

.div-block-19 {
  padding: 32px;
}

.pop-up-heading {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  padding: 0;
  display: flex;
}

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

.pop-up-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.button-4 {
  background-color: var(--button-cta);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  width: 92px;
  height: 43px;
  padding: 10px 24px;
  display: block;
}

.image-115 {
  position: absolute;
  inset: 2% 2% auto auto;
}

.image-116 {
  width: 80px;
  height: 80px;
}

.text-88 {
  color: #171717;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 600;
  line-height: 140%;
  text-decoration: none;
}

.div-block-21 {
  display: block;
}

.slider-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.slider-content-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5%;
  padding-right: 0%;
  display: flex;
}

.slider-content-right {
  border-radius: 12px;
  width: 50%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  padding-left: 0;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
}

.image-117 {
  flex: 0 auto;
  height: 440px;
}

.div-block-22 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

.content-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  width: auto;
  height: auto;
  margin-top: 10%;
  margin-bottom: 10%;
  padding-left: 5%;
  display: flex;
}

.left-arrow-2 {
  background-color: var(--white);
  width: 44px;
  height: 44px;
  color: var(--button-cta);
  border-radius: 100%;
  font-size: 24px;
  display: block;
  left: -1.2rem;
  box-shadow: 0 40px 80px #131b3080;
}

.image-119 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

.right-arrow-3 {
  background-color: var(--white);
  width: 44px;
  height: 44px;
  color: var(--button-cta);
  border-radius: 100%;
  font-size: 24px;
  right: -1.2rem;
  box-shadow: 0 40px 80px #131b3080;
}

.menu {
  border: 1px solid var(--button-cta-grey-hover);
  border-radius: 12px;
  padding: 12px;
}

.button-side {
  cursor: pointer;
  border: 1px #000;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-family: Plus Jakarta Sans, sans-serif;
  display: flex;
}

.button-side:hover, .button-side:active {
  background-color: var(--grey);
  color: var(--button-cta);
}

.div-block-23 {
  width: auto;
  height: auto;
}

.div-block-24 {
  justify-content: space-between;
  display: flex;
}

.left-arrow-3 {
  background-color: var(--white);
  width: 44px;
  height: 44px;
  color: var(--button-cta);
  border-radius: 100%;
  font-size: 20px;
  left: -.8rem;
  box-shadow: 0 40px 80px #131b3080;
}

.link-block-4 {
  background-color: var(--white);
  border-radius: 8px;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: inline-flex;
}

.link-block-4:hover {
  color: var(--button-cta);
  background-color: #f1f1f1;
  background-image: url('../images/arrow-right.svg');
  background-repeat: repeat-x;
  background-size: auto;
  background-attachment: fixed;
}

.link-block-4:focus-visible, .link-block-4[data-wf-focus-visible] {
  color: var(--button-cta);
}

.nav-dropdown-link-2 {
  background-image: url('../images/icon-arrow-right-dark.svg');
  background-position: 16px 16px;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  margin-left: 16px;
  margin-right: 16px;
  padding: 16px 16px 16px 50px;
  font-size: .875rem;
  font-weight: 400;
}

.nav-dropdown-link-2:hover {
  background-color: #f1f1f1;
  background-image: url('../images/Vectors-Wrapper_5.svg');
  border-radius: 4px;
}

.nav-dropdown-link-2:focus-visible, .nav-dropdown-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-2.w--current {
  color: #ff5200;
}

.rl-text-style-tiny-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-25 {
  border: 1px solid var(--grey);
  border-radius: 12px;
  width: 288px;
  padding: 12px;
}

.right-arrow-4 {
  display: block;
}

.slide-4, .slide-5 {
  background-color: var(--grey);
}

.div-block-26 {
  background-color: var(--grey);
  width: 100%;
  height: 84%;
}

.div-block-27 {
  width: auto;
  height: auto;
}

.div-block-28 {
  border-radius: 12px;
}

.image-122 {
  border-radius: 0 12px 12px 0;
  height: auto;
}

.mask-4 {
  width: auto;
  height: auto;
}

.image-123 {
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
  width: 100%;
  height: 100%;
}

.div-block-29 {
  width: 100%;
  height: 100%;
}

.div-block-30 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #f9f9f9;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: minmax(300px, auto) minmax(min-content, auto);
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 40px 4rem;
  display: grid;
}

.div-block-31 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
}

.div-block-32 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.div-block-33 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.image-124, .image-127 {
  width: auto;
  height: auto;
}

.slide-7 {
  border-radius: 12px;
  height: 500px;
}

.div-block-34 {
  display: none;
}

.image-130 {
  border-radius: 12px;
  display: inline-block;
}

.slide-8, .slide-9 {
  height: 500px;
}

.grid-7 {
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-35 {
  border: 1px solid #e1e1e1;
  border-radius: 12px;
}

.card-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid #e1e1e1;
  border-radius: 12px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.img-card-menu {
  width: 44px;
  height: 44px;
}

.div-block-36 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.left-arrow-4 {
  height: 500px;
  margin-top: 0;
  margin-bottom: 0;
}

.spacing_block-small {
  padding-bottom: 1rem;
  line-height: 1rem;
}

.rich-text-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: block;
}

.breadrumb-link, .url_no-underline {
  text-decoration: none;
}

.collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-border {
  border-radius: 8px;
  width: 100%;
}

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

.page-subtitle-h2 {
  color: var(--dark);
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 120%;
}

.page-subtitle-h2.is-centered {
  text-align: center;
}

.page-subtitle-h2.is-orange {
  color: #ff5200;
}

.page-subtitle-h2.is-orange.is-bold, .page-subtitle-h2.is-bold {
  font-family: Plus Jakarta Sans, sans-serif;
  font-weight: 700;
}

.page-subtitle-h2.is-bold.is-light {
  color: var(--white);
}

.div-block-37 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-8 {
  grid-template-rows: auto;
  grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
}

.cta-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff5200;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 28px;
  text-decoration: none;
  display: flex;
}

.cta-button-2:hover, .cta-button-2:active {
  background-color: #c74000;
}

.cta-button-2.is-light {
  background-color: #fff;
  justify-content: center;
  width: 220px;
  text-decoration: none;
}

.cta-button-2.is-light:hover {
  background-color: #f1f1f1;
}

.rl-text-style-medium-3 {
  color: #171717;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

.rl-text-style-medium-3.is-light {
  color: #fff;
}

.caption {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 90%;
  height: 80%;
  display: grid;
  position: absolute;
  top: 60px;
  left: 50px;
}

.div-block-42 {
  text-align: right;
  text-decoration: none;
}

.text-89 {
  color: #171717;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.div-block-46 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.div-block-47 {
  background-color: var(--grey);
  border-radius: 4px;
  padding: 12px 16px;
}

.div-block-48 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.div-block-51 {
  margin-top: -19px;
  padding-bottom: 0;
}

.div-block-52 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-53, .div-block-54 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 55%;
  display: flex;
}

.div-block-56 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.link-block-6 {
  pointer-events: auto;
  cursor: auto;
  text-decoration: none;
}

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

.div-block-58 {
  white-space: normal;
  word-break: normal;
  order: 0;
  align-self: auto;
  width: 100%;
  display: flex;
}

.image-132 {
  width: 60px;
}

.image-133 {
  width: 90px;
}

.image-134, .image-135 {
  display: none;
}

.image-136 {
  width: 100%;
  max-width: none;
  height: 100%;
}

.mask-6, .slider-6 {
  height: auto;
}

.slide-nav-4 {
  color: var(--button-cta);
}

.slide-12 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-right: 0;
}

.left-arrow-5 {
  background-image: linear-gradient(#e0e0e0, #e0e0e0);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.icon-5 {
  color: var(--dark);
  border-radius: 100px;
  font-size: 28px;
  font-weight: 700;
}

.right-arrow-5 {
  background-image: linear-gradient(to bottom, var(--button-cta), var(--button-cta));
  border-radius: 100px;
  width: 48px;
  height: 48px;
  font-size: 28px;
  font-weight: 700;
}

.icon-6 {
  color: var(--white);
  font-weight: 700;
}

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

.div-block-61 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-62 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.grid-9 {
  grid-template-rows: auto;
  grid-template-columns: auto auto auto;
}

.div-block-63 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--button-cta);
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  padding: 20px 32px;
  display: flex;
}

.image-137 {
  width: 100%;
}

.div-block-64 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 40px 5%;
  display: flex;
}

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

.columns {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 40px;
  flex-flow: column;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

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

.grid-10 {
  grid-template-columns: 1fr;
}

.div-block-67 {
  background-color: #fff;
  border-radius: 40px;
  padding: 20px;
}

.image-138 {
  width: 100%;
}

.video {
  height: 100%;
}

.tabs-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.tabs {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.tab-pane-tab-1 {
  width: 100%;
  height: 100%;
}

.tab-link-tab-1 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 8px 24px;
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--button-cta);
  background-color: #ff520080;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 8px 24px;
  display: flex;
}

.image-139 {
  width: 32px;
  height: 32px;
}

.tab-link-tab-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 8px 24px;
  display: flex;
}

.tab-link-tab-2.w--current {
  border: 1px solid var(--button-cta);
  background-color: #ff52004d;
}

.tab-link-tab-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 8px 24px;
  display: flex;
}

.tab-link-tab-3.w--current {
  border: 1px solid var(--button-cta);
  background-color: #ff52004d;
}

.tab-link-tab-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 8px 24px;
  display: flex;
}

.tab-link-tab-4.w--current {
  border: 1px solid var(--button-cta);
  background-color: #ff52004d;
}

.tab-link-tab-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid var(--grey);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
  padding: 8px 24px;
  display: flex;
}

.tab-link-tab-5.w--current {
  border: 1px solid var(--button-cta);
  background-color: #ff52004d;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 170px;
}

.slider-7 {
  background-color: #0000;
  width: 100%;
  height: 342px;
}

.tabs-content {
  width: 100%;
}

.slide-nav-5 {
  display: none;
}

.slide-13 {
  width: auto;
  height: 100%;
  padding-right: 10px;
}

.image-140 {
  height: 100%;
}

.div-block-68 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.slide-14 {
  width: auto;
  height: 100%;
  padding-right: 10px;
}

.image-141 {
  height: 100%;
}

.slide-15 {
  width: auto;
  padding-right: 10px;
}

.left-arrow-6 {
  background-color: var(--button-cta);
  border-radius: 100px;
  width: 48px;
  height: 48px;
  font-size: 24px;
  font-weight: 700;
}

.right-arrow-6 {
  background-color: var(--button-cta);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.icon-7, .icon-8 {
  font-size: 28px;
  font-weight: 700;
}

.tab-link-tab-6 {
  background-color: var(--button-cta);
  border-radius: 4px;
}

.div-block-69 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--button-cta);
  flex-flow: column;
  padding: 40px 5%;
  display: flex;
}

.div-block-70 {
  text-align: center;
  padding: 0;
}

.image-142 {
  height: 100%;
}

.section-2 {
  background-image: url('../images/bg1.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-71 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 40px 5%;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-73 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  margin-bottom: 40px;
  display: flex;
}

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

.div-block-75.new {
  align-self: flex-start;
}

.section-3 {
  background-image: url('../images/bg2.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-76 {
  padding: 40px 5%;
}

.image-143 {
  width: auto;
  max-width: none;
  height: 100%;
}

.slide-16, .mask-7 {
  width: 100%;
  height: 100%;
}

.div-block-77 {
  width: 100%;
  height: 100%;
}

.grid-11 {
  grid-template-rows: auto;
  width: 100%;
  height: auto;
}

.image-144 {
  width: 100%;
  height: auto;
  padding-right: 60px;
}

.slider-8 {
  background-color: #0000;
  height: auto;
}

.left-arrow-7, .right-arrow-7 {
  background-color: var(--button-cta);
  border-radius: 100px;
  width: 48px;
  height: 48px;
}

.icon-9, .icon-10 {
  font-size: 28px;
  font-weight: 700;
}

.div-block-78 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

.div-block-79 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 60px;
  display: flex;
}

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

.slide-nav-6 {
  display: none;
}

.section-4 {
  background-color: #fff2eb;
}

.section-bg {
  background-image: url('../images/bg3.png');
  background-position: 74% 100%;
  background-size: cover;
}

.div-block-81 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  padding: 40px 5%;
  display: flex;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: 300px;
}

.div-block-82 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--button-cta);
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.image-145 {
  width: 200px;
  max-width: none;
  height: auto;
  padding: 20px 20px 0;
}

.text-block-3 {
  position: relative;
  top: 140px;
}

.text-block-4 {
  position: relative;
  inset: -61px 0% 0%;
}

.section-6 {
  background-image: url('../images/bg4.png');
  background-position: 61% 0;
  background-size: cover;
}

.div-block-83 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  padding: 40px 5%;
  display: flex;
}

.text-block-5 {
  position: relative;
  top: 60px;
  bottom: auto;
}

.image-146 {
  width: 100%;
  height: 100px;
  position: static;
}

.div-block-84 {
  height: 89px;
}

.grid-13 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  height: auto;
}

.div-block-85 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--white);
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 250px;
  padding: 20px 32px;
  display: flex;
}

.image-147 {
  border-radius: 100px;
  position: relative;
  bottom: 40px;
}

.div-block-86 {
  border-bottom: 1px solid #00000026;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: block;
}

.div-block-87 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-148 {
  border-radius: 100px;
  display: block;
  position: relative;
  bottom: 70px;
}

.hr-line {
  border-bottom: 1px solid #00000026;
  width: 100%;
}

.text-block-6 {
  text-decoration: none;
}

.link-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 210px;
  padding: 32px 24px;
  text-decoration: none;
  display: flex;
}

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

.div-block-90 {
  height: 210px;
}

.image-149 {
  border-radius: 100px;
}

.div-block-91, .div-block-92, .div-block-93 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 2.6rem;
  display: flex;
}

.div-block-94 {
  justify-content: flex-start;
  align-items: center;
  height: 4rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  bottom: 75px;
}

.section-7 {
  background-image: url('../images/Frame-1116606716.png');
  background-position: 0 0;
  background-size: auto;
}

.slider-9 {
  background-color: #0000;
  height: auto;
}

.left-arrow-8 {
  background-color: var(--button-cta);
  width: 48px;
  height: 48px;
  transform-style: preserve-3d;
  border-radius: 100px;
}

.right-arrow-8 {
  background-color: var(--button-cta);
  width: 48px;
  height: 48px;
  transform-style: preserve-3d;
  border-radius: 100px;
  font-size: 28px;
  font-weight: 700;
}

.grid-14 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
}

.div-block-95 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.div-block-96 {
  padding: 40px 0%;
}

.image-150 {
  width: 50%;
  max-width: none;
  height: 100%;
}

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

.icon-11 {
  font-size: 28px;
  font-weight: 700;
}

.icon-12 {
  font-weight: 700;
}

.div-block-98 {
  grid-column-gap: 72px;
  grid-row-gap: 72px;
  flex-flow: column;
  display: flex;
}

.tabs-menu-2 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.div-block-99 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-152 {
  display: none;
}

.div-block-100.d-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-17 {
  width: auto;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: var(--button-cta);
  font-weight: 700;
}

.link-block-10 {
  height: 100%;
}

.div-block-102 {
  width: 100%;
}

.image-154 {
  display: none;
}

.div-block-103 {
  flex-flow: column;
  width: 100%;
  min-width: 0;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.livechat-button {
  background-color: #3cb941;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.livechat-button:hover {
  background-color: #3cb941;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: 100%;
  display: flex;
}

.live-icon-chat {
  margin-right: 0;
}

.top-section {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.live-chat-text {
  color: #fff;
  text-decoration: none;
}

.wa-button {
  z-index: 30;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 30px 30px auto;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #b0b0b0;
  margin-bottom: 10px;
  font-size: 12px;
}

.chat-section {
  background-color: #e6ddd4;
  height: 50%;
  padding: 16px 20px;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.whatsapp-chat {
  background-color: #fff;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: flex;
  overflow: hidden;
  box-shadow: 3px 3px 12px #0003;
}

.whatsapp-container {
  z-index: 30;
  cursor: pointer;
  background-color: #3cb841;
  border: 1px solid #ffffff4d;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 2px 2px 10px #0003;
}

.whatsapp-container:hover {
  background-color: #3cb841;
  transform: scale(1.05);
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  margin-bottom: 5px;
  font-size: 12px;
}

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

@media screen and (min-width: 1280px) {
  .rl-text-style-small.is-semi_bold {
    font-weight: 600;
  }

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

  .case-study-container {
    white-space: normal;
    word-break: normal;
    padding-top: 0;
  }

  .cta-container_case-studies {
    word-break: normal;
    justify-content: space-between;
  }

  .hero-banner-text.is-light {
    font-weight: 700;
  }

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

  .slider-navigation {
    justify-content: center;
    align-items: center;
    inset: auto 0% 0%;
  }

  .slider-navigation.is-tablet {
    inset: 0% 0% 0% auto;
  }

  .slider-3 {
    height: 650px;
  }

  .slide-nav-2.slider-navigation {
    font-size: 80px;
    inset: auto 0% 0%;
  }

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

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

  .slide-2.slider-navigation-all {
    aspect-ratio: auto;
    width: auto;
    font-size: 90px;
  }

  .image-102, .image-103 {
    width: 100%;
  }

  .grid {
    grid-template-rows: minmax(min-content, max-content);
  }

  .div-block-15 {
    display: none;
  }

  .slider-5 {
    width: auto;
    height: auto;
  }

  .slider-navigation-all-web {
    inset: auto 0%;
  }

  .right-arrow-2 {
    inset: 0% 0% 0% auto;
  }

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

  .image-107 {
    width: 100%;
  }

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

  .image-109 {
    width: 100%;
  }

  .image-vertical {
    display: none;
  }

  .image-111, .image-112, .image-113, .image-114 {
    width: 100%;
    height: 44px;
  }

  .grid-5 {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
  }

  .div-block-18 {
    display: none;
  }

  .image-115 {
    width: auto;
    height: auto;
  }

  .image-120 {
    display: none;
  }

  .image-123 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .image-127 {
    width: 85%;
    height: auto;
  }

  .image-128, .image-129 {
    width: auto;
    height: auto;
  }

  .div-block-38 {
    margin-top: 63px;
  }

  .div-block-42 {
    margin-top: 40px;
    margin-bottom: 0;
  }

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

  .column {
    white-space: pre-wrap;
    word-break: break-all;
    display: block;
  }

  .div-block-74 {
    margin-bottom: 40px;
  }

  .slide-17 {
    width: auto;
  }

  .image-153, .link-block-9 {
    height: 100%;
  }

  .link-block-10 {
    max-width: 100%;
    height: 100%;
  }

  .div-block-103 {
    width: 100%;
    min-width: 0;
    height: 100%;
    margin-left: 0;
  }

  .whatsapp-container:hover {
    background-color: #3cb941;
  }
}

@media screen and (min-width: 1440px) {
  .cta-button.is-light {
    flex-wrap: nowrap;
    width: 185px;
  }

  .rl-text-style-medium.is-centered {
    text-align: center;
  }

  .section.hero-banner {
    padding-top: 0;
  }

  .page-title-wrapper {
    width: 100%;
  }

  .frame-172, .frame-211 {
    grid-template-rows: auto;
  }

  .page-title-text-wrapper {
    width: 80%;
  }

  .sku-card-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cta-container_case-studies {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    word-break: normal;
    grid-template-columns: 1fr;
  }

  .slider {
    background-color: #0000;
    border-radius: 12px;
    height: 540px;
  }

  .text-block {
    z-index: 1000;
    display: inline-block;
    position: absolute;
    top: 60px;
    left: 60px;
  }

  .hero-banner-text {
    width: 730px;
    font-size: 3.75rem;
    line-height: 120%;
    position: absolute;
    top: 60px;
    left: 60px;
  }

  .hero-banner-text.is-light {
    width: 750px;
    color: #fff;
    width: 750px;
    font-weight: 700;
    position: static;
    top: 100px;
  }

  .caption-wrapper {
    width: 750px;
    position: absolute;
    top: 100px;
    left: 60px;
  }

  .hero-sub-img {
    position: absolute;
    bottom: 40px;
    right: 50px;
  }

  .mask {
    border-radius: 12px;
    height: auto;
  }

  .slide {
    height: 500px;
  }

  .slide-nav {
    height: auto;
  }

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

  .frame-190 {
    width: 100%;
    height: 100%;
  }

  .slider-3 {
    height: 700px;
  }

  .slider-5 {
    height: auto;
  }

  .grid-5 {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
  }

  .div-block-30 {
    grid-template-rows: 1fr;
  }

  .image-127 {
    width: 60%;
  }

  .image-128 {
    width: auto;
  }

  .slide-7 {
    height: 500px;
  }

  .cta-button-2.is-light {
    flex-wrap: nowrap;
    width: 185px;
  }

  .rl-text-style-medium-3.is-light {
    margin-top: .4rem;
  }

  .div-block-42 {
    height: auto;
    margin-top: 40px;
    text-decoration: line-through;
  }

  .column {
    white-space: normal;
    word-break: normal;
    width: 95%;
    position: static;
  }

  .div-block-64 {
    padding-top: 40px;
    padding-left: 0%;
    padding-right: 0%;
  }

  .columns {
    display: flex;
  }

  .div-block-74 {
    margin-bottom: 40px;
  }

  .slide-17 {
    width: auto;
  }

  .image-153, .link-block-9 {
    height: 100%;
  }

  .link-block-10 {
    max-width: 100%;
    height: 100%;
  }

  .div-block-103 {
    width: 106%;
    margin-left: -7px;
  }

  .image-156 {
    padding-left: 40px;
  }

  .livechat-button {
    background-color: #3cb841;
  }

  .top-section {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: flex-start;
  }

  .live-chat-top-text {
    font-size: 13px;
    font-weight: 400;
  }

  .live-chat-top-text.block {
    color: #929292;
  }

  .chat-section {
    background-color: #f5eadf;
  }

  .whatsapp-container:hover {
    background-color: #3cb941;
  }

  .live-chat-bottom-text.block {
    color: var(--dark);
  }
}

@media screen and (min-width: 1920px) {
  .cta-button {
    background-color: #d61f38;
    justify-content: center;
    align-items: center;
  }

  .rl-form-input {
    width: 100%;
  }

  .tag-container.is-grey {
    width: auto;
  }

  .case-study-container {
    width: 95%;
  }

  .cta-container_case-studies {
    word-break: normal;
    grid-template-columns: minmax(min-content, max-content);
    place-content: stretch space-between;
    width: 100%;
  }

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

  .form-block-2 {
    width: auto;
  }

  .slider-navigation, .slide-nav-2.slider-navigation {
    justify-content: center;
    align-items: center;
  }

  .grid-5 {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
  }

  .rl-text-style-medium-3.is-light {
    margin-top: .5rem;
    margin-bottom: .2rem;
  }

  .div-block-38 {
    margin-top: 20px;
  }

  .div-block-40 {
    margin-top: -24px;
  }

  .div-block-42 {
    margin-top: 60px;
  }

  .column {
    white-space: normal;
    word-break: break-all;
    width: auto;
  }

  .collection-list-3 {
    word-break: break-all;
  }

  .div-block-61 {
    text-align: left;
  }

  .tab-link-tab-1.w--current, .tab-link-tab-5 {
    justify-content: center;
    align-items: center;
  }

  .div-block-74 {
    margin-bottom: 40px;
  }

  .div-block-83 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .slide-17 {
    width: auto;
  }

  .image-153 {
    max-width: 100%;
    height: 100%;
  }

  .link-block-9 {
    height: 100%;
  }

  .link-block-10 {
    max-width: 100%;
    height: 100%;
  }

  .div-block-103 {
    width: 100%;
    min-width: 0;
    height: 100%;
    margin-left: auto;
    padding: 0 5%;
  }

  .image-156 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .livechat-button {
    transition: all .2s;
  }

  .livechat-button:hover {
    background-color: #3cb941;
    transform: scale(1.05);
  }

  .top-section {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .whatsapp-chat {
    display: none;
  }

  .whatsapp-container {
    box-shadow: 2px 2px 10px #0003;
  }

  .whatsapp-container:hover {
    background-color: #3cb841;
  }
}

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

  .nav-menu-wrapper {
    background-color: #0000;
    font-family: Plus Jakarta Sans, sans-serif;
  }

  .nav-menu-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    box-shadow: 0 2px 5px 0 var(--button-cta-grey-hover);
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .cta-button:hover, .cta-button:active {
    background-color: var(--button-cta-hover);
  }

  .cta-button.is-light {
    justify-content: center;
    width: 220px;
  }

  .cta-button.is-grey.is-small:hover, .cta-button.is-grey.is-small:active {
    background-color: var(--button-cta-grey-hover);
  }

  .cta-button.is-grey.is-small.float-right {
    width: auto;
  }

  .rl-heading-style-h6 {
    font-size: 1rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-text-style-medium {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .rl-heading-style-h5 {
    font-size: 1.15rem;
  }

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

  .rl-text-style-large {
    font-size: 1rem;
  }

  .rl-text-style-large.on-mobile {
    text-align: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .rl-heading-style-h2 {
    font-size: 2rem;
  }

  .rl-heading-style-h2.page-title {
    text-align: left;
  }

  .rl-button-secondary.orange {
    border-color: var(--button-cta);
  }

  .rl-heading-style-h3 {
    font-size: 1.5rem;
  }

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

  .rl-container-small.is-horizontal {
    justify-content: flex-start;
    padding-bottom: 0;
  }

  .rl-container-small.is-horizontal.is-all {
    padding-bottom: 1%;
  }

  .rl-container-small.is-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 134px 116px 107px repeat(auto-fit, 148px);
    grid-auto-columns: 1fr;
    place-items: center;
    display: grid;
  }

  .rl-container-small.is-grid.just-two {
    grid-template-columns: 57px 85px 108px repeat(auto-fit, 148px);
  }

  .page-title-wrapper {
    grid-template-columns: 3fr 1fr;
  }

  .frame-59 {
    grid-template-columns: 1fr 1fr;
  }

  .page-title {
    text-align: left;
    font-size: 2.25rem;
  }

  .page-title.aligned-left, .page-title.on-mobile {
    text-align: left;
  }

  .home-features-container {
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .hero-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-direction: row;
  }

  .hero-title {
    font-size: 1.75rem;
    font-weight: 500;
  }

  .hero-img-left {
    width: auto;
    height: auto;
  }

  .hero-text-left {
    order: -1;
  }

  .hero-img-right {
    width: auto;
    height: auto;
  }

  .feat-industries-container {
    flex-direction: column;
    padding-top: 80px;
  }

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

  .industries-wrapper {
    flex-direction: column;
    order: 0;
  }

  .rectangle-5 {
    clear: none;
    order: -1;
    width: 100%;
  }

  .flex-container-32px {
    order: 1;
  }

  .tag-container.is-grey {
    text-align: center;
  }

  .cta-container_contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 30px;
  }

  .footer-content-wrapper {
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 4fr;
    grid-auto-flow: column;
    padding-top: 40px;
  }

  .footer-contact-text-wrapper {
    grid-template-rows: auto;
  }

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

  .compliance-wrapper.flex-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .compliance-card {
    padding-bottom: 32px;
  }

  .rl-text-style-xxlarge {
    font-size: 2.25rem;
    font-weight: 500;
  }

  .frame-172 {
    grid-template-columns: 1fr 1fr;
  }

  .technology-text-wrapper {
    height: auto;
    margin-bottom: 7px;
    padding-bottom: 32px;
  }

  .partnership-wrapper {
    flex-flow: wrap;
  }

  .frame-211 {
    grid-template-columns: 1fr;
  }

  .case-study-container {
    flex-direction: column;
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .spacing_block-large {
    padding-bottom: 60px;
  }

  .page-title-text-wrapper {
    width: 80%;
  }

  .sku-card-container {
    grid-template-columns: 1fr 1fr;
  }

  .cta-container_case-studies {
    grid-template-rows: minmax(50px, 1fr) auto;
    grid-template-columns: 1fr;
    justify-content: space-between;
    width: 100%;
  }

  .hero-banner-text.is-light {
    position: relative;
  }

  .slide {
    height: 500px;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .f-navigation {
    position: relative;
  }

  .hero-main-text {
    font-size: 3rem;
  }

  .frame-216 {
    flex-direction: column;
  }

  .rectangle-8 {
    order: -1;
  }

  .list-item {
    font-size: .875rem;
  }

  .flex-two {
    flex-flow: column;
    display: flex;
  }

  .flex-two.is-center {
    align-items: center;
  }

  .flex-two_right-wrapper {
    width: 100%;
    display: block;
    position: relative;
  }

  .flex-two_right-wrapper.mobile {
    margin-top: 0;
    margin-bottom: 0;
  }

  .product-feature-sub-container {
    padding-left: 0;
    padding-right: 0;
  }

  .feat-img {
    order: -1;
  }

  .container-80 {
    display: block;
  }

  .image-63 {
    width: 100%;
    height: 100%;
  }

  .container-20 {
    margin-top: 32px;
  }

  .frame-221 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .container-5 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
  }

  .vectors-wrapper-17 {
    order: -1;
  }

  .frame-110, .frame-111, .frame-225, .container-7 {
    flex-direction: column;
  }

  .vectors-wrapper-19 {
    order: -1;
  }

  .flex-two_left-wrapper {
    width: 100%;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .collection-list-wrapper {
    display: flex;
  }

  .collection-item {
    flex-direction: row;
    display: flex;
  }

  .blog21_featured-image-wrapper {
    padding-top: 75%;
  }

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

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

  .blog21_list {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr 1fr;
  }

  .container-large.is-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
  }

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

  .div-block-3 {
    margin-left: 20%;
    margin-right: 5%;
  }

  .slider-navigation.is-all {
    flex-direction: row;
  }

  .slider-thumb-wrap {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    font-size: 85px;
  }

  .slider-thumb-image {
    width: 100%;
  }

  .image-100 {
    display: none;
  }

  .frame-234 {
    width: 100%;
  }

  .slider-3 {
    height: 380px;
  }

  .slider-3.is-tablet {
    width: 100%;
    height: 400px;
  }

  .slide-nav-2.slider-navigation {
    flex-direction: row;
    height: auto;
  }

  .slide-nav-2.slider-navigation.is-tablet {
    opacity: 0;
    flex-direction: column;
  }

  .new-container {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    display: grid;
  }

  .image-101 {
    width: auto;
    display: block;
  }

  .slide-2.slider-navigation-all {
    z-index: 7;
    color: #fff;
    -webkit-text-stroke-color: #fff;
    border: 1px solid #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 15%;
    height: 100%;
    margin-top: 0;
    margin-bottom: auto;
    margin-right: 6px;
    padding-top: 0;
    font-size: 85px;
    line-height: 20px;
    display: flex;
    position: absolute;
    inset: auto 10% 0% auto;
  }

  .image-104 {
    width: 100%;
    height: 100%;
  }

  .right-arrow {
    right: 18%;
  }

  .mask-3 {
    width: 82%;
  }

  .div-block-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 144.69px 125px 105px repeat(auto-fit, 152px);
    grid-auto-columns: 1fr;
    padding-bottom: 12px;
    display: grid;
  }

  .div-block-12, .div-block-13 {
    border-top: 1px solid #e1e1e1;
    height: 0;
  }

  .slider-4 {
    background-color: #0000;
    width: auto;
    height: auto;
  }

  .image-105 {
    width: auto;
    height: 380px;
  }

  .container-81, .brand, .nav-menu {
    flex-direction: column;
    display: flex;
  }

  .grid-2 {
    grid-template-rows: minmax(min-content, max-content);
  }

  .div-block-15 {
    width: 100%;
    height: 100%;
  }

  .slider-navigation-all-web {
    z-index: 4;
    grid-column-gap: 36px;
    grid-row-gap: 36px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: auto;
    height: 100%;
    margin-top: auto;
    margin-bottom: 0;
    font-size: 85px;
    position: absolute;
    inset: 0% auto 0% 73%;
  }

  .right-arrow-2 {
    margin-left: auto;
    margin-right: auto;
    left: auto;
    right: 28%;
  }

  .brand-2 {
    flex-direction: row;
    display: flex;
  }

  .hover {
    max-width: none;
  }

  .container-82 {
    grid-row-gap: 12px;
    justify-content: space-around;
    width: 264px;
  }

  .link-block {
    width: 226px;
  }

  .div-block-17 {
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .link-block-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-around;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .hover-2 {
    max-width: none;
  }

  .container-84, .container-85 {
    justify-content: space-between;
  }

  .side-menu {
    width: auto;
    height: auto;
    padding: 12px;
  }

  .container-menu {
    background-color: #000;
    width: auto;
    height: 100%;
  }

  .image-vertical {
    display: none;
  }

  .image-110 {
    display: block;
  }

  .grid-5 {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content) 1fr;
  }

  .slider-content {
    background-color: var(--grey);
    height: auto;
  }

  .slider-content-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    margin-left: auto;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .slider-content-right {
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .image-117 {
    width: 100%;
    height: 100%;
  }

  .div-block-22 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    width: 100%;
    margin-top: 10%;
    margin-bottom: 10%;
    display: flex;
  }

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

  .icon-2 {
    color: var(--button-cta);
    border: 1px #000;
    border-radius: 0;
    font-size: 24px;
  }

  .left-arrow-2 {
    border: 1px solid var(--white);
    background-color: var(--white);
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: block;
    inset: 0% auto 0% -3%;
  }

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

  .image-120 {
    display: none;
  }

  .div-block-27 {
    height: auto;
  }

  .div-block-28 {
    width: auto;
    height: 100%;
  }

  .image-122 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 100px;
  }

  .slide-nav-3 {
    inset: auto 0% 0%;
  }

  .image-123 {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    width: auto;
    height: 352px;
  }

  .div-block-32 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-124 {
    width: 50px;
    height: 50px;
  }

  .image-125 {
    width: 75px;
  }

  .slide-7 {
    height: 500px;
  }

  .image-130 {
    display: none;
  }

  .slide-8, .slide-9 {
    height: 500px;
  }

  .grid-7 {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .collection-list {
    grid-template-columns: 1fr 1fr;
    justify-content: stretch;
  }

  .image-border {
    object-fit: contain;
    width: 100%;
  }

  .collection-list-2, .collection-casestudies_wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .page-subtitle-h2 {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }

  .container-90 {
    mix-blend-mode: normal;
    max-width: 600px;
    padding-bottom: 60px;
    display: block;
  }

  .cta-button-2:hover, .cta-button-2:active {
    background-color: #c74000;
  }

  .cta-button-2.is-light {
    justify-content: center;
    width: 220px;
  }

  .rl-text-style-medium-3 {
    font-size: 1.125rem;
    font-weight: 400;
  }

  .div-block-42 {
    margin-top: 30px;
  }

  .div-block-49 {
    height: auto;
    margin-top: -65px;
    display: block;
  }

  .div-block-50 {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .div-block-53, .div-block-54 {
    width: 100%;
  }

  .div-block-56 {
    grid-template-rows: 500px auto;
    grid-template-columns: 1fr;
  }

  .image-131 {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: inline-block;
  }

  .column {
    width: 100%;
    height: auto;
  }

  .image-134 {
    display: block;
  }

  .image-135 {
    display: none;
  }

  .div-block-59 {
    height: auto;
  }

  .div-block-60 {
    margin-bottom: 40px;
  }

  .grid-9 {
    grid-template-columns: 1fr;
    justify-content: center;
    place-items: center;
  }

  .div-block-63 {
    width: auto;
    max-width: 370px;
  }

  .columns {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    width: auto;
  }

  .column-2 {
    align-self: center;
  }

  .grid-10 {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

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

  .div-block-75 {
    flex: 0 auto;
    align-self: center;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .image-144 {
    width: 300px;
    padding-right: 0;
  }

  .div-block-80 {
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
  }

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

  .grid-12 {
    grid-template-columns: 1fr;
    height: auto;
  }

  .div-block-82 {
    height: 296px;
  }

  .image-146 {
    width: 100%;
    height: 126px;
  }

  .div-block-84 {
    width: 100%;
    height: 140px;
  }

  .grid-13 {
    grid-template-columns: 1fr;
  }

  .div-block-90 {
    height: auto;
  }

  .div-block-94 {
    justify-content: center;
    align-items: center;
  }

  .left-arrow-8 {
    inset: 15% 0% 0% auto;
    transform: translate(0, -50%)scale3d(.5, .5, .5);
  }

  .right-arrow-8 {
    transform: scale3d(.5, .5, .5);
  }

  .grid-14 {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

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

  .image-151 {
    display: none;
  }

  .image-152 {
    display: block;
  }

  .div-block-100 {
    align-self: auto;
  }

  .div-block-100.d-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-103 {
    width: 111%;
    min-width: 0;
    margin-left: -38px;
  }

  .image-156 {
    width: 100%;
    padding-left: 40px;
  }

  .wa-button {
    bottom: 20px;
    right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    box-shadow: 0 2px 5px 0 var(--button-cta-grey-hover);
    border-radius: 0 0 20px 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .cta-button.is-light {
    justify-content: center;
    width: 250px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button.is-grey {
    width: 180px;
    display: flex;
  }

  .cta-button.is-grey.is-absolute-right {
    margin-top: 10px;
    display: flex;
    left: 0;
    right: auto;
  }

  .cta-button.is-grey.is-small.float-right {
    width: auto;
    display: flex;
  }

  .rl-heading-style-h6 {
    font-size: 1.125rem;
  }

  .rl-heading-style-h1 {
    font-size: 2.5rem;
  }

  .rl-text-style-medium {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .rl-heading-style-h5 {
    font-size: 1.25rem;
  }

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

  .rl-text-style-large {
    font-size: 1.125rem;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl-text-style-regular {
    font-size: .875rem;
  }

  .rl-heading-style-h3 {
    font-size: 2rem;
  }

  .section.hidden {
    display: none;
  }

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

  .rl-container-small.is-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl-container-small.is-vertical {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .frame-106 {
    display: block;
  }

  .page-title-wrapper {
    flex-direction: row;
    display: block;
  }

  .frame-157, .frame-59 {
    grid-template-columns: 1fr;
  }

  .sku-card-wrapper.link_no-underline {
    object-fit: fill;
  }

  .page-title {
    text-align: left;
    font-size: 1.75rem;
  }

  .home-features-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    padding-top: 0;
  }

  .rectangle-6 {
    float: none;
  }

  .hero-text-right {
    width: auto;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .hero-img-left {
    width: auto;
  }

  .hero-text-left {
    order: 1;
    width: auto;
  }

  .hero-img-right {
    order: -1;
  }

  .feat-industries-container {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding: 32px 20px;
  }

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

  .industries-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .cta-container_contact {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding: 30px;
    display: block;
  }

  .rl-text-style-xlarge {
    font-size: 1.5rem;
  }

  .rl-text-style-xlarge.is-light {
    text-align: center;
  }

  .footer-content-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto auto;
    grid-template-columns: repeat(auto-fit, 100%);
    grid-template-areas: "."
                         "."
                         ".";
    grid-auto-columns: 15%;
    grid-auto-flow: column;
    display: grid;
  }

  .footer-contact-text-wrapper {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

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

  .compliance-wrapper.flex-4 {
    grid-template-columns: 1fr 1fr;
  }

  .rl-text-style-xxlarge {
    font-size: 1.75rem;
  }

  .frame-172 {
    grid-template-columns: 1fr;
  }

  .spacing_block-regular {
    padding-bottom: 10px;
  }

  .partnership-wrapper {
    flex-direction: column;
  }

  .frame-211 {
    grid-template-columns: 1fr;
  }

  .case-study-container {
    margin-bottom: 20px;
  }

  .spacing_block-large {
    padding-bottom: 40px;
  }

  .page-title-text-wrapper {
    width: 100%;
  }

  .sku-card-container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cta-container_contact-text-wrapper {
    width: 100%;
  }

  .hero-banner-text.is-light {
    width: 80%;
    margin-top: 0;
    padding-bottom: 0;
  }

  .caption-wrapper {
    object-fit: fill;
    width: auto;
    display: block;
    position: absolute;
  }

  .f-navigation-language-dropdown-toggle {
    display: none;
  }

  .hero-main-text {
    font-size: 2.25rem;
  }

  .flex-two {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: flex;
  }

  .flex-two_right-wrapper {
    flex-direction: column;
    width: 100%;
    margin-top: 24px;
  }

  .flex-two_right-wrapper.mobile {
    margin-top: 8px;
  }

  .product-feature-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .product-feature-sub-container {
    padding-left: 0;
    padding-right: 0;
  }

  .feat-img {
    order: -1;
  }

  .frame-221 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-73 {
    font-size: 1.5rem;
  }

  .frame-111 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-7 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-74 {
    font-size: 1.5rem;
  }

  .flex-two_left-wrapper {
    width: 100%;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl-text-style-medium-2 {
    font-size: 1rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl-heading-style-h2-2 {
    font-size: 2.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .frame-101 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .container-10 {
    border-bottom-left-radius: 0;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .container-11 {
    border-radius: 0 0 13px 13px;
    height: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .blog21_featured-image-wrapper {
    padding-top: 66%;
  }

  .blog21_menu-link.last-link {
    margin-right: 2rem;
  }

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

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .blog21_category-menu {
    width: 100vw;
    margin-bottom: 3rem;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .blog21_image-wrapper {
    padding-top: 66%;
  }

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

  .blog21_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .blog21_featured-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    margin-bottom: 3rem;
  }

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

  .slider-navigation {
    justify-content: flex-end;
    align-items: center;
    width: 122px;
    height: auto;
    font-size: 64px;
    line-height: 100%;
    display: flex;
  }

  .slider-navigation.is-all {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 100px;
    font-size: 100px;
    line-height: 20px;
  }

  .slider-3 {
    flex-direction: row;
    align-items: stretch;
    height: 615px;
    display: block;
  }

  .slide-nav-2.slider-navigation {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 122px;
    font-size: 64px;
    font-weight: 400;
    line-height: 92%;
    display: block;
  }

  .slide-nav-2.slider-navigation.is-all {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    font-size: 64px;
    line-height: 20%;
    display: flex;
  }

  .div-block-9.is-vertical {
    flex-direction: column;
  }

  .div-block-10 {
    display: flex;
  }

  .image-101 {
    width: 100%;
  }

  .slide-2.slider-navigation-all {
    opacity: 0;
    flex-flow: column;
    width: auto;
    height: 20%;
    margin-top: auto;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    inset: auto 0%;
  }

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

  .image-104 {
    width: 100%;
  }

  .right-arrow {
    right: 24%;
  }

  .mask-3 {
    width: 390px;
  }

  .grid-2 {
    grid-template-rows: minmax(auto, auto);
    width: 102%;
  }

  .div-block-15 {
    display: none;
  }

  .slider-5 {
    height: auto;
    margin-bottom: 20%;
  }

  .slider-navigation-all-web {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: auto;
    display: flex;
    inset: auto 0%;
  }

  .right-arrow-2 {
    height: 500px;
    margin: 0 0 auto auto;
    right: 2%;
  }

  .image-106, .image-107, .image-108, .image-109 {
    width: 100%;
    height: auto;
  }

  .image-vertical {
    display: block;
  }

  .image-110 {
    display: none;
  }

  .grid-5 {
    grid-template-columns: minmax(min-content, max-content) minmax(min-content, max-content) minmax(min-content, max-content);
  }

  .pop-up-item {
    width: 500px;
    min-width: auto;
    max-width: none;
  }

  .slider-content {
    flex-direction: row;
    width: 100%;
    height: 100%;
    display: block;
  }

  .slider-content-left {
    width: 100%;
    height: 335.414px;
    padding-left: 5%;
    display: flex;
  }

  .slider-content-right {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    margin-left: 0;
    display: inline-block;
  }

  .image-119 {
    border-radius: 0;
  }

  .image-120 {
    display: block;
  }

  .image-121 {
    display: none;
  }

  .div-block-27 {
    height: auto;
  }

  .image-122 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    width: 100%;
  }

  .image-123 {
    border-top-right-radius: 0;
    border-bottom-left-radius: 12px;
    height: auto;
  }

  .slide-6 {
    width: 100%;
    height: 100%;
  }

  .div-block-30 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row dense;
  }

  .div-block-31, .div-block-32 {
    flex-flow: column;
  }

  .div-block-33 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-124, .image-125, .image-126 {
    width: 30%;
    height: 30%;
  }

  .grid-7 {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .left-arrow-4 {
    height: 500px;
    margin-top: 0;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .image-border {
    object-fit: fill;
    height: 300%;
  }

  .casestudies_list {
    grid-template-columns: 1fr;
  }

  .page-subtitle-h2 {
    font-size: 1.5rem;
    line-height: 2.25rem;
  }

  .page-subtitle-h2.is-orange.align-center {
    text-align: center;
  }

  .page-subtitle-h2.is-orange.align-center.m-0-auto, .page-subtitle-h2.m-0-auto {
    margin: 0 auto;
  }

  .cta-button-2.is-light {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    width: 250px;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .rl-text-style-medium-3 {
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .div-block-38 {
    margin-top: -18px;
    margin-right: 220px;
  }

  .caption {
    display: block;
  }

  .div-block-42 {
    margin-top: 11px;
  }

  .image {
    width: 50%;
  }

  .div-block-56 {
    grid-template-rows: 500px auto;
  }

  .image-131 {
    object-fit: fill;
    height: 100%;
  }

  .div-block-57 {
    width: auto;
  }

  .image-134 {
    object-fit: fill;
  }

  .div-block-59 {
    width: auto;
    height: auto;
  }

  .div-block-61 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    align-self: center;
    display: flex;
  }

  .grid-9 {
    grid-template-columns: 1fr;
  }

  .div-block-63 {
    width: auto;
    max-width: 370px;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    overflow: auto;
  }

  .tabs {
    flex-flow: column;
  }

  .tab-link-tab-1, .tab-link-tab-1.w--current, .tab-link-tab-2, .tab-link-tab-3, .tab-link-tab-4, .tab-link-tab-5 {
    min-width: 170px;
  }

  .section-2 {
    background-repeat: repeat;
  }

  .div-block-73 {
    align-self: flex-start;
  }

  .div-block-74 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-13 {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
  }

  .div-block-90 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: block;
  }

  .collection-list-wrapper-2 {
    flex-flow: row;
    display: block;
  }

  .collection-list-4 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: column;
    display: flex;
  }

  .image-155 {
    display: inline-block;
  }

  .div-block-103 {
    width: 113%;
    margin-left: -31px;
  }

  .wa-button {
    bottom: 15px;
    right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    box-shadow: 0 6px 5px 0 var(--button-cta-grey-hover);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    flex-direction: column;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide.w--open {
    width: 260px;
    margin-left: -12px;
  }

  .nav-dropdown-link {
    width: auto;
  }

  .cta-button.is-light {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .rl-heading-style-h1 {
    font-size: 1.5rem;
  }

  .rl-text-style-medium {
    text-align: left;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .rl-text-style-large.on-mobile {
    text-align: center;
  }

  .rl-container-medium.is-horizontal {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .rl-container-medium.is-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .rl-text-style-small {
    text-align: left;
    margin-bottom: 0;
    font-size: .75rem;
  }

  .rl-text-style-small.is-orange.v-centered {
    text-align: left;
  }

  .rl-text-style-tiny {
    text-align: left;
    white-space: normal;
    word-break: break-all;
    overflow-wrap: normal;
    width: auto;
    height: auto;
    margin-left: 0;
    font-size: .97rem;
    line-height: 1.5;
    display: inline;
  }

  .rl-heading-style-h3.is-mobile {
    text-align: center;
  }

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

  .subheading {
    font-size: 1rem;
  }

  .frame-157, .frame-59 {
    grid-template-columns: 1fr;
  }

  .page-title {
    font-size: 1.5rem;
  }

  .page-title.on-mobile {
    text-align: left;
  }

  .home-features-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper {
    padding-bottom: 16px;
  }

  .hero-img-left {
    width: auto;
    height: auto;
  }

  .hero-text-left {
    width: auto;
  }

  .hero-img-right {
    width: auto;
    height: auto;
  }

  .industries-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .cta-container_contact {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    padding: 30px;
  }

  .rl-text-style-xlarge.is-light {
    font-weight: 500;
  }

  .footer-content-wrapper {
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 100%;
    grid-auto-columns: 0%;
    grid-auto-flow: column;
  }

  .footer-contact-text-wrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .text-26 {
    text-align: left;
  }

  .copyright-wrapper {
    padding-bottom: 0;
  }

  .footer-text.is-centered {
    text-align: center;
  }

  .compliance-wrapper.flex-4 {
    grid-template-columns: 1fr;
  }

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

  .case-study-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .cta-container_case-studies {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .cta-container_contact-text-wrapper {
    width: 100%;
    font-weight: 500;
  }

  .hero-banner-text.is-light {
    width: 80%;
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 2.4rem;
  }

  .slide {
    height: 500px;
  }

  .f-navigation-button {
    display: none;
  }

  .hero-main-text {
    text-align: center;
    font-size: 2.25rem;
  }

  .image-49 {
    margin-left: 0;
  }

  .caption-container-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-217 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .frame-81 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: start;
    display: grid;
  }

  .flex-two {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    display: flex;
  }

  .flex-two.is-vertical {
    flex-direction: column;
    display: block;
  }

  .flex-two_right-wrapper {
    margin-top: 100px;
  }

  .flex-two_right-wrapper.mobile {
    margin-top: 25px;
  }

  .feat-img {
    order: -1;
  }

  .frame-221 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-222 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-73 {
    font-size: 1rem;
    font-weight: 500;
  }

  .frame-110 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .frame-111 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-225 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container-7 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-74 {
    font-size: 1rem;
  }

  .rl_faq6_component {
    grid-template-columns: 1fr;
  }

  .frame-85 {
    display: flex;
  }

  .container-10 {
    width: auto;
    height: auto;
    padding: 20px 10px 30px 20px;
  }

  .container-11 {
    width: auto;
    height: auto;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 10px;
  }

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

  .slider-thumb-wrap {
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: block;
  }

  .slider-thumb-wrap.slider-image {
    width: 146px;
  }

  .slider-thumb-wrap.slider-image-1 {
    width: 195px;
  }

  .slider-thumb-wrap.slider-image-1.slider-image {
    width: 58%;
  }

  .slider-thumb-wrap.slider-image-1.slider-image-2 {
    width: 116%;
  }

  .slider-thumb-wrap.slider-image-2 {
    width: 120%;
  }

  .slider-thumb-image {
    width: 100%;
  }

  .frame-190 {
    width: auto;
    height: 54px;
  }

  .frame-191 {
    width: auto;
  }

  .image-100 {
    display: none;
  }

  .frame-192 {
    width: auto;
  }

  .frame-193 {
    width: auto;
    height: 54px;
  }

  .frame-234 {
    width: auto;
  }

  .slider-3 {
    height: 360px;
  }

  .image-101 {
    display: block;
  }

  .slide-2.slider-navigation-all {
    z-index: 7;
    opacity: 0;
    width: auto;
    height: 38%;
    margin: auto -14px 0 -32px;
    padding-top: 0;
    font-size: 83px;
    font-weight: 400;
    line-height: 100px;
    display: block;
    inset: auto 0%;
  }

  .div-block-14 {
    text-align: center;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(136px, max-content) minmax(148px, max-content);
    grid-auto-flow: row;
    width: 90%;
    height: auto;
  }

  .slider-5 {
    height: auto;
    margin-bottom: 35%;
    display: block;
  }

  .slider-navigation-all-web {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: auto;
    margin-bottom: auto;
    font-size: 43px;
    display: flex;
    inset: auto 0%;
  }

  .right-arrow-2 {
    height: 290px;
    margin: auto 0 auto auto;
    display: block;
    left: auto;
    right: -.9rem;
  }

  .image-106 {
    position: static;
  }

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

  .image-108 {
    width: auto;
  }

  .grid-4 {
    grid-template-rows: auto auto;
    grid-template-columns: minmax(min-content, max-content);
  }

  .grid-5 {
    grid-template-rows: auto;
    grid-template-columns: minmax(27px, max-content) minmax(17px, max-content) minmax(min-content, max-content);
  }

  .pop-up-item {
    width: 290px;
    height: auto;
  }

  .pop-up-heading {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    align-items: center;
  }

  .div-block-20 {
    width: 100%;
  }

  .image-116 {
    width: 50px;
    height: 50px;
  }

  .slider-content-left {
    height: 396.625px;
  }

  .slider-content-right {
    display: block;
  }

  .left-arrow-2 {
    display: block;
    top: 0%;
    left: auto;
  }

  .image-119 {
    border-radius: 0 0 12px 12px;
    display: block;
  }

  .right-arrow-3 {
    display: block;
    right: 0;
  }

  .div-block-30 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column dense;
    place-content: center;
    height: 100%;
    padding: 20px .125rem;
  }

  .div-block-31 {
    width: 80%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 3px;
  }

  .div-block-32 {
    margin-left: 27px;
  }

  .image-124 {
    width: 24%;
    height: 24%;
  }

  .image-127 {
    width: 90%;
    height: 100%;
  }

  .grid-7 {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: minmax(200px, 1fr);
  }

  .left-arrow-4 {
    height: 290px;
    margin: auto 0;
    left: 3px;
  }

  .icon-3, .icon-4 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-border {
    width: 100%;
    height: 200%;
  }

  .page-subtitle-h2.is-bold.is-orange.m-0-auto {
    margin: 0 auto;
  }

  .page-subtitle-h2.m-0-auto {
    text-align: center;
    margin: 0 auto;
  }

  .page-subtitle-h2.m-sm-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-button-2.is-light {
    justify-content: center;
    width: 100%;
    display: flex;
  }

  .rl-text-style-medium-3.is-light {
    font-size: .8rem;
  }

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

  .div-block-38 {
    text-align: left;
    flex-direction: column;
    width: 55%;
    margin-top: -72px;
    display: flex;
  }

  .div-block-40 {
    width: 70%;
    margin-top: -33px;
  }

  .caption {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: stretch;
    width: 80%;
    height: 100%;
    display: grid;
    top: 22px;
    left: 20px;
  }

  .div-block-42 {
    text-align: left;
    margin-bottom: 26px;
    text-decoration: none;
  }

  .div-block-43 {
    width: 45%;
  }

  .div-block-44 {
    width: 45%;
    margin-bottom: 25px;
  }

  .div-block-45 {
    width: 45%;
  }

  .text-block-2 {
    margin-top: -92px;
  }

  .div-block-53 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .mask-5 {
    height: 100%;
  }

  .div-block-55 {
    margin-top: -56px;
    margin-bottom: 0;
    display: flex;
  }

  .image-131 {
    object-fit: fill;
    width: 100%;
  }

  .div-block-57 {
    margin-top: auto;
  }

  .slide-10 {
    width: auto;
  }

  .image-134 {
    display: none;
  }

  .image-135 {
    object-fit: cover;
    display: block;
  }

  .div-block-61 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .div-block-63 {
    width: auto;
  }

  .columns {
    flex-flow: column;
  }

  .grid-10 {
    grid-template-columns: 1fr;
  }

  .tabs {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .tab-link-tab-1 {
    flex: 0 auto;
    min-width: 135px;
    display: flex;
  }

  .tab-link-tab-1.w--current {
    min-width: 125px;
  }

  .tab-link-tab-5 {
    min-width: 140px;
  }

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

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

  .div-block-75 {
    width: auto;
    display: flex;
  }

  .left-arrow-7 {
    inset: auto auto -5% 0%;
  }

  .right-arrow-7 {
    inset: auto auto -5% 20%;
  }

  .div-block-79 {
    padding-left: 0;
  }

  .grid-13 {
    grid-column-gap: 72px;
    grid-row-gap: 72px;
    grid-template-columns: 1fr;
  }

  .div-block-90 {
    height: auto;
  }

  .left-arrow-8 {
    top: 20%;
  }

  .grid-14 {
    grid-template-columns: 1fr;
    place-items: center end;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-99 {
    display: block;
  }

  .div-block-100.d-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .div-block-101 {
    display: flex;
  }

  .link-block-10 {
    height: 100%;
  }

  .image-154 {
    display: block;
  }

  .image-155 {
    display: none;
  }

  .div-block-103 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .image-156 {
    display: none;
  }

  .wa-button {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    position: relative;
  }

  .whatsapp-container {
    width: 60px;
    height: 60px;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-container:hover {
    width: 60px;
    height: 60px;
  }
}

#w-node-_3b5cd583-8d50-dd05-e1c8-d9f776eea12a-809dcd69, #w-node-_06ecafc1-2a8d-986b-b29a-463499358fad-809dcd69, #w-node-_9a83c6af-b2a0-d81b-e8b3-e5af80d1cd62-809dcd69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_90d7a475-0e6c-3d38-33c3-a07baa2c9efd-809dcd69, #w-node-b10fa50e-1df1-662b-5ac3-547a4696f805-809dcd69, #w-node-b3afce75-6cd8-b858-f65a-e80b675df315-809dcd69 {
  justify-self: end;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca7d-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca7e-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca82-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca83-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca87-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca88-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca8c-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca8d-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca91-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca92-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca96-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca97-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dca9f-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaa0-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaa2-a17f97de, #w-node-ce28e982-6178-94ae-219b-e8a91f1da89f-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ce28e982-6178-94ae-219b-e8a91f1da8a0-a17f97de {
  justify-self: start;
}

#w-node-ce28e982-6178-94ae-219b-e8a91f1da8a2-a17f97de, #w-node-f16f5481-db84-1b6d-6306-8ed4284dbbf1-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f16f5481-db84-1b6d-6306-8ed4284dbbf2-a17f97de {
  justify-self: start;
}

#w-node-f16f5481-db84-1b6d-6306-8ed4284dbbf4-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaa4-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaa5-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaa7-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaa9-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaaa-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaac-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaae-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaaf-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcab1-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcab3-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcab4-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcab6-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcab8-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcab9-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcabb-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcabd-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcabe-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcac0-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcac7-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcac8-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcac9-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcacb-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcace-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcacf-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcad0-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcad2-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcad5-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcad6-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcad7-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcad9-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcadd-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcade-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcae0-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcae4-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcae5-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcae7-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaf2-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaf3-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaf4-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaf5-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaf7-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcafa-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcafe-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcaff-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb00-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb05-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb06-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb07-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb0c-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb0d-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb0e-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb0f-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb15-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb16-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb17-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb18-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb1a-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb1e-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb1f-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb20-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb21-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb23-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb3f-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb40-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb42-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb44-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb45-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb47-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb49-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb4a-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb4c-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb4e-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb4f-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb51-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb53-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb54-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb56-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb58-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb59-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb5b-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb5d-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb5e-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb60-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb61-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb63-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb64-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb66-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb67-a17f97de, #w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb69-a17f97de {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb6a-a17f97de {
  justify-self: start;
}

#w-node-_16961b2f-ce43-bb11-3338-0d4ca22dcb6c-a17f97de, #w-node-_3bf238cd-ac30-707b-17b9-27a786f95933-d2a1ebd6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_819a1508-7e78-a721-ea35-eae738e253f3-c981d90a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_819a1508-7e78-a721-ea35-eae738e253f5-c981d90a {
  justify-self: end;
}

#w-node-_64982bfa-e879-09db-3963-c8093744bded-eec3e373 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31e3d1ff-b3aa-2ba9-a683-ec915559f30f-eec3e373 {
  place-self: center;
}

#w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3020-804da2fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_71b77a9e-c978-69c1-d40e-81e7381742fb-804da2fb {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3046-804da2fb, #w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3048-804da2fb {
  align-self: center;
}

#w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb305f-804da2fb {
  place-self: center;
}

#w-node-_1b735ffd-f99b-be6d-02d1-e114a6c1ff3d-d88c18da, #w-node-b42f0e1e-9b8d-63e7-e8f3-ee659262bb9f-d88c18da, #w-node-a4a79388-700b-f600-1518-9f7913948944-d88c18da {
  place-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_3e175f3c-0ade-8e1d-c7de-261a603d7975-809dcd69, #w-node-_88498431-70e1-e522-9af9-390046d55576-809dcd69, #w-node-_8e71765a-2cb5-8082-bfd3-dc6429aa0f23-809dcd69 {
    align-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b10fa50e-1df1-662b-5ac3-547a4696f805-809dcd69 {
    justify-self: end;
  }

  #w-node-b3afce75-6cd8-b858-f65a-e80b675df315-809dcd69 {
    justify-self: start;
  }

  #w-node-_38a7344d-c4b6-29c4-b970-79f0e5914d9a-68074441 {
    order: -9999;
  }

  #w-node-_819a1508-7e78-a721-ea35-eae738e253f3-c981d90a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #w-node-_819a1508-7e78-a721-ea35-eae738e253f5-c981d90a {
    justify-self: start;
  }

  #w-node-ef822146-acc4-2490-fb28-03e85bfcfb20-eec3e373, #w-node-ef822146-acc4-2490-fb28-03e85bfcfb21-eec3e373, #w-node-ef822146-acc4-2490-fb28-03e85bfcfb22-eec3e373, #w-node-ef822146-acc4-2490-fb28-03e85bfcfb23-eec3e373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33ea2d56-10f2-3ad1-c0b8-c299444725f0-eec3e373 {
    place-self: auto;
  }

  #w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3025-804da2fb, #w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3026-804da2fb, #w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3027-804da2fb, #w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3028-804da2fb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e79ccb2d-cb98-4505-7a9e-8cd67cdb3057-804da2fb {
    place-self: auto;
  }

  #w-node-_2f95196c-9d76-d5d6-db29-31cade5e68a6-d88c18da {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_38a7344d-c4b6-29c4-b970-79f0e5914d9a-68074441 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_33ea2d56-10f2-3ad1-c0b8-c299444725e3-eec3e373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3e175f3c-0ade-8e1d-c7de-261a603d7972-809dcd69 {
    justify-self: auto;
  }

  #w-node-_3e175f3c-0ade-8e1d-c7de-261a603d7978-809dcd69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_3e175f3c-0ade-8e1d-c7de-261a603d797d-809dcd69, #w-node-_88498431-70e1-e522-9af9-390046d55573-809dcd69 {
    justify-self: auto;
  }

  #w-node-_88498431-70e1-e522-9af9-390046d55579-809dcd69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_88498431-70e1-e522-9af9-390046d5557e-809dcd69 {
    justify-self: auto;
  }

  #w-node-_06ecafc1-2a8d-986b-b29a-463499358fad-809dcd69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8e71765a-2cb5-8082-bfd3-dc6429aa0f20-809dcd69 {
    justify-self: auto;
  }

  #w-node-_8e71765a-2cb5-8082-bfd3-dc6429aa0f26-809dcd69 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: auto;
  }

  #w-node-_8e71765a-2cb5-8082-bfd3-dc6429aa0f2b-809dcd69, #w-node-_819a1508-7e78-a721-ea35-eae738e253f3-c981d90a {
    justify-self: auto;
  }

  #w-node-_819a1508-7e78-a721-ea35-eae738e253f5-c981d90a {
    justify-self: start;
  }

  #w-node-_15d06619-a8a1-8839-805e-4bc1e0ffa0e4-eec3e373 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


