@font-face {
  font-family: Pingar Lt Hairline;
  src: url('../fonts/PingAR-LT-Hairline.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-Black.otf') format("opentype"), url('../fonts/PingAR-LT-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-Thin.otf') format("opentype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-ExtraLight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pingar Lt;
  src: url('../fonts/PingAR-LT-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --secondary: #f26419;
  --main-lite: #33658a;
  --main: #2f4858;
  --main-more-light: #86bbd8;
  --secondary-light: #f6ae2d;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

.button-primary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fff;
  text-align: center;
  letter-spacing: -.25px;
  white-space: nowrap;
  background-color: #0a0a0a;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.button-primary:hover {
  background-color: #734573;
}

.button-primary.w--current {
  background-color: #4b264b;
  border-color: #48566a;
}

.button-primary.icon-right {
  background-color: var(--secondary);
  background-color: #f26419;
  justify-content: center;
  padding-left: 12px;
  padding-right: 12px;
  display: flex;
}

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

.navigation-wrapper-large {
  grid-column-gap: 32px;
  align-items: center;
  display: flex;
}

.navigation-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  display: flex;
}

.navigation {
  z-index: 999;
  color: #33658a;
  background-color: #f8f6f6;
  border-bottom: 1px solid #d4d4d4;
  align-items: center;
  width: 100%;
  height: 96px;
  padding: 10px 5%;
  display: flex;
}

.dropdown-links-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.navigation-icon-wrapper {
  color: #361b36;
  background-color: #86bbd84d;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  display: flex;
}

.navigation-icon-wrapper.brown {
  color: #63514f;
  background-color: #86bbd84d;
}

.navigation-icon-wrapper.red {
  color: #5a1616;
  background-color: #86bbd84d;
}

.navigation-icon-wrapper.blue {
  color: #233f67;
  background-color: #86bbd84d;
}

.navigation-icon-wrapper.green {
  color: #244c42;
  background-color: #86bbd84d;
}

.paragraph-small {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small.text-color-gray-500 {
  color: #737373;
  text-align: left;
}

.paragraph-small.text-weight-medium {
  font-weight: 500;
}

.paragraph-small.text-color-gray-600 {
  color: #525f75;
  text-align: right;
}

.row-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  display: flex;
}

.dropdown-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #000;
  white-space: nowrap;
  align-items: center;
  padding-right: 16px;
  text-decoration: none;
  display: flex;
}

.navigation-dropdown-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  display: flex;
}

