:root {
  --walsh--walsh-mid-green: #47888a;
  --walsh--walsh-dark-green: #2c5c5d;
  --inkjin--black: black;
  --walsh--walsh-dark-green-2: #204f58;
  --combine-library--grey-800: #1f2c3d;
  --inkjin-gray: #f6f6f6;
  --combine-library--white: white;
  --combine-library--primary-600: #6157f8;
  --inkjin-f8f8f8: #f8f8f8;
  --combine-library--grey-200: #bfc4ce;
  --combine-library--warning-400: #f8b34b;
  --combine-library--grey-100: #d9dce2;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: white;
  --inkjin-gray-button: #c8c8c8;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --inkjin-purple: #482d91;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --transparent: transparent;
  --combine-library--primary-800: #472def;
  --combine-library--secondary-600: #00a1c1;
  --combine-library--success-800: #6d9400;
  --combine-library--success-100: #ebf7de;
  --combine-library--error-800: #e2004f;
  --combine-library--error-100: #ffecec;
  --combine-library--grey-400: #8c94a5;
}

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

.walsh-icon-arrow-flip {
  height: 12px;
}

.walsh-link-block-black {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-black:hover {
  pointer-events: auto;
  background-color: #9f00ff;
}

.walsh-button-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav {
  background-color: #0000;
}

.walsh-brand-block {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo {
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: 50px;
}

.walsh-inner-nav {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white:hover {
  background-color: #00000059;
}

.walsh-nav-wrapper-green {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.walsh-dropdown {
  color: #fff;
}

.walsh-toggle {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle:hover {
  background-color: #00000059;
}

.walsh-dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button {
  color: #fff;
}

.walsh-link-block-transparent-1 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.walsh-icon-dropdown {
  margin-right: 12px;
}

.walsh-nav-menu-green-left {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 20px;
  display: flex;
}

.walsh-float-menu-gray {
  opacity: 1;
  mix-blend-mode: normal;
  background-color: #f6f6f6;
  border-radius: 20px;
  width: auto;
  padding: 5px 20px;
  position: sticky;
}

.walsh-nav-wrapper-white-padding {
  z-index: 100;
  background-color: #fff;
  width: 100%;
  padding: 20px 30px;
  position: fixed;
  top: 0;
}

.walsh-nav-link-black {
  color: var(--inkjin--black);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.walsh-nav-link-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black.w--current {
  color: #000;
  background-color: #dbdbdb59;
  font-weight: 400;
}

.walsh-toggle-black {
  color: var(--inkjin--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-menu-gray {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-inner-container-nav-float {
  max-width: 1480px;
}

.walsh-icon-arrow-flip-2 {
  height: 12px;
}

.walsh-link-block-black-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: .5rem;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: .75rem .75rem .75rem 1.75rem;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-black-2:hover {
  background-color: #9b00bb;
}

.walsh-button-label-wrapper-2 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-2 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-2 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-2 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-container-nav-2 {
  max-width: 1480px;
  padding-left: 20px;
  padding-right: 20px;
}

.walsh-main-nav-2 {
  background-color: #0000;
}

.walsh-brand-block-2 {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo-2 {
  height: 32px;
}

.walsh-inner-nav-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-nav-link-white-2 {
  color: #fff;
  border-radius: 8px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-white-2:hover {
  background-color: #00000059;
}

.walsh-nav-wrapper-green-2 {
  z-index: 10;
  background-color: #204f58;
  position: sticky;
  top: 0;
}

.walsh-dropdown-2 {
  color: #fff;
}

.walsh-toggle-2 {
  color: #fff;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 32px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-2:hover {
  background-color: #00000059;
}

.walsh-dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link-2 {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link-2:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons-2 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-menu-button-2 {
  color: #fff;
}

.walsh-link-block-transparent-1-2 {
  box-shadow: inset 1px -1px 0 0 var(--walsh--walsh-mid-green), inset -1px 1px 0 0 var(--walsh--walsh-mid-green), inset -1px -1px 0 0 var(--walsh--walsh-mid-green), inset 1px 1px 0 0 var(--walsh--walsh-mid-green);
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #9f00ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-transparent-1-2:hover {
  box-shadow: none;
  color: var(--walsh--walsh-dark-green);
  background-color: #fff;
}

.walsh-icon-dropdown-2 {
  margin-right: 12px;
}

.walsh-nav-grid-1 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.walsh-nav-menu-justify {
  grid-column-gap: 8px;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.text-block {
  color: #9f00ff;
}

.walsh-link-block-gray {
  color: #fff;
  text-align: center;
  background-color: #f8f8f8;
  border: 1px solid #bbb;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-gray:hover {
  background-color: #fff;
  border-style: none;
}

.walsh-label-button-black {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-label-button-white {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-icon-arrow-flip-3 {
  height: 12px;
}

.walsh-link-block-orange {
  color: #fff;
  text-align: center;
  background-color: #ff715b;
  border-radius: 100px;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.walsh-link-block-orange:hover {
  background-color: #ffbba6;
}

.walsh-button-label-wrapper-3 {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.walsh-button-hover-fill-3 {
  background-color: #000;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -100% auto auto -46%;
}

.walsh-label-button-3 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
}

.walsh-arrow-wrapper-3 {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.walsh-main-nav-3 {
  background-color: #0000;
}

.walsh-brand-block-3 {
  z-index: 2;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
}

.walsh-nav-logo-3 {
  height: 32px;
}

.walsh-inner-nav-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.walsh-dropdown-3 {
  color: #fff;
}

.walsh-dropdown-list-3.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link-3 {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link-3:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-flex-nav-buttons-3 {
  grid-column-gap: 10px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.walsh-icon-dropdown-3 {
  margin-right: 12px;
}

.walsh-float-menu {
  background-color: #fff;
  border-radius: 6px;
  padding: 5px 20px;
}

.walsh-nav-wrapper-green-padding {
  z-index: 10;
  background-color: #204f58;
  padding: 20px 30px;
  position: sticky;
  top: 0;
}

.walsh-nav-link-black-2 {
  color: var(--inkjin--black);
  border-radius: 8px;
  padding: 15px 18px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.walsh-nav-link-black-2:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-link-black-2.w--current {
  color: #6d6d6d;
  background-color: #dbdbdb59;
}

.walsh-toggle-black-2 {
  color: var(--inkjin--black);
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black-2:hover {
  background-color: #dbdbdb59;
}

.walsh-nav-menu-white-2 {
  grid-column-gap: 8px;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.walsh-inner-container-nav-float-2 {
  max-width: 1480px;
}

.walsh-dropdown-4 {
  color: #fff;
}

.walsh-toggle-black-3 {
  color: #2c2c2c;
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black-3:hover {
  background-color: #dbdbdb59;
}

.walsh-icon-dropdown-4 {
  margin-right: 12px;
}

.walsh-dropdown-list-4.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link-4 {
  color: #6b6b6b;
  border-radius: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.walsh-dropdown-link-4:hover {
  color: #9f00ff;
  background-color: #eee;
  border-radius: 3px;
}

.walsh-dropdown-5 {
  color: #fff;
}

.walsh-toggle-black-4 {
  color: #2c2c2c;
  border-radius: 8px;
  padding: 15px 32px 15px 18px;
  font-size: 16px;
  font-weight: 500;
  overflow: hidden;
}

.walsh-toggle-black-4:hover {
  background-color: #dbdbdb59;
}

.walsh-icon-dropdown-5 {
  margin-right: 12px;
}

.walsh-dropdown-list-5.w--open {
  background-color: #fff;
  border: 1px solid #dadada;
  border-radius: 5px;
  padding: 6px;
  box-shadow: 0 0 14px 5px #0000000d;
}

.walsh-dropdown-link-5 {
  color: #6b6b6b;
  border-radius: 2px;
  font-weight: 600;
}

.walsh-dropdown-link-5:hover {
  color: #ff8d86;
  background-color: #eee;
  border-radius: 3px;
}

.div-block {
  min-width: 100px;
}

.language-list {
  background-color: #d99f9f;
  min-width: 20px;
  max-width: 20px;
  position: absolute;
}

.language-list.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-link {
  color: #484646;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: none;
  min-height: 45px;
  padding-left: 20px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.language-link:hover {
  color: #7735f6;
  max-width: none;
}

.text-block-2 {
  color: #000;
}

.language-toggle-2 {
  color: #20355a;
  border: 1px #9b9eb838;
  border-radius: 4px;
  max-width: 30px;
  padding: 0;
  transition: all .2s;
}

.flag-6 {
  background-image: url('../images/greece.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.flag-en {
  float: left;
  clear: right;
  background-image: url('../images/uk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.language-dropdown-en {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  position: relative;
}

.langauge-line-break {
  background-color: #5b3acc;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.flag-sv {
  background-image: url('../images/sweden.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.langauge-line-base {
  background-color: #9b9eb838;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.language-list-2 {
  background-color: #d99f9f;
  padding-right: 0;
}

.language-list-2.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.text-block-3 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.language-toggle-3 {
  color: #20355a;
  border: 1px #9b9eb838;
  border-radius: 4px;
  max-width: none;
  padding: 0;
  transition: all .2s;
}

.flag-7 {
  background-image: url('../images/uk.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.language-dropdown-en-2 {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 40px;
}

.walsh-container {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-main-grid-no-gap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-form-error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-main-grid {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-form-success {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-wrapper {
  width: 100%;
}

.walsh-full-form {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-single {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small:hover {
  background-color: #ffdd79;
}

.walsh-content-wrapper-gap {
  grid-row-gap: 1.25em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.walsh-heading-small {
  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.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-link {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-line-divider {
  background-color: #333;
  width: 100%;
  height: 1px;
}

.walsh-footer-legal-text {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-social {
  max-width: none;
  max-height: none;
}

.walsh-logo-footer {
  max-width: none;
  max-height: 40px;
  margin-bottom: 0;
}

.walsh-content-wrapper-white {
  background-color: #fff;
  padding: 80px 30px 20px;
  position: relative;
}

.walsh-footer-grid-social {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  place-items: center start;
}

.walsh-footer-inner {
  grid-column-gap: 20px;
  padding-right: 0;
  display: flex;
}

.walsh-text-field-single-grey {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.walsh-button-circle-wrapper-grey {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-footer-link-social {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-wrapper {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-list {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.walsh-container-2 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-form-error-2 {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.walsh-main-grid-2 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 5fr 1fr 5fr 1fr 5fr 1fr 5fr 1fr 5fr;
  grid-auto-columns: minmax(200px, 1fr);
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-form-success-2 {
  color: #313d17;
  background-color: #c4f85c;
}

.walsh-form-wrapper-2 {
  width: 100%;
}

.walsh-full-form-2 {
  width: 100%;
  margin-bottom: 0;
}

.walsh-form-single-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.walsh-button-circle-small-2 {
  background-color: #ff715b;
  background-image: url('../images/icon-arrow-right-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 12px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  transition: background-color .2s cubic-bezier(.645, .045, .355, 1);
  display: flex;
}

.walsh-button-circle-small-2:hover {
  background-color: #ffdd79;
}

.walsh-heading-small-2 {
  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.25em;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-link-2 {
  color: #0000008a;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link-2:hover {
  color: #000;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-footer-line-divider-2 {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.walsh-footer-legal-text-2 {
  color: #6e6e6e;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 13px;
}

.walsh-icon-social-2 {
  max-height: 18px;
}

.walsh-logo-footer-2 {
  max-width: none;
  max-height: 30px;
  margin-bottom: 0;
}

.walsh-content-wrapper-white-2 {
  background-color: #fff;
  padding: 4.5em 20px 4.5em 30px;
  position: relative;
}

.walsh-footer-inner-2 {
  grid-column-gap: 20px;
  display: flex;
}

.walsh-text-field-single-grey-2 {
  background-color: #eee;
  border: 1px solid #eee;
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 65px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 25px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
}

.walsh-button-circle-wrapper-grey-2 {
  background-color: #eee;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.walsh-footer-link-social-2 {
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  display: flex;
}

.walsh-footer-wrapper-2 {
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.walsh-footer-list-2 {
  grid-row-gap: .8em;
  flex-direction: column;
  display: flex;
}

.link-block, .link-block-2 {
  max-width: none;
}

.walsh-container-3 {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.walsh-arrow-top-right {
  z-index: 1;
  width: 1.25rem;
  position: relative;
}

.walsh-button-circle {
  background-color: #ff715b;
  border-radius: 200px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14em;
  height: 7em;
  display: flex;
  overflow: hidden;
}

.walsh-button-circle:hover {
  background-color: #fcb55e;
}

.walsh-background-darkgreen {
  background-color: var(--walsh--walsh-dark-green-2);
  position: relative;
}

.walsh-button-fill {
  background-color: #4ab1bd;
  border-radius: 200px;
  width: 15em;
  height: 8em;
  position: absolute;
}

.walsh-hero-inner-image {
  justify-content: center;
  align-items: flex-end;
  padding-top: 35px;
  display: flex;
}

.walsh-main-grid-no-gap-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.walsh-hero-p-wrapper {
  width: 100%;
  max-width: 36em;
}

.walsh-paragraph-serif-left-hero {
  color: #fffc;
  max-width: 22em;
  margin-bottom: .75em;
  font-family: Merriweather, serif;
  font-size: 1.4em;
  line-height: 1.6;
}

.walsh-left-hero {
  grid-row-gap: 2em;
  color: #fff;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
}

.walsh-image-hero {
  max-height: 45em;
}

.walsh-heading-xlarge-white {
  color: #fff;
  letter-spacing: -.02em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 6.65em;
  font-weight: 700;
  line-height: 1;
}

.walsh-text-marker-green {
  color: #214f58;
  background-image: url('../images/span-marker-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  padding: .1em;
  display: inline-block;
}

.combine-padding-global {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h1 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-text-size-regular {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button:hover {
  background-color: #28364ae6;
}

.combine-button-white {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-section_header2 {
  background-color: var(--inkjin-f8f8f8);
  margin-top: 100px;
  margin-bottom: 100px;
}

.combine-header2_video-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-header2_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-play_icon {
  color: var(--combine-library--white);
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  transition: color .25s;
}

.combine-play_icon:hover {
  color: #fff9;
}

.combine-play_wrapper {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.combine-header2_overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-header2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-header2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-padding-global-2 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-heading-style-h1-2 {
  color: var(--combine-library--grey-800);
  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: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

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

.combine-text-size-regular-2 {
  color: var(--inkjin--black);
  margin-bottom: 0;
  padding-left: 3px;
  padding-right: 1px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.combine-button-2 {
  aspect-ratio: auto;
  background-color: var(--inkjin--black);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2:hover {
  background-color: #000;
}

.combine-button-white-2 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper-2 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.combine-play_icon-2 {
  color: var(--combine-library--white);
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  transition: color .25s;
}

.combine-play_icon-2:hover {
  color: #fff9;
}

.combine-play_wrapper-2 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

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

.combine-space-medium {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large {
  height: 4rem;
}

.combine-section_header6 {
  background-color: var(--combine-library--white);
  padding: 150px 30px 50px;
}

.combine-header6_video-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-header6_video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-header6_overlay {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-button-small {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small:hover {
  background-color: #28364ae6;
}

.combine-menu-icon_line-top {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-button-white-small {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav2_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.25rem;
  margin-right: auto;
  display: flex;
}

.combine-nav2_component {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

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

.combine-nav2_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav2_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav2_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav2_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav2_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav2_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav2_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav2_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav2_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav2_dropdown-list {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav2_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav2_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav2_dropdown-column {
  min-width: 10rem;
}

.combine-nav2_item {
  color: var(--inkjin-gray);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav2_item:hover {
  background-color: var(--inkjin-f8f8f8);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav2_menu-button {
  padding: .5rem;
}

.brix---hamburger-menu-wrapper-4 {
  padding: 0;
  transition: transform .3s;
}

.brix---hamburger-menu-wrapper-4:hover {
  transform: scale(.96);
}

.brix---hamburger-menu-wrapper-4.w--open {
  background-color: #0000;
}

.brix---hamburger-menu-bar-top-white, .brix---hamburger-menu-bar-bottom-white {
  background-color: #211f54;
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 12px;
  margin-bottom: 12px;
}

.combine-nav1_component {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-padding-global-3 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-nav1_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav1_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav1_menu {
  align-items: center;
  display: flex;
}

.combine-nav1_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-list {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav1_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-button-small-2 {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small-2:hover {
  background-color: #28364ae6;
}

.combine-nav1_menu-button {
  padding: .5rem;
}

.combine-menu-icon_line-top-2 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle-2 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom-2 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-button-white-small-2 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_item {
  color: var(--inkjin-gray);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item:hover {
  background-color: var(--inkjin-f8f8f8);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_dropdown-column {
  min-width: 10rem;
}

.combine-nav1_dropdown-title {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-nav4_component {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.combine-nav4_menu {
  border-bottom: 1px solid var(--combine-library--grey-200);
  background-color: var(--inkjin-f8f8f8);
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding-top: .5rem;
  padding-bottom: 1rem;
  display: flex;
}

.combine-nav4_menu-button {
  padding: .5rem;
}

.combine-nav4_menu-button.w--open {
  background-color: #0000;
}

.combine-nav4_button-wrapper {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-nav4_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav4_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav4_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav4_link {
  color: var(--combine-library--grey-800);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav4_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav4_dropdown {
  color: var(--combine-library--grey-800);
  flex-direction: column;
  width: 100%;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-nav4_dropdown-toggle {
  justify-content: flex-start;
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-size: .875rem;
  transition: color .25s;
}

.combine-nav4_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav4_dropdown-list {
  background-color: var(--inkjin-f8f8f8);
}

.combine-nav4_dropdown-list.w--open {
  background-color: #0000;
  position: static;
}

.combine-nav4_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav4_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--inkjin-f8f8f8);
  align-items: center;
  display: flex;
}

.combine-nav4_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_component {
  background-color: var(--inkjin-f8f8f8);
  padding-top: 0;
  padding-bottom: 0;
}

.combine-nav3_menu {
  background-color: #f6f6f6;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-nav3_link-wrapper {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav3_button-wrapper {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  min-width: 11rem;
  display: flex;
}

.combine-nav3_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-nav3_logo-link.w--current {
  align-items: center;
  display: flex;
}

.combine-nav3_menu-button {
  padding: 18px;
}

.combine-nav3_logo {
  height: 100%;
  max-height: 2rem;
}

.combine-nav3_link {
  color: var(--inkjin--black);
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav3_link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav3_dropdown-toggle {
  color: var(--combine-library--grey-800);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: color .25s;
}

.combine-nav3_dropdown-toggle:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav3_dropdown-list {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav3_dropdown-list.w--open {
  background-color: #0000;
}

.combine-nav3_icon {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav3_dropdown-wrapper {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  align-items: center;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav3_dropdown-column {
  min-width: 10rem;
}

.combine-nav3_item {
  color: var(--inkjin-gray);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav3_item:hover {
  background-color: var(--inkjin-f8f8f8);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

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

.combine-padding-global-4 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

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

.combine-text-weight-semibold {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

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

.combine-text-size-regular-3 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-2 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-2 {
  height: 4rem;
}

.combine-icon_color3 {
  color: var(--combine-library--warning-400);
}

.combine-icon_small {
  color: var(--combine-library--warning-400);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-section_clients1 {
  background-color: var(--combine-library--white);
}

.combine-clients1_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-clients1_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.combine-clients1_details {
  grid-column-gap: .75rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-clients1_image-wrapper {
  border-radius: 4rem;
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
}

.combine-clients1_rate {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.combine-clients1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-text-size-regular-rating-home {
  color: var(--inkjin--black);
  margin-bottom: 0;
  padding-left: 3px;
  padding-right: 1px;
  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-style: italic;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h1-main {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.text-block-5 {
  box-sizing: border-box;
  object-fit: fill;
}

.walsh-footer-line-divider-3 {
  background-color: #222;
  width: 100%;
  height: 1px;
  margin-top: 0;
  margin-bottom: 50px;
}

.walsh-content-wrapper-black-footer {
  background-color: #000;
  padding: 30px;
  position: relative;
}

.walsh-footer-line-divider-gray {
  background-color: #222;
  width: 100%;
  height: 1px;
}

.walsh-heading-small-white {
  color: #fff;
  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: 22px;
  font-weight: 700;
  line-height: 1.25;
}

.walsh-footer-legal-text-white {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.walsh-footer-link-white {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
}

.walsh-footer-link-white:hover {
  color: #fff;
  box-shadow: inset 0 -2px #c7dbdb;
}

.walsh-main-paragraph-white {
  color: #fff;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

.combine-button-2-white {
  background-color: var(--combine-library--white);
  color: #000;
  text-align: center;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-white:hover {
  background-color: #c8c8c8;
}

.combine-button-2-video {
  background-color: var(--combine-library--white);
  color: #000;
  text-align: center;
  border: 1px solid #000;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-video:hover {
  background-color: #f8f8f8;
}

.combine-padding-global-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium-4 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.combine-heading-style-h2-2 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-3 {
  text-align: center;
}

.combine-text-size-regular-4 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-3 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-3 {
  height: 4rem;
}

.combine-icon_small-2 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4 {
  color: var(--inkjin-gray);
}

.combine-section_faq1 {
  background-color: var(--combine-library--white);
}

.combine-faq1_component {
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq1_accordion {
  border-bottom: 1px solid var(--combine-library--grey-100);
}

.combine-faq1_question {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  cursor: pointer;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.combine-faq1_answer {
  overflow: hidden;
}

.combine-faq1_title {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-padding-global-6 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-container-medium-2 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-4 {
  text-align: center;
}

.combine-text-size-regular-5 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-4 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-4 {
  height: 4rem;
}

.combine-icon_small-3 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4-2 {
  color: var(--inkjin-gray);
}

.combine-section_faq2 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-faq2_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq2_accordion {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

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

.combine-faq2_title {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

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

.combine-padding-global-7 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium-6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-medium-3 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-4 {
  color: var(--combine-library--grey-800);
  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.35;
}

.combine-text-align-center-5 {
  text-align: center;
}

.combine-text-size-regular-6 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-5 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-5 {
  height: 4rem;
}

.combine-icon_small-4 {
  color: #fff;
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4-3 {
  color: var(--inkjin-gray);
}

.combine-section_faq2-2 {
  background-color: var(--inkjin--black);
}

.combine-faq2_component-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq2_accordion-2 {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

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

.combine-faq2_title-2 {
  color: var(--inkjin--black);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_answer-2 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-heading-style-h2-4-white {
  color: var(--combine-library--white);
  text-align: left;
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-size-regular-6-white {
  color: var(--combine-library--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-padding-global-8 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium-7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-medium-4 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-6 {
  text-align: center;
}

.combine-text-size-regular-7 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-6 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-6 {
  height: 4rem;
}

.combine-icon_small-5 {
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4-4 {
  color: var(--inkjin-gray);
}

.combine-section_faq2-3 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-faq2_component-3 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq2_accordion-3 {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
}

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

.combine-faq2_title-3 {
  color: var(--combine-library--grey-800);
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_answer-3 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.combine-text-size-regular-8 {
  color: #fff;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-faq2_accordion-4 {
  background-color: #000;
  border-radius: 1.25rem;
  min-width: 700px;
  max-width: 700px;
}

.combine-faq2_title-4 {
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2-6 {
  color: #1f2c3d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-section_faq2_black {
  background-color: #000;
}

.combine-icon_color4-5 {
  color: #5f6570;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

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

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

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

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

.combine-padding-global-9 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2-7 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-size-regular-9 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-feature3_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-section_feature3 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-feature3_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.combine-feature3_number1 {
  color: var(--combine-library--primary-600);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_number2 {
  color: var(--combine-library--warning-400);
  font-family: Open Sans, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature3_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  display: flex;
}

.combine-feature3_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature3_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature3_image {
  object-fit: cover;
}

.combine-text-align-center-7 {
  text-align: center;
}

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

.combine-space-medium-7 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-7 {
  height: 4rem;
}

.combine-section_gallery3 {
  background-color: var(--combine-library--white);
}

.combine-gallery3_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-gallery3_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.rt-category-cards-text {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-category-cards-text.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 700;
}

.rt-component-container {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--inkjin-gray-button);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-right-paragraph {
  margin-bottom: 0;
}

.rt-feature-left {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.rt-feature-left-content {
  color: var(--inkjin-gray-button);
  background-color: #ccc;
  border-radius: 25px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 330px;
  padding: 20px;
  display: flex;
}

.rt-cargo {
  position: absolute;
  inset: 0% auto 0% -28%;
}

.rt-feature-right-content {
  color: var(--inkjin-gray-button);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
}

.rt-left-para {
  color: var(--inkjin--black);
  text-align: right;
  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: 16px;
  line-height: 1.3;
}

.rt-feature-main-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-feature-middle {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-feature-overlay {
  background-image: linear-gradient(180deg, #13141400, var(--radiant-ui-components-library-marketplace--color--white));
  position: absolute;
  inset: 0%;
}

.rt-feature-right {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rt-image-overlay-box {
  position: relative;
}

.rt-body-small-text-4 {
  letter-spacing: .15625rem;
  font-size: .875rem;
  line-height: 1.375rem;
}

.rt-body-small-text-4.rt-capitalized {
  text-transform: uppercase;
  flex: none;
}

.rt-body-small-text-4.rt-capitalized.rt-feature-text-small {
  margin-bottom: 25px;
  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: 700;
  line-height: 1.625rem;
}

.rt-margin-bottom-fifteen {
  margin-bottom: 15px;
}

.rt-category-cards-text-2 {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-heading-six {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  letter-spacing: -.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-component-container-2 {
  width: 100%;
  max-width: 1290px;
  position: relative;
}

.rt-component-section-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--inkjin-gray-button);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-text-capitalize {
  text-transform: capitalize;
}

.rt-text-capitalize.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
}

.rt-button-style-2 {
  color: #fff;
  letter-spacing: .1rem;
  text-transform: uppercase;
  background-color: #663a30;
  padding: 20px 45px 15px;
  font-size: .875rem;
  font-weight: 700;
}

.rt-button-style-2.rt-border-button {
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--theme-color);
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--white);
  border: 1px solid var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-about-us-about-text {
  color: var(--inkjin-gray-button);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rt-about-us-about-main-text-wrapper {
  width: 100%;
}

.rt-about-us-about-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding-top: 20px;
  display: flex;
}

.rt-about-us-about-image-design {
  background-color: #fefafa;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 96px;
  height: 96px;
  display: flex;
  position: absolute;
  inset: 20% auto auto 0%;
}

.rt-change-padding-8 {
  margin-top: 0;
  margin-bottom: 0;
}

.rt-about-us-about-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row-reverse wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.rt-about-us-about-line {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  width: 1px;
  height: 48px;
}

.rt-auto-fit-10 {
  object-fit: cover;
}

.rt-about-us-about-image {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-about-us-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  padding-top: 40px;
  display: flex;
}

.rt-about-us-text-wrapper {
  display: flex;
}

.rt-about-us-about-text-round {
  background-image: url('../images/Text-Round.svg');
  background-position: 0 0;
  background-size: auto;
  width: 175px;
  height: 175px;
  position: absolute;
}

.rt-about-us-about-main-text {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-us-rating {
  border-right: 1px solid var(--radiant-ui-components-library-marketplace--color--heading-dark);
  flex: none;
  padding-right: 20px;
}

.rt-about-us-about-paragraph {
  max-width: 496px;
}

.rt-body-font-13 {
  color: #462720;
  letter-spacing: .1rem;
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.rt-body-font-13.rt-text-capitalize {
  text-transform: uppercase;
}

.rt-body-font-13.rt-text-capitalize.rt-chnage-line-breaking {
  white-space: nowrap;
}

.rt-body-font-13.rt-text-capitalize.rt-chnage-line-breaking.rt-change-direction {
  font-weight: 500;
  transform: rotate(-90deg);
}

.rt-body-font-13.rt-text-capitalize.rt-chnage-line-breaking.rt-change-direction.rt-text-black {
  color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-about-us-about-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  cursor: pointer;
  align-items: center;
  padding: 10px 20px;
  transition: box-shadow .2s;
  display: flex;
}

.rt-about-us-about-item:hover {
  box-shadow: 0 2px 50px #a4a4a426;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #ccc;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  background-color: var(--inkjin--black);
  pointer-events: none;
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition-property: none;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 5%;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-4 {
  background-color: #fff;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-tabs-sub-heading {
  color: var(--inkjin-purple);
  letter-spacing: 2px;
  text-transform: uppercase;
  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: 12px;
  font-weight: 400;
  line-height: 140%;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 100%;
  max-width: 275px;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(135deg, var(--inkjin-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--transparent));
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  display: flex;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-tabs-right-tab {
  background-color: var(--inkjin-gray);
  border-radius: 22px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap:hover {
  color: #fff;
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.text-block-6 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  color: #000;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
}

.cf-home-tab-link-2 {
  color: #000;
  background-color: #f6f6f6;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-2:hover {
  opacity: .8;
}

.cf-home-tab-link-2.w--current {
  background-color: var(--inkjin-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-5 {
  opacity: 1;
  background-color: #fff;
  margin-bottom: 50px;
  display: flex;
}

.cf-tabs-menu-2 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.combine-button-2-learn-more {
  aspect-ratio: auto;
  background-color: var(--inkjin--black);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-learn-more:hover {
  background-color: #000;
}

.combine-button-2-white-purple {
  aspect-ratio: auto;
  background-color: var(--inkjin-purple);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border: 1px solid #482d91;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-white-purple:hover {
  color: #fff;
  background-color: #482d91;
}

.cf-growth-container {
  z-index: 11;
  width: 100%;
  height: 100%;
  position: relative;
}

.cf-growth-section {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: black;
  mix-blend-mode: normal;
  background-color: #482d91;
  background-image: linear-gradient(135deg, #482d91 10%, #fff);
  border-radius: 0;
  position: sticky;
}

.cf-growth-wrapper {
  background-color: #482d91;
  border: .1px #333;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper.large {
  color: #fff;
  background-color: #482d91;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1px #333;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-para-text-18px {
  color: #fff;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-growth-hero-image {
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
}

.cf-text-opacity-70-italic {
  background-image: linear-gradient(to right, var(--inkjin-purple), var(--conversion-flow-library--light-coral) 60%, var(--transparent));
  opacity: 1;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 700;
  display: inline-block;
}

.cf-growth-para-text-20px {
  opacity: .7;
  margin-top: 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-growth-h2-heading-56px {
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-wrapper-1160 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.growth-flex {
  opacity: 1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-growth-heading-32px {
  color: #fff;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.cf-growth-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr;
}

.cf-growth-para-text-20px-white {
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 155%;
}

.cf-growth-para-text-12px-subtitle {
  color: #fff;
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.cf-home-tab-link-3 {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-3:hover {
  opacity: .8;
}

.cf-home-tab-link-3.w--current {
  background-color: var(--inkjin-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain-2 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image-2.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image-2.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image-2.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-2.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image-2.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-2.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header-2 {
  color: #fff;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text-2 {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  max-width: none;
  margin: 0 auto 16px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-6 {
  background-color: #0d0e10;
}

.cf-tabs-element-2 {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element-2._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper-2 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-tabs-sub-heading-2 {
  color: var(--inkjin-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image-2.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-2.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-2.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-2.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button-2 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button-2:hover {
  background-image: linear-gradient(135deg, var(--inkjin-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--transparent));
}

.cf-tabs-header-text-2 {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu-3 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content-2 {
  border-radius: 12px;
}

.cf-tabs-right-tab-2 {
  background-color: var(--inkjin-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-heading-2 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.walsh-main-paragraph-white-footer {
  color: #fff;
  letter-spacing: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 155%;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-bio-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-testimonial-paragraph {
  color: #000;
  margin-top: 8px;
  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: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 155%;
}

.cf-client-image {
  border: 1px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.cf-client-image.margin {
  margin-left: -15px;
}

.cf-testimonial-block {
  align-items: flex-start;
  display: flex;
}

.cf-client-image-white {
  color: #ff5e69;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.cf-home-6---top-contain {
  width: 100%;
  max-width: 510px;
  display: flex;
}

.cf-home-6---divider {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.cf-hero-6---text-container-1 {
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 22px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  display: flex;
}

.cf-hero-6---right-container {
  width: 50%;
  max-width: 530px;
}

.cf-testimonial-name {
  color: #000;
  min-width: auto;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

.cf-hero-section-6 {
  background-color: #f6f6f6;
  padding-top: 80px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
}

.cf-testimonial-image {
  border-radius: 100px;
  width: 50%;
  max-width: 24px;
  height: 50px;
  margin-right: 20px;
}

.cf-hero-6---left-container {
  width: 48%;
  max-width: 530px;
  margin-top: 0;
}

.cf-40px-heading---white {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  padding-left: 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 100%;
}

.cf-20px-paragraph---white {
  color: #000;
  margin-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-6---clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.cf-clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.cf-testimonial-position {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
}

.cf-1140px-wrapper---hero-6 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-hero-6---text-container-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-client-image-white-text {
  color: #000;
  font-size: 13px;
}

.cf-client-review-white {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.combine-padding-global-10 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium-9 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.combine-container-medium-5 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-8 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-align-center-8 {
  text-align: center;
}

.combine-text-size-regular-10 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-8 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-8 {
  height: 4rem;
}

.combine-icon_small-6 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  cursor: pointer;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.combine-icon_color4-6 {
  color: var(--inkjin-gray);
}

.combine-section_faq2-4 {
  background-color: var(--inkjin--black);
}

.combine-faq2_component-4 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.combine-faq2_accordion-5 {
  background-color: var(--inkjin--black);
  border-radius: 1.25rem;
  min-width: 700px;
  max-width: 700px;
}

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

.combine-faq2_title-5 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-faq2_answer-4 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.image-4 {
  clear: none;
  text-align: left;
  max-width: 75%;
  padding-top: 0;
  padding-bottom: 20px;
}

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

.cf-hero-6---image-container-1 {
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 22px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 30px;
  display: flex;
}

.cf-20px-paragraph---white-rating-subtitle {
  color: #000;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.cf-logo-section-2 {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-logo-2---wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-logo-2-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 70px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
}

.cf-logos-2--wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: none;
  height: auto;
  display: flex;
}

.cf-logo-image {
  opacity: 1;
  object-fit: contain;
}

.cf-20px-paragraph---white-featured {
  color: #000;
  text-align: center;
  width: 100%;
  margin-bottom: 30px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-6---image-container-1-featured {
  grid-row-gap: 0px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 22px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding: 20px 30px 40px;
  display: block;
}

.combine-padding-global-11 {
  background-color: #f6f6f6;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-container-medium-6 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-text-color-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-max-width-medium {
  width: 100%;
  max-width: 36rem;
}

.combine-button-colored {
  background-color: var(--inkjin--black);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored:hover {
  background-color: var(--inkjin-gray-button);
  color: #000;
}

.combine-space-small {
  width: 100%;
  height: 1rem;
}

.combine-padding-section-large {
  padding-top: 40px;
  padding-bottom: 60px;
}

.combine-section_cta4 {
  background-color: var(--combine-library--white);
}

.combine-cta4_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--inkjin-purple);
  border-radius: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.combine-cta4_title {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-4-tabs-heading-2-rating {
  color: #000;
  text-align: center;
  letter-spacing: -.01em;
  max-width: none;
  margin: 0 auto 0 0;
  padding-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-color-white-2 {
  color: var(--inkjin--black);
  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;
}

.combine-button-colored-2 {
  background-color: var(--combine-library--primary-600);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored-2:hover {
  background-color: var(--combine-library--primary-800);
}

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

.combine-section_cta4-2 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-cta4_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  filter: drop-shadow(7px 7px 5px #666);
  mix-blend-mode: normal;
  border-radius: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.combine-cta4_title-2 {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-cta4_component-download {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--combine-library--white);
  filter: drop-shadow(0 2px 5px #000000b3);
  border-radius: 22px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: grid;
}

.combine-text-color-black {
  color: var(--inkjin--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-cta4_title-black {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-section_cta4-white {
  background-color: var(--combine-library--white);
}

.combine-padding-global-11-white {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 20px;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-features-section-1 {
  opacity: 1;
  background-color: #111;
  background-image: linear-gradient(#000 20%, #fff);
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  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: 24px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cf-58px-heading---white {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 48px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.combine-button-colored-download {
  background-color: var(--inkjin--black);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored-download:hover {
  background-color: var(--inkjin--black);
  color: #fff;
}

.cf-tabs-sub-heading-for-artists {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  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: 12px;
  font-weight: 400;
  line-height: 140%;
}

.cf-tabs-sub-heading-download {
  color: var(--inkjin--black);
  letter-spacing: 2px;
  text-transform: uppercase;
  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: 12px;
  font-weight: 400;
  line-height: 140%;
}

.text-block-11, .text-block-12 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #d6d6d6;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  display: grid;
}

.checkbox {
  background-color: #b8b8b8;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-width: 2px;
  border-color: #b8b8b8;
  border-radius: 20px;
  width: 40px;
  height: 20px;
  transition: all .15s;
}

.checkbox.w--redirected-checked {
  background-color: #27313d;
  background-image: url('../images/np_circle_2713168_FFFFFF.svg');
  background-position: 100%;
  background-size: contain;
  border: 2px solid #27313d;
}

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

.preferences-container-2 {
  z-index: 99;
  background-color: #fff;
  border: .1px solid #ccc;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.field-wrapper-2 {
  background-color: #000;
}

.cookie-paragraph-3 {
  color: #000;
  width: auto;
  max-width: 400px;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  position: static;
}

.button-wrapper-3 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 10px;
  display: grid;
}

.privacy-title-3 {
  color: #000;
  margin-bottom: 20px;
  font-family: PT Sans, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.cookie-tag {
  color: #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: PT Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.cookies-2 {
  z-index: 1000;
  position: relative;
}

.button-2 {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  font-weight: 400;
  transition: all .3s;
}

.button-2:hover {
  color: #27313d;
  background-color: #fff;
  border: 2px solid #27313d;
}

.button-2.accept {
  float: left;
  text-align: center;
  float: left;
  text-align: center;
  background-color: #000;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button-2.accept {
  float: left;
  text-align: center;
  float: left;
  text-align: center;
  background-color: #000;
  font-family: PT Sans, sans-serif;
  font-weight: 700;
  position: relative;
}

.button-2.deny {
  float: left;
  color: #000;
  text-align: center;
  background-color: #fff;
  border-color: #000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: PT Sans, sans-serif;
}

.button-2.deny:hover {
  color: #faf7f2;
  background-color: #27313d;
}

.close-button {
  width: 30px;
  height: 30px;
  transition: all .3s;
  position: absolute;
  inset: 20px 20px auto auto;
}

.close-button:hover {
  opacity: .5;
  transform: scale(1.1)rotate(180deg);
}

.fs-cookie-popup-4 {
  background-color: #fff;
  border: .1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 5px;
  font-family: PT Sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
}

.paragraph-2.bold {
  color: #27313d;
  text-align: right;
  -webkit-text-stroke-color: black;
  text-align: right;
  -webkit-text-stroke-color: black;
  text-align: right;
  -webkit-text-stroke-color: black;
  font-size: 15px;
  font-weight: 700;
}

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

.image-22 {
  transition: all .2s;
}

.fs-manager-opener {
  cursor: pointer;
  background-color: #27313d;
  border: 1px #000;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding: 5px;
  transition: all .3s;
  position: fixed;
  inset: auto auto 20px 20px;
}

.fs-manager-opener:hover {
  opacity: 1;
  transform: rotate(270deg)scale(1.1);
}

.preferences-link {
  color: #27313d;
  margin-right: 20px;
  font-family: PT Sans, sans-serif;
  display: block;
}

.preferences-link:hover {
  opacity: .5;
}

.fs-preferences-manager-wrapper {
  z-index: 2;
  background-color: #27313dd9;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.checkbox-label {
  display: none;
}

.combine-padding-global-12 {
  background-color: #fff;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-10 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2-9 {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-align-center-9 {
  text-align: center;
}

.combine-text-size-regular-11 {
  color: var(--inkjin--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 155%;
}

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

.combine-space-medium-9 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-9 {
  height: 4rem;
}

.combine-section_gallery3-2 {
  background-color: var(--combine-library--white);
}

.combine-gallery3_component-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  column-count: 3;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  column-gap: 1rem;
}

.combine-gallery3_image-wrapper-2 {
  border-radius: .75rem;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery3_image-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-text-weight-semibold-2 {
  color: var(--combine-library--grey-800);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-heading-style-h2-10 {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-size-regular-12 {
  color: var(--inkjin--black);
  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: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-section_feature1 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-feature1_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
  display: flex;
}

.combine-icon_color1 {
  color: var(--combine-library--primary-600);
}

.combine-icon_medium {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color2 {
  color: var(--combine-library--secondary-600);
}

.combine-feature1_component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  align-items: center;
  margin-top: 120px;
  padding-left: 40px;
  display: flex;
}

.combine-feature1_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-feature1_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature1_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-feature1_image {
  object-fit: cover;
}

.combine-heading-style-h2-11 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h6 {
  color: var(--combine-library--grey-800);
  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: 600;
  line-height: 1.5;
}

.combine-text-size-regular-13 {
  color: var(--inkjin--black);
  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;
}

.combine-button-icon {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon:hover {
  color: var(--combine-library--primary-600);
}

.combine-section_feature8 {
  background-color: var(--combine-library--white);
}

.combine-feature8_number {
  color: var(--combine-library--grey-200);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-feature8_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.combine-feature8_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #483d91;
  background-image: linear-gradient(#000, #fff);
  border: 1px solid #ccc;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  padding: 20px;
  display: flex;
}

.combine-feature8_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  display: flex;
}

.combine-feature8_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #fff;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-left: 10px;
  padding: 20px;
  display: flex;
}

.combine-button-content {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-chevron-right_icon {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.combine-feature8_item-fast-rule-title {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  padding-left: 20px;
  display: flex;
}

.combine-feature8_wrapper-title {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  padding: 20px;
  display: flex;
}

.combine-feature8_item-1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #0000;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 20px;
  display: flex;
}

.combine-text-size-regular-13-1 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  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;
}

.combine-heading-style-h6-1 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  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: 24px;
  font-weight: 600;
  line-height: 1.5;
}

.cf-growth-section-artisrs {
  opacity: 1;
  color: #000;
  -webkit-text-stroke-color: black;
  mix-blend-mode: normal;
  background-color: #000;
  background-image: none;
  border-radius: 0;
  position: sticky;
}

.cf-growth-wrapper-artists {
  background-color: #fff;
  border: .1px #333;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-artists.large {
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1px #333;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  padding-bottom: 20px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-h2-heading-56px-artists {
  color: #000;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-growth-para-text-12px-subtitle-artists {
  color: #000;
  letter-spacing: 2px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.cf-growth-para-text-20px-white-artists {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 26px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  line-height: 155%;
}

.cf-growth-heading-32px-artists {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}

.cf-growth-para-text-18px-artists {
  color: #000;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 155%;
}

.combine-heading-style-h2-10-artists {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-size-regular-12-artists {
  color: var(--inkjin--black);
  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: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-padding-global-10-artists {
  background-color: #000;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.partner-title {
  color: #000;
  text-align: center;
  text-transform: none;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.logo {
  width: 200px;
  max-width: 200px;
  height: 200px;
}

.logos-row2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  align-items: center;
  padding-left: 1rem;
  display: flex;
}

.artists-on-inkjin {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.page-wrapper {
  background-color: #fff;
  min-height: 20vh;
  position: relative;
  overflow: hidden;
}

.logos-container2 {
  display: flex;
  position: relative;
}

.heading-1-w {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.padding-section-large {
  background-color: #f6f6f6;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.main-wrapper {
  z-index: 1;
  position: relative;
}

.combine-padding-global-13 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-11 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2-12 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-10 {
  text-align: center;
}

.combine-text-size-regular-14 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-space-medium-10 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-10 {
  height: 4rem;
}

.combine-section_gallery1 {
  background-color: var(--combine-library--white);
}

.combine-gallery1_component {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.combine-gallery1_image-wrapper {
  border-radius: .75rem;
  width: 100%;
  height: 17rem;
  display: flex;
  overflow: hidden;
}

.combine-gallery1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-feature8_content_designs {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #483d91;
  background-image: linear-gradient(#482d91, #fff);
  border: 1px solid #ccc;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  padding: 20px;
  display: flex;
}

.text-block-13, .text-block-14 {
  font-weight: 400;
}

.combine-padding-global-14 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-12 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h1-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-text-size-regular-15 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-3 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5px;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-3:hover {
  background-color: #28364ae6;
}

.combine-button-white-3 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-3:hover {
  color: var(--combine-library--primary-600);
}

.combine-button-wrapper-3 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-section_header2-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
}

.combine-header2_video-wrapper-2 {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-header2_video-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-play_icon-3 {
  color: var(--combine-library--white);
  border-radius: 50rem;
  width: 4rem;
  height: 4rem;
  transition: color .25s;
}

.combine-play_icon-3:hover {
  color: #fff9;
}

.combine-play_wrapper-3 {
  z-index: 2;
  justify-content: center;
  align-items: center;
  position: absolute;
}

.combine-header2_overlay-2 {
  z-index: 1;
  background-color: #0003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.combine-header2_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  margin-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.combine-header2_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-heading-style-h1-3-ar {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-size-regular-15-ar {
  color: var(--inkjin--black);
  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.3rem;
  font-weight: 400;
  line-height: 155%;
}

.combine-button-3-ar {
  background-color: var(--inkjin--black);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-3-ar:hover {
  background-color: #000;
}

.cf-growth-para-text-18px-artists-italics {
  color: #000;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
  line-height: 155%;
}

.combine-button-colored-3 {
  background-color: var(--inkjin--black);
  color: #fff;
  text-align: center;
  border-radius: 25px;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-colored-3:hover {
  background-color: var(--inkjin-gray-button);
  color: #000;
}

.combine-padding-global-15 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-13 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h1-4 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-text-size-regular-16 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-4 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-4:hover {
  background-color: #28364ae6;
}

.combine-button-white-4 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-4:hover {
  color: var(--combine-library--primary-600);
}

.combine-section_header1 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
}

.combine-header1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  padding-top: 0;
  padding-left: 40px;
  display: flex;
}

.combine-header1_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-button-wrapper-4 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-header1_image-wrapper {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-header1_image {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: auto;
}

.link {
  color: #00f;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.1rem;
  font-style: normal;
  font-weight: 400;
}

.combine-header1_component-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: row;
  align-items: center;
  padding-top: 150px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-block-15, .text-block-16, .text-block-17, .text-block-18, .text-block-19 {
  text-align: center;
}

.cf-tab-image-booking.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-booking.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-booking.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-booking.tab-1 {
  width: 75%;
  max-width: none;
}

.combine-padding-global-16 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-14 {
  padding-top: 0;
  padding-bottom: 4rem;
}

.combine-heading-style-h1-5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.25;
}

.combine-text-size-regular-17 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-5 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-5:hover {
  background-color: #28364ae6;
}

.combine-button-white-5 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-white-5:hover {
  color: var(--combine-library--primary-600);
}

.combine-section_header1-2 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-header1_component-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: center;
  display: flex;
}

.combine-header1_content-2 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.combine-button-wrapper-5 {
  grid-column-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-header1_image-wrapper-2 {
  border-radius: 1.25rem;
  width: 100%;
  overflow: hidden;
}

.combine-header1_image-2 {
  object-fit: cover;
  align-self: auto;
  width: auto;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.cf-growth-para-text-14px-white-artists {
  opacity: 1;
  color: #000;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 20px;
  margin-top: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 155%;
}

.combine-padding-global-17 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-15 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2-13 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h5 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-size-regular-18 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-button-icon-2 {
  color: var(--combine-library--grey-800);
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.combine-button-icon-2:hover, .combine-icon_color1-2 {
  color: var(--combine-library--primary-600);
}

.combine-icon_color2-2 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3-2 {
  color: var(--combine-library--warning-400);
}

.combine-icon_large {
  width: 3rem;
  height: 3rem;
}

.combine-icon_color4-7 {
  color: var(--inkjin-gray);
}

.combine-section_feature7 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-feature7_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.combine-feature7_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.combine-feature7_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--combine-library--white);
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.combine-feature7_content-sticky {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
  position: sticky;
  top: 1.25rem;
}

.combine-button-content-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-chevron-right_icon-2 {
  cursor: pointer;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.list {
  margin-top: 10px;
}

.list-item {
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 155%;
}

.list-item-2 {
  line-height: 20%;
}

.list-item-3 {
  line-height: 155px;
}

.combine-header1_component-3-pricing {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.cf-growth-wrapper-artists-booking {
  background-color: #fff;
  border: .1px #333;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  padding: 48px 40px 10px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-artists-booking.large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1px #333;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.combine-section_header1-2-booking {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
}

.cf-growth-wrapper-artists-booking-payments {
  background-color: #fff;
  border: .1px #333;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  height: 700px;
  padding: 48px 40px 10px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-artists-booking-payments.large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1px #333;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-growth-wrapper-artists-google-forms {
  background-color: #fff;
  border: .1px #333;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  height: 700px;
  padding: 48px 40px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-artists-google-forms.large {
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1px #333;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  padding-bottom: 20px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.combine-header1_content-2-google-form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.cf-growth-h2-heading-56px-artists-booking {
  color: #000;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-4-tabs-wrapper-homepage {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 80px;
}

.cf-tabs-header-2-homepage {
  color: #fff;
  max-width: none;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-home-tabs-homepage {
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.cf-tabs-menu-2-homepage {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content-homepage {
  border-radius: 12px;
}

.cf-tabs-content-contain-homepage, .cf-tabs-content-contain-copy {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-home-tab-link-4 {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link-4:hover {
  opacity: .8;
}

.cf-home-tab-link-4.w--current {
  background-color: var(--inkjin-purple);
  color: #fff;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-home-tabs-3 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-content-contain-3 {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-image-3.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image-3.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image-3.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image-3.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image-3.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image-3.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-tabs-header-3 {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-content-text-3 {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-features-4-tabs-heading-3 {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-features-section-7 {
  background-color: #0d0e10;
}

.cf-tabs-element-3 {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element-3._2 {
  inset: auto -6% -4% auto;
}

.cf-features-4-tabs-wrapper-3 {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-tabs-sub-heading-3 {
  color: var(--inkjin-purple);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tab-image-3.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image-3.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-tab-image-3.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image-3.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-black-small-button-3 {
  text-align: center;
  background-color: #000;
  border-radius: 100px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button-3:hover {
  background-image: linear-gradient(135deg, var(--inkjin-purple) 31%, var(--conversion-flow-library--light-coral) 75%, var(--conversion-flow-library--coral) 92%, var(--transparent));
}

.cf-tabs-header-text-3 {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-tabs-menu-4 {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tabs-content-3 {
  border-radius: 12px;
}

.cf-tabs-right-tab-3 {
  background-color: var(--inkjin-purple);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-tabs-left-wrap-3 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content-heading-3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.combine-header1_image-2-2 {
  object-fit: cover;
  align-self: auto;
  width: auto;
  height: auto;
  padding-left: 5px;
  padding-right: 5px;
}

.cf-tabs-right-tab-4 {
  background-color: var(--inkjin-gray);
  border-radius: 22px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.combine-padding-global-18 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-form_success-message {
  border: 1px solid var(--combine-library--success-800);
  background-color: var(--combine-library--success-100);
  color: var(--combine-library--success-800);
  text-align: left;
  border-radius: .25rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-form_error-message {
  border: 1px solid var(--combine-library--error-800);
  background-color: var(--combine-library--error-100);
  color: var(--combine-library--error-800);
  border-radius: .25rem;
  margin-top: .5rem;
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.combine-heading-style-h2-14 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-text-align-center-11 {
  text-align: center;
}

.combine-text-size-regular-19 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_label {
  color: var(--combine-library--grey-800);
  margin-bottom: .5rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

.combine-form_field-wrapper {
  margin-bottom: 1.25rem;
}

.combine-form_checkbox {
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.combine-form_checkbox-label {
  color: var(--combine-library--grey-800);
  margin-bottom: .125rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-form_checkbox-icon {
  border-color: var(--combine-library--grey-400);
  cursor: pointer;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon:hover {
  border-color: var(--inkjin-gray);
}

.combine-form_checkbox-icon.w--redirected-checked {
  border-color: var(--combine-library--primary-600);
  background-color: var(--combine-library--primary-600);
  background-size: 90%;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-form_checkbox-icon.w--redirected-focus {
  border-color: var(--combine-library--primary-600);
  box-shadow: none;
  border-radius: .125rem;
  width: 1rem;
  height: 1rem;
  margin: 0 .5rem 0 0;
}

.combine-button-6 {
  background-color: var(--combine-library--grey-800);
  color: #fff;
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-6:hover {
  background-color: #28364ae6;
}

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

.combine-space-medium-11 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-11 {
  height: 4rem;
}

.combine-form_input-grey {
  border: 1px solid var(--inkjin-f8f8f8);
  background-color: var(--inkjin-f8f8f8);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_input-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_input-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_input-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-section_contact1 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-contact1_component {
  background-color: var(--combine-library--white);
  border-radius: 1.25rem;
  margin-bottom: 0;
  padding: 3rem 4rem;
}

.combine-form_text-area-grey {
  border: 1px solid var(--inkjin-f8f8f8);
  background-color: var(--inkjin-f8f8f8);
  color: var(--combine-library--grey-800);
  border-radius: .5rem;
  min-width: 16rem;
  height: 100%;
  min-height: 8rem;
  margin-bottom: 0;
  padding: .5rem 1.25rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border-color .25s;
}

.combine-form_text-area-grey:hover {
  border-color: var(--combine-library--grey-100);
}

.combine-form_text-area-grey:focus {
  border-color: var(--combine-library--primary-600);
}

.combine-form_text-area-grey::placeholder {
  color: var(--combine-library--grey-200);
}

.combine-form_link {
  color: var(--combine-library--primary-600);
  text-decoration: underline;
}

.combine-form_link:hover {
  color: var(--combine-library--primary-800);
}

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

.combine-icon_color1-3 {
  color: var(--combine-library--primary-600);
}

.combine-icon_medium-2 {
  width: 2.25rem;
  height: 2.25rem;
}

.combine-icon_color2-3 {
  color: var(--combine-library--secondary-600);
}

.combine-icon_color3-3 {
  color: var(--combine-library--warning-400);
}

.combine-section_contact2 {
  background-color: var(--combine-library--white);
  margin-top: 0;
  padding-top: 150px;
}

.combine-contact2_form-wrapper {
  width: 100%;
  max-width: 36rem;
  margin-bottom: 0;
}

.combine-contact2_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  display: flex;
}

.combine-contact2_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.combine-contact2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 40px;
  display: flex;
}

.combine-heading-style-h2-14-contact {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-size-regular-19-conatct {
  color: var(--inkjin--black);
  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;
}

.cf-growth-wrapper-artists-requirements {
  opacity: 1;
  background-color: #fff;
  border: .1px #333;
  border-radius: 22px;
  width: 100%;
  max-width: none;
  height: 600px;
  padding: 48px 40px 10px;
  box-shadow: 0 13px 100px #c7c7c740;
}

.cf-growth-wrapper-artists-requirements.large {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  background-color: #fff;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: .1px #333;
  flex-direction: column;
  align-items: flex-start;
  max-width: 100%;
  height: auto;
  margin-bottom: 10px;
  padding-bottom: 20px;
  padding-left: 56px;
  padding-right: 80px;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-hero-layer-blur {
  filter: blur(25px);
  background-color: #f3f3f3;
  width: 100%;
  height: 140px;
  position: absolute;
  inset: auto 0% -12%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-testimonial-logo-image {
  margin-left: 16px;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-testimonial-text---italic {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-64px-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-testimonial-name-position {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 175%;
}

.cf-hero-testimonial-contain {
  z-index: 1;
  background-color: #fff;
  border-radius: 16px;
  max-width: 360px;
  padding: 24px 32px;
  position: absolute;
  inset: auto 0% 0% auto;
  box-shadow: 0 24px 94px #00000014;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  overflow: hidden;
}

.cf-64px-heading-about {
  color: #000;
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.cf-18px-paragraph-about {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-18px-paragraph-about.header-2 {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-weight: 400;
}

.cf-testimonial-text---italic-about {
  color: #0d0e10;
  margin-bottom: 14px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 155%;
}

.cf-testimonial-name-position-about {
  color: #0d0e10;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 175%;
}

.italic-text {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
}

.cf-hero-section-2-about {
  pointer-events: auto;
  background-color: #fff;
  padding-top: 120px;
  overflow: hidden;
}

.combine-padding-global-19 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.combine-padding-section-medium-17 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-heading-style-h2-15 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h6-2 {
  color: var(--combine-library--grey-800);
  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.125px;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-align-center-12 {
  text-align: center;
}

.combine-text-size-regular-20 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-social_icon {
  width: 1.5rem;
  height: 1.5rem;
}

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

.combine-space-medium-12 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-12 {
  height: 4rem;
}

.combine-section_team2 {
  background-color: var(--combine-library--white);
}

.combine-team2_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-team2_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 25rem;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  display: flex;
}

.combine-team2_image-wrapper {
  border-radius: 4rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.combine-team2_job-title {
  color: var(--inkjin-gray);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team2_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-team2_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--inkjin-gray);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team2_social-link:hover {
  color: var(--combine-library--primary-600);
}

.combine-team2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-team2_job-title-about-team-2 {
  color: var(--inkjin--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-text-size-regular-20-about-team-1 {
  color: var(--inkjin--black);
  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: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.combine-heading-style-h2-15-about-team {
  color: var(--combine-library--grey-800);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-text-size-regular-20-about-team {
  color: var(--inkjin--black);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-padding-global-19-about-team {
  background-color: #f8f8f8;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-heading-style-h6-2-about-team {
  color: var(--inkjin--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: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.tattoo-design {
  width: 150px;
  max-width: 150px;
  height: 150px;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 0;
  padding-right: 0;
}

.designs-on-inkjin {
  background-color: #f6f6f6;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.combine-feature8_content-artists {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #483d91;
  background-image: linear-gradient(#482d91, #fff);
  border: 1px solid #ccc;
  border-radius: 22px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 33rem;
  padding: 20px;
  display: flex;
}

.preferences-container-4 {
  z-index: 99;
  background-color: #fff;
  border: .1px solid #ccc;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.fs-cookie-popup-2 {
  background-color: #fff;
  border: .1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.cookies-gr {
  z-index: 1000;
  position: relative;
}

.field-wrapper-4 {
  border-color: #000;
}

.preferences-container-5 {
  z-index: 99;
  background-color: #fff;
  border: .1px solid #ccc;
  border-radius: 20px;
  min-width: 500px;
  max-width: 500px;
  max-height: 1080px;
  padding: 25px;
  position: relative;
}

.field-wrapper-5 {
  background-color: #000;
}

.fs-cookie-popup-5 {
  background-color: #fff;
  border: .1px solid #ccc;
  border-radius: 10px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr .25fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: auto;
  max-width: 90vw;
  height: auto;
  margin-bottom: 1%;
  margin-left: 2%;
  margin-right: 2%;
  padding: 15px;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.combine-button-2-white-purple-designs {
  aspect-ratio: auto;
  background-color: var(--inkjin-purple);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border: 1px solid #482d91;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-white-purple-designs:hover {
  color: #fff;
  background-color: #482d91;
}

.combine-button-2-white-purple-artists {
  aspect-ratio: auto;
  background-color: var(--inkjin-purple);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border: 1px solid #482d91;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-white-purple-artists:hover {
  color: #fff;
  background-color: #482d91;
}

.combine-button-2-white-purple-ar {
  aspect-ratio: auto;
  background-color: var(--inkjin-purple);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border: 1px solid #482d91;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-white-purple-ar:hover {
  color: #fff;
  background-color: #482d91;
}

.combine-button-2-white-purple-price-estimator {
  aspect-ratio: auto;
  background-color: var(--inkjin-purple);
  color: #fff;
  text-align: center;
  object-fit: fill;
  border: 1px solid #482d91;
  border-radius: 25rem;
  padding: .75rem 1.75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition-property: background-color;
}

.combine-button-2-white-purple-price-estimator:hover {
  color: #fff;
  background-color: #482d91;
}

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

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

.language-toggle-3-gr, .language-toggle-3-en {
  color: #20355a;
  border: 1px #9b9eb838;
  border-radius: 4px;
  max-width: none;
  padding: 0;
  transition: all .2s;
}

.language-list-2-en {
  background-color: #d99f9f;
  padding-right: 0;
}

.language-list-2-en.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.language-list-2-gr {
  background-color: #d99f9f;
  padding-right: 0;
}

.language-list-2-gr.w--open {
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  min-width: 200px;
  padding: 8px 16px;
  box-shadow: 18px 18px 45px 19px #4f5e781a;
}

.flag-gr {
  float: left;
  clear: right;
  background-image: url('../images/greece.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

.cookies-gr-2 {
  z-index: 1000;
  position: relative;
}

.field-wrapper-6 {
  border-color: #000;
}

.combine-padding-global-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.combine-padding-section-medium-18 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.combine-container-medium-7 {
  width: 100%;
  max-width: 58rem;
  margin-left: auto;
  margin-right: auto;
}

.combine-heading-style-h2-16 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.35;
}

.combine-heading-style-h6-3 {
  color: var(--combine-library--grey-800);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.combine-text-align-center-13 {
  text-align: center;
}

.combine-text-size-regular-21 {
  color: var(--inkjin-gray);
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-social_icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

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

.combine-space-medium-13 {
  width: 100%;
  height: 1.5rem;
}

.combine-space-large-13 {
  height: 4rem;
}

.combine-section_team1 {
  background-color: var(--inkjin-f8f8f8);
}

.combine-team1_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: start;
  display: flex;
}

.combine-team1_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--combine-library--white);
  text-align: center;
  border-radius: 1.25rem;
  flex-direction: column;
  align-items: center;
  padding: 2rem 1.5rem;
  display: flex;
}

.combine-team1_image-wrapper {
  border-radius: 4rem;
  width: 5rem;
  height: 5rem;
  overflow: hidden;
}

.combine-team1_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.combine-team1_job-title {
  color: var(--inkjin-gray);
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.combine-team1_social-links {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.combine-team1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: var(--inkjin-gray);
  justify-content: center;
  align-items: center;
  display: flex;
}

.combine-team1_social-link:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_component-2 {
  background-color: var(--transparent);
  width: 100%;
  padding-top: .75rem;
  padding-bottom: .75rem;
  position: fixed;
}

.combine-nav1_container-2 {
  background-color: #f8f8f8;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  margin-left: 0;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.combine-nav1_logo-link-2.w--current {
  align-items: center;
  display: flex;
}

.combine-nav1_logo-2 {
  width: auto;
  max-width: none;
  height: 60px;
  max-height: none;
}

.combine-nav1_menu-2 {
  align-items: center;
  display: flex;
}

.combine-nav1_link-2 {
  color: var(--inkjin--black);
  background-color: #f8f8f8;
  padding: .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color .25s;
}

.combine-nav1_link-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_link-2.w--current {
  color: var(--inkjin--black);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.combine-nav1_dropdown-toggle-2 {
  color: var(--inkjin--black);
  padding: .5rem 2.5rem .5rem 1.25rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition: color .25s;
}

.combine-nav1_dropdown-toggle-2:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_icon-2 {
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1.25rem;
}

.combine-nav1_dropdown-list-2 {
  background-color: var(--inkjin-f8f8f8);
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.combine-nav1_dropdown-list-2.w--open {
  background-color: #0000;
  width: 200px;
  max-width: none;
}

.combine-nav1_button-wrapper-2 {
  grid-column-gap: 1rem;
  align-items: center;
  margin-left: 1.25rem;
  display: flex;
}

.combine-button-small-3 {
  background-color: var(--combine-library--grey-800);
  color: var(--combine-library--white);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s;
}

.combine-button-small-3:hover {
  background-color: #28364ae6;
}

.combine-nav1_menu-button-2 {
  padding: .5rem;
}

.combine-menu-icon_line-top-3 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-menu-icon-3 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.combine-menu-icon_line-middle-3 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}

.combine-menu-icon_line-bottom-3 {
  background-color: var(--combine-library--grey-800);
  border-radius: 1rem;
  width: 1.25rem;
  height: .125rem;
}

.combine-button-white-small-3 {
  background-color: var(--combine-library--white);
  color: var(--combine-library--grey-800);
  text-align: center;
  border-radius: .5rem;
  padding: .75rem 1.5rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: color .25s;
}

.combine-button-white-small-3:hover {
  color: var(--combine-library--primary-600);
}

.combine-nav1_dropdown-wrapper-2 {
  grid-column-gap: 1rem;
  background-color: var(--combine-library--white);
  border-radius: 1rem;
  margin-top: .5rem;
  padding: 1rem;
  display: flex;
  box-shadow: 0 2px .5rem #28364a33;
}

.combine-nav1_item-2 {
  color: var(--inkjin-gray);
  padding: .5rem .75rem;
  font-family: Open Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .25s, color .25s;
}

.combine-nav1_item-2:hover {
  background-color: var(--inkjin-f8f8f8);
  color: var(--combine-library--primary-600);
  border-radius: .5rem;
}

.combine-nav1_dropdown-column-2 {
  min-width: 10rem;
}

.combine-nav1_dropdown-title-2 {
  color: var(--combine-library--grey-800);
  padding-left: .75rem;
  padding-right: .75rem;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.language-dropdown-gr {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 40px;
}

.combine-clients1_rate-home {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  border-radius: 1.25rem;
  flex-flow: row;
  justify-content: center;
  padding-top: 20px;
  display: flex;
}

.combine-section_header6-home {
  background-color: var(--combine-library--white);
  padding: 150px 30px 50px;
}

.walsh-main-grid-simple {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  grid-template-rows: 1px;
  grid-template-columns: 1fr;
  grid-auto-rows: minmax(0%, 1fr);
  align-items: start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  position: relative;
}

.combine-header2_image-wrapper {
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.combine-heading-style-h1-3-404 {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  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: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

.combine-feature1_content-terms {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 90%;
  max-width: none;
  display: flex;
}

.combine-text-size-regular-12-terms {
  color: var(--inkjin--black);
  margin-bottom: 0;
  padding-top: 40px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.combine-heading-style-h2-10-terms {
  color: var(--inkjin--black);
  letter-spacing: -.01em;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 100%;
}

@media screen and (min-width: 1280px) {
  .rt-about-us-about-text {
    justify-content: center;
    align-items: center;
  }

  .rt-about-us-about-text.rt-about-us-tag-v17 {
    margin-left: -91px;
  }

  .rt-about-us-about-main-text-wrapper {
    width: auto;
  }

  .rt-about-us-about-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .rt-about-us-rating-details {
    flex: 1;
    max-width: 250px;
  }

  .rt-about-us-about-button {
    flex: none;
  }

  .rt-about-us-about-item {
    max-width: 600px;
  }

  .cf-tabs-element, .cf-tabs-element-2 {
    top: 18%;
    right: 21%;
  }

  .combine-header1_content-2, .combine-header1_content-2-google-form {
    max-width: none;
  }

  .cf-tabs-element-3 {
    top: 18%;
    right: 21%;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }
}

@media screen and (min-width: 1440px) {
  .rt-about-us-about-text.rt-about-us-tag-v17 {
    margin-left: -106px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tabs-image-2.tab-2 {
    width: 62%;
  }

  .cf-tabs-image-2.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-2.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-2.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-2.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-2.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element-2 {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image-2.tab-5 {
    width: 68%;
  }

  .cf-tab-image-2.tab-4 {
    width: 78%;
  }

  .cf-tab-image-2.tab-3 {
    width: 80%;
  }

  .cf-tab-image-2.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .button-2.deny {
    background-color: #fff;
  }

  .cf-tab-image-booking.tab-5 {
    width: 68%;
  }

  .cf-tab-image-booking.tab-4 {
    width: 78%;
  }

  .cf-tab-image-booking.tab-3 {
    width: 80%;
  }

  .cf-tab-image-booking.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .combine-header1_content-2, .combine-header1_content-2-google-form {
    max-width: none;
  }

  .cf-tabs-image-3.tab-2 {
    width: 62%;
  }

  .cf-tabs-image-3.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image-3.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image-3.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image-3.absolute.card {
    width: 48%;
  }

  .cf-tabs-image-3.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element-3 {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image-3.tab-5 {
    width: 68%;
  }

  .cf-tab-image-3.tab-4 {
    width: 78%;
  }

  .cf-tab-image-3.tab-3 {
    width: 80%;
  }

  .cf-tab-image-3.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .preferences-container-4 {
    background-color: #fff;
  }

  .fs-cookie-popup-2 {
    background-color: #fff;
    border-style: solid;
    border-width: .1px;
  }
}

@media screen and (min-width: 1920px) {
  .rt-about-us-about-button {
    flex: none;
  }

  .combine-header1_content-2, .combine-header1_content-2-google-form {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .walsh-link-block-black {
    padding-left: 50px;
  }

  .walsh-button-hover-fill {
    display: none;
  }

  .walsh-container-nav {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white:hover {
    background-color: #0000;
  }

  .walsh-dropdown {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button.w--open {
    background-color: #0000;
  }

  .walsh-nav-menu-green-left {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-right: 20px;
  }

  .walsh-float-menu-gray {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-white-padding {
    padding: 10px;
  }

  .walsh-nav-link-black {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black:hover {
    background-color: #0000;
  }

  .walsh-toggle-black {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black:hover {
    background-color: #0000;
  }

  .walsh-menu-button-black {
    order: 1;
  }

  .walsh-menu-button-black.w--open {
    color: var(--inkjin--black);
    background-color: #0000;
  }

  .walsh-nav-menu-gray {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-link-block-black-2 {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-2 {
    display: none;
  }

  .walsh-container-nav-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 0;
  }

  .walsh-nav-link-white-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-white-2:hover {
    background-color: #0000;
  }

  .walsh-dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-2:hover {
    background-color: #0000;
  }

  .walsh-flex-nav-buttons-2 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-menu-button-2 {
    color: #fff;
    order: 1;
  }

  .walsh-menu-button-2.w--open {
    background-color: #0000;
  }

  .walsh-nav-menu-justify {
    background-color: var(--walsh--walsh-dark-green);
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-link-block-gray, .walsh-link-block-orange {
    padding-left: 50px;
  }

  .walsh-button-hover-fill-3 {
    display: none;
  }

  .walsh-dropdown-3 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-flex-nav-buttons-3 {
    justify-content: flex-start;
    margin-top: 15px;
  }

  .walsh-float-menu {
    padding: 10px 0;
  }

  .walsh-nav-wrapper-green-padding {
    padding: 10px;
  }

  .walsh-nav-link-black-2 {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-nav-link-black-2:hover {
    background-color: #0000;
  }

  .walsh-toggle-black-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black-2:hover {
    background-color: #0000;
  }

  .walsh-menu-button-black-2 {
    order: 1;
  }

  .walsh-menu-button-black-2.w--open {
    color: var(--inkjin--black);
    background-color: #0000;
  }

  .walsh-nav-menu-white-2 {
    background-color: #fff;
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .walsh-inner-container-nav-float-2 {
    padding-left: 25px;
    padding-right: 0;
  }

  .walsh-dropdown-4 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle-black-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black-3:hover {
    background-color: #0000;
  }

  .walsh-dropdown-5 {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
  }

  .walsh-toggle-black-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .walsh-toggle-black-4:hover {
    background-color: #0000;
  }

  .language-link {
    max-width: none;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid-no-gap, .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-footer-line-divider {
    margin-bottom: 20px;
  }

  .walsh-footer-grid-social {
    width: 100%;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: auto;
  }

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

  .walsh-footer-line-divider-2 {
    margin-bottom: 20px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: auto;
  }

  .walsh-button-fill {
    display: none;
  }

  .walsh-main-grid-no-gap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-paragraph-serif-left-hero {
    max-width: none;
  }

  .walsh-image-hero {
    width: 100%;
    max-width: none;
  }

  .walsh-heading-xlarge-white {
    font-size: 4em;
  }

  .combine-padding-global {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1 {
    font-size: 2.75rem;
  }

  .combine-padding-global-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1-2 {
    font-size: 2.75rem;
  }

  .combine-section_header6 {
    padding-left: 20px;
  }

  .combine-nav2_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--inkjin-f8f8f8);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav2_link-wrapper {
    flex-direction: column;
  }

  .combine-nav2_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav2_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav2_dropdown {
    width: 100%;
  }

  .combine-nav2_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav2_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav2_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav2_menu-button.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-wrapper-4 {
    order: -1;
    transition: transform .3s;
  }

  .brix---hamburger-menu-wrapper-4:hover {
    transform: scale(.96);
  }

  .brix---hamburger-menu-wrapper-4.w--open {
    background-color: #0000;
  }

  .brix---hamburger-menu-bar-top-white {
    background-color: #000;
    width: 44px;
    height: 3px;
  }

  .brix---hamburger-menu-bar-bottom-white {
    background-color: #000;
    width: 44px;
    height: 3px;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .combine-padding-global-3 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--inkjin-f8f8f8);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown {
    width: 100%;
  }

  .combine-nav1_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_button-wrapper {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav1_item {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav4_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav4_button-wrapper {
    margin-left: 2.5rem;
  }

  .combine-nav4_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav4_dropdown {
    width: 100%;
  }

  .combine-nav4_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav4_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_menu {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--inkjin-f8f8f8);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .combine-nav3_link-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .combine-nav3_button-wrapper {
    justify-content: flex-start;
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 2.5rem;
  }

  .combine-nav3_menu-button.w--open {
    background-color: #0000;
  }

  .combine-nav3_link {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav3_dropdown {
    width: 100%;
  }

  .combine-nav3_dropdown-toggle {
    padding-left: 2.5rem;
  }

  .combine-nav3_dropdown-list.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav3_item, .combine-padding-global-4 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2 {
    font-size: 2.5rem;
  }

  .combine-heading-style-h1-main {
    font-size: 2.75rem;
  }

  .walsh-footer-line-divider-3, .walsh-footer-line-divider-gray {
    margin-bottom: 20px;
  }

  .combine-padding-global-5 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-2 {
    font-size: 2.5rem;
  }

  .combine-padding-global-6 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-3 {
    font-size: 2.5rem;
  }

  .combine-padding-global-7 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-4, .combine-heading-style-h2-4-white {
    font-size: 2.5rem;
  }

  .combine-padding-global-8 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-5, .combine-heading-style-h2-6 {
    font-size: 2.5rem;
  }

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

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .combine-padding-global-9 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-7 {
    font-size: 2.5rem;
  }

  .rt-feature-left {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex: 1;
  }

  .rt-feature-left-content {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: none;
  }

  .rtcargo-image {
    display: none;
  }

  .rt-feature-right-content {
    max-width: none;
  }

  .rt-left-para {
    text-align: left;
  }

  .rt-feature-main-wrapper {
    justify-content: center;
    align-items: center;
  }

  .rt-feature-middle, .rt-black-ship {
    display: none;
  }

  .rt-feature-right {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex: 1;
  }

  .rt-about-us-about-main {
    padding-left: 0;
  }

  .rt-about-us-about-image-design {
    display: none;
  }

  .rt-about-us-about-line {
    width: 48px;
    height: 1px;
  }

  .rt-about-us-button-wrapper {
    padding-left: 0;
  }

  .rt-about-us-text-wrapper {
    flex-flow: column;
  }

  .rt-about-us-about-main-text {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .rt-about-us-about-paragraph {
    max-width: 100%;
  }

  .rt-body-font-13.rt-text-capitalize.rt-chnage-line-breaking.rt-change-direction {
    transform: none;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-menu-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-growth-wrapper {
    padding: 40px 30px;
  }

  .cf-growth-para-text-18px {
    line-height: 150%;
  }

  .cf-growth-para-text-20px {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-h2-heading-56px {
    line-height: 100%;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 50px;
    padding-bottom: 150px;
  }

  .cf-growth-heading-32px {
    line-height: 120%;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr 1fr;
  }

  .cf-growth-para-text-20px-white {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-para-text-12px-subtitle {
    line-height: 150%;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu-3 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab-2 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-testimonial-paragraph {
    font-size: 18px;
  }

  .cf-hero-6---right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .cf-hero-6---left-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-1140px-wrapper---hero-6 {
    flex-direction: column;
    padding-top: 0;
  }

  .combine-padding-global-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-8 {
    font-size: 2.5rem;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .combine-padding-global-11 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-cta4_component, .combine-cta4_component-2, .combine-cta4_component-download {
    grid-auto-columns: 1fr;
    padding: 3rem;
  }

  .combine-padding-global-11-white {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

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

  .fs-cookie-popup-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .fs-manager-opener {
    z-index: 1;
  }

  .fs-preferences-manager-wrapper {
    display: none;
  }

  .combine-padding-global-12 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-9, .combine-heading-style-h2-10, .combine-heading-style-h2-11 {
    font-size: 2.5rem;
  }

  .combine-button-icon {
    white-space: nowrap;
  }

  .cf-growth-wrapper-artists {
    padding: 40px 30px;
  }

  .cf-growth-h2-heading-56px-artists {
    line-height: 100%;
  }

  .cf-growth-para-text-12px-subtitle-artists {
    line-height: 150%;
  }

  .cf-growth-para-text-20px-white-artists {
    font-size: 18px;
    line-height: 150%;
  }

  .cf-growth-heading-32px-artists {
    line-height: 120%;
  }

  .cf-growth-para-text-18px-artists {
    line-height: 150%;
  }

  .combine-heading-style-h2-10-artists {
    font-size: 2.5rem;
  }

  .combine-padding-global-10-artists {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .partner-title {
    margin-bottom: 32px;
  }

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

  .combine-padding-global-13 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-12 {
    font-size: 2.5rem;
  }

  .combine-padding-global-14 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1-3, .combine-heading-style-h1-3-ar {
    font-size: 2.75rem;
  }

  .cf-growth-para-text-18px-artists-italics {
    line-height: 150%;
  }

  .combine-padding-global-15 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1-4 {
    font-size: 2.75rem;
  }

  .combine-padding-global-16 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h1-5 {
    font-size: 2.75rem;
  }

  .cf-growth-para-text-14px-white-artists {
    font-size: 18px;
    line-height: 150%;
  }

  .combine-padding-global-17 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-13 {
    font-size: 2.5rem;
  }

  .combine-button-icon-2 {
    white-space: nowrap;
  }

  .cf-growth-wrapper-artists-booking, .cf-growth-wrapper-artists-booking-payments, .cf-growth-wrapper-artists-google-forms {
    padding: 40px 30px;
  }

  .cf-growth-h2-heading-56px-artists-booking {
    line-height: 100%;
  }

  .cf-tabs-menu-2-homepage {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-content-contain-homepage, .cf-tabs-content-contain-copy, .cf-tabs-content-contain-3 {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-menu-4 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-tabs-right-tab-3 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-3 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-right-tab-4 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .combine-padding-global-18 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-14 {
    font-size: 2.5rem;
  }

  .combine-form_input-grey {
    min-width: 12rem;
  }

  .combine-heading-style-h2-14-contact {
    font-size: 2.5rem;
  }

  .cf-growth-wrapper-artists-requirements {
    padding: 40px 30px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-64px-heading {
    font-size: 54px;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-64px-heading-about {
    font-size: 54px;
  }

  .cf-18px-paragraph-about {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph-about.header-2 {
    margin-bottom: 40px;
  }

  .combine-padding-global-19 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-15 {
    font-size: 2.5rem;
  }

  .combine-team2_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-heading-style-h2-15-about-team {
    font-size: 2.5rem;
  }

  .combine-padding-global-19-about-team {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .fs-cookie-popup-2, .fs-cookie-popup-5 {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    max-width: 95%;
    display: flex;
  }

  .combine-padding-global-20 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-heading-style-h2-16 {
    font-size: 2.5rem;
  }

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

  .combine-nav1_menu-2 {
    border-bottom: 1px solid var(--combine-library--grey-200);
    background-color: var(--inkjin-f8f8f8);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding-top: .5rem;
    padding-bottom: 1.5rem;
  }

  .combine-nav1_link-2 {
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-nav1_dropdown-2 {
    width: 100%;
  }

  .combine-nav1_dropdown-toggle-2 {
    padding-left: 2.5rem;
  }

  .combine-nav1_dropdown-list-2.w--open {
    justify-content: center;
    align-items: center;
    padding-bottom: .5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_button-wrapper-2 {
    margin-top: .5rem;
    margin-left: 2.5rem;
  }

  .combine-nav1_menu-button-2.w--open {
    background-color: #0000;
  }

  .combine-nav1_item-2 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .combine-section_header6-home {
    padding-left: 20px;
  }

  .walsh-main-grid-simple {
    grid-template-columns: 1fr 1fr;
  }

  .combine-heading-style-h1-3-404 {
    font-size: 2.75rem;
  }

  .combine-heading-style-h2-10-terms {
    font-size: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .walsh-brand-block, .walsh-brand-block-2, .walsh-brand-block-3 {
    padding-left: 0;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-form-single {
    flex-direction: row;
  }

  .walsh-logo-footer {
    max-height: 32px;
  }

  .walsh-text-field-single-grey {
    text-align: left;
  }

  .walsh-main-grid-2 {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-form-single-2 {
    flex-direction: row;
  }

  .walsh-logo-footer-2 {
    max-height: 32px;
  }

  .walsh-text-field-single-grey-2 {
    text-align: left;
  }

  .walsh-paragraph-serif-left-hero {
    font-size: 1.4em;
  }

  .walsh-left-hero {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .walsh-heading-xlarge-white {
    font-size: 3em;
  }

  .combine-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-play_icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .combine-header2_component {
    flex-direction: column;
  }

  .combine-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-play_icon-2 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .combine-padding-global-3, .combine-padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-clients1_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .combine-padding-global-5, .combine-padding-global-6, .combine-padding-global-7, .combine-padding-global-8 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .combine-padding-global-9 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature3_component {
    flex-direction: column;
  }

  .combine-gallery3_component {
    column-count: 2;
  }

  .rt-feature-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .rt-feature-left-content {
    max-width: none;
    margin-bottom: 30px;
  }

  .rt-feature-right-content {
    max-width: none;
  }

  .rt-feature-main-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .rt-feature-right {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .rt-auto-fit-10.rt-responsive-image-full-width {
    height: 100%;
  }

  .rt-about-us-button-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .rt-about-us-rating {
    border-right-width: 0;
    flex-basis: auto;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-home-tab-link-2 {
    padding: 15px 30px;
  }

  .cf-tabs-menu-2 {
    width: 100%;
  }

  .cf-growth-wrapper.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-para-text-18px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 45px;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .cf-growth-heading-32px {
    font-size: 30px;
  }

  .cf-growth-grid {
    grid-template-columns: 1fr;
    place-content: center;
    justify-items: center;
  }

  .cf-growth-para-text-12px-subtitle {
    font-size: 16px;
  }

  .cf-home-tab-link-3 {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain-2 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading-2 {
    font-size: 35px;
  }

  .cf-tabs-menu-3 {
    width: 100%;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-2 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 22px;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-hero-section-6 {
    padding-bottom: 120px;
  }

  .combine-padding-global-10 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-logo-2-heading {
    text-align: center;
    font-size: 22px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .combine-padding-global-11 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-cta4_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .cf-features-4-tabs-heading-2-rating {
    font-size: 35px;
  }

  .combine-cta4_component-2, .combine-cta4_component-download {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    justify-items: start;
    padding: 2.5rem;
  }

  .combine-padding-global-11-white {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .preferences-container-2 {
    min-width: 300px;
    max-width: 80vw;
  }

  .cookie-paragraph-3 {
    width: 100%;
    margin-bottom: 5px;
    font-size: 12px;
    line-height: 16px;
  }

  .button-wrapper-3 {
    grid-column-gap: 10px;
    margin-top: 0;
  }

  .fs-cookie-popup-4 {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

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

  .combine-gallery3_component-2 {
    column-count: 2;
  }

  .combine-feature1_component, .combine-feature8_component {
    flex-direction: column;
  }

  .cf-growth-wrapper-artists.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px-artists {
    font-size: 45px;
  }

  .cf-growth-para-text-12px-subtitle-artists {
    font-size: 16px;
  }

  .cf-growth-heading-32px-artists {
    font-size: 30px;
  }

  .cf-growth-para-text-18px-artists {
    font-size: 16px;
  }

  .combine-padding-global-10-artists {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .artists-on-inkjin {
    padding: 60px 15px;
  }

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

  .combine-padding-global-13 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr 1fr;
  }

  .combine-padding-global-14 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-play_icon-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .combine-header2_component-2 {
    flex-direction: column;
  }

  .cf-growth-para-text-18px-artists-italics {
    font-size: 16px;
  }

  .combine-padding-global-15 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-header1_component, .combine-header1_component-2 {
    flex-direction: column;
  }

  .combine-padding-global-16 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-header1_component-3 {
    flex-direction: column;
  }

  .combine-padding-global-17 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-feature7_component {
    flex-direction: column;
  }

  .combine-feature7_content-sticky {
    position: static;
  }

  .combine-header1_component-3-pricing {
    flex-direction: column;
  }

  .cf-growth-wrapper-artists-booking.large, .cf-growth-wrapper-artists-booking-payments.large, .cf-growth-wrapper-artists-google-forms.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-growth-h2-heading-56px-artists-booking {
    font-size: 45px;
  }

  .cf-tabs-menu-2-homepage {
    width: 100%;
  }

  .cf-tabs-content-contain-homepage, .cf-tabs-content-contain-copy {
    flex-direction: column;
    min-height: auto;
  }

  .cf-home-tab-link-4 {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain-3 {
    flex-direction: column;
    min-height: auto;
  }

  .cf-features-4-tabs-heading-3 {
    font-size: 35px;
  }

  .cf-tabs-menu-4 {
    width: 100%;
  }

  .cf-tabs-right-tab-3 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-left-wrap-3 {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-heading-3 {
    font-size: 22px;
  }

  .cf-tabs-right-tab-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .combine-padding-global-18 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-form_input-grey, .combine-form_text-area-grey {
    min-width: 0;
  }

  .combine-contact2_component {
    flex-direction: column;
  }

  .cf-growth-wrapper-artists-requirements.large {
    background-position: 16px 25px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-64px-heading-about {
    font-size: 50px;
  }

  .combine-padding-global-19 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-team2_component {
    flex-direction: column;
    align-items: center;
  }

  .combine-padding-global-19-about-team {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .designs-on-inkjin {
    padding: 60px 15px;
  }

  .preferences-container-4 {
    min-width: 300px;
    max-width: 80vw;
  }

  .fs-cookie-popup-2 {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .preferences-container-5 {
    min-width: 300px;
    max-width: 80vw;
  }

  .fs-cookie-popup-5 {
    flex-direction: column;
    margin-bottom: 2%;
    padding: 15px;
  }

  .combine-padding-global-20 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .combine-team1_component {
    flex-direction: column;
    align-items: center;
  }

  .walsh-main-grid-simple {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }
}

@media screen and (max-width: 479px) {
  .walsh-link-block-black {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button {
    font-size: 16px;
  }

  .walsh-nav-logo {
    min-width: auto;
    max-width: 120px;
    height: auto;
    min-height: auto;
    max-height: 34px;
  }

  .walsh-nav-link-white {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-transparent-1 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-float-menu-gray {
    background-color: #f8f8f8;
  }

  .walsh-nav-wrapper-white-padding {
    background-color: #0000;
    width: 100%;
  }

  .walsh-nav-link-black {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-black {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-nav-menu-gray {
    background-color: #f8f8f8;
  }

  .walsh-link-block-black-2 {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-2 {
    font-size: 16px;
  }

  .walsh-nav-logo-2 {
    height: 24px;
  }

  .walsh-nav-link-white-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-2 {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .walsh-flex-nav-buttons-2 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-link-block-transparent-1-2 {
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-link-block-gray {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-black, .walsh-label-button-white {
    font-size: 16px;
  }

  .walsh-link-block-orange {
    align-self: center;
    padding-left: 30px;
    padding-right: 25px;
  }

  .walsh-label-button-3 {
    font-size: 16px;
  }

  .walsh-nav-logo-3 {
    height: 24px;
  }

  .walsh-flex-nav-buttons-3 {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: stretch;
  }

  .walsh-nav-link-black-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .walsh-toggle-black-2, .walsh-toggle-black-3, .walsh-toggle-black-4 {
    padding-top: 15px;
    padding-bottom: 14px;
  }

  .language-link {
    justify-content: flex-start;
    max-width: none;
  }

  .language-link:hover {
    max-width: none;
  }

  .flag-6 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .language-dropdown-en {
    position: relative;
  }

  .flag-sv, .flag-7 {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .language-dropdown-en-2 {
    padding: 15px 0 15px 2.5rem;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .walsh-form-wrapper {
    width: 100%;
  }

  .walsh-form-single {
    align-items: center;
  }

  .walsh-content-wrapper-gap {
    grid-row-gap: 1.2em;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-heading-small {
    padding-top: 10px;
    font-size: 16px;
  }

  .walsh-footer-link {
    font-size: 14px;
  }

  .walsh-footer-legal-text {
    font-size: 11px;
  }

  .walsh-logo-footer {
    max-height: 24px;
  }

  .walsh-content-wrapper-white {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-grid-social, .walsh-footer-inner {
    justify-content: center;
    width: 100%;
  }

  .walsh-text-field-single-grey {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-container-2 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-form-wrapper-2 {
    width: 100%;
  }

  .walsh-form-single-2 {
    align-items: center;
  }

  .walsh-heading-small-2 {
    font-size: 1em;
  }

  .walsh-footer-legal-text-2 {
    font-size: 11px;
  }

  .walsh-logo-footer-2 {
    max-height: 24px;
  }

  .walsh-content-wrapper-white-2 {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-footer-inner-2 {
    width: 100%;
  }

  .walsh-text-field-single-grey-2 {
    text-align: left;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .walsh-container-3 {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-button-circle {
    width: 5em;
    height: 5em;
  }

  .walsh-paragraph-serif-left-hero {
    text-align: center;
    font-size: 1.2em;
  }

  .walsh-left-hero {
    text-align: center;
    align-items: center;
    padding-top: 30px;
    font-size: 18px;
  }

  .combine-padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-padding-global-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-2 {
    width: 100%;
  }

  .combine-button-wrapper-2 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-section_header6 {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-nav2_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_logo-link.w--current {
    align-items: center;
  }

  .combine-nav4_button-wrapper {
    grid-column-gap: .5rem;
  }

  .combine-nav4_container {
    white-space: nowrap;
  }

  .combine-nav4_logo-link.w--current, .combine-nav3_logo-link.w--current {
    align-items: center;
  }

  .combine-padding-global-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-clients1_rate {
    justify-content: center;
  }

  .combine-text-size-regular-rating-home {
    margin-bottom: 0;
    font-size: 1.1rem;
  }

  .combine-heading-style-h1-main {
    padding-top: 60px;
    font-weight: 700;
    line-height: 100%;
  }

  .container {
    align-self: center;
  }

  .walsh-content-wrapper-black-footer {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .walsh-heading-small-white {
    padding-top: 10px;
    font-size: 20px;
  }

  .walsh-footer-legal-text-white {
    font-size: 14px;
  }

  .walsh-footer-link-white {
    font-size: 16px;
  }

  .walsh-main-paragraph-white {
    font-size: 1em;
  }

  .combine-padding-global-5, .combine-padding-global-6, .combine-padding-global-7 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-faq2_question-2 {
    width: auto;
    min-width: auto;
    padding-top: 0;
  }

  .combine-padding-global-8 {
    padding-left: 1.5rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium-7 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .combine-faq2_answer-3 {
    width: auto;
    min-width: auto;
    overflow: hidden;
  }

  .combine-faq2_accordion-4 {
    width: 350px;
    min-width: auto;
    max-width: none;
  }

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

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

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

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

  .footer-social-block-two {
    margin-top: 20px;
  }

  .combine-padding-global-9 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-feature3_wrapper {
    flex-direction: column;
  }

  .combine-gallery3_component {
    column-count: 1;
  }

  .rt-feature-left-content {
    border-radius: 20px;
  }

  .rt-feature-middle {
    align-self: auto;
    display: none;
  }

  .rt-image-overlay-box {
    opacity: 1;
  }

  .rt-about-us-about-image {
    box-sizing: border-box;
    object-fit: fill;
    position: absolute;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 35%;
    max-width: none;
  }

  .cf-tabs-content-text {
    font-size: 18px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-features-4-tabs-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-home-tab-link-2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-menu-2 {
    margin-bottom: 50px;
  }

  .cf-growth-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-para-text-18px {
    font-size: 18px;
    line-height: 155%;
  }

  .cf-growth-para-text-20px {
    font-size: 16px;
  }

  .cf-growth-h2-heading-56px {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .cf-wrapper-1160.growth-flex {
    padding-top: 0;
    padding-bottom: 0;
  }

  .cf-growth-heading-32px {
    font-size: 28px;
  }

  .cf-growth-grid {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-growth-para-text-20px-white {
    font-size: 18px;
    line-height: 155%;
  }

  .cf-growth-para-text-12px-subtitle {
    font-size: 12px;
  }

  .cf-home-tab-link-3 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain-2 {
    min-height: auto;
  }

  .cf-tabs-content-text-2 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-2 {
    text-align: center;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .cf-tabs-element-2._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-header-text-2 {
    font-size: 16px;
  }

  .cf-tabs-menu-3 {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap-2 {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading-2 {
    font-size: 20px;
  }

  .walsh-main-paragraph-white-footer {
    font-size: 16px;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-testimonial-paragraph {
    text-align: center;
    margin-top: 0;
    font-size: 16px;
  }

  .cf-home-6---top-contain {
    flex-direction: column;
  }

  .cf-home-6---divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .cf-hero-6---text-container-1 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---right-container {
    margin-top: 20px;
  }

  .cf-testimonial-name {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-hero-section-6 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-testimonial-image {
    border-radius: 0;
    max-width: 24px;
    height: 40px;
    margin-right: 8px;
  }

  .cf-40px-heading---white {
    text-align: center;
    object-fit: fill;
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2.5em;
  }

  .cf-20px-paragraph---white {
    text-align: center;
    font-size: 24px;
  }

  .cf-clients-images-container {
    margin-bottom: 16px;
  }

  .cf-testimonial-position {
    font-size: 12px;
  }

  .cf-hero-6---text-container-2 {
    margin-left: 0;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-3 {
    margin-right: 0;
    padding: 20px 10px 20px 16px;
  }

  .cf-client-review-white {
    font-size: 18px;
  }

  .combine-padding-global-10 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium-9 {
    padding-bottom: 20px;
  }

  .combine-heading-style-h2-8 {
    text-align: left;
  }

  .combine-faq2_accordion-5 {
    min-width: 350px;
    max-width: none;
  }

  .image-4 {
    max-width: 75%;
  }

  .cf-hero-6---image-container-1 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding: 20px 10px 20px 16px;
  }

  .cf-20px-paragraph---white-rating-subtitle {
    text-align: center;
    font-size: 18px;
  }

  .cf-logo-2-heading {
    font-size: 20px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 21px;
    grid-row-gap: 21px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logos-2---image-contain {
    width: 40%;
    min-width: 100px;
    height: 50px;
  }

  .cf-logo-image {
    width: 100px;
    max-width: none;
  }

  .cf-20px-paragraph---white-featured {
    text-align: center;
    font-size: 24px;
  }

  .cf-hero-6---image-container-1-featured {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
    padding: 20px 10px 20px 16px;
  }

  .combine-padding-global-11 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-container-medium-6 {
    width: 90%;
  }

  .combine-button-colored:hover {
    background-color: var(--inkjin--black);
  }

  .combine-cta4_component {
    text-align: center;
    justify-items: center;
    padding: 40px 1.5rem;
  }

  .combine-cta4_title {
    font-size: 2.5rem;
  }

  .cf-features-4-tabs-heading-2-rating {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 2.5rem;
    line-height: 100%;
  }

  .combine-cta4_component-2 {
    text-align: center;
    justify-items: center;
    padding: 1.5rem;
  }

  .combine-cta4_component-download {
    text-align: center;
    justify-items: center;
    width: 100%;
    padding: 40px 1.5rem;
  }

  .combine-cta4_title-black {
    font-size: 2.5rem;
  }

  .combine-padding-global-11-white {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 20px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .combine-button-colored-download:hover {
    background-color: var(--inkjin--black);
  }

  .preferences-container-2 {
    padding: 15px;
  }

  .cookie-paragraph-3 {
    max-width: 200px;
    margin-bottom: 0;
    font-size: 12px;
  }

  .button-wrapper-3 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .privacy-title-3 {
    margin-bottom: 10px;
  }

  .cookie-tag {
    margin-bottom: 2px;
  }

  .button-2.deny, .button-2.accept, .button-2.accept, .button-2.deny, .button-2.accept, .button-2.accept, .button-2.deny {
    margin-right: 0;
  }

  .close-button {
    top: 10px;
    right: 10px;
  }

  .fs-cookie-popup-4 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: grid;
  }

  .preferences-link {
    margin-right: 0;
  }

  .fs-preferences-manager-wrapper {
    align-items: flex-start;
    padding-top: 5vw;
    overflow: scroll;
  }

  .combine-padding-global-12 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery3_component-2 {
    column-count: 1;
  }

  .combine-feature1_component {
    padding-left: 0;
  }

  .combine-feature1_wrapper {
    flex-direction: column;
  }

  .combine-heading-style-h6 {
    text-align: center;
    width: 100%;
  }

  .combine-text-size-regular-13 {
    text-align: center;
  }

  .combine-feature8_wrapper {
    flex-direction: column;
  }

  .combine-feature8_item {
    margin-left: 0;
  }

  .combine-feature8_wrapper-title {
    flex-direction: column;
  }

  .combine-feature8_item-1 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-text-size-regular-13-1 {
    text-align: center;
  }

  .combine-heading-style-h6-1 {
    text-align: center;
    width: 100%;
  }

  .cf-growth-wrapper-artists {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-h2-heading-56px-artists {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .cf-growth-para-text-12px-subtitle-artists {
    font-size: 12px;
  }

  .cf-growth-para-text-20px-white-artists {
    font-size: 18px;
    line-height: 155%;
  }

  .cf-growth-heading-32px-artists {
    font-size: 28px;
  }

  .cf-growth-para-text-18px-artists {
    font-size: 18px;
    line-height: 155%;
  }

  .combine-heading-style-h2-10-artists {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .combine-text-size-regular-12-artists {
    text-align: center;
  }

  .combine-padding-global-10-artists {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .partner-title {
    font-size: 24px;
  }

  .heading-1-w {
    text-align: center;
  }

  .combine-padding-global-13 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-gallery1_component {
    grid-template-columns: 1fr;
  }

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

  .combine-padding-global-14 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper-3 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-header2_video-2 {
    height: 90%;
  }

  .combine-header2_overlay-2 {
    width: 100%;
    height: 100%;
  }

  .combine-header2_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-heading-style-h1-3-ar {
    color: var(--inkjin--black);
    text-align: center;
  }

  .combine-text-size-regular-15-ar {
    text-align: center;
  }

  .cf-growth-para-text-18px-artists-italics {
    font-size: 18px;
    line-height: 155%;
  }

  .combine-button-colored-3:hover {
    background-color: var(--inkjin--black);
    color: #fff;
  }

  .combine-padding-global-15 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-section_header1 {
    padding-right: 0;
  }

  .combine-header1_component {
    padding-left: 0;
  }

  .combine-button-wrapper-4 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .combine-heading-style-h1-3-ar {
    color: var(--inkjin--black);
  }

  .combine-header1_component-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .combine-padding-global-16 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-button-wrapper-5 {
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }

  .cf-growth-para-text-14px-white-artists {
    font-size: 14px;
    line-height: 155%;
  }

  .combine-padding-global-17 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cf-growth-wrapper-artists-booking {
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists-booking.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists-booking-payments {
    height: 800px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists-booking-payments.large {
    background-position: 8px 25px;
    height: auto;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists-google-forms {
    height: 700px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists-google-forms.large {
    background-position: 8px 25px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-h2-heading-56px-artists-booking {
    font-size: 2.5rem;
    line-height: 100%;
  }

  .cf-features-4-tabs-wrapper-homepage {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-menu-2-homepage {
    margin-bottom: 50px;
  }

  .cf-tabs-content-contain-homepage, .cf-tabs-content-contain-copy {
    min-height: auto;
  }

  .cf-home-tab-link-4 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain-3 {
    min-height: auto;
  }

  .cf-tabs-content-text-3 {
    font-size: 16px;
  }

  .cf-features-4-tabs-heading-3 {
    font-size: 30px;
  }

  .cf-tabs-element-3._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-header-text-3 {
    font-size: 16px;
  }

  .cf-tabs-menu-4 {
    margin-bottom: 50px;
  }

  .cf-tabs-right-tab-3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-left-wrap-3 {
    padding: 40px 15px;
  }

  .cf-tabs-content-heading-3 {
    font-size: 20px;
  }

  .cf-tabs-right-tab-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .combine-padding-global-18 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-padding-section-medium-16 {
    padding-top: 0;
  }

  .combine-contact1_component {
    padding: 2rem 1rem;
  }

  .combine-contact2_component {
    padding-left: 0;
  }

  .cf-growth-wrapper-artists-requirements {
    height: 700px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-growth-wrapper-artists-requirements.large {
    background-position: 8px 25px;
    height: auto;
    min-height: auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-testimonial-text---italic {
    font-size: 16px;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-testimonial-name-position {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-testimonial-contain {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    bottom: -40%;
  }

  .cf-64px-heading-about {
    font-size: 40px;
    line-height: 110%;
  }

  .cf-18px-paragraph-about, .cf-testimonial-text---italic-about {
    font-size: 16px;
  }

  .cf-testimonial-name-position-about {
    font-size: 14px;
    line-height: 140%;
  }

  .cf-hero-section-2-about {
    padding-bottom: 80px;
  }

  .combine-padding-global-19, .combine-padding-global-19-about-team {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .preferences-container-4 {
    padding: 15px;
  }

  .fs-cookie-popup-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: grid;
  }

  .preferences-container-5 {
    padding: 15px;
  }

  .fs-cookie-popup-5 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    max-width: 90%;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 15px;
    display: grid;
  }

  .navbar {
    position: sticky;
  }

  .combine-padding-global-20 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .combine-nav1_component-2 {
    position: fixed;
  }

  .combine-nav1_logo-link-2.w--current {
    align-items: center;
  }

  .combine-nav1_logo-2 {
    height: 40px;
  }

  .combine-nav1_menu-2 {
    background-color: var(--inkjin-gray);
    width: auto;
    height: 100%;
    max-height: 100%;
    margin-top: 0;
    margin-left: 17px;
    margin-right: 17px;
    padding: 20px 0;
    position: absolute;
    overflow: visible;
  }

  .combine-nav1_link-2, .combine-nav1_dropdown-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .combine-nav1_button-wrapper-2 {
    background-color: #0000;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .combine-menu-icon_line-top-3, .combine-menu-icon_line-middle-3, .combine-menu-icon_line-bottom-3 {
    background-color: var(--inkjin--black);
  }

  .language-dropdown-gr {
    padding: 15px 0 15px 2.5rem;
  }

  .combine-clients1_rate-home {
    justify-content: center;
    width: auto;
    height: 0%;
    max-height: none;
  }

  .combine-section_header6-home {
    padding-top: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .combine-heading-style-h1-3-404 {
    color: var(--inkjin--black);
    text-align: center;
    width: 100%;
  }

  .combine-text-size-regular-12-terms {
    text-align: left;
  }

  .combine-heading-style-h2-10-terms {
    text-align: left;
    padding-left: 0;
    padding-right: 20px;
  }
}

#w-node-d756450d-82c9-57f9-7e60-cbc2fd9d2a16-af918aef {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd1a89d2-399b-502e-7a23-17c2fb27802d-af918aef, #w-node-dd1a89d2-399b-502e-7a23-17c2fb278038-af918aef, #w-node-dd1a89d2-399b-502e-7a23-17c2fb278043-af918aef, #w-node-_267e9458-9e8a-4dc7-b6d0-c73b3d879bb9-af918aef, #w-node-_640a88bc-3b9d-a9b7-3890-6aee0edec535-af918aef, #w-node-f11566f3-9b76-f85c-e690-bfa0a6d90267-af918aef, #w-node-_2a482add-d964-3400-83bd-ae72140005ec-af918aef, #w-node-dd1a89d2-399b-502e-7a23-17c2fb27804e-af918aef, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0c97-af918aef, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0ca2-af918aef, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0cad-af918aef, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0cb8-af918aef, #w-node-_77928bbc-9121-db7e-5aef-979eb104914e-af918aef, #w-node-e5382210-a703-913e-636a-2b8c71caa6d6-af918aef, #w-node-eabb7a27-6414-d42b-63da-d35f2bfc2684-af918aef, #w-node-_1ccc4a7d-b577-d626-e197-869e623dc173-af918aef {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_028bb5be-47e1-7730-c137-67306ad9bf14-6ad9bf0d {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_028bb5be-47e1-7730-c137-67306ad9bf16-6ad9bf0d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_028bb5be-47e1-7730-c137-67306ad9bf18-6ad9bf0d {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-_028bb5be-47e1-7730-c137-67306ad9bf2e-6ad9bf0d, #w-node-_028bb5be-47e1-7730-c137-67306ad9bf38-6ad9bf0d, #w-node-_028bb5be-47e1-7730-c137-67306ad9bf41-6ad9bf0d, #w-node-_028bb5be-47e1-7730-c137-67306ad9bf4b-6ad9bf0d {
  place-self: center end;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e693-7546e692 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e696-7546e692 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e69d-7546e692 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e69e-7546e692, #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6ae-7546e692, #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6c1-7546e692 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e6d7-7546e692 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e6d8-7546e692 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e6e1-7546e692 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-_4f9386bf-eed3-4bad-077a-fb337546e6e3-7546e692, #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6e5-7546e692, #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6e7-7546e692, #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6e9-7546e692 {
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-ad0d36c4 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-ad0d36c4, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-ad0d36c4, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-ad0d36c4, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-ad0d36c4, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-ad0d36c4, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-ad0d36c4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-3a062853 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-3a062853, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-3a062853, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-3a062853, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-3a062853, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-3a062853, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-3a062853 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-fd7e6e52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-fd7e6e52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-fd7e6e52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-fd7e6e52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-fd7e6e52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-fd7e6e52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-fd7e6e52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-8a9abe54 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-8a9abe54, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-8a9abe54, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-8a9abe54, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-8a9abe54, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-8a9abe54, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-8a9abe54, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-0331477a, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-0331477a, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-0331477a, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-0331477a, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-0331477a, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-0331477a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d813876-23d0-8354-2c1e-2bf7c75a6cd6-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8d813876-23d0-8354-2c1e-2bf7c75a6cda-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d507a645-f325-6bd4-47ee-888848330faf-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d507a645-f325-6bd4-47ee-888848330fb3-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc35e41-bb2e-fb16-5510-3b0035b1552a-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2bc35e41-bb2e-fb16-5510-3b0035b1552e-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccd8777-ad12-c7a2-4f5d-d46797f5a07e-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ccd8777-ad12-c7a2-4f5d-d46797f5a082-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5460-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5464-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5470-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5474-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf547c-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5480-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5488-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf549a-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648ba4-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648ba8-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bb2-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bb6-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bbe-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bc2-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bca-72307dc0 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bdc-72307dc0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d756450d-82c9-57f9-7e60-cbc2fd9d2a16-764d9cf2 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd1a89d2-399b-502e-7a23-17c2fb27802d-764d9cf2, #w-node-dd1a89d2-399b-502e-7a23-17c2fb278038-764d9cf2, #w-node-dd1a89d2-399b-502e-7a23-17c2fb278043-764d9cf2, #w-node-_267e9458-9e8a-4dc7-b6d0-c73b3d879bb9-764d9cf2, #w-node-_640a88bc-3b9d-a9b7-3890-6aee0edec535-764d9cf2, #w-node-f11566f3-9b76-f85c-e690-bfa0a6d90267-764d9cf2, #w-node-_2a482add-d964-3400-83bd-ae72140005ec-764d9cf2, #w-node-dd1a89d2-399b-502e-7a23-17c2fb27804e-764d9cf2, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0c97-764d9cf2, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0ca2-764d9cf2, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0cad-764d9cf2, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0cb8-764d9cf2, #w-node-_77928bbc-9121-db7e-5aef-979eb104914e-764d9cf2, #w-node-e5382210-a703-913e-636a-2b8c71caa6d6-764d9cf2, #w-node-eabb7a27-6414-d42b-63da-d35f2bfc2684-764d9cf2, #w-node-_1ccc4a7d-b577-d626-e197-869e623dc173-764d9cf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b1078c00-0b36-d121-9471-7df2a51ee2a7-a51ee2a0 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-b1078c00-0b36-d121-9471-7df2a51ee2a9-a51ee2a0 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-b1078c00-0b36-d121-9471-7df2a51ee2ab-a51ee2a0 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-b1078c00-0b36-d121-9471-7df2a51ee2bf-a51ee2a0, #w-node-b1078c00-0b36-d121-9471-7df2a51ee2c7-a51ee2a0, #w-node-b1078c00-0b36-d121-9471-7df2a51ee2d0-a51ee2a0, #w-node-b1078c00-0b36-d121-9471-7df2a51ee2d9-a51ee2a0 {
  place-self: center end;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e862-e1b2e861 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e865-e1b2e861 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e86c-e1b2e861 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e86d-e1b2e861, #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e87d-e1b2e861, #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e890-e1b2e861 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8a9-e1b2e861 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8aa-e1b2e861 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8b3-e1b2e861 {
  grid-area: 3 / 7 / 4 / 13;
  justify-self: end;
}

#w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8b5-e1b2e861, #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8b7-e1b2e861, #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8b9-e1b2e861, #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8bb-e1b2e861 {
  justify-self: center;
}

#w-node-b010d18d-30e6-e654-453f-de07ed510b22-ed510b21 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-b010d18d-30e6-e654-453f-de07ed510b64-ed510b21 {
  grid-area: 3 / 1 / 4 / 7;
  place-self: center start;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-d3b11d53 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-d3b11d53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-d3b11d53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-d3b11d53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-d3b11d53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-d3b11d53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-d3b11d53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-bc8688c7 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-bc8688c7, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-bc8688c7, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-bc8688c7, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-bc8688c7, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-bc8688c7, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-bc8688c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-afa10f52 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-afa10f52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-afa10f52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-afa10f52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-afa10f52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-afa10f52, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-afa10f52 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-24a0a0a1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-24a0a0a1, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-24a0a0a1, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-24a0a0a1, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-24a0a0a1, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-24a0a0a1, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-24a0a0a1, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33cb-d3b14e53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33d7-d3b14e53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33e3-d3b14e53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33ef-d3b14e53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f33fb-d3b14e53, #w-node-_4d8f3e09-d314-e828-d721-0eafc09f341f-d3b14e53 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8d813876-23d0-8354-2c1e-2bf7c75a6cd6-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_8d813876-23d0-8354-2c1e-2bf7c75a6cda-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d507a645-f325-6bd4-47ee-888848330faf-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-d507a645-f325-6bd4-47ee-888848330fb3-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bc35e41-bb2e-fb16-5510-3b0035b1552a-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_2bc35e41-bb2e-fb16-5510-3b0035b1552e-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9ccd8777-ad12-c7a2-4f5d-d46797f5a07e-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_9ccd8777-ad12-c7a2-4f5d-d46797f5a082-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5460-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5464-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5470-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5474-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf547c-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5480-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf5488-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-_67ca058a-4574-7513-a022-5c58f3cf549a-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648ba4-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648ba8-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bb2-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bb6-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bbe-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bc2-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bca-bd2ea9c9 {
  grid-area: 1 / 1 / 3 / 2;
}

#w-node-f0d66b8b-1bb6-d276-1f26-b23b56648bdc-bd2ea9c9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d756450d-82c9-57f9-7e60-cbc2fd9d2a16-efcb6cd9 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-dd1a89d2-399b-502e-7a23-17c2fb27802d-efcb6cd9, #w-node-dd1a89d2-399b-502e-7a23-17c2fb278038-efcb6cd9, #w-node-dd1a89d2-399b-502e-7a23-17c2fb278043-efcb6cd9, #w-node-_267e9458-9e8a-4dc7-b6d0-c73b3d879bb9-efcb6cd9, #w-node-_640a88bc-3b9d-a9b7-3890-6aee0edec535-efcb6cd9, #w-node-f11566f3-9b76-f85c-e690-bfa0a6d90267-efcb6cd9, #w-node-_2a482add-d964-3400-83bd-ae72140005ec-efcb6cd9, #w-node-dd1a89d2-399b-502e-7a23-17c2fb27804e-efcb6cd9, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0c97-efcb6cd9, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0ca2-efcb6cd9, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0cad-efcb6cd9, #w-node-beab214b-4eaa-39cc-2cad-68bf204d0cb8-efcb6cd9, #w-node-_77928bbc-9121-db7e-5aef-979eb104914e-efcb6cd9, #w-node-e5382210-a703-913e-636a-2b8c71caa6d6-efcb6cd9, #w-node-eabb7a27-6414-d42b-63da-d35f2bfc2684-efcb6cd9, #w-node-_1ccc4a7d-b577-d626-e197-869e623dc173-efcb6cd9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e693-7546e692 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e696-7546e692 {
    grid-column-end: 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e69d-7546e692 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e69e-7546e692 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6ae-7546e692 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6c1-7546e692 {
    grid-column: span 2 / span 2;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6d7-7546e692 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6d8-7546e692 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6e1-7546e692 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e862-e1b2e861 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e865-e1b2e861 {
    grid-column-end: 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e86c-e1b2e861 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e86d-e1b2e861 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e87d-e1b2e861 {
    grid-column: span 1 / span 1;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e890-e1b2e861 {
    grid-column: span 2 / span 2;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8a9-e1b2e861 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8aa-e1b2e861 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e8b3-e1b2e861 {
    grid-area: 4 / 1 / 5 / 3;
    justify-self: center;
  }

  #w-node-b010d18d-30e6-e654-453f-de07ed510b22-ed510b21 {
    grid-row: 3 / 4;
    grid-column-end: 3;
  }

  #w-node-b010d18d-30e6-e654-453f-de07ed510b64-ed510b21 {
    grid-row: 5 / 6;
    grid-column-end: 3;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d756450d-82c9-57f9-7e60-cbc2fd9d2a16-af918aef, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-ad0d36c4, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-3a062853, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-fd7e6e52, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-8a9abe54, #w-node-d756450d-82c9-57f9-7e60-cbc2fd9d2a16-764d9cf2, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-d3b11d53, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-bc8688c7, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-afa10f52, #w-node-_162862f1-9b31-e39e-dd4b-21c7d03c11fa-24a0a0a1, #w-node-d756450d-82c9-57f9-7e60-cbc2fd9d2a16-efcb6cd9 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_028bb5be-47e1-7730-c137-67306ad9bf13-6ad9bf0d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_028bb5be-47e1-7730-c137-67306ad9bf14-6ad9bf0d {
    place-self: auto;
  }

  #w-node-_028bb5be-47e1-7730-c137-67306ad9bf18-6ad9bf0d {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e696-7546e692 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e69d-7546e692 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6ae-7546e692 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_4f9386bf-eed3-4bad-077a-fb337546e6c1-7546e692 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-b1078c00-0b36-d121-9471-7df2a51ee2a6-a51ee2a0 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b1078c00-0b36-d121-9471-7df2a51ee2a7-a51ee2a0 {
    place-self: auto;
  }

  #w-node-b1078c00-0b36-d121-9471-7df2a51ee2ab-a51ee2a0 {
    grid-area: 2 / 1 / 3 / 3;
    justify-self: end;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e865-e1b2e861 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e86c-e1b2e861 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e87d-e1b2e861 {
    grid-area: span 2 / span 3 / span 2 / span 3;
  }

  #w-node-_43d23d11-d359-3b91-dcf2-6d0ae1b2e890-e1b2e861 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}