.navigation-link {
  color: #0a0a0a;
  padding: 12px 18px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.navigation-link:hover {
  color: #734573;
}

.navigation-link.w--current {
  color: var(--main-lite);
  font-weight: 500;
}

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

.navigation-dropdown-card {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  width: 100%;
  padding: 24px;
}

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

.dropdown-title {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 16px;
}

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

.dropdown-icon.en-page {
  margin-bottom: 4px;
}

.icon-regular {
  color: #f26419;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation-logo-image {
  max-width: 120px;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  color: #0a0a0a;
  background-color: #0000;
  border: 1px solid #d4d4d4;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: border-color .4s, background-color .4s, color .4s;
  display: flex;
  position: relative;
}

.button-outline:hover {
  color: #110811;
  background-color: #f0ebf0;
  border-color: #c8b6c8;
}

.button-outline.w--current {
  background-color: #fafafa;
}

.button-outline.icon-left {
  padding-left: 12px;
}

.subheading-small {
  color: #0a0a0a;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.column-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.navigation-dropdown-list {
  background-color: #0000;
  display: none;
}

.navigation-dropdown-list.w--open {
  padding-top: 34px;
  overflow: hidden;
}

.icon-x-large {
  -webkit-text-stroke-color: #fff;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.overline {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overline.text-color-gray-500 {
  color: #2f4858;
  text-align: right;
  letter-spacing: 0;
  font-size: 19px;
}

.overline.text-color-gray-500.en {
  text-align: left;
  text-transform: uppercase;
  font-size: 16px;
}

.dropdown-side-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #0a0a0a;
  white-space: nowrap;
  align-items: center;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navigation-wrapper {
  z-index: 9999;
  background-color: #f8f6f6;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-dropdown-toggle {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #0a0a0a;
  align-items: center;
  padding: 12px 12px 12px 0;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-dropdown-toggle:hover {
  color: #734573;
}

.navigation-dropdown-toggle.w--current {
  color: #642eff;
}

.navigation-dropdown-toggle.w--open {
  background-color: #fff;
}

.navigation-dropdown-toggle.en {
  padding-left: 12px;
  padding-right: 0;
}

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

.body {
  text-align: right;
  direction: rtl;
  font-family: Pingar Lt, sans-serif;
}

.body.ltr {
  text-align: left;
  direction: ltr;
}

.header-dashboard-circle {
  max-width: 99%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.column-small.align-left {
  justify-content: center;
  align-items: flex-start;
}

.header-badge {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 32px;
  align-items: center;
  padding: 6px 12px 6px 6px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.header-dashboard-dot {
  z-index: 1;
  position: absolute;
}

.max-width-regular {
  max-width: 638px;
}

.column-large-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.button-text {
  z-index: 1;
  position: relative;
}

.text-color-orange {
  color: #fe5b25;
  text-align: left;
}

.header-button-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.badge-icon {
  background-color: #f1e6ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.section-header-dashboard {
  background-color: #fff;
  padding: 160px 5% 0;
  position: relative;
  overflow: hidden;
}

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

.h1-heading {
  color: #2f4858;
  letter-spacing: -2.4px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.header-dashboard-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-tiny {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
}

.header-title-grid {
  grid-template-rows: auto;
  margin-bottom: 50px;
}

.header-dashboard-bottom {
  z-index: 2;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-large-bg {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large-bg.text-weight-medium {
  font-weight: 500;
}

.paragraph-large-bg.text-weight-bold {
  font-weight: 700;
}

.tab-link-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tab-content-card {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 462px;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.icon-x-large-2 {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  overflow: hidden;
}

.tab-content {
  background-color: #f6f7f9;
  background-image: linear-gradient(#f6f7f9, #fff0);
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: row;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-image-wrapper {
  padding-top: 20px;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  position: relative;
}

.h2-heading {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.tab-rotation-embed {
  display: none;
}

.tabs-content-reversed {
  flex-direction: column-reverse;
  align-items: center;
  display: flex;
}

.tab-link-inner-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column-reverse;
  align-items: flex-start;
  display: flex;
}

.tabs-menu-bottom {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.wrap-v-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.section-large {
  padding: 50px 5%;
  position: relative;
}

.tab-card-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overline-2 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.max-width-large {
  max-width: 749px;
}

.tab-link-loader {
  background-color: #edeff3;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  align-items: center;
  width: 100%;
  height: 2px;
  display: flex;
}

.title-wrapper-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1060px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.tab-card-wrapper {
  padding: 16px;
}

.wrap-v-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-large {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-600 {
  color: #525f75;
}

.paragraph-x-large.text-color-gray-800 {
  color: #394151;
}

.tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
}

.tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-bg.text-weight-bold.align-right {
  text-align: right;
}

.paragraph-regular-bg.text-weight-bold {
  font-weight: 700;
}

.paragraph-regular-bg.text-weigh-medium {
  font-weight: 500;
}

.loader-bar {
  background-color: #fe5b25;
  width: 0%;
  height: 2px;
}

.paragraph-large {
  letter-spacing: -.015em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.paragraph-large.text-color-gray-800 {
  color: #394151;
}

.paragraph-large.text-weight-bold {
  text-align: right;
  font-weight: 700;
}

.paragraph-large.text-color-gray-600 {
  color: #525f75;
}

.heading-2, .heading-3, .heading-4, .heading-5 {
  font-size: 24px;
}

.title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular {
  padding: 50px 5%;
  position: relative;
}

.section-regular.yellow {
  background-color: #f8f8f8;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cta-divider {
  background-color: #d5d9e2;
  height: .5px;
}

.cta-feature-item {
  color: #23272f;
  justify-content: space-between;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.cta-feature-item:hover {
  color: #fe5b25;
}

.cta-feature-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  margin-top: 64px;
  margin-bottom: 24px;
}

.container-x-small {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.cta-card-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  margin-bottom: 30px;
}

.cta-card {
  background-color: #fff;
  border: .5px solid #edeff3;
  border-radius: 12px;
  padding: 24px;
  box-shadow: 0 1px 2px #23272e14;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.h6-heading {
  color: #fe5b25;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.paragraph-x-small-2 {
  letter-spacing: .04px;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.bento-card-image {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  position: relative;
}

.h4-heading {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.bento-card {
  background-color: #f6f7f9;
  background-image: linear-gradient(#f6f7f9, #fff0);
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.bento-card-text-wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(#f6f7f9, #fff0);
  flex-direction: column;
  padding: 32px;
  display: flex;
  position: relative;
}

.bento-card-header {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  position: relative;
}

.wrap-v-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.wrap-v-small.align-l {
  align-items: flex-start;
}

.wrap-v-small.align-c {
  text-align: center;
  align-items: center;
}

.container-regular {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.bento-card-dots {
  opacity: .6;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.bento-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.bento-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.bento-grid.col-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.heading-6, .heading-7 {
  font-size: 24px;
  line-height: 30px;
}

.logo-carousel-b {
  flex-flow: column;
  flex: none;
  display: flex;
}

.logo-overlay {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(#fff, #fff0 30% 70%, #fff);
  position: absolute;
  inset: 0%;
}

.logo-carousel-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.logo-carousel-group {
  flex-flow: column;
  flex: none;
  display: flex;
}

.css-embed {
  display: none;
}

.logo-carousel-t {
  flex-flow: column;
  flex: none;
  justify-content: flex-end;
  display: flex;
}

.logo-carousel-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 328px;
  min-height: 376px;
  max-height: 376px;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.section-small {
  padding: 72px 5%;
  position: relative;
}

.section-small.background-gray {
  background-color: var(--main-lite);
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-small.background-yellow {
  background-color: #f3f3f3;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-small.background-gray {
  background-color: #f6f7f9;
}

.logo-carousel-item {
  background-color: #f6f7f9;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: 12px;
  margin-bottom: 12px;
  display: flex;
  overflow: hidden;
}

.h4-heading-2 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
}

.logo-block {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 80px;
  padding-right: 64px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.logo-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.svg-2 {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.overline-bg {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.feedback-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  box-shadow: 0 1px 2px #23272e14;
}

.paragraph-regular {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.text-color-gray-600 {
  color: #525f75;
}

.paragraph-regular.text-color-gray-600.ltr {
  direction: ltr;
}

.paragraph-regular.text-color-gray-800 {
  color: #394151;
}

.wrap-v-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  display: flex;
}

.wrap-v-x-large.align-c {
  justify-content: flex-start;
  align-items: center;
}

.legal-link {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
}

.legal-link:hover {
  color: #f26419;
}

.social-link {
  color: #000;
  background-color: #fff;
  border-radius: 99px;
  flex: none;
  padding: 8px;
  transition: box-shadow .3s;
  box-shadow: 0 1px 2px #23272e14;
}

.social-link:hover {
  box-shadow: 0 2px 4px #23272e29;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-3.text-color-gray-600 {
  color: #fff;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  margin-bottom: 64px;
}

.feedback-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  padding-left: 34px;
  padding-right: 34px;
  display: flex;
}

.legal-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-section {
  padding: 120px 5% 64px;
  position: relative;
}

.footer-section.background-gray {
  color: #fff;
  background-color: #33658a;
  padding-top: 70px;
}

.feedback-image {
  padding-top: 32px;
  padding-left: 34px;
  padding-right: 34px;
}

.wrap-h-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.wrap-h-regular.align-c {
  justify-content: flex-start;
  align-items: center;
}

.h6-heading-2 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
}

.legal-group {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 418px;
  display: grid;
}

.footer-link {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.footer-link:hover {
  color: #f26419;
}

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

.image-2 {
  max-width: 120px;
}

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

.text-link {
  color: #23272f;
  text-decoration: underline;
  transition: color .3s;
}

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

.text-link.text-color-gray-600 {
  color: #525f75;
}

.form-select {
  color: #525f75;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 16px;
  box-shadow: 0 1px 2px #23272e14;
}

.form-select:focus {
  border-color: #b1bbc8;
}

.success-message {
  color: #00381e;
  background-color: #ebfff5;
  border-radius: 12px;
}

.contact-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 638px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
  display: flex;
}

.contact-form-block-outline {
  border: 1px solid #edeff3;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 24px;
}

.form-field-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.section-regular-2 {
  padding: 72px 5%;
  position: relative;
}

.section-regular-2.background-gray-50 {
  background-color: #f6f7f9;
  padding-top: 160px;
}

.column-large-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.field-label {
  color: #525f75;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.form-text-field {
  color: #525f75;
  border: 1px solid #edeff3;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  transition: border-color .3s;
  box-shadow: 0 1px 2px #23272e14;
}

.form-text-field:hover {
  border-color: #d5d9e2;
}

.form-text-field:focus {
  border-color: #8896aa;
}

.form-text-field.text-area {
  min-height: 150px;
}

.error-message {
  color: #460906;
  background-color: #fff2eb;
  border-radius: 8px;
  padding: 12px 16px;
}

.contact-form {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.form-select-field {
  color: #525f75;
  background-color: #0000;
  border: 1px #000;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 0 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-checkbox {
  cursor: pointer;
  border: 1px solid #d5d9e2;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 6px;
  transition: border-color .3s;
}

.form-checkbox:hover {
  border-color: #8896aa;
}

.form-checkbox.w--redirected-checked {
  background-color: #fff;
  background-image: url('../images/Check.svg');
  border: 1px solid #525f75;
  border-radius: 100%;
}

.form-checkbox.w--redirected-focus {
  box-shadow: none;
}

.h3-heading {
  color: #000;
  letter-spacing: -1.6px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
}

.overline-regular {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.button-secondary-large {
  background-color: var(--secondary);
  color: #fff;
  border: 2px #23272f;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary-large:hover {
  background-color: var(--main-lite);
}

.button-secondary-large.w--current {
  background-color: #343a46;
  border-color: #434e60;
}

.contact-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.form-grid {
  grid-column-gap: 12px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  max-width: 638px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.title-wrapper-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-avatar-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 67%, #d5d9e2);
  position: absolute;
  inset: 0%;
}

.testimonial-avatar-overlay.orange {
  background-image: linear-gradient(#0000 67%, #ffcaa8);
}

.section-regular-3 {
  padding: 96px 5%;
  position: relative;
}

.section-regular-3.background-gray {
  background-color: #f6f7f9;
  padding-top: 160px;
}

.overline-6 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.testimonial-quote {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  text-align: center;
  background-color: #fff;
  border: .5px solid #edeff3;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.testimonial-avatar-background {
  background-color: #f6f7f9;
  background-image: url('../images/Team-Card-Background-Dots.png');
  background-position: 0 0;
  background-size: auto;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}

.testimonial-avatar-background.background-orange {
  background-color: #fff2eb;
}

.testimonial-avatar-rounded {
  z-index: 1;
  background-color: #edeff3;
  border-radius: 99px;
  flex: none;
  width: 100px;
  height: 100px;
  margin-bottom: -50px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 0 8px #f6f7f9;
}

.testimonial-author-divider {
  background-color: #d5d9e2;
  border-radius: 2px;
  width: 1.5px;
  height: 20px;
}

.testimonial-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-signature {
  justify-content: center;
  align-items: center;
  display: flex;
}

.testimonial-author-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-wrapper-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-grid-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.section-regular-4 {
  padding: 160px 5% 96px;
  position: relative;
}

.pricing-card-heading {
  padding: 12px;
}

.max-width-small {
  max-width: 418px;
}

.icon-small {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.pricing-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.pricing-price-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.button-outline-square {
  color: #23272f;
  background-color: #fff;
  border: 1px solid #d5d9e2;
  border-width: 1px 2px;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.button-outline-square.w--current {
  background-color: #344256;
  border-color: #48566a;
}

.button-outline-square.pricingbutton {
  background-color: var(--secondary);
  color: #fff;
}

.pricing-logo {
  width: 32px;
  height: 32px;
}

.overline-7 {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-cadence-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  align-items: stretch;
  padding: 8px 12px;
}

.pricing-cadence-wrapper.orange {
  background-color: #fff2eb;
  border-top: 1px solid #f8edce;
  border-radius: 8px;
}

.pricing-feature-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.pricing-feature-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}

.pricing-badge {
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fe5b25;
  border-radius: 96px;
  padding: 4px 10px 2px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
}

.pricing-reviews {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.paragraph-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-5.text-color-gray-600 {
  color: #525f75;
}

.paragraph-small-5.text-color-gray-700 {
  color: #434e60;
}

.paragraph-small-5.text-color-orange-950 {
  color: #460906;
}

.paragraph-small-5.text-color-gray-800 {
  color: #394151;
}

.pricing-logo-row {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.pricing-card.featured {
  border-width: 2px;
  border-color: #fe5b25;
}

.pricing-logos {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 638px;
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-badge-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.wrap-v-tiny {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  display: flex;
}

.pricing-star {
  background-color: #fdf9ed;
  border-top: .5px solid #f8edce;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.pricing-divider {
  background-color: #d5d9e2;
  height: .5px;
}

.h6-heading-3 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.h3-heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 64px;
}

.pricing-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding: 12px;
  display: flex;
}

.pricing-check {
  background-color: #d6ffeb;
  border: 1px solid #adffd8;
  border-radius: 100%;
  padding: 2px;
}

.content-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 90%;
}

.content-image.login {
  object-position: 50% 20%;
  height: 100%;
}

.h2-heading-2 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-image-card {
  background-color: #f6f7f9;
  border: 1px solid #d5d9e2;
  border-radius: 24px;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  max-width: 450px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.content-image-card.full-w {
  max-width: none;
}

.section-large-2 {
  padding: 80px 5%;
  position: relative;
}

.content-image-background {
  opacity: .1;
  pointer-events: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.content-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.content-grid.center, .content-grid.vertical {
  grid-template-columns: 1fr;
}

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

.h2-heading-3 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.content-tab-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #525f75;
  background-color: #ddd0;
  align-items: flex-start;
  width: 100%;
  padding: 0;
  transition: color .3s;
}

.content-tab-link:hover {
  color: #23272f;
}

.content-tab-link.w--current {
  color: #23272f;
  background-color: #ddd0;
}

.title-wrapper-left {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 900px;
  margin-bottom: 64px;
  display: flex;
}

.code-embed-2 {
  display: none;
}

.h1-heading-2 {
  letter-spacing: -2.4px;
  font-size: 64px;
  font-weight: 600;
  line-height: 80px;
}

.wrap-v-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.wrap-v-large.align-c {
  text-align: center;
  align-items: center;
}

.section-header {
  background-color: #0000;
  padding: 160px 5% 72px;
  position: relative;
  overflow: hidden;
}

.header-title-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.paragraph-regular-bg-2 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg-2.text-weight-bold {
  font-weight: 700;
}

.section-large-3 {
  padding: 80px 5%;
  position: relative;
}

.paragraph-small-7 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-7.text-color-gray-600 {
  color: #525f75;
}

.content-image-card-small {
  border-radius: 12px;
  width: 100%;
  max-width: 90%;
  position: relative;
  overflow: hidden;
}

.content-divider {
  background-color: #d5d9e2;
  border-radius: 2px;
  height: .5px;
}

.h2-heading-4 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.content-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.content-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.content-feature-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  border: .5px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
}

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

.image-cover.brand, .image-cover.certificates {
  object-fit: contain;
  object-position: 50% 50%;
}

.bento-card-image-2 {
  z-index: 1;
  object-fit: contain;
  object-position: 50% 100%;
  position: relative;
}

.bento-card-image-2.sm {
  object-fit: contain;
  object-position: 50% 0%;
  height: 640px;
}

.bento-card-image-2.small {
  height: 240px;
}

.h4-heading-3 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
}

.title-wrapper-5 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.bento-feature-check {
  background-color: #d6ffeb;
  border: 1px solid #adffd8;
  border-radius: 100%;
  padding: 2px;
}

.bento-feature-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.bento-feature-list.mt-b {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.bento-feature-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: flex-start;
  display: flex;
}

.h6-heading-5 {
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
}

.h2-heading-5 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 1.2;
}

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

.logos.cert {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.logos._4col {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.logos._2col {
  grid-template-columns: 1fr 1fr;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.column-regular.center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  max-width: 640px;
}

.logo-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: center stretch;
}

.logo-grid.mb {
  margin-bottom: 80px;
}

.logo-grid.vertical {
  grid-template-columns: 1fr;
}

.logo-card {
  color: #23272f;
  background-color: #fff;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

.logo-card.cert {
  padding: 0;
}

.logo-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 528px;
  display: flex;
}

.icon {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon.integration {
  object-fit: contain;
  height: 80px;
}

.icon.integration.sm {
  height: 48px;
}

.icon.hosting {
  object-fit: contain;
  height: 104px;
}

.icon.hosting.sm {
  height: 48px;
}

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

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.tab-icon-large-c {
  background-color: #fff2eb;
  border: 1px #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.tab-link-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.tab-link-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.tab-image-wrapper-2 {
  flex: 1;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.tab-card-image-2 {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 16%;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 480px;
  position: relative;
}

.tab-card-image-2._2 {
  object-fit: cover;
  object-position: 100% 50%;
  max-width: none;
  max-height: none;
}

.section-large-4 {
  padding: 120px 5%;
  position: relative;
}

.tabs-menu-horizontal {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.icon-regular-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tabs-content-large {
  flex-direction: column;
  align-items: center;
}

.tab-icon-large-b {
  background-color: #faf5ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  min-width: 56px;
  height: 56px;
  min-height: 56px;
  display: flex;
}

.bento-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.bento-grid-bottom {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
}

.image-invert {
  filter: invert();
}

.hosting-logo {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hosting-logo.diff {
  width: 50%;
}

.content-lottie {
  object-fit: contain;
  object-position: 50% 50%;
  width: 100%;
  max-height: 400px;
}

.content-lottie.not-fw {
  width: 80%;
}

.blog-card {
  color: #23272f;
  border-radius: 8px;
  flex-flow: column;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  background-color: #fff;
  border-color: #f6f7f9;
}

.blog-content-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.blog-image-wrapper {
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.blog-image {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.column-large-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.filter-form {
  border: 1px solid #edeff3;
  border-radius: 12px;
  width: 749px;
  max-width: 749px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.filter-form-box {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.category-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  background-color: #fff;
  border-radius: 32px;
  align-items: center;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  display: flex;
  box-shadow: 0 1px 2px #23272e14;
}

.hide {
  display: none;
}

.load-more-pagination {
  margin-top: 1rem;
}

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

.title-wrapper-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-regular-5 {
  padding: 96px 5%;
  position: relative;
}

.pricing-card-top {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.pricing-button-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #f6f7f9;
  border: 1px solid #edeff3;
  border-radius: 12px;
  justify-content: space-between;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.pricing-button-wrapper.featured {
  background-color: #fff2eb;
  border-color: #ffe7d6;
}

.pricing-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.h5-heading {
  letter-spacing: -.8px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
}

.paragraph-small-8 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-8.text-color-orange-950 {
  color: #460906;
}

.container-regular-3 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.paragraph-regular-bg-3 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular-bg-3.text-weight-bold {
  font-weight: 700;
}

.cta-section {
  padding: 96px 5%;
  position: relative;
}

.cta-section.yellow {
  background-color: #fdf9ee;
}

.container-regular-4 {
  width: 100%;
  max-width: 1062px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.cta-block {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #fff;
  border-radius: 24px;
  flex-direction: column;
  align-items: center;
  padding: 80px 5%;
  display: flex;
}

.cta-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  display: flex;
}

.english-styles {
  display: none;
}

.rich-text-element {
  text-align: right;
}

.rich-text-element.en {
  text-align: left;
}

.rich-text-element h2 {
  font-size: 24px;
  font-weight: 500;
}

.h2-heading-6 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.title-wrapper-7 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 858px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-heading-7 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 72px;
}

.feature-grid-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-card-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.feature-card-grid-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.feature-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-width: 180px;
  padding: 24px;
  display: flex;
  position: relative;
}

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

.paragraph-regular-bg-4 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg-4.text-weight-bold {
  font-weight: 700;
}

.section-large-5 {
  padding: 120px 5%;
  position: relative;
}

.number-circle {
  background-color: #d6ffeb;
  border: 1px solid #adffd8;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 6px 6px 4px 5px;
  display: flex;
}

.num {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 100%;
}

.step-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #394151;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.steps-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr;
}

.video-embed {
  object-fit: contain;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

.video-embed.max-h {
  max-height: 560px;
  display: flex;
}

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

._3-rows-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.card-row {
  background-color: #f6f7f9;
  background-image: linear-gradient(#f6f7f9, #fff0);
  border: 1px solid #edeff3;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  min-height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-row.horizontal {
  flex-flow: row;
}

.card-img-v {
  object-fit: contain;
  max-height: 480px;
}

.unique-img {
  z-index: 1;
  object-fit: cover;
  object-position: 50% 0%;
  min-height: 400px;
  max-height: 400px;
  position: relative;
}

.unique-img.padding {
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 16px;
}

.footer-flag-image {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 24px;
  display: flex;
}

.language-dropdown-toggle {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 8px;
  align-items: center;
  min-height: 40px;
  padding: 8px;
  transition: background-color .3s;
  display: flex;
}

.language-dropdown-toggle.w--open {
  background-color: #f3f4f6;
  padding-right: 8px;
}

.language-selection {
  justify-content: flex-end;
  align-items: center;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.footer-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  display: flex;
}

.language-dropdown-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #7d8ba1;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  font-size: 14px;
  text-decoration: none;
  transition: background-color .3s, color .3s;
  display: flex;
  position: relative;
}

.language-dropdown-link:hover {
  color: #22272f;
  background-color: #f3f4f6;
}

.language-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.language-dropdown-list {
  justify-content: center;
  align-items: center;
  inset: -80% auto auto 0%;
}

.language-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dce0e5;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 80px;
  padding: 4px;
  display: flex;
  inset: 42px 0% auto auto;
}

.icon-embed-xxsmall {
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-bottom: 4px;
  display: flex;
}

.video-embed-2 {
  object-fit: contain;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
}

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

.h2-heading-8 {
  color: #000;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 600;
  line-height: 1.2;
}

.bold-text, .heading-8, .heading-9, .bold-text-2, .bold-text-3 {
  font-size: 24px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.h4-heading-4 {
  letter-spacing: -1.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 600;
  line-height: 56px;
}

.contact-address-wrapper {
  margin-top: 4rem;
}

.address-info-card {
  z-index: 1;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-image: linear-gradient(#f6f7f9, #fff0);
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 32px;
  display: flex;
  position: relative;
}

.body-2 {
  direction: rtl;
  font-family: Pingar Lt, sans-serif;
}

.image-3 {
  border-radius: 20px;
}

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

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

.image-5 {
  max-width: 200px;
}

.heading-10 {
  color: #fff;
  text-align: center;
  font-family: Pingar Lt, sans-serif;
  font-weight: 900;
}

.body-3 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .navigation-wrapper-large {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-menu {
    background-color: #fff;
    padding: 12px 5%;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-dropdown {
    width: 100%;
  }

  .dropdown-link {
    white-space: normal;
  }

  .navigation-dropdown-row {
    flex-flow: column;
    grid-template-columns: 2fr;
  }

  .navigation-link {
    width: 100%;
    margin-top: 2px;
    margin-bottom: 2px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-large {
    align-items: flex-start;
  }

  .navigation-dropdown-card {
    max-width: none;
    padding: 12px 0;
  }

  .navigation-logo-link {
    margin-right: 0;
  }

  .navigation-button-group {
    align-items: center;
    width: auto;
    display: flex;
  }

  .dropdown-title {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .navigation-menu-button {
    color: #000;
    border: 1px solid #d4d4d4;
    order: 1;
    padding: 12px;
  }

  .navigation-menu-button.w--open {
    background-color: #4b264b;
  }

  .navigation-dropdown-list.w--open {
    margin-top: 0;
    padding-top: 0;
    position: static;
  }

  .navigation-dropdown-toggle {
    justify-content: space-between;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header-dashboard {
    padding-bottom: 0;
  }

  .header-title-grid {
    grid-template-columns: 1fr;
  }

  .tab-content-card {
    max-width: none;
  }

  .tab-content {
    flex-direction: column-reverse;
  }

  .tab-image-wrapper {
    padding-top: 32px;
  }

  .tab-card-image {
    max-width: none;
  }

  .tabs-menu-bottom {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .section-large {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .cta-card-grid, .bento-grid {
    grid-template-columns: 1fr;
  }

  .bento-grid.col-3 {
    grid-template-columns: 1fr 1fr;
  }

  .logo-carousel-wrapper {
    margin-left: 0;
  }

  .logo-block {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 64px;
    padding-left: 64px;
  }

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

  .feedback-card {
    grid-template-columns: 1fr;
  }

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

  .feedback-content {
    padding-bottom: 32px;
  }

  .legal-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .legal-group {
    width: auto;
    max-width: none;
    display: flex;
  }

  .pricing-grid-large {
    grid-template-columns: 1fr;
  }

  .content-image-card {
    max-width: none;
  }

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

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

  .content-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-large-3 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .content-image-card-small {
    max-width: 100%;
  }

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

  .tab-image-wrapper-2 {
    padding-top: 32px;
  }

  .tab-card-image-2 {
    max-width: none;
  }

  .section-large-4 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .tabs-menu-horizontal {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }

  .bento-grid-top, .bento-grid-bottom {
    grid-template-columns: 1fr;
  }

  .filter-form {
    width: 100%;
  }

  .grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

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

  .feature-card-grid-top {
    grid-template-columns: 1fr 1fr;
  }

  .section-large-5 {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .video-embed {
    order: 1;
  }

  ._3-rows-grid._2-col {
    grid-template-columns: 1fr;
  }

  .card-row.horizontal {
    flex-flow: column;
  }

  .card-img-v {
    max-height: 320px;
  }

  .language-selection {
    margin-right: 0;
  }

  .video-embed-2 {
    order: 1;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-links-grid {
    grid-template-columns: 1fr;
  }

  .navigation-menu-button {
    order: 1;
  }

  .section-header-dashboard {
    overflow: hidden;
  }

  .h1-heading {
    font-size: 48px;
  }

  .header-title-grid {
    margin-bottom: 60px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .bento-grid.col-3 {
    grid-template-columns: 1fr;
  }

  .feedback-content {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .feedback-image {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .contact-title {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .section-regular-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

  .section-regular-3, .section-regular-4 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h2-heading-3 {
    font-size: 40px;
  }

  .section-header {
    overflow: hidden;
  }

  .section-large-3 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .h2-heading-4 {
    font-size: 40px;
    line-height: 1.2;
  }

  .content-feature-grid {
    grid-template-columns: 1fr;
  }

  .content-feature-row {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .h2-heading-5 {
    font-size: 40px;
  }

  .logos._4col {
    grid-template-columns: 1fr 1fr;
  }

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

  .section-large-4 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .grid-four-column {
    grid-template-columns: 1fr;
  }

  .section-regular-5, .cta-section {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .feature-card-grid-top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .feature-card {
    min-width: 140px;
    padding: 0;
  }

  .section-large-5 {
    padding-top: 72px;
    padding-bottom: 72px;
    overflow: hidden;
  }

  .language-selection {
    margin-right: 0;
  }

  .h2-heading-8 {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .navigation-button-wrapper {
    display: none;
  }

  .navigation-menu {
    border-bottom: 1px solid #e6e6e6;
  }

  .navigation-menu-button {
    order: 1;
  }

  .navigation-menu-button.w--open {
    background-color: var(--secondary);
  }

  .navigation-dropdown-list.w--open {
    white-space: normal;
  }

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

  .tab-image-wrapper {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h2-heading {
    overflow-wrap: normal;
    font-size: 36px;
    line-height: 53px;
  }

  .h2-heading.pricingheader {
    font-size: 50px;
    line-height: 54px;
  }

  .tabs-menu-bottom {
    grid-template-columns: 1fr;
  }

  .paragraph-regular-bg.text-weight-bold.align-right {
    text-align: right;
  }

  .logo-carousel-inner {
    justify-content: center;
  }

  .logo-carousel-t.mobile {
    display: none;
  }

  .logo-block {
    padding-top: 48px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .contact-form-block-outline {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .contact-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-author-divider {
    width: 20px;
    height: 1px;
  }

  .testimonial-author-wrap {
    flex-flow: column;
  }

  .section-regular-4 {
    padding-top: 160px;
  }

  .pricing-cadence-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .h2-heading-2 {
    font-size: 32px;
    line-height: 1.4;
  }

  .h1-heading-2 {
    font-size: 40px;
    line-height: 1.4;
  }

  .h2-heading-4 {
    font-size: 40px;
    line-height: 1.2;
  }

  .h4-heading-3 {
    font-size: 28px;
    line-height: 1.4;
  }

  .logos, .logos.cert {
    grid-template-columns: 1fr 1fr;
  }

  .logos._2col {
    grid-template-columns: 1fr;
  }

  .logo-card {
    padding: 24px;
  }

  .icon.integration.sm {
    height: 32px;
  }

  .icon.hosting {
    height: 80px;
  }

  .column-large-4 {
    grid-template-columns: 1fr;
  }

  .filter-form {
    padding-bottom: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .pricing-button-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .rich-text-element h2 {
    font-size: 24px;
  }

  .h2-heading-6, .h2-heading-7 {
    font-size: 32px;
    line-height: 1.4;
  }

  .feature-card {
    min-width: 125px;
  }

  .language-selection {
    margin-right: 0;
  }
}

#w-node-_51790208-2839-814d-dd47-118631f531a7-a9ee35b5 {
  place-self: end;
}

#w-node-_7befff34-29f1-706a-55ac-610b2767aed3-a9ee35b5, #w-node-_7befff34-29f1-706a-55ac-610b2767aeeb-a9ee35b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9552688-9ad7-88ef-9086-4f74193a39f1-a9ee35b5 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e9552688-9ad7-88ef-9086-4f74193a39fc-a9ee35b5, #w-node-e9552688-9ad7-88ef-9086-4f74193a3a04-a9ee35b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25b0d9c2-6423-15bc-a304-777ab09bbea0-b09bbe9a {
  align-self: center;
}

#w-node-b5918b11-9439-9371-7a4f-e90105d21332-09f180cc, #w-node-b5918b11-9439-9371-7a4f-e90105d21362-09f180cc, #w-node-b5918b11-9439-9371-7a4f-e90105d213af-09f180cc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_678bd875-4349-5c21-0fb5-247e8d9b61ab-78361466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3791f3f0-3f25-759e-aea9-a01112d48775-78361466 {
  justify-self: start;
}

#w-node-_3791f3f0-3f25-759e-aea9-a01112d48750-78361466 {
  align-self: center;
}

#w-node-_3791f3f0-3f25-759e-aea9-a01112d4876d-78361466 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_01e87b28-e3e7-b0e2-b31a-ef31b2446d67-78361466 {
  align-self: center;
}

#w-node-a31184e8-4399-c785-5732-ffcb6798b677-78361466 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a31184e8-4399-c785-5732-ffcb6798b682-78361466, #w-node-a31184e8-4399-c785-5732-ffcb6798b68a-78361466 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ade47943-aee4-0ff2-f510-268ec8987b56-78361466 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-ade47943-aee4-0ff2-f510-268ec8987b62-78361466, #w-node-ade47943-aee4-0ff2-f510-268ec8987b6a-78361466, #w-node-b5142337-02a5-acaa-0b09-0f53fd829342-fd82932e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd82934c-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd829352-fd82932e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd829354-fd82932e {
  justify-self: end;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd82936a-fd82932e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd829370-fd82932e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd829372-fd82932e {
  justify-self: end;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd829388-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd82938a-fd82932e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd82938c-fd82932e {
  justify-self: end;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd829398-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd82939e-fd82932e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293a4-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293a6-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293a8-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293aa-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293ac-fd82932e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293ae-fd82932e {
  justify-self: end;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293ba-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293bc-fd82932e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293c2-fd82932e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293c8-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293ca-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293cc-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293ce-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293d0-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293d2-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293d4-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293d6-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293d8-fd82932e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293da-fd82932e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b5142337-02a5-acaa-0b09-0f53fd8293dc-fd82932e {
  justify-self: end;
}

#w-node-e9e31441-6abc-6188-0cd2-821a2b35f81c-2b35f811, #w-node-e9e31441-6abc-6188-0cd2-821a2b35f825-2b35f811, #w-node-e9e31441-6abc-6188-0cd2-821a2b35f82e-2b35f811, #w-node-e9e31441-6abc-6188-0cd2-821a2b35f837-2b35f811 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_678bd875-4349-5c21-0fb5-247e8d9b61ab-7b0f1cd4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a63b5521-d0c8-f458-88b4-ba75eda4a4f9-4d7d841f {
  justify-self: center;
}

#w-node-a63b5521-d0c8-f458-88b4-ba75eda4a505-4d7d841f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec5a9ed5-b5b3-8639-e8e3-5c85f9bd673f-4d7d841f {
  align-self: center;
}

#w-node-ec5a9ed5-b5b3-8639-e8e3-5c85f9bd675b-4d7d841f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_806cc70e-ac44-5086-0612-ef51de04cde4-4d7d841f, #w-node-_6db12e15-4f46-eeb3-ea46-1e003f30f36f-4d7d841f {
  justify-self: center;
}

#w-node-_5c298156-2e05-5f77-6ef5-ec23199da8ea-4d7d841f {
  justify-self: end;
}

#w-node-a31184e8-4399-c785-5732-ffcb6798b677-4d7d841f, #w-node-a31184e8-4399-c785-5732-ffcb6798b682-4d7d841f, #w-node-a31184e8-4399-c785-5732-ffcb6798b68a-4d7d841f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89c08de2-15cd-cc5b-6796-fa69805b56b7-4d7d841f {
  justify-self: end;
}

#w-node-_51790208-2839-814d-dd47-118631f531a7-c71b66d8 {
  place-self: end;
}

#w-node-_7befff34-29f1-706a-55ac-610b2767aed3-c71b66d8, #w-node-_7befff34-29f1-706a-55ac-610b2767aeeb-c71b66d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9552688-9ad7-88ef-9086-4f74193a39f1-c71b66d8 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-e9552688-9ad7-88ef-9086-4f74193a39fc-c71b66d8, #w-node-e9552688-9ad7-88ef-9086-4f74193a3a04-c71b66d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2330598d-6aea-698a-c61c-888b17dad5de-17dad5d8 {
  align-self: center;
}

#w-node-_56d66601-fac6-4935-109c-274878eaf7b6-78eaf7a7, #w-node-b5918b11-9439-9371-7a4f-e90105d21332-a04c62fa, #w-node-b5918b11-9439-9371-7a4f-e90105d21362-a04c62fa, #w-node-b5918b11-9439-9371-7a4f-e90105d213af-a04c62fa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_678bd875-4349-5c21-0fb5-247e8d9b61ab-d1841194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_3791f3f0-3f25-759e-aea9-a01112d48775-d1841194 {
  justify-self: start;
}

#w-node-_3791f3f0-3f25-759e-aea9-a01112d48750-d1841194 {
  align-self: center;
}

#w-node-_3791f3f0-3f25-759e-aea9-a01112d4876d-d1841194 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f51fb5c6-8a5e-1f64-1bb5-63c4d593badf-d1841194 {
  align-self: center;
}

#w-node-a31184e8-4399-c785-5732-ffcb6798b677-d1841194 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-a31184e8-4399-c785-5732-ffcb6798b682-d1841194, #w-node-a31184e8-4399-c785-5732-ffcb6798b68a-d1841194 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d9b144a5-595a-3d2b-d450-68c32d52faa5-d1841194 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-d9b144a5-595a-3d2b-d450-68c32d52fab2-d1841194, #w-node-d9b144a5-595a-3d2b-d450-68c32d52fabb-d1841194, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef41-bf85ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef4b-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef51-bf85ef2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef53-bf85ef2d {
  justify-self: end;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef69-bf85ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef6f-bf85ef2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef71-bf85ef2d {
  justify-self: end;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef87-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef89-bf85ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef8b-bf85ef2d {
  justify-self: end;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef97-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef9d-bf85ef2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efa3-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efa5-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efa7-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efa9-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efab-bf85ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efad-bf85ef2d {
  justify-self: end;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efb9-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efbb-bf85ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efc1-bf85ef2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efc7-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efc9-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efcb-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efcd-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efcf-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efd1-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efd3-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efd5-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efd7-bf85ef2d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efd9-bf85ef2d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efdb-bf85ef2d {
  justify-self: end;
}

#w-node-_5c3b69d2-9442-ffab-9e50-9f64a5d20c21-a5d20c16, #w-node-_5c3b69d2-9442-ffab-9e50-9f64a5d20c2a-a5d20c16, #w-node-_5c3b69d2-9442-ffab-9e50-9f64a5d20c33-a5d20c16, #w-node-_5c3b69d2-9442-ffab-9e50-9f64a5d20c3c-a5d20c16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_678bd875-4349-5c21-0fb5-247e8d9b61ab-fee71a84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-a63b5521-d0c8-f458-88b4-ba75eda4a4f9-ea09944e {
  justify-self: center;
}

#w-node-a63b5521-d0c8-f458-88b4-ba75eda4a505-ea09944e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-ec5a9ed5-b5b3-8639-e8e3-5c85f9bd673f-ea09944e {
  align-self: center;
}

#w-node-ec5a9ed5-b5b3-8639-e8e3-5c85f9bd675b-ea09944e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_806cc70e-ac44-5086-0612-ef51de04cde4-ea09944e, #w-node-_6db12e15-4f46-eeb3-ea46-1e003f30f36f-ea09944e {
  justify-self: center;
}

#w-node-_5c298156-2e05-5f77-6ef5-ec23199da8ea-ea09944e {
  justify-self: end;
}

#w-node-a31184e8-4399-c785-5732-ffcb6798b677-ea09944e, #w-node-a31184e8-4399-c785-5732-ffcb6798b682-ea09944e, #w-node-a31184e8-4399-c785-5732-ffcb6798b68a-ea09944e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_89c08de2-15cd-cc5b-6796-fa69805b56b7-ea09944e {
  justify-self: end;
}

#w-node-_1dd01b14-7e96-b632-e8b9-c312d77e0314-39a14644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_734e8de1-b82b-06fe-c6d1-696d639b231f-39a14644 {
  align-self: center;
}

#w-node-_9d695c67-36da-5e8d-4ba6-9bbfd35748b1-39a14644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91eb-39a14644, #w-node-_46a781a2-eb72-f9ee-a95f-fc99be316509-39a14644, #w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91f3-39a14644 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9406dd55-b2b0-fbf8-d34f-0523278a7a5a-39a14644 {
  justify-self: center;
}

#w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e260-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e265-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e26a-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e26f-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e274-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e279-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e27e-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e283-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e288-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e28d-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e292-26f7e257 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dd01b14-7e96-b632-e8b9-c312d77e0314-dd1c5118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_734e8de1-b82b-06fe-c6d1-696d639b231f-dd1c5118 {
  align-self: center;
}

#w-node-_9d695c67-36da-5e8d-4ba6-9bbfd35748b1-dd1c5118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91eb-dd1c5118, #w-node-_46a781a2-eb72-f9ee-a95f-fc99be316509-dd1c5118, #w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91f3-dd1c5118 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9406dd55-b2b0-fbf8-d34f-0523278a7a5a-dd1c5118 {
  justify-self: center;
}

#w-node-_57528afb-6e33-48f6-a0bf-496b62ebe187-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe18c-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe191-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe196-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe19b-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1a0-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1a5-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1aa-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1af-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1b4-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1b9-62ebe17e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69902964-fe1a-5102-f237-a288cb9da23a-83bc578f {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5741b4d-da67-bfd2-7914-689ee4bb1774-83bc578f {
  align-self: center;
}

#w-node-d5741b4d-da67-bfd2-7914-689ee4bb1792-83bc578f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a186253-d4b3-b50e-b5c6-d9d890ef706c-83bc578f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc95069a-fd16-5298-15c2-d2b478100fd7-83bc578f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cb66aeac-4905-6c35-ec5c-1e6e64e194dc-83bc578f, #w-node-cb66aeac-4905-6c35-ec5c-1e6e64e194e5-83bc578f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_283c9273-6cc3-ff48-f913-aaab380ee9ce-83bc578f {
  align-self: center;
}

#w-node-_1dca01a5-9b8d-155b-3f2e-3a498e36eabe-83bc578f {
  place-self: center;
}

#w-node-_69902964-fe1a-5102-f237-a288cb9da23a-3fe0bfb4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-d5741b4d-da67-bfd2-7914-689ee4bb1774-3fe0bfb4 {
  align-self: center;
}

#w-node-d5741b4d-da67-bfd2-7914-689ee4bb1792-3fe0bfb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_6a186253-d4b3-b50e-b5c6-d9d890ef706c-3fe0bfb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc95069a-fd16-5298-15c2-d2b478100fd7-3fe0bfb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-cb66aeac-4905-6c35-ec5c-1e6e64e194dc-3fe0bfb4, #w-node-cb66aeac-4905-6c35-ec5c-1e6e64e194e5-3fe0bfb4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_283c9273-6cc3-ff48-f913-aaab380ee9ce-3fe0bfb4 {
  align-self: center;
}

#w-node-_1dca01a5-9b8d-155b-3f2e-3a498e36eabe-3fe0bfb4 {
  place-self: center;
}

#w-node-_52122c04-704f-8827-b89a-8b4657d49eab-eb8138c5, #w-node-_0361b8c8-a5b4-82e0-571a-e32850cffca8-eb8138c5, #w-node-_2f701cfc-f43e-f497-7e35-ca59300f0fd0-eb8138c5, #w-node-_52122c04-704f-8827-b89a-8b4657d49eab-8f7d5cab, #w-node-_0361b8c8-a5b4-82e0-571a-e32850cffca8-8f7d5cab, #w-node-_2f701cfc-f43e-f497-7e35-ca59300f0fd0-8f7d5cab {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_51790208-2839-814d-dd47-118631f531a7-a9ee35b5 {
    justify-self: start;
  }

  #w-node-_25b0d9c2-6423-15bc-a304-777ab09bbea6-b09bbe9a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3791f3f0-3f25-759e-aea9-a01112d48775-78361466 {
    justify-self: auto;
  }

  #w-node-b5142337-02a5-acaa-0b09-0f53fd829354-fd82932e {
    order: -9999;
    justify-self: auto;
  }

  #w-node-b5142337-02a5-acaa-0b09-0f53fd829370-fd82932e {
    grid-column: span 1 / span 1;
  }

  #w-node-b5142337-02a5-acaa-0b09-0f53fd829372-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd82938c-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293ae-fd82932e, #w-node-b5142337-02a5-acaa-0b09-0f53fd8293dc-fd82932e {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_51790208-2839-814d-dd47-118631f531a7-c71b66d8 {
    justify-self: start;
  }

  #w-node-_2330598d-6aea-698a-c61c-888b17dad5e4-17dad5d8 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_3791f3f0-3f25-759e-aea9-a01112d48775-d1841194 {
    justify-self: auto;
  }

  #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef53-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef71-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85ef8b-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efad-bf85ef2d, #w-node-_9a6558f7-884e-1fbe-d06c-7a3dbf85efdb-bf85ef2d {
    order: -9999;
    justify-self: auto;
  }

  #w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91f3-39a14644 {
    grid-column: span 2 / span 2;
  }

  #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e26f-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e27e-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e283-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e292-26f7e257 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91f3-dd1c5118 {
    grid-column: span 2 / span 2;
  }

  #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe196-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1a5-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1aa-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1b9-62ebe17e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_69902964-fe1a-5102-f237-a288cb9da23a-83bc578f {
    grid-column: span 1 / span 1;
  }

  #w-node-_6a186253-d4b3-b50e-b5c6-d9d890ef706c-83bc578f {
    order: 9999;
  }

  #w-node-_69902964-fe1a-5102-f237-a288cb9da23a-3fe0bfb4 {
    grid-column: span 1 / span 1;
  }

  #w-node-_6a186253-d4b3-b50e-b5c6-d9d890ef706c-3fe0bfb4 {
    order: 9999;
  }

  #w-node-_2f701cfc-f43e-f497-7e35-ca59300f0fd0-eb8138c5, #w-node-_2f701cfc-f43e-f497-7e35-ca59300f0fd0-8f7d5cab {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_3791f3f0-3f25-759e-aea9-a01112d4876d-78361466, #w-node-ec5a9ed5-b5b3-8639-e8e3-5c85f9bd675b-4d7d841f, #w-node-_3791f3f0-3f25-759e-aea9-a01112d4876d-d1841194, #w-node-ec5a9ed5-b5b3-8639-e8e3-5c85f9bd675b-ea09944e, #w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91f3-39a14644, #w-node-_4d220fda-ba50-0156-c576-d6ea1f3a91f3-dd1c5118, #w-node-_2f701cfc-f43e-f497-7e35-ca59300f0fd0-eb8138c5, #w-node-_2f701cfc-f43e-f497-7e35-ca59300f0fd0-8f7d5cab {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_25b0d9c2-6423-15bc-a304-777ab09bbea6-b09bbe9a, #w-node-b5142337-02a5-acaa-0b09-0f53fd82934c-fd82932e, #w-node-_2330598d-6aea-698a-c61c-888b17dad5e4-17dad5d8 {
    grid-column: span 1 / span 1;
  }

  #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e260-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e265-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e26f-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e274-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e27e-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e283-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e288-26f7e257, #w-node-f0db71a6-c9c5-d6a3-cc5c-012d26f7e292-26f7e257, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe187-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe18c-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe196-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe19b-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1a5-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1aa-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1af-62ebe17e, #w-node-_57528afb-6e33-48f6-a0bf-496b62ebe1b9-62ebe17e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Pingar Lt Hairline';
  src: url('../fonts/PingAR-LT-Hairline.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-Black.otf') format('opentype'), url('../fonts/PingAR-LT-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-ExtraLight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pingar Lt';
  src: url('../fonts/PingAR-LT-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}