@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Bold.ttf') format("truetype"), url('../fonts/GeneralSans-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.ttf') format("truetype"), url('../fonts/GeneralSans-VariableItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans variable;
  src: url('../fonts/GeneralSans-Variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.ttf') format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.ttf') format("truetype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.ttf') format("truetype"), url('../fonts/Satoshi-VariableItalic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.ttf') format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-MediumItalic.ttf') format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi variable;
  src: url('../fonts/Satoshi-Variable.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --black: #191919;
  --grey-blue: #7eacbd;
  --gray: #95a9ac;
  --mustard: #ecac27;
  --orange: #ff5037;
  --cream: #ffebcb;
  --black-2: #191919;
  --khaki: #7d7e5f;
  --light-blue: #a2dff5;
}

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

body {
  color: #333;
  font-family: Generalsans, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 28px;
}

a {
  text-decoration: none;
}

blockquote {
  border-left: 5px solid #191919;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.navbar-no-shadow-container {
  z-index: 10;
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  max-height: 110px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.container-regular {
  flex: 1;
  max-width: 1344px;
  min-height: 48px;
  margin-left: 48px;
  margin-right: 48px;
}

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

.navbar-brand:hover {
  transform: translate(3px, 3px);
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  line-height: 24px;
  display: flex;
}

.nav-link {
  color: #191919;
  letter-spacing: 1px;
  margin-left: 0;
  padding: 5px 16px 5px 20px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

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

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

.mobile-margin-top-10 {
  display: none;
}

.nav-button-wrapper {
  margin-left: 0;
}

.nav-button-wrapper.not-on-res {
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.nav-button-wrapper.not-on-res.is--responsive {
  display: none;
}

.sign-up {
  color: #fff;
  text-transform: none;
  background-color: #1a1b1f;
  border-radius: 8px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 24px;
  transition: all .2s;
}

.sign-up:hover {
  color: #fff;
  background-color: #32343a;
}

.sign-up:active {
  background-color: #43464d;
}

.sign-up.white-bg {
  color: #000;
  background-color: #fff;
}

.sign-up.mt-24 {
  box-shadow: 1px 2px 4px 0 var(--black);
  text-transform: uppercase;
  margin-top: 24px;
  font-family: Oswald, sans-serif;
}

.body {
  color: #191919;
  background-color: #0000;
  font-family: Generalsans, sans-serif;
  font-weight: 400;
}

.log-in-button {
  color: #000;
  background-color: #3898ec00;
  font-size: 16px;
  line-height: 24px;
}

.log-in-button.white-text {
  color: #fff;
}

.hero {
  z-index: 1;
  background-color: var(--white);
  object-fit: fill;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  min-width: auto;
  min-height: auto;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: 0%;
  overflow: visible;
}

.hero-container {
  z-index: 5;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: contain;
  background-image: url('../images/Flat-Lay-Card.png');
  background-size: cover;
  background-clip: border-box;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  max-width: none;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0 140px;
  display: flex;
  position: static;
}

.hero-container.about-us-container {
  max-width: 1220px;
}

.hero-grid {
  z-index: 5;
  grid-column-gap: 5px;
  grid-row-gap: 16px;
  grid-template: ". Area"
  / 1.25fr 1.25fr;
  grid-auto-columns: 1fr;
  place-items: start;
  max-width: none;
  margin-top: 40px;
  margin-bottom: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 0;
  display: grid;
  position: static;
}

.heading-1 {
  letter-spacing: -.16px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 72px;
}

.heading-1.text-center {
  text-align: center;
  max-width: 720px;
}

.heading-1.max-928 {
  color: var(--black);
  text-align: center;
  letter-spacing: -.16px;
  max-width: none;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Generalsans, sans-serif;
}

.heading-1.max-700 {
  text-align: center;
  justify-content: center;
  max-width: 700px;
  display: flex;
}

.heading-1.mt-38 {
  margin-top: 32px;
}

.heading-1.m-936 {
  color: var(--black);
  text-align: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.heading-1.max-520 {
  max-width: 529px;
}

.heading-1.mt-18 {
  margin-top: 18px;
}

.heading-1.center {
  text-align: center;
}

.heading-1.max-617 {
  max-width: 617px;
}

.heading-1.mt-56 {
  margin-top: 56px;
}

.hero-left {
  max-width: none;
  padding-left: 60px;
}

.body-1 {
  color: var(--black);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 28px;
}

.body-1.center-paragraph {
  text-align: center;
}

.body-1.center-paragraph.mt-22 {
  margin-top: 22px;
}

.body-1.text-bold {
  font-weight: 600;
}

.body-1.text-bold.white {
  color: var(--white);
}

.body-1.mt-26 {
  text-align: left;
  margin-top: 22px;
}

.body-1.mt-26.white-text {
  color: var(--white);
  text-align: left;
}

.body-1.mt-26.white {
  color: var(--white);
}

.body-1.mt-24 {
  margin-top: 24px;
}

.body-1.mt-28 {
  margin-top: 28px;
}

.body-1.mt-28.b-h-para {
  text-align: justify;
  max-width: 528px;
}

.body-1.mt-20 {
  text-align: left;
  margin-top: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.body-1.mt-20.center {
  text-align: center;
}

.body-1.mt-16 {
  margin-top: 16px;
}

.body-1.weight-500 {
  font-weight: 500;
}

.body-1.weght-600 {
  font-weight: 600;
}

.body-1.weght-600.mt-8 {
  margin-top: 8px;
}

.body-1.weght-600.text-center, .body-1.text-center {
  text-align: center;
}

.body-1.price-tab-item {
  text-align: center;
  padding: 18px 32px;
}

.body-1.max-796 {
  text-align: center;
  max-width: 796px;
  margin-left: auto;
  margin-right: auto;
}

.body-1.max-796.mr-28 {
  text-align: center;
  margin-top: 28px;
}

.body-1.max-796.mr-28.white-text {
  color: var(--black);
  max-width: 700px;
  margin-top: 40px;
  font-size: 20px;
}

.body-1.max-796.mr-28.font-20 {
  max-width: 850px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  display: flex;
}

.body-1.max-796.mt-28 {
  max-width: 640px;
}

.body-1.mt-18 {
  margin-top: 18px;
}

.body-1.weght-400 {
  font-weight: 400;
}

.body-1.mt-8 {
  margin-top: 8px;
}

.body-1.mt-8.white-text {
  color: var(--white);
  letter-spacing: 1px;
  margin-top: 0;
}

.body-1.max-846 {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.body-1.max-846.mt-28.text-center {
  max-width: 600px;
}

.body-1.max-600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.body-1.max-600.mt-26 {
  text-align: center;
  margin-top: 26px;
}

.body-1.mt-12-copy {
  letter-spacing: -.1px;
}

.body-1.mtb {
  margin-top: 24px;
  margin-bottom: 24px;
}

.body-1.sub-heading-02 {
  text-align: left;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 120px;
  font-size: 21px;
  font-weight: 400;
}

.body-1.font-22 {
  text-align: center;
  margin-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 22px;
}

.body-1.font-22.location-left {
  text-align: left;
}

.body-1.font-22.white-text {
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
}

.get-start-button {
  box-shadow: 1px 2px 4px 0 var(--black);
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 12px;
  padding: 18px 35px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  top: -8px;
  left: -8px;
}

.get-start-button:hover {
  top: 0;
  left: 0;
}

.get-start-button.w--current {
  font-weight: 400;
}

.hero-right-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-content: center;
}

.hero-right {
  max-width: 566px;
  margin-left: 0;
  margin-right: auto;
  padding-right: 20px;
}

.hero-bottom-grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  margin-top: 32px;
}

.features {
  background-color: var(--white);
  color: #fff;
  border-radius: 0;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.features-container {
  flex: 1;
  justify-content: center;
  display: flex;
}

.features-container.is--responsive {
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.logos {
  margin-top: 0;
  padding-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
}

.logos-list {
  padding: 10px 40px 20px;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin-top: 72px;
}

.grid.mt-32 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: center;
  margin-top: 0;
}

.features-area {
  flex-direction: column;
  justify-content: center;
  max-width: 60rem;
  display: flex;
}

.heading-02 {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 52px;
  line-height: 64px;
}

.heading-02.heading-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.heading-02.left-text {
  text-align: left;
  letter-spacing: -.16px;
  width: auto;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.heading-02._w-800 {
  max-width: 720px;
}

.heading-02.white-text {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
}

.heading-02.white {
  color: var(--white);
  margin-top: 100px;
}

.features-grid {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
}

.features-card-vertical {
  background-color: var(--black);
  color: #000;
  border-radius: 14px;
  padding: 38px;
}

.features-card-vertical.yellow-card, .features-card-vertical.blue-card {
  background-color: var(--black);
}

.sub-heading-01 {
  text-align: center;
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading-01.m-0 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
}

.sub-heading-01.mt-0 {
  color: var(--black);
  margin-top: 0;
}

.sub-heading-01.mt-24 {
  margin-top: 24px;
}

.sub-heading-01.white-text {
  color: var(--white);
  text-align: center;
}

.learn-more-box {
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.learn-more-box.mt-32 {
  margin-top: 32px;
}

.ml-12 {
  margin-left: 12px;
}

.get-start-button-white {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: 40px;
  padding: 18px 35px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  position: relative;
  top: -8px;
  left: -8px;
}

.get-start-button-white:hover {
  top: 0;
  left: 0;
}

.get-start-button-white._2 {
  padding-left: 32px;
  padding-right: 24px;
}

.get-start-div {
  justify-content: center;
  margin-top: 48px;
  display: flex;
}

.get-start-div.mt-40 {
  margin-top: 40px;
}

.get-start-div.mt-72-1 {
  margin-top: 72px;
}

.content {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.content-container {
  flex: 1;
  max-width: 1190px;
  margin-left: 0;
  margin-right: 0;
}

.content-right-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 0;
  display: grid;
}

.content-text-side {
  flex: 1;
  max-width: 540px;
  padding-left: 40px;
  padding-right: 40px;
}

.content-text-side._2 {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.short-tag {
  letter-spacing: 3px;
  text-transform: uppercase;
  background-color: #ffed88;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 16px;
  display: inline-block;
}

.heading-03 {
  letter-spacing: -1px;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 56px;
}

.heading-03.mt-16 {
  margin-top: 16px;
}

.features-list-box {
  margin-top: 40px;
  margin-bottom: 0;
}

.features-list-box.mt-24 {
  margin-top: 24px;
}

.features-list-box.mt-40 {
  margin-top: 40px;
}

.features-list-box.mt-24 {
  margin-top: 24px;
  padding-left: 0;
}

.features-list {
  display: flex;
}

.features-list.mt-12 {
  margin-top: 12px;
}

.features-list.mt-16 {
  margin-top: 16px;
}

.features-list.mt-15 {
  margin-top: 15px;
}

.mr-12 {
  margin-right: 12px;
}

.content-left-text.mt-160 {
  margin-top: 160px;
}

.short-tag-purple {
  letter-spacing: 3px;
  background-color: #b5a8f8;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 6px 16px;
  font-weight: 700;
  display: inline-block;
}

.content-bottom-grid {
  grid-template-rows: auto;
  margin-top: 40px;
}

.content-card-box {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 24px;
}

.content-card-top {
  justify-content: space-between;
  display: flex;
}

.paragraph-14 {
  letter-spacing: .6px;
  text-transform: uppercase;
  margin-top: 12px;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.paragraph-14.mt-8 {
  padding-top: 8px;
  font-size: 14px;
  line-height: 20px;
}

.testimonials {
  color: #fff;
  background-color: #191919;
  border-radius: 32px;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.hero-pararaph {
  margin-top: 26px;
  margin-bottom: 26px;
}

.testimonials-container {
  flex: 1;
  max-width: 1440px;
  padding-bottom: 0;
  position: relative;
}

.slider {
  background-color: #ddd0;
  max-width: 1000px;
  height: 500px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

.slider-div {
  background-color: #202020;
  border-radius: 20px;
  max-height: 500px;
  overflow: hidden;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr;
}

.slider-content {
  padding: 32px 48px;
}

.grid-3 {
  grid-template-rows: auto;
}

.body-1-bold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.body-font-16 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

.body-font-16.mt-4 {
  margin-top: 4px;
}

.div-block {
  background-color: #d8d8d8;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 26px;
}

.slider-content-bottom {
  margin-top: 62px;
}

.mask {
  background-color: #0000;
  overflow: visible;
}

.slide-4, .slide-5 {
  margin-left: 24px;
  margin-right: 24px;
}

.right-arrow {
  opacity: 0;
  width: 50%;
  right: -52%;
}

.left-arrow {
  opacity: 0;
  width: 50%;
  left: -52%;
}

.slide-nav {
  top: 550px;
}

.how-it-s-works {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.works-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 50px;
  margin-right: 50px;
}

.grid-4 {
  grid-column-gap: 90px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
}

.works-content {
  margin-top: 70px;
}

.grid-5 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .55fr .65fr;
  place-items: center;
  display: flex;
}

.grid-6 {
  grid-template-rows: auto;
  grid-template-columns: 40px 1fr;
}

.paragraph-15 {
  color: #fff;
  letter-spacing: 1px;
  background-color: #000;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
  display: flex;
}

.works-card-right {
  flex-direction: column;
}

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

.body-2.faq-paragraph {
  margin-bottom: 0;
  padding: 12px 0 0;
}

.body-2.mt-12 {
  margin-top: 16px;
}

.body-2.m-0 {
  margin-top: 8px;
  margin-bottom: 0;
}

.body-2.mt-28 {
  margin-top: 28px;
}

.body-2.mt-4 {
  margin-top: 4px;
}

.body-2.mt-16 {
  color: var(--black);
  margin-top: 16px;
}

.body-2.weight-400 {
  font-weight: 400;
}

.works-left-card-yellow {
  background-color: #ffed88;
  border: 1px solid #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  margin-top: -12px;
  padding: 24px 21px 32px 24px;
}

.works-grid-left {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 460px;
  margin-right: 40px;
}

.works-left-card {
  background-color: #b5a8f8;
  border: 1px solid #000;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding: 24px 21px 32px 24px;
}

.works-left-card-blue {
  background-color: #a2dff5;
  border: 1px solid #000;
  border-radius: 12px;
  margin-top: -12px;
  padding: 24px 21px 32px 24px;
}

.integration {
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 32px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.integration-container {
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.integration-grid-left {
  display: flex;
}

.grid-col {
  flex-direction: column;
  justify-content: center;
  margin-right: 24px;
  display: flex;
}

.image-2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.get-start-box {
  border: 1px #000;
  border-radius: 13px;
  margin-left: 8px;
  display: inline-block;
}

.get-start-box.mt-48 {
  margin-top: 48px;
  margin-left: auto;
  margin-right: auto;
}

.get-start-box.mt-60 {
  margin-top: 60px;
}

.get-start-box.mt-36 {
  margin-top: 36px;
}

.content-right-bottom {
  justify-content: center;
  align-items: center;
  position: relative;
}

.image-4 {
  width: 100%;
  height: 100%;
}

.image-5 {
  width: 96%;
  height: 96%;
  position: absolute;
  bottom: -2px;
  right: -1px;
}

.caption {
  color: var(--grey-blue);
  letter-spacing: 1px;
  -webkit-text-stroke-color: transparent;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-weight: 700;
}

.caption.short-tag {
  z-index: 1;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  position: relative;
}

.caption.short-tag.blue {
  background-color: #a2dff5;
}

.caption.short-tag-purple {
  font-size: 14px;
  line-height: 20px;
}

.caption.pricing-tag {
  border: 1px solid #000;
  border-radius: 100px;
  margin-bottom: 0;
  padding: 8px 20px;
  display: inline-block;
}

.caption.pricing-tag.mt-32 {
  color: var(--gray);
  -webkit-text-stroke-color: var(--gray);
  margin-top: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.caption.yellow {
  color: var(--mustard);
}

.caption.orange {
  color: var(--orange);
}

.image-6 {
  width: 96%;
  height: 97%;
  position: absolute;
  top: -6px;
  left: -4px;
}

.content-left-top-gap {
  flex: 1;
  max-width: 480px;
  position: relative;
}

.grid-7 {
  grid-column-gap: 151px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.faq-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  padding-right: 0;
}

.image-7 {
  width: 100%;
  height: 100%;
}

.grid-9 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.faq-single-box {
  border-bottom: 1px solid #000;
  padding: 24px 28px;
  overflow: hidden;
}

.faq-title-box {
  justify-content: space-between;
  display: flex;
}

.body-1-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

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

.cta {
  background-color: var(--black);
  color: #fff;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.cta-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.cta-left-bottom {
  align-items: center;
  margin-top: 48px;
  display: flex;
}

.rating-box {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 20px;
  display: flex;
}

.review-rating {
  margin-top: 8px;
  display: flex;
}

.image-10 {
  margin-left: 16px;
}

.cta-grid-right {
  color: #000;
  background-color: #a2dff5;
  border-radius: 14px;
  padding: 32px;
}

.body-2-italic {
  margin-bottom: 0;
  font-size: 16px;
  font-style: italic;
  font-weight: 500;
  line-height: 24px;
}

.grid-11 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  margin-top: 40px;
}

.grid-11.mt-32 {
  margin-top: 40px;
}

.grid-12 {
  grid-column-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
}

.review-profile-name {
  flex-direction: column;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

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

.paragraph-16.mt-4 {
  margin-top: 4px;
}

.body-6 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.body-6.mt-0 {
  margin-top: 0;
}

.body-6.mt-20 {
  margin-top: 20px;
}

.body-6.ml-20 {
  margin-left: 30px;
}

.body-6.mt-18 {
  margin-top: 18px;
}

.footer-dark {
  background-color: var(--cream);
  border-bottom: 1px solid #e4ebf3;
  padding-top: 100px;
  padding-bottom: 20px;
  position: relative;
}

.container {
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.footer-wrapper {
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.footer-brand.w--current:hover {
  transform: translate(3px, 3px);
}

.footer-content {
  grid-column-gap: 10px;
  grid-row-gap: 60px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: start;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.footer-content.is--responsive {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
}

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

.title-small {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.footer-link-size {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

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

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

.footer-social-block.m-18 {
  margin-top: 18px;
}

.footer-social-block.m-18.center {
  justify-content: center;
}

.footer-social-block.is--mobile {
  justify-content: flex-start;
  display: flex;
}

.footer-social-link.m-0 {
  margin-left: 0;
}

.footer-divider {
  background-color: #0000;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  text-align: center;
  font-size: 14px;
  line-height: 16px;
}

.footer-logo-box {
  max-width: 350px;
}

.cantact-list {
  align-items: center;
  display: flex;
}

.image-11 {
  margin-right: 12px;
}

.list-item {
  display: none;
}

.build {
  color: #fff;
  background-color: #191919;
  justify-content: center;
  margin-top: 0;
  padding-top: 80px;
  padding-bottom: 570px;
  display: flex;
}

.build-container {
  flex: 1;
  max-width: 720px;
}

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

.body-1-italic {
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
  line-height: 28px;
}

.body-1-italic._400 {
  font-weight: 400;
}

.rating-box-top {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.body-3 {
  text-align: center;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.body-3.mt-20 {
  margin-top: 20px;
  font-weight: 500;
}

.body-4 {
  color: var(--black);
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  line-height: 22px;
}

.body-4.ml-8 {
  flex: 1;
  align-self: auto;
  margin-bottom: 4px;
  margin-left: 8px;
  padding-bottom: 0;
  font-size: 14px;
}

.body-4.ml-8.white {
  color: var(--black);
}

.client {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.client-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-12 {
  margin-top: -500px;
  position: relative;
}

.client-content {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.grid-14 {
  grid-column-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr;
  margin-top: 120px;
}

.heading-04 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 40px;
}

.heading-04.mt-24 {
  margin-top: 10px;
}

.grid-15 {
  grid-column-gap: 64px;
  grid-template-rows: auto;
  margin-top: 64px;
}

.grid-16 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  margin-bottom: 160px;
}

.deliver {
  color: #fff;
  background-color: #141414;
  border-radius: 31px;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 292px;
  display: flex;
}

.deliver-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.heading-05-center {
  text-align: center;
  letter-spacing: .84px;
  max-width: 700px;
  margin: 0 auto;
  font-size: 54px;
  line-height: 62px;
}

.heading-05-center.left-text {
  color: var(--white);
  text-align: left;
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

.heading-05-center._w-787 {
  max-width: 787px;
}

.heading-05-center._w-100 {
  max-width: none;
}

.heading-05-center._w-780 {
  max-width: 780px;
}

.heading-05-center._w-780.mt-160 {
  margin-top: 100px;
}

.heading-05-center._w-780.mt-160._2 {
  margin-top: 0;
}

.deliver-card {
  color: #000;
  background-color: #ffed88;
  border-radius: 20px;
  max-width: 316px;
  padding: 36px;
  position: relative;
}

.deliver-card.purple-copy {
  background-color: #b5a8f8;
  width: 37%;
  height: 65%;
  position: absolute;
  top: -29%;
  right: 50%;
  transform: translate(50%);
}

.deliver-card.blue-copy {
  background-color: #a2dff5;
  width: 37%;
  height: 65%;
  position: absolute;
  top: 50%;
  right: -18%;
  transform: translate(0, -50%);
}

.deliver-card.green-copy {
  background-color: #cef3c9;
  width: 37%;
  height: 65%;
  position: absolute;
  bottom: -32%;
  right: 50%;
  transform: translate(50%);
}

.deliver-card.blue-copy {
  background-color: #a2dff5;
}

.grid-18 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.75fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.performance {
  justify-content: center;
  padding-top: 160px;
  display: flex;
}

.performance-container {
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  overflow: hidden;
}

.grid-20 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 100px;
}

.customer.mt-160 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 60px;
  padding-right: 60px;
}

.customer-review {
  background-color: var(--gray);
  border: 1px solid #000;
  border-radius: 18px;
  margin-top: 0;
  padding: 63px;
  position: relative;
}

.customer-right {
  width: 100%;
  max-width: 798px;
}

.body-5 {
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
}

.body-5.semi-bold {
  font-weight: 600;
}

.arrow-box {
  display: none;
}

.grid-21 {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1.5fr;
}

.div-block-4 {
  flex: 1;
  position: relative;
}

.lightbox-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.image-15 {
  padding-right: 16px;
}

.grid-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: none;
}

.post-card {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  flex: 1;
  text-decoration: none;
}

.post-card.border {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.post-image-hr {
  height: 358px;
}

.post-image-hr._2 {
  height: auto;
}

.post-content-tiitle {
  background-color: #fff;
  border-radius: 18px;
  padding: 33px;
  display: block;
}

.post-bottom-left {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.grid-23 {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: flex;
}

.grid-23.mt-20 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
}

.grid-23.mt-18 {
  margin-top: 18px;
}

.grid-23.mt-24 {
  margin-top: 24px;
}

.image-16 {
  object-fit: cover;
  width: 100%;
  height: 256px;
}

.review-sec {
  color: #fff;
  background-color: #191919;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.review-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.review-card {
  background-color: #202020;
  border-radius: 18px;
  width: 560px;
  margin-top: 48px;
  padding: 30px;
}

.body-3-bold {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.grid-25 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.75fr;
}

.image-18 {
  width: 54px;
  height: 54px;
}

.slider-image-box {
  justify-content: center;
  align-items: center;
  max-height: 500px;
  overflow: hidden;
}

.black-navbar {
  z-index: 5;
  color: #fff;
  background-color: #191919;
  justify-content: center;
  align-items: center;
  max-height: 110px;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.collection-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
}

.collection-list-wrapper {
  margin-top: 64px;
  margin-bottom: 64px;
}

.features-card-logo {
  background-color: #0000;
  height: 64px;
  max-height: 64px;
}

.features-card-logo.white {
  -webkit-text-stroke-color: var(--white);
}

.paragraph-18 {
  color: #b6b6b6;
}

.grid-26 {
  grid-column-gap: 4.39px;
  grid-template-rows: auto;
  grid-template-columns: 16px 16px 16px 16px 16px;
}

.div-block-7 {
  z-index: -1;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -6px);
}

.div-block-8 {
  position: relative;
}

.client-card {
  background-color: #daeefe;
  border: 1px solid #191919;
  border-radius: 15px;
  padding: 40px 32px 28px;
  transition: opacity 1s;
}

.client-card:hover {
  box-shadow: 11px 11px #000;
}

.image-19 {
  width: 100%;
  margin-top: 40px;
}

.client-card-white {
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 15px;
  padding: 40px 32px 27px;
  transition: opacity 1s;
}

.client-card-white:hover {
  box-shadow: 11px 11px #000;
}

.paragraph-19 {
  color: #fff;
  margin-bottom: 0;
  position: absolute;
  bottom: -43px;
  left: 36%;
}

.paragraph-20 {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 26px;
  position: absolute;
  top: 30%;
  left: -34px;
}

.paragraph-21 {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi variable, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  top: -32px;
  right: 38%;
}

.paragraph-22 {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 16px;
  line-height: 24px;
  position: absolute;
  bottom: 71px;
  right: -32px;
}

.image-20 {
  max-width: 56px;
}

.paragraph-23 {
  color: #b6b6b6;
}

.content-right-text-copy {
  grid-column-gap: 140px;
  grid-template-rows: auto;
}

.content-right-text-copy.mt-190 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: none;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 60px;
  padding-left: 60px;
  display: grid;
}

.body-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.body-7.bold-500.italic {
  font-style: italic;
}

.body-7.bold-500.mt-18 {
  margin-top: 18px;
}

.body-7.weight-500 {
  font-weight: 500;
}

.body-7.with-body-1 {
  font-size: 18px;
  font-weight: 400;
}

.body-8 {
  color: #191919;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 17px;
  line-height: 26px;
}

.subscribe-box {
  border: 1px solid #0000;
  border-radius: 12px;
  max-width: 460px;
  margin-top: 40px;
  position: relative;
  top: 8px;
  left: 8px;
}

.subscribe-box.center {
  margin-left: auto;
  margin-right: auto;
}

.form {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 12px;
  align-items: center;
  max-height: 94.6667px;
  display: flex;
  overflow: hidden;
}

.text-field {
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
}

.text-field.body-2 {
  padding-left: 8px;
  padding-right: 0;
}

.form-block {
  border-radius: 12px;
  margin-bottom: 0;
  position: relative;
  top: -8px;
  left: -8px;
}

.form-block:hover {
  top: 0;
  left: 0;
}

.button {
  background-color: #191919;
  padding: 22px 38px;
}

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

.grid-28 {
  grid-column-gap: 24px;
  color: #000;
  background-color: #b5a8f8;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  padding: 28px;
}

.sub-heading-02 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.sub-heading-02.mt-24 {
  margin-top: 24px;
}

.sub-heading-02.medium {
  font-weight: 500;
}

.sub-heading-02.center {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.sub-heading-02.mt-21 {
  margin-top: 21px;
}

.sub-heading-02.mt-21.text-center {
  text-align: center;
}

.mt-12 {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
  font-family: Satoshi, sans-serif;
  font-size: 1.1rem;
  line-height: 130%;
}

.grid-28-yellow {
  grid-column-gap: 24px;
  color: #000;
  background-color: #ffed88;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  padding: 28px;
}

.grid-28-blue {
  grid-column-gap: 24px;
  color: #000;
  background-color: #a2dff5;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  padding: 28px;
}

.feature-review-card {
  background-color: #202020;
  border-radius: 16px;
  padding: 65px 48px;
}

.grid-29 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .92fr 1fr;
  margin-top: 72px;
}

.body-6-italic {
  margin-bottom: 0;
  font-size: 22px;
  font-style: italic;
  font-weight: 500;
  line-height: 32px;
}

.body-6-italic.mt-26 {
  margin-top: 26px;
}

.body-9 {
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.body-9.mt-4 {
  margin-top: 4px;
}

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

.body-9.text-center.mt-14 {
  margin-top: 14px;
}

.body-9._w-600 {
  font-weight: 700;
}

.body-9.ml-9 {
  margin-left: 9px;
}

.div-block-9 {
  background-color: #2e2e2e;
  height: 1px;
  margin-top: 34px;
  margin-bottom: 34px;
}

.heading-5 {
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 62px;
}

.heading-5.mt-16 {
  margin-top: 16px;
}

.heading-5._w-897 {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5._w-855 {
  text-align: center;
  max-width: 855px;
  margin-left: auto;
  margin-right: auto;
}

.heading-5.faq-center {
  text-align: center;
  max-width: 822px;
  margin-left: auto;
  margin-right: auto;
}

.profile-card {
  grid-column-gap: 24px;
  color: #000;
  background-color: #f4f4f4;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  margin-top: 40px;
  padding: 28px;
}

.testimonials-with-tab {
  border-radius: 32px;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 50px;
  overflow: hidden;
}

.tab-link-tab-1 {
  background-color: #c8c8c83b;
}

.tab-link-tab-1.w--current {
  background-color: #c8c8c800;
  padding-left: 0;
  padding-right: 0;
}

.tab-link-tab-1.other-tab.w--current {
  border-bottom: 3px solid #000;
  justify-content: center;
  display: flex;
}

.other-tab {
  background-color: #ddd0;
  border-bottom: 3px solid #e4e4e4;
  justify-content: center;
  padding: 0;
  display: flex;
}

.other-tab.w--current {
  background-color: #ddd0;
  border-bottom-color: #000;
}

.tabs-menu {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.tab-pane-tab-1 {
  border-bottom: 1px #000;
}

.heading-6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.read-story {
  align-items: center;
  display: flex;
}

.read-story.mt-48 {
  margin-top: 48px;
}

.read-story.mt-34 {
  margin-top: 34px;
}

.grid-30 {
  grid-column-gap: 86px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.grid-4-copy {
  grid-column-gap: 0px;
  grid-template: "Area"
                 "."
                 / 2.25fr 1.25fr;
  justify-content: start;
  justify-items: start;
}

.grid-31 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 72px;
}

.blog {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.blog-container {
  grid-column-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.post-content {
  padding: 32px;
}

.grid-33 {
  grid-template-rows: auto;
}

.grid-33.mt-67 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1fr 1fr;
  justify-content: space-between;
  margin-top: 67px;
  display: flex;
}

.bold-500 {
  font-weight: 500;
}

.div-block-11 {
  padding-bottom: 0;
}

.mt-64 {
  grid-column-gap: 72px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 18px;
  margin-top: 64px;
  overflow: hidden;
}

.mt-64.border-0 {
  border-style: none;
}

.image-22 {
  width: 39px;
  height: 39px;
}

.grid-34 {
  grid-template-rows: auto;
  grid-template-columns: 2fr .25fr;
}

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

.grid-35 {
  grid-template-rows: auto auto;
  display: block;
}

.body-10 {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.body-10.mt-28 {
  margin-top: 28px;
}

.grid-36 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 36px;
}

.heading-7 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

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

.heading-7.weight-600 {
  font-weight: 600;
}

.bdoy2 {
  margin-bottom: 0;
}

.bdoy2.mt-8 {
  margin-top: 8px;
}

.bdoy2.mt-8.center-text {
  text-align: center;
}

.div-block-12 {
  border: 1px solid #000;
  border-radius: 12px;
  padding: 24px;
}

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

.grid-37.mt-110 {
  grid-column-gap: 40px;
  margin-top: 110px;
}

.logos-white.mt-140 {
  max-width: none;
  margin: 0 auto;
}

.text-span {
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.timeline {
  color: #fff;
  background-color: #191919;
  border-radius: 25px;
  justify-content: center;
  padding-top: 120px;
  padding-bottom: 120px;
  display: flex;
}

.timele-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.tabs-menu-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.tab-link-tab-2-2 {
  color: #fff;
  background-color: #202020;
  border-radius: 8px;
}

.tab-link-tab-2-2.w--current {
  color: #000;
  background-color: #b5a8f8;
}

.grid-38 {
  grid-template-rows: auto;
  justify-content: space-between;
  align-items: center;
  padding-top: 75px;
  display: flex;
}

.tabs {
  margin-top: 40px;
}

.team {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.team-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.grid-39.mt-72-1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 72px;
}

.team-card {
  border: 1px solid #000;
  border-radius: 16px;
  padding: 28px;
}

.image-23 {
  border-radius: 16px;
  overflow: hidden;
}

.team-card-info.mt-32 {
  margin-top: 32px;
}

.heading-08 {
  text-align: center;
  font-size: 22px;
  line-height: 28px;
}

.location {
  justify-content: center;
  display: flex;
}

.location-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.body-11 {
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.body-11.mt-24 {
  margin-top: 24px;
}

.get-google {
  align-items: center;
  margin-top: 42px;
  display: flex;
}

.get-google.mt-46 {
  margin-top: 46px;
}

.body-12 {
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.grid-40 {
  grid-column-gap: 62px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 2fr;
}

.faq-container-center {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.faq-container-center._w-876 {
  max-width: 876px;
}

.pricing-card {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.pricing-card.pt-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.pricing-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.price-single-card {
  border: 1px solid #000;
  border-radius: 18px;
}

.price-single-card.center {
  background-color: var(--cream);
  text-align: center;
  margin-top: 60px;
  padding-bottom: 36px;
  padding-left: 32px;
  padding-right: 32px;
  transition: all .525s;
}

.price-single-card.center.active {
  background-color: var(--white);
  transform: translate(0, -11px);
  box-shadow: 8px 8px #000;
}

.pricing-card-logo-box {
  background-color: var(--orange);
  border: 1px solid #000;
  border-radius: 100px;
  max-width: 120px;
  max-height: 120px;
  margin-top: -60px;
  margin-left: auto;
  margin-right: auto;
  padding: 28px;
}

.pricing-card-logo-box.blue {
  background-color: var(--grey-blue);
}

.pricing-card-logo-box.yellow {
  background-color: var(--mustard);
}

.tabs-content {
  overflow: visible;
}

.heading-01 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 48px;
}

.heading-01.text-center {
  text-align: center;
}

.heading-01.text-center.mt-24 {
  margin-top: 24px;
}

.heading-9 {
  color: #aaa;
  font-size: 28px;
}

.price-paragraph {
  text-align: left;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 38px;
}

.price-card-button {
  background-color: #191919;
  border-radius: 12px;
  width: 100%;
  padding: 18px 69px;
}

.price-card-button.mt-52 {
  margin-top: 52px;
}

.price-card-button.mt-52.body-1.white-text {
  color: var(--white);
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
}

.price-card-button.mt-52.body-1.white-text:hover {
  background-color: var(--grey-blue);
  transform: translate(4px, 4px);
}

.price-card-button.mt-52.body-1.white-text.yellow {
  background-color: var(--black);
}

.price-card-button.mt-52.body-1.white-text.yellow:hover {
  background-color: var(--mustard);
}

.price-card-button.mt-52.body-1.white-text.orange:hover {
  background-color: var(--orange);
}

.tab-link-tab-1-3 {
  color: #000;
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 0;
}

.tab-link-tab-1-3.w--current {
  color: #fff;
  background-color: #191919;
  padding: 0;
}

.tab-link-tab-2-3 {
  background-color: #f4f4f4;
  border-radius: 10px;
  padding: 0;
}

.tab-link-tab-2-3.w--current {
  color: #fff;
  background-color: #000;
}

.tabs-menu-3 {
  border: 1px solid #191919;
  border-radius: 12px;
  display: inline-block;
  position: absolute;
  top: -64px;
  right: 0;
  overflow: hidden;
}

.grid-42 {
  grid-template-rows: auto;
}

.tab-pane-tab-1-2 {
  margin-top: 72px;
}

.compare {
  justify-content: center;
  display: flex;
}

.compare-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-43 {
  grid-column-gap: 75px;
  grid-row-gap: 48px;
  grid-template-columns: 2.25fr 1fr 1fr 1fr;
}

.get-started-button {
  text-align: center;
  background-color: #191919;
  border-radius: 12px;
  padding: 16px 33px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.get-started-button.mt-24 {
  box-shadow: 1px 2px 4px 0 var(--black);
}

.get-started-button-white {
  color: #01001a;
  text-align: center;
  background-color: #fff;
  border: 1px solid #01001a;
  border-radius: 12px;
  padding: 16px 33px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.get-started-button-white.mt-24 {
  box-shadow: 1px 2px 4px 0 var(--black);
}

.pricing-card-2 {
  border: 1px #000;
  border-radius: 0 0 18px 18px;
  overflow: hidden;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 58px;
  line-height: 66px;
}

.text-span-2 {
  font-size: 18px;
  line-height: 34px;
}

.grid-44 {
  background-color: #b5a8f8;
  border: 1px solid #000;
  border-bottom-style: none;
  border-radius: 18px 18px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding: 56px 48px;
}

.div-block-13 {
  border: 1px solid #000;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  padding: 48px;
}

.grid-45 {
  grid-column-gap: 48px;
  grid-template-rows: auto;
}

.grid-44-yellow {
  background-color: #ffed88;
  border: 1px solid #000;
  border-bottom-style: none;
  border-radius: 18px 18px 0 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  padding: 56px 48px;
}

.page-hero {
  color: var(--black);
  background-color: #0000;
  border-bottom-right-radius: 32px;
  border-bottom-left-radius: 32px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 100px;
  display: flex;
}

.page-hero-container {
  flex: 1;
  max-width: 1180px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
}

.page-hero-container.portfolio {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-46 {
  background-color: #f4f4f4;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 35px 48px;
}

.grid-47 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  padding: 35px 48px;
}

.grid-48 {
  grid-column-gap: 40px;
  grid-row-gap: 48px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 72px;
  margin-bottom: 160px;
}

.faq-card {
  max-width: 360px;
}

.faq-2 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 0;
  display: flex;
}

.faq-right-demo {
  border: 1px solid #000;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 10px 10px #8975f4;
}

.faq-right-demo.mt-72-1 {
  margin-top: 72px;
}

.grid-49 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  margin-top: 72px;
}

.pricing-card-3 {
  background-color: #b5a8f8;
  border: 1px solid #000;
  border-radius: 18px;
  justify-content: space-between;
  padding: 42px;
  display: flex;
}

.heading-12 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.image-24 {
  max-width: 32%;
  max-height: 32px;
  margin-top: auto;
  margin-bottom: auto;
}

.div-block-14 {
  color: #fff;
  background-color: #191919;
  border-radius: 18px;
  padding: 56px;
}

.grid-50 {
  grid-row-gap: 40px;
  grid-template-columns: 1fr;
}

.pricing-card-3-yellow {
  background-color: #ffed88;
  border: 1px solid #000;
  border-radius: 18px;
  justify-content: space-between;
  padding: 42px;
  display: flex;
}

.pricing-card-3-blue {
  background-color: #a2dff5;
  border: 1px solid #000;
  border-radius: 18px;
  justify-content: space-between;
  padding: 42px;
  display: flex;
}

.compare-features {
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.compare-features-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-51 {
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  margin-top: 100px;
}

.grid-52 {
  grid-row-gap: 46px;
  border: 1px solid #000;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding: 37px 36px 36px;
}

.grid-52.b-0 {
  border-style: none;
}

.heading-13 {
  align-items: center;
  height: 110px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
  display: flex;
}

.heading-14 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 34px;
}

.black-button {
  background-color: #000;
  border-radius: 12px;
  padding: 16px 47px;
}

.black-button.body-2.weight-600 {
  margin-top: 20px;
  font-weight: 600;
}

.div-block-15 {
  text-align: center;
  height: 110px;
}

.div-block-16 {
  flex: 1;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.content-top-right {
  justify-content: center;
  align-items: center;
  max-width: 510px;
  position: relative;
}

.image-25 {
  width: 100%;
  height: 100%;
}

.image-26 {
  width: 95%;
  height: 95%;
  position: absolute;
  bottom: -1px;
  left: -1px;
}

.div-block-17 {
  width: 95%;
  height: 95%;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.image-27 {
  width: 100%;
  height: 100%;
}

.image-28 {
  width: 60%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.div-block-18 {
  width: 94%;
  height: 95%;
  position: absolute;
  top: -1px;
  left: 1px;
}

.image-29 {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.div-block-19 {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-30 {
  width: 56px;
  height: 56px;
}

.contact-hero {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-right: 40px;
  display: flex;
}

.contact-hero-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.grid-53.mt-64.border-0 {
  border-style: none;
}

.grid-54 {
  background-color: var(--black);
  color: #000;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  margin-top: 40px;
  padding: 32px;
}

.grid-54-yellow {
  color: #000;
  background-color: #ffed88;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 32px;
}

.grid-54-blue {
  color: #000;
  background-color: #a2dff5;
  border-radius: 18px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  padding: 32px;
}

.contact-form {
  background-color: #0000;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.contact-form-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-55 {
  grid-column-gap: 100px;
  grid-template-rows: auto;
  display: flex;
}

.contact-form-left {
  flex: 1;
  align-self: center;
  max-width: 560px;
}

.div-block-20 {
  flex: none;
  justify-content: center;
  align-self: stretch;
  max-width: 700px;
  min-height: 630px;
  padding-top: 0;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.contact-form-box {
  z-index: 1;
  background-color: var(--grey-blue);
  border: 1px solid #191919;
  border-radius: 18px;
  width: 100%;
  position: absolute;
}

.text-field-2 {
  background-color: #f4f4f4;
  margin-bottom: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 28px;
  font-size: 15px;
  line-height: 22px;
}

.text-field-2.mt-12 {
  border: 1px #000;
  border-radius: 12px;
  height: 58px;
}

.textarea {
  background-color: #f4f4f4;
  min-height: 136px;
  padding-top: 18px;
  padding-left: 28px;
  font-size: 15px;
  line-height: 28px;
}

.textarea.mt-12 {
  margin-bottom: 40px;
}

.form-2 {
  background-color: var(--grey-blue);
  border-radius: 20px;
  padding: 36px 36px 40px;
}

.integration-section {
  backface-visibility: visible;
  background-color: #0000;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.integration-section-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-19-copy {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  align-items: center;
  padding: 20px 30px 30px;
}

.grid-31-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 72px;
}

.grid-31-copy.m-0 {
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 0;
}

.div-block-22 {
  justify-content: center;
  display: flex;
}

.tab-link-tab-1-5 {
  background-color: #ddd0;
  align-self: flex-start;
  padding: 20px 32px;
}

.tab-link-tab-1-5.w--current {
  color: #fff;
  background-color: #191919;
  border-radius: 12px;
  align-self: flex-start;
  padding: 20px 32px;
}

.tab-link-tab-2-5 {
  text-align: center;
  background-color: #ddd0;
  align-self: flex-start;
  margin-top: 18px;
  padding: 20px 32px;
}

.tab-link-tab-2-5.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 12px;
}

.tab-link-tab-2-5.mt-18 {
  align-self: flex-start;
  margin-top: 18px;
}

.tabs-3 {
  display: flex;
}

.tabs-3.mt-72-1 {
  justify-content: space-between;
  width: 100%;
  margin-top: 72px;
  overflow: auto;
}

.tabs-menu-5 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 240px;
  margin-right: 40px;
  display: flex;
}

.reviews {
  background-color: var(--grey-blue);
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.review-container-2 {
  flex: 1;
  max-width: 1220px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 100px;
  position: relative;
}

.grid-57 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #f4f4f4;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 60px;
}

.image-32 {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.review-page-card {
  color: #000;
  background-color: #fff;
  border-radius: 14px;
  padding: 32px;
}

.div-block-23 {
  background-color: #e8e8e8;
  height: 1px;
  margin-top: 26px;
  margin-bottom: 26px;
}

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

.blog-dashboard {
  background-color: #f4f4f4;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
}

.blog-dashboard-container {
  flex: 1;
  max-width: 1140px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-tab {
  color: #000;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.blog-tab-container {
  flex: 1;
  max-width: 1160px;
  margin-top: 40px;
  margin-left: 40px;
  margin-right: 40px;
}

.tabs-menu-6 {
  justify-content: center;
  display: flex;
}

.tab-link-tab-1-6 {
  color: #1919194d;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-right: 26px;
  padding: 20px 28px;
}

.tab-link-tab-1-6.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  margin-right: 26px;
  padding: 20px 28px;
  font-weight: 600;
}

.tab-link-tab-2-6 {
  color: #1919194d;
  background-color: #f4f4f4;
  border-radius: 10px;
  margin-right: 26px;
  padding: 20px 28px;
}

.tab-link-tab-2-6.w--current {
  color: #fff;
  background-color: #000;
  font-weight: 600;
}

.tabs-4 {
  margin-top: 48px;
  display: none;
}

.hr-blog-card-right-img {
  border: 1px solid #000;
  border-radius: 18px;
  display: flex;
  overflow: hidden;
}

.hr-blog-card-right-img.mt-56 {
  margin-top: 56px;
}

.paragraph-25 {
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.grid-58 {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
}

.post-content-2 {
  padding: 56px 48px;
}

.tabs-content-2 {
  margin-top: 80px;
}

.hr-blog-card-left-img {
  border: 1px solid #000;
  border-radius: 18px;
  margin-top: 56px;
  display: flex;
}

.grid-58-copy {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
}

.div-block-24 {
  justify-content: center;
  margin-top: 72px;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-25 {
  justify-content: space-between;
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-26 {
  flex: 1;
  max-width: 532px;
  margin-left: 40px;
}

.div-block-27 {
  max-width: 668px;
}

.blog-section {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 609px;
  display: grid;
}

.collection-list-wrapper-3 {
  max-width: 511px;
  margin-right: 40px;
}

.div-block-29 {
  max-width: 500px;
}

.div-block-30 {
  height: 93%;
  position: relative;
}

.image-33 {
  width: 93%;
  height: 94%;
  position: absolute;
  top: 0;
  right: -1px;
}

.div-block-31 {
  height: 93%;
  position: relative;
}

.image-34 {
  width: 91%;
  height: 94%;
  position: absolute;
  top: 0;
  left: 0;
}

.image-35 {
  width: 100%;
  height: 100%;
}

.image-36 {
  float: none;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: 40px;
  padding-left: 0;
  padding-right: 0;
  display: inline-block;
}

.image-37 {
  max-width: 520px;
}

.link-block {
  color: #000;
  text-decoration: none;
}

.grid-17-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 856px;
  margin-top: 220px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.deliver-card-copy {
  color: #000;
  background-color: #ffed88;
  border-radius: 20px;
  width: 37%;
  max-width: 316px;
  height: 65%;
  padding: 36px;
  position: absolute;
  top: 50%;
  left: -17%;
  transform: translate(0, -50%);
}

.grid-60 {
  grid-column-gap: 48px;
  color: #191919;
  grid-template-rows: auto;
  max-width: 1160px;
  margin-top: 72px;
  margin-left: auto;
  margin-right: auto;
}

.grid-45-down {
  grid-column-gap: 48px;
  grid-template-rows: auto;
  display: none;
}

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

.link-block-3 {
  color: #191919;
  text-decoration: none;
}

.blog-section-2 {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 140px;
  display: flex;
}

.grid-23-copy {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: flex;
}

.learn-more-box-copy {
  align-items: center;
  margin-top: 36px;
  display: flex;
}

.div-block-32 {
  flex: 1;
  max-width: 600px;
}

.div-block-33 {
  border-radius: 18px;
  flex: 1;
  justify-content: flex-end;
  max-width: 500px;
  height: 550px;
  display: flex;
  overflow: hidden;
}

.image-38 {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 18px;
  order: -1;
  max-width: 95%;
  overflow: hidden;
}

.subscribe-section {
  justify-content: center;
  display: flex;
}

.subscribe-container {
  background-color: var(--mustard);
  border: 1px #000;
  border-radius: 18px;
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.blog-tab-section {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 160px;
  display: flex;
}

.grid-42-copy {
  grid-template-rows: auto;
  justify-content: space-between;
  display: flex;
}

.image-39 {
  position: absolute;
  top: 13px;
  left: 0;
}

.blog-slider-section {
  color: #fff;
  background-color: #191919;
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 120px;
  display: flex;
  overflow: hidden;
}

.blog-slider-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-slider-top {
  justify-content: space-between;
  display: flex;
}

.slide-6 {
  margin-right: 120px;
  overflow: visible;
}

.slide-6._1 {
  transform: scale(1.15);
}

.mask-2 {
  color: #3330;
  overflow: visible;
}

.slider-2 {
  background-color: #ddd0;
  max-width: 950px;
  height: auto;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
}

.grid-23-copy {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  margin-top: 24px;
  display: grid;
}

.post-card-black {
  color: #fff;
  background-color: #0000;
  border-radius: 12px;
  flex: 1;
  text-decoration: none;
  overflow: hidden;
}

.post-content-tiitle-black {
  padding: 40px;
}

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

.link-block-4 {
  color: #191919;
  text-decoration: none;
}

.link-block-4.border {
  border: 1px solid #000;
  border-radius: 18px;
  overflow: hidden;
}

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

.image-16-copy {
  object-fit: cover;
  width: 100px;
  max-height: 320px;
}

.right-arrow-2 {
  background-color: #202020;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  position: absolute;
  top: -800px;
  right: 0%;
}

.left-arrow-2 {
  background-color: #202020;
  border-radius: 50%;
  width: 56px;
  height: 56px;
  top: -800px;
  left: 87%;
}

.login {
  justify-content: center;
  padding-top: 107px;
  padding-bottom: 133px;
  display: flex;
}

.login-box {
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 16px;
  flex: 1;
  padding: 56px 40px 50px;
  transform: translate(-12px, -12px);
}

.heading-15 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 30px;
}

.text-field-3, .text-field-4 {
  background-color: #f4f4f4;
  border: 1px #000;
  border-radius: 10px;
  height: 58px;
  margin-top: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 24px;
}

.checkbox-label {
  font-weight: 500;
  line-height: 22px;
}

.div-block-35 {
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.submit-button-2 {
  background-color: #000;
  border-radius: 10px;
  padding: 16px 28px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-36 {
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.div-block-37 {
  background-color: #dadada;
  flex: 1;
  height: 1px;
}

.paragraph-27 {
  color: #000;
  margin-bottom: 0;
  padding-left: 17px;
  padding-right: 17px;
}

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

.image-41, .image-42, .image-43 {
  margin-left: 28px;
}

.div-block-38 {
  background-image: url('../images/Rectangle-39841.svg');
  background-position: 0 0;
  background-size: cover;
  border: 1px solid #000;
  border-radius: 16px;
  flex: 1;
  max-width: 500px;
  margin-left: 15px;
  margin-right: 10px;
}

.div-block-39 {
  grid-column-gap: 24px;
  display: flex;
}

.link {
  color: #1e1e1e;
  font-weight: 600;
}

.image-44 {
  max-width: 30px;
  margin-left: 24px;
}

.image-45, .image-46 {
  margin-left: 24px;
}

.tabs-content-3 {
  flex: 1;
  max-width: 860px;
}

.review-cards {
  justify-content: center;
  padding-bottom: 160px;
  display: flex;
}

.review-cards-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.image-16-1 {
  object-fit: cover;
  width: 100%;
  height: 424px;
}

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

.grid-62.mt-46 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 0;
}

.link-block-5 {
  background-color: var(--white);
  color: #191919;
  text-align: center;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  margin-top: 40px;
  text-decoration: none;
  display: flex;
}

.link-block-6 {
  color: #191919;
  text-decoration: none;
}

.post-content-tiitle-border {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  padding: 33px 58px 33px 33px;
}

.post-card-border {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 18px;
  flex: 1;
  text-decoration: none;
  overflow: hidden;
}

.fb, .in, .insta {
  margin-left: 14px;
}

.blog-container-copy {
  grid-column-gap: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.post-card-copy {
  color: var(--black);
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 20px;
  flex: 1;
  text-decoration: none;
  overflow: hidden;
}

.collection-list-wrapper-4 {
  margin-top: 48px;
}

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

.collection-list-5 {
  grid-row-gap: 56px;
  flex-direction: column;
  display: flex;
}

.collection-list-wrapper-5 {
  margin-top: 72px;
}

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

.grid-23-copy {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  display: flex;
}

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

.tabs-4-copy {
  margin-top: 48px;
  display: none;
}

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

.collection-list-wrapper-6 {
  margin-top: 48px;
}

.dropdown-toggle {
  padding-top: 18px;
  padding-bottom: 20px;
  padding-right: 16px;
}

.icon-2 {
  margin-right: 0;
}

.text-block {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.blog-view-container {
  flex: 1;
  max-width: 1000px;
  margin-left: 40px;
  margin-right: 40px;
}

.blog-view {
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 160px;
  display: flex;
}

.image-47 {
  object-fit: cover;
  width: 100%;
  height: auto;
  margin-bottom: 57px;
}

.div-block-40 {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 21px;
  margin-bottom: 60px;
  display: flex;
}

.body-4-copy {
  color: var(--black);
  margin-top: 6px;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  line-height: 22px;
}

.related {
  justify-content: center;
  display: flex;
}

.related-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

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

.pagination-button {
  color: #fff;
  background-color: #191919;
  border-style: none;
  border-radius: 12px;
  margin-left: 0;
  margin-right: 0;
  padding: 18px 32px;
  font-size: 18px;
  line-height: 28px;
  transform: translate(-8px, -8px);
}

.pagination {
  margin-top: 80px;
}

.div-block-41 {
  background-image: url('../images/Rectangle-39841.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 12px;
}

.grid-12-copy {
  grid-column-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 2fr;
}

.black-section {
  color: #fff;
  background-color: #191919;
  padding: 124px 40px;
}

.color {
  justify-content: center;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.cclor-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.grid-63 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  margin-top: 48px;
}

.div-block-42 {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  padding: 12px;
}

.paragraph-28 {
  margin-top: 4px;
}

.paragraph-28.body-9 {
  color: var(--mustard);
}

.div-block-44 {
  background-color: #ff5037;
  height: 136px;
}

.div-block-45 {
  background-color: #7eacbd;
  height: 136px;
}

.div-block-46 {
  background-color: #ecac27;
  height: 136px;
}

.div-block-47 {
  background-color: #7d7e5f;
  height: 136px;
}

.div-block-48 {
  color: var(--cream);
  background-color: #ffebcb;
  height: 136px;
}

.div-block-49 {
  color: var(--gray);
  background-color: #95a9ac;
  height: 136px;
}

.div-block-50 {
  background-color: #191919;
  height: 136px;
}

.div-block-51 {
  background-color: #000;
  height: 136px;
}

.typography {
  justify-content: center;
  padding-bottom: 140px;
  display: flex;
}

.div-block-52 {
  flex: 1;
}

.body-1-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.caption-1 {
  letter-spacing: .48px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Satoshi, sans-serif;
  font-size: 14px;
  line-height: 29px;
}

.heading-02-copy-copy {
  text-align: left;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  line-height: 64px;
}

.sub-heading-01-copy {
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.mt-24 {
  margin-top: 24px;
}

.buttons {
  border-radius: 20px;
  justify-content: center;
  padding-bottom: 140px;
  display: flex;
}

.buttons-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-53 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.div-block-53.mt-52 {
  color: var(--black);
  margin-top: 53px;
  transition: color .2s;
}

.body-1-copy-copy {
  text-align: center;
  max-width: 700px;
  margin: 24px auto 0;
  font-size: 18px;
  line-height: 28px;
}

.image {
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 140px;
  display: flex;
}

.image-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.div-block-54 {
  color: var(--black);
  text-decoration: none;
  display: flex;
}

.grid-64 {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 62px;
}

.image-48 {
  margin-left: 16px;
}

.fonts {
  justify-content: center;
  padding-bottom: 140px;
  display: flex;
}

.icons-container {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.icons {
  justify-content: center;
  padding-bottom: 140px;
  display: flex;
}

.changelog-container {
  padding-top: 120px;
  padding-bottom: 120px;
}

.link-block-9 {
  color: #191919;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-16-copy {
  object-fit: cover;
  width: 100%;
  height: 311px;
}

.link-block-10 {
  width: 100%;
  text-decoration: none;
}

.collection-list-wrapper-8 {
  flex: 1;
}

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

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

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

.div-block-55 {
  border: 1px solid #e5e5e5;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 560px;
  height: 260px;
  margin-top: 54px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-5-copy-copy {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 140px;
  font-size: 54px;
  line-height: 62px;
}

.heading-5-copy-copy._2 {
  text-align: center;
  max-width: 720vw;
  margin-left: 0;
}

.mask-3 {
  height: auto;
}

.slider-3 {
  background-color: #0000;
  height: auto;
  margin-top: 72px;
  position: relative;
  overflow: hidden;
}

.customer-review-copy {
  background-color: #a2dff5;
  border: 1px solid #000;
  border-radius: 18px;
  max-width: 100%;
  margin-top: 0;
  padding: 63px;
  position: relative;
}

.customer-review-copy-copy {
  background-color: #ffed88;
  border: 1px solid #000;
  border-radius: 18px;
  max-width: 100%;
  margin-top: 0;
  padding: 63px;
  position: relative;
}

.left-arrow-3 {
  color: #191919;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  inset: auto 120px 78px auto;
}

.right-arrow-3 {
  color: #191919;
  background-color: #fff;
  border: 1px solid gray;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  inset: auto 56px 78px auto;
}

.icon-3 {
  font-size: 24px;
  line-height: 24px;
}

.icon-5 {
  font-size: 28px;
  line-height: 28px;
}

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

.post-image-copy {
  width: 100%;
}

.post-image {
  aspect-ratio: 16 / 9;
  vertical-align: baseline;
  object-fit: cover;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
  max-width: none;
  height: 256px;
  overflow: clip;
}

.post-image.vichy {
  object-fit: contain;
  border-bottom: 1px solid #000;
  width: 100%;
  overflow: hidden;
}

.heading-5-copy-copy {
  color: var(--black);
  text-align: center;
  letter-spacing: -.16px;
  flex: 1;
  max-width: 720px;
  margin: 0 auto;
  font-size: 54px;
  line-height: 62px;
}

.div-block-56 {
  flex: 1;
  max-width: 1160px;
  margin-left: 40px;
  margin-right: 40px;
}

.post-image-hr-copy {
  height: 358px;
}

.link-2 {
  color: var(--black);
  text-decoration: none;
}

.image-52 {
  width: 100%;
  max-width: 170px;
}

.list {
  margin-top: 36px;
  margin-bottom: 0;
  padding-left: 18px;
}

.div-block-57 {
  justify-content: center;
  display: flex;
}

.mt-64-copy {
  grid-column-gap: 72px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 18px;
  margin-top: 64px;
  display: none;
  overflow: hidden;
}

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

.dropdown-list {
  background-color: #fff;
  width: 220px;
}

.dropdown-list.w--open {
  border: 1px solid var(--black);
  background-color: #fff;
  border-radius: 8px;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dropdown-link-2 {
  font-size: 1.2rem;
  text-decoration: none;
}

.dropdown-link-2:hover {
  background-color: #f6f6f6;
}

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

.icon-2-copy {
  color: #fff;
  margin-right: 0;
}

.text-block-copy {
  color: #fff;
  margin-right: 5px;
  font-size: 16px;
  line-height: 24px;
}

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  padding: 5px 16px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}

.r-image-1 {
  width: 13%;
  height: 35%;
  position: absolute;
  inset: 9% auto auto 0%;
}

.r-image-2 {
  width: 13%;
  height: 35%;
  position: absolute;
  inset: 9% 0% auto auto;
}

.r-image-3 {
  width: 10%;
  height: 27%;
  position: absolute;
  inset: auto 7% 0% auto;
}

.r-image-4 {
  width: 10%;
  height: 27%;
  position: absolute;
  inset: auto auto 0% 7%;
}

.rich-text-block {
  text-align: justify;
  font-family: Generalsans, sans-serif;
}

.button-2 {
  background-color: var(--black);
  border-radius: 400svh;
  min-width: 0;
  min-height: 0;
  margin-top: 24px;
}

.round-button {
  border: 1px none var(--white);
  background-color: var(--black);
  box-shadow: 1px 2px 4px 0 var(--black);
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button:hover {
  background-color: var(--mustard);
}

.round-button.small {
  background-color: var(--black);
  letter-spacing: normal;
  text-transform: uppercase;
  width: 75px;
  height: 75px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
  transition: background-color .2s cubic-bezier(.075, .82, .165, 1), color .2s cubic-bezier(.075, .82, .165, 1);
}

.round-button.small:hover {
  background-color: var(--gray);
  color: var(--white);
  -webkit-text-stroke-color: var(--black);
  transform: translate(5px, 5px);
}

.round-button.small.white {
  background-color: var(--white);
  color: var(--black);
}

.round-button.nav-button-wrapper {
  border-color: #0000;
  justify-content: center;
  width: 120px;
  height: 120px;
  margin-top: 40px;
  font-size: 22px;
  line-height: 24px;
}

.round-button.yellow {
  width: 150px;
  height: 150px;
  transition: opacity .4s;
}

.round-button.yellow:hover {
  transform: translate(5px, 5px);
}

.round-button.blue {
  transform-style: preserve-3d;
  transition: opacity .4s;
}

.round-button.blue:hover {
  background-color: var(--grey-blue);
  transform: translate(5px, 5px);
}

.round-button.blue:active {
  transform: translate3d(0, 0, 3px);
}

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

.container-2 {
  max-width: 900px;
  margin-bottom: 20px;
}

.paragraph-29 {
  margin-top: 20px;
}

.button-3 {
  background-color: #191919;
  padding: 22px 38px;
}

.button-3.body-1 {
  color: var(--white);
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.div-block-59 {
  flex: 1;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.body-13 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body-13.weight-500 {
  font-family: Generalsans, sans-serif;
  font-weight: 500;
}

.heading-16 {
  letter-spacing: -.16px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 45px;
  line-height: 72px;
}

.text-field-5 {
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
}

.text-field-5.body-2 {
  padding-left: 8px;
  padding-right: 0;
}

.tabs-menu-7 {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.content-2 {
  background-color: var(--white);
  justify-content: center;
  margin: 100px auto 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-60 {
  width: 95%;
  height: 95%;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.body-14 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body-14.weght-600 {
  font-weight: 600;
}

.body-14.weght-600.mt-8 {
  margin-top: 8px;
}

.body-14.mt-28 {
  margin-top: 28px;
}

.body-14.text-bold {
  font-weight: 600;
}

.body-14.weight-500 {
  font-weight: 500;
}

.body-14.font-22 {
  letter-spacing: normal;
  white-space: normal;
  margin-top: 20px;
  font-size: 20px;
}

.body-14.font-20 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.body-15 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.body-15.mt-28 {
  margin-top: 28px;
}

.image-53 {
  width: 60%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.grid-65 {
  grid-column-gap: 86px;
  grid-template-rows: auto;
  padding-top: 100px;
}

.sub-heading-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.sub-heading-3.medium {
  font-weight: 500;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
}

.mt-65 {
  grid-column-gap: 72px;
  grid-row-gap: 0px;
  border: 1px solid #000;
  border-radius: 18px;
  margin-top: 64px;
  overflow: hidden;
}

.mt-65.border-0 {
  border-style: none;
}

.image-54 {
  width: 50%;
  position: absolute;
  bottom: 5%;
  left: 5%;
}

.heading-18 {
  color: var(--black);
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 62px;
}

.heading-18.mt-16 {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
}

.heading-18._w-897 {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-61 {
  width: 94%;
  height: 95%;
  position: absolute;
  top: -1px;
  left: 1px;
}

.container-3 {
  background-color: #0000;
  margin-top: 0;
}

.grid-66 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 72px;
}

.div-block-62 {
  background-color: #fff;
  border-radius: 12px;
  align-items: center;
  padding: 30px;
  display: flex;
}

.image-55 {
  width: 56px;
  height: 56px;
}

.body-16 {
  letter-spacing: -.16px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.body-16.ml-20 {
  margin-left: 30px;
}

.cf-testimonial-slider-content-wrapper {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px #b1b6c940;
}

.cf-quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

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

.cf-image.contain {
  object-fit: contain;
}

.cf-testimonial-text-wrapper {
  margin-top: 25px;
}

.cf-text-block {
  color: #6f6a80;
  font-family: Montserrat, sans-serif;
}

.cf-text-block._24-px {
  color: #0f072c;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 150%;
}

.cf-testimonial-arrow {
  z-index: 80;
  background-color: #fff;
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
  transform: rotate(-45deg);
}

.tab-link-tab-1-7 {
  background-color: #ddd0;
  align-self: flex-start;
  padding: 20px 32px;
}

.tab-link-tab-1-7.w--current {
  color: #fff;
  background-color: #191919;
  border-radius: 12px;
  align-self: flex-start;
  padding: 20px 32px;
}

.body-17 {
  letter-spacing: -.16px;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.body-17.text-center {
  text-align: center;
}

.body-17.text-center.mt-14 {
  margin-top: 10px;
}

.tabs-menu-8 {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 240px;
  margin-right: 40px;
  display: flex;
}

.body-18 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body-18.max-846 {
  max-width: 846px;
  margin-left: auto;
  margin-right: auto;
}

.body-18.max-846.mt-28.text-center {
  max-width: 600px;
}

.image-56 {
  width: auto;
  height: 75px;
}

.tabs-5 {
  display: flex;
}

.tabs-5.mt-72-1 {
  justify-content: space-between;
  width: 100%;
  margin-top: 40px;
  overflow: auto;
}

.heading-19 {
  letter-spacing: -.16px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 60px;
  line-height: 72px;
}

.heading-19.center {
  text-align: center;
}

.sub-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.sub-heading-4.mt-21 {
  margin-top: 21px;
}

.sub-heading-4.mt-21.text-center {
  text-align: center;
  margin-top: 15px;
}

.sub-heading-4.mt-21.text-center.yellow {
  color: var(--mustard);
  -webkit-text-stroke-color: var(--mustard);
}

.tabs-content-4 {
  flex: 1;
  max-width: 860px;
}

.div-block-63 {
  justify-content: center;
  display: flex;
}

.tab-link-tab-2-7 {
  text-align: center;
  background-color: #ddd0;
  align-self: flex-start;
  margin-top: 18px;
  padding: 20px 32px;
}

.tab-link-tab-2-7.w--current {
  color: #fff;
  background-color: #000;
  border-radius: 12px;
}

.tab-link-tab-2-7.mt-18 {
  align-self: flex-start;
  margin-top: 18px;
}

.text-block-2 {
  font-size: 30px;
}

.image-57 {
  text-align: left;
  margin-left: 10px;
}

.div-block-64 {
  width: 160px;
  height: 75px;
}

.image-58, .image-59 {
  margin-left: 10px;
}

.round-button-2 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #0000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-2.small {
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  width: 75px;
  height: 75px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-2.small.w--current {
  letter-spacing: .5px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.bold-text {
  font-weight: 700;
}

.section {
  justify-content: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.container-4 {
  object-fit: fill;
  max-width: 0;
  height: 500px;
  max-height: 400px;
}

.section-2 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #0000;
  background-clip: border-box;
  flex-wrap: nowrap;
  justify-content: center;
  max-height: 460px;
  padding-bottom: 0;
  display: flex;
}

.image-60 {
  max-width: 115%;
  position: relative;
}

.div-block-65 {
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.div-block-66 {
  margin-top: 40px;
  padding-right: 60px;
}

.round-button-3 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-3.small {
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border-style: none;
  width: 75px;
  height: 75px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.round-button-3.small.white {
  color: #191919;
  background-color: #fff;
  line-height: 20px;
}

.round-button-4 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-4.small {
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border-style: none;
  width: 75px;
  height: 75px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.round-button-4.small.white {
  color: #191919;
  background-color: #fff;
  line-height: 20px;
}

.round-button-5 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-5.small {
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border-style: none;
  width: 75px;
  height: 75px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}

.round-button-5.small.white {
  color: #191919;
  background-color: #fff;
  line-height: 20px;
}

.image-61 {
  object-fit: fill;
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: 0;
  padding-top: 10px;
  padding-left: 40px;
  padding-right: 20px;
}

.image-62 {
  object-fit: contain;
  max-width: none;
}

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

.quick-stack {
  grid-column-gap: 600px;
  grid-row-gap: 600px;
}

.heading-20 {
  margin-top: 40px;
}

.cell-2 {
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  padding: 140px 40px 0 100px;
}

.heading-21 {
  flex-wrap: nowrap;
  display: flex;
}

.heading-21.white-text {
  color: var(--white);
}

.round-button-6 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-6.small {
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  width: 75px;
  height: 75px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-6.small.white {
  color: #191919;
  background-color: #fff;
}

.div-block-67 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: auto;
  justify-items: start;
  display: grid;
}

.div-block-68 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 40px;
  display: block;
}

.section-3 {
  z-index: 0;
  background-color: var(--white);
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-clip: border-box;
  margin-top: auto;
  position: static;
  inset: 0%;
}

.div-block-69 {
  margin-right: 10px;
  padding-left: 0;
  padding-right: 0;
}

.image-63 {
  transform-style: preserve-3d;
  margin-right: 20px;
  position: static;
  transform: rotateX(10deg)rotateY(0)rotateZ(-16deg);
}

.cell-3 {
  mix-blend-mode: normal;
  padding-right: 0;
}

.section-4 {
  background-color: var(--black);
}

.quick-stack-2 {
  background-image: url('../images/Craft_Background.jpg');
  background-position: 0 0;
  background-size: auto;
  min-width: 8%;
  height: auto;
}

.container-5 {
  position: relative;
}

.image-64 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-65 {
  z-index: 2;
  object-fit: fill;
  background-image: url('../images/Black-Desk-Top-View-Crop.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: static;
}

.container-6 {
  padding-left: 0;
  padding-right: 100px;
}

.div-block-70 {
  background-image: url('../images/Road-to-Hell-Red-Book.png');
  background-position: 50%;
  background-size: cover;
  min-height: 350px;
  max-height: 400px;
}

.image-66 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
}

.quick-stack-3 {
  flex: 1;
  padding: 0;
}

.image-67 {
  min-width: 100%;
}

.div-block-71 {
  background-color: var(--black);
  border-radius: 19px;
  margin-top: 30px;
  padding: 20px 40px;
}

.div-block-71.button-wrapper {
  height: 0;
}

.section-7 {
  background-image: url('../images/Olive-green-Book-Left.png');
  background-position: 0 0;
  background-size: auto;
}

.body-01-bold {
  margin-top: 16px;
  margin-bottom: 0;
}

.body-01-bold.mt-12 {
  margin-top: 12px;
}

.section-8 {
  background-color: var(--grey-blue);
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 60px;
}

.cell-4 {
  align-items: flex-start;
  max-width: 100%;
}

.email_link {
  color: var(--black);
  flex-wrap: nowrap;
  justify-content: center;
  font-size: 20px;
  text-decoration: none;
  display: flex;
}

.quick-stack-4 {
  padding-top: 100px;
}

.container-7 {
  background-image: url('../images/Flat-Lay-Card.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-68 {
  position: absolute;
  inset: 0%;
}

.div-block-72 {
  margin-bottom: 80px;
  padding-left: 0;
}

.div-block-73 {
  z-index: 3;
  overflow-wrap: normal;
  object-fit: fill;
  flex: 1;
  order: 1;
  min-height: 0;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
  overflow: visible;
}

.round-button-7 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.caption-2 {
  color: #7eacbd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.body-19 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body-19.font-20 {
  color: #191919;
  margin-top: 40px;
  padding-right: 0;
  font-size: 20px;
  line-height: 28px;
}

.image-69 {
  object-fit: fill;
  max-width: 90%;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 60px;
}

.heading-22 {
  color: #191919;
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 62px;
}

.heading-22.mt-16 {
  margin-top: 60px;
  padding-right: 10px;
}

.round-button-8 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.caption-3 {
  color: #7eacbd;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.body-20 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
}

.body-20.font-20 {
  color: var(--black-2);
  margin-top: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 28px;
}

.div-block-74 {
  margin-top: 40px;
  padding-right: 0;
}

.heading-23 {
  color: #191919;
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 54px;
  line-height: 62px;
}

.subtitle {
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
}

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

.image-70 {
  max-width: 90%;
  margin-top: 60px;
  margin-right: 40px;
  position: relative;
}

.image-71 {
  min-height: 105%;
}

.button-wrapper {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  height: 45px;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, all .3s ease-out;
  display: flex;
}

.button-wrapper:hover {
  color: #fff;
  background-position: 50% 0;
  transform: translate(4px, 4px);
}

.button-wrapper.round {
  width: auto;
  height: 45px;
  font-family: Oswald, sans-serif;
}

.text-block-3 {
  font-size: 18px;
}

.text-block-4 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.nav-wrapper {
  z-index: 10;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.blue-line {
  background-color: #3d66fc;
  width: 45px;
  height: 3px;
  margin-bottom: 20px;
}

.nav-inner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1100px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-column {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-column.right {
  align-items: flex-end;
}

.brand-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

.brand-image.white {
  z-index: 2;
  opacity: 0;
}

.nav-link-social {
  opacity: .6;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-left: 3px #000;
  margin-bottom: 20px;
  padding-left: 0;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-social:hover {
  opacity: 1;
  color: #fff;
  border-left-color: #3d66fc;
}

.nav-link-social.bottom {
  margin-bottom: 0;
}

.hamburger-wrap {
  cursor: pointer;
  width: 50px;
  padding-top: 7px;
  transition: all .2s;
}

.hamburger-wrap:hover {
  opacity: .8;
}

.mega-nav-wrap {
  z-index: 9;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 100vh;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.nav-link-2 {
  color: #fff;
  white-space: nowrap;
  border-left: 3px solid #000;
  margin-bottom: 20px;
  padding-left: 20px;
  font-size: 60px;
  line-height: 60px;
  text-decoration: none;
  transition: all .2s;
}

.nav-link-2:hover {
  color: #3d66fc;
  border-left-color: #3d66fc;
}

.nav-link-2.bottom {
  margin-bottom: 0;
}

.brand-link {
  width: 45px;
  max-width: 45px;
  height: 45px;
  position: relative;
}

.mega-nav-inner {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: auto;
  max-width: 1100px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.hamburger {
  z-index: 10;
  margin-bottom: 40px;
  position: relative;
}

.text-block-5 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.feature-button-wrap {
  color: var(--white);
  text-transform: uppercase;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  padding: 15px 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, all .3s ease-out;
}

.feature-button-wrap:hover {
  color: #fff;
  background-position: 50% 0;
}

.feature-button-wrap.yellow {
  background-color: var(--mustard);
  border-style: none;
  display: inline-block;
}

.feature-button-wrap.yellow:hover {
  transform: translate(3px, 3px);
}

.feature-button-wrap.gray {
  background-color: var(--gray);
  border-style: none;
}

.feature-button-wrap.orange {
  background-color: var(--orange);
  border-style: none;
}

.feature-button-wrap.orange:hover {
  transform: translate(3px, 3px);
}

.feature-button-wrap.blue {
  background-color: var(--grey-blue);
  border-style: none;
}

.feature-button-wrap.blue:hover {
  transform: translate(3px, 3px);
}

.feature-button-wrap.portfolio_button {
  background-color: var(--cream);
  color: var(--black);
  border-style: solid;
  box-shadow: 2px 2px 6px -2px #000;
}

.feature-button-wrap.portfolio_button:hover {
  color: var(--white);
}

.text-block-6 {
  color: var(--white);
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  flex-wrap: nowrap;
  justify-content: center;
  padding-left: 0;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  display: block;
  position: static;
}

.div-block-75 {
  margin-bottom: 100px;
}

.button-wrapper-3 {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  height: 45px;
  margin-top: 24px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, all .3s ease-out;
  display: flex;
}

.button-wrapper-3:hover {
  color: #fff;
  background-position: 50% 0;
}

.button-wrapper-3.white {
  background-color: var(--cream);
  border-style: none;
}

.button-wrapper-3.white:hover {
  transform: translate(3px, 3px);
}

.text-block-7 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.div-block-76 {
  max-width: 180px;
}

.div-block-78 {
  max-width: 170px;
}

.div-block-77 {
  max-width: 220px;
}

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

.round-button-9 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.mailto-button {
  margin-top: 30px;
  text-decoration: none;
}

.mailto-button:hover {
  transform: translate(5px, 5px);
}

.icon-6 {
  margin-right: 0;
}

.navbar-brand-2:hover {
  transform: translate(3px, 3px);
}

.text-block-8 {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 5px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.dropdown-list-2 {
  background-color: #fff;
  width: 100px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border: 1px solid #191919;
  border-radius: 8px;
  width: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.round-button-10 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #0000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-10.small {
  color: #0e0d0d;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #ecac27;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  width: 96px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-10.small.w--current {
  letter-spacing: .5px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.icon-7 {
  margin-right: 0;
}

.round-button-11 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #0000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-11.small {
  color: #0e0d0d;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #ecac27;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  width: 96px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-11.small.w--current {
  letter-spacing: .5px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.icon-8 {
  margin-right: 0;
}

.round-button-12 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #0000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-12.small {
  color: #0e0d0d;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #ecac27;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  width: 96px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-12.small.w--current {
  letter-spacing: .5px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.icon-9 {
  margin-right: 0;
}

.round-button-13 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #0000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-13.small {
  color: #0e0d0d;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #ecac27;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  width: 96px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-13.small.w--current {
  letter-spacing: .5px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.icon-10 {
  margin-right: 0;
}

.round-button-14 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px solid #0000;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  margin-top: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
}

.round-button-14.small {
  color: #0e0d0d;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #ecac27;
  border-radius: 0;
  flex-direction: row;
  flex: 0 auto;
  order: 1;
  width: 96px;
  height: 32px;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 16px;
}

.round-button-14.small.w--current {
  letter-spacing: .5px;
  width: 100px;
  height: 100px;
  font-size: 20px;
}

.round-button-15 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.round-button-15:hover {
  background-color: #ecac27;
}

.round-button-15.blue {
  transform-style: preserve-3d;
  width: 150px;
  height: 150px;
  margin-top: 0;
  transition: opacity .4s;
}

.round-button-15.blue:hover {
  background-color: #7eacbd;
  transform: translate(5px, 5px);
}

.round-button-15.blue:active {
  transform: translate3d(0, 0, 3px);
}

.round-button-16 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.round-button-16:hover {
  background-color: #ecac27;
}

.round-button-16.blue {
  transform-style: preserve-3d;
  transition: opacity .4s;
}

.round-button-16.blue:hover {
  background-color: #7eacbd;
  transform: translate(5px, 5px);
}

.round-button-16.blue:active {
  transform: translate3d(0, 0, 3px);
}

.round-button-17 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.round-button-17:hover {
  background-color: #ecac27;
}

.round-button-17.blue {
  transform-style: preserve-3d;
  transition: opacity .4s;
}

.round-button-17.blue:hover {
  background-color: #7eacbd;
  transform: translate(5px, 5px);
}

.round-button-17.blue:active {
  transform: translate3d(0, 0, 3px);
}

.round-button-17.khaki {
  margin-left: auto;
  margin-right: auto;
}

.round-button-17.khaki:hover {
  background-color: var(--orange);
}

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

.image-72 {
  max-width: 100%;
}

.div-block-79 {
  padding-left: 40px;
  position: static;
}

.image-73 {
  max-width: 70%;
}

.section-10 {
  background-image: url('../images/Olive-green-Book.png');
  background-position: 0 0;
  background-size: auto;
}

.text-block-9 {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 18px;
}

.quick-stack-5 {
  flex: 1;
  padding: 0;
}

.cell-5 {
  mix-blend-mode: normal;
  padding-right: 0;
}

.div-block-80 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-bottom: 40px;
  display: block;
}

.section-11 {
  background-image: url('../images/Olive-green-Book-Left-Crop.png');
  background-position: 0 0;
  background-size: auto;
}

.button-wrapper-4 {
  color: #000;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border: 2px solid #000;
  border-radius: 50px;
  align-items: center;
  height: 45px;
  margin-top: 24px;
  padding-bottom: 0;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, all .3s ease-out;
  display: flex;
}

.button-wrapper-4:hover {
  color: #fff;
  background-position: 50% 0;
}

.button-wrapper-4.white {
  background-color: #ffebcb;
  border-style: none;
}

.button-wrapper-4.white:hover {
  transform: translate(3px, 3px);
}

.heading-24 {
  color: #191919;
  text-align: center;
  letter-spacing: -1px;
  max-width: 800px;
  margin: 0 auto;
  font-size: 52px;
  line-height: 64px;
}

.heading-24.white {
  color: #fff;
  margin-top: 60px;
}

.div-block-81 {
  padding: 40px 20px 0;
}

.image-74 {
  z-index: 3;
  background-color: #0000;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 248px;
  position: static;
  inset: auto 0% 0% auto;
}

.container-8 {
  max-width: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-12 {
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-color: #fff;
  background-clip: border-box;
  position: relative;
}

.image-75 {
  object-fit: cover;
  background-image: url('../images/Black-Desk-Top-View-Crop.png');
  background-position: 0 0;
  background-size: auto;
  max-width: 100%;
  max-height: none;
}

.container-9 {
  background-image: url('../images/42697508.jpg');
  background-position: 0 0;
  background-size: auto;
}

.flex-block {
  background-color: var(--white);
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-self: auto;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.grid-bullets {
  grid-template-rows: auto;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
}

.section-13 {
  justify-content: center;
  display: flex;
}

.padding-global {
  padding-left: 2.4rem;
  padding-right: 2.5rem;
}

.navbar-logo-link {
  padding-left: 0;
}

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

.home_hero-title {
  color: #000;
  text-align: left;
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
}

.cta-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 1rem;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.button-outline {
  color: #000;
  text-transform: uppercase;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 8px;
  padding: .875rem 1.875rem;
  transition: all .15s;
}

.button-outline:hover {
  color: #fff;
  background-color: #000;
}

.achivement-item {
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #d9e3db;
  border-radius: 4px;
  flex-direction: column;
  padding: 1.5rem;
  display: flex;
  box-shadow: 0 0 40px #84848414;
}

.mask-4 {
  height: 100%;
}

.cta-button-wrap {
  margin-top: 1.5rem;
}

.home_faq-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.dropdown-wrapper {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
}

.dropdown-wrapper.is--hide {
  display: none;
}

.simpkin-link {
  color: #fff;
}

.tf-nav-dropdown {
  z-index: 99;
  color: #000;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
}

.dropdown-text {
  font-size: 1.3rem;
  font-weight: 500;
}

.footer-bottom-link {
  color: #ffffffb3;
  margin-left: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: .875rem;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-bottom-link:hover {
  opacity: .8;
}

.the-faq-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 59.375rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section_hero-features {
  z-index: 99;
}

.section_hero-features.testimonial {
  padding-top: 60px;
}

.section_home-mission {
  background-color: #fbfaff;
  display: none;
}

.section_home-testimonial {
  padding-bottom: 140px;
  display: none;
}

.slide-content-wrap {
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  display: flex;
}

.section_header-wrapper.is--testimonial {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-link {
  color: #000;
  letter-spacing: .01em;
  text-transform: uppercase;
  flex: none;
  padding: .5rem 2rem .5rem 1rem;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  transition: all .2s;
}

.navbar-link:hover {
  border-bottom: 2px #243443;
}

.navbar-link.w--current {
  color: #000;
  font-size: 1.3rem;
}

.header-subtitle {
  color: #333;
  letter-spacing: .0625rem;
  text-transform: uppercase;
  display: inline-block;
}

.footer-spacer {
  background-color: #2e3545;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.service-icon {
  height: 42px;
}

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

.footer-social-block-2 {
  grid-column-gap: 12px;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: .875rem;
}

.article-list {
  grid-column-gap: 3rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.achivement-count {
  font-size: 4.5rem;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 6px;
  padding: 1.25rem 1.625rem;
  font-weight: 500;
}

.button-4.is--white {
  color: #000;
  background-color: #fff;
}

.button-4.arrow-button {
  color: #000;
  text-transform: uppercase;
  background-color: #0000;
  background-image: none;
  background-position: 85%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #000;
  border-radius: 48px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 4rem;
  font-family: Lato, sans-serif;
}

.button-4.is--nav {
  text-transform: uppercase;
  background-color: #000;
  border-radius: 10px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.mission-content-wrap {
  width: 100%;
}

.hero_content-wrap {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  width: 60%;
  margin-top: 40px;
  margin-left: 22px;
  display: flex;
}

.section_home-faq {
  background-color: #d9e3db;
  display: none;
}

.footer-component {
  background-color: var(--cream);
}

.navbar-menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar-menu-buttons.is--mobile {
  display: none;
}

.slider-4 {
  background-color: #0000;
  height: 100%;
}

.question-title {
  white-space: normal;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3;
}

.dropdown {
  border-bottom: 1px solid #000;
  display: block;
}

.section_home-hero {
  background-image: url('../images/Red_Yellow.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
  padding-bottom: 7.3rem;
}

.navbar-container {
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.mission-text {
  margin-top: 2.5rem;
  font-size: 1.25rem;
}

.navbar-menu-button {
  padding: 0;
}

.footer-item-block {
  max-width: 22rem;
}

.dropdown-list-3 {
  background-color: #0000;
  position: static;
}

.footer-brand-text {
  color: #ccc;
  margin-top: 1.25rem;
}

.heading-style-h2 {
  line-height: 1.2;
}

.faq-description {
  margin-right: 0;
  padding-top: .5rem;
  overflow: hidden;
}

.home_mission-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 2.5rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: grid;
}

.left-arrow-4 {
  inset: auto 0% -8.5rem -5rem;
}

.hero_button-group {
  grid-column-gap: .75rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff45;
  border-radius: 8px;
  justify-content: center;
  padding: .5rem .75rem;
  display: flex;
}

.home_hero-content {
  color: #000;
  text-align: left;
  width: 100%;
  max-width: 25rem;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.article-colletion {
  margin-top: 60px;
}

.home_cta-wrapper {
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 7.625rem;
  padding-bottom: 7.625rem;
}

.slide-avatar-wrap {
  width: 50%;
}

.home_services-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.footer-link {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .8;
}

.client-quote {
  margin-top: .5rem;
}

.tf-dropdown-link {
  color: #fff;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 1.125rem;
}

.tf-dropdown-link.w--current {
  color: #000;
  font-weight: 600;
}

.arrow-faq {
  flex: none;
  position: static;
  inset: 0 0% auto auto;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.tf-dropdown-list {
  min-width: 300px;
}

.tf-dropdown-list.w--open {
  background-color: #002d58;
  border-radius: 1rem;
  min-width: 250px;
  padding-bottom: 10px;
  left: -53px;
}

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

.navbar-logo {
  min-height: 30px;
}

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

.star-embed {
  color: #000;
}

.tf-drropdown-toggle {
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.testimonial-slide-grid {
  margin-top: 3.75rem;
}

.title-and-arrow {
  grid-column-gap: 2.5rem;
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: .625rem 0;
  font-size: 1.25rem;
  line-height: 1.5;
  display: flex;
}

.hero_button-wrap {
  margin-top: 20px;
  display: inline-block;
}

.social-links {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slide-10 {
  width: 50%;
  height: 100%;
}

.section_blog {
  display: none;
}

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

.navbar-component {
  background-color: var(--white);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #000;
  border: 1px solid #0000;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-top: .7em;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  transition: all .25s;
  display: flex;
  position: fixed;
}

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

.padding-section-medium.is--footer {
  padding-bottom: 1rem;
}

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

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

.slide-wrap {
  grid-column-gap: 2.25rem;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding-right: 2rem;
  display: flex;
}

.footer-bottom-block {
  align-items: center;
  display: flex;
}

.article-item {
  transition: all .2s;
}

.article-item:hover {
  transform: translate(0, -10px);
}

.home_hero-wrapper {
  border-radius: 20px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.client-photo {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.padding-section-large.is--cta {
  padding-top: 11rem;
  padding-bottom: 3rem;
}

.navbar-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu.is-responsive {
  justify-content: center;
  align-items: center;
}

.subtitle-wrap {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq-answer-text {
  color: #130b2c;
  line-height: 1.4;
}

.section_home-cta {
  background-color: #d9e3db;
  display: none;
}

.mission-image-wrap {
  width: 100%;
}

.right-arrow-4 {
  inset: auto -5rem -8.5rem 0%;
}

.faq-item {
  text-align: left;
  border-bottom: .0625rem #000;
  padding-top: .625rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.service-content {
  color: #0000008c;
}

.achivement-title {
  font-size: 1.375rem;
  font-weight: 300;
}

.dropdown-arrow-inicator {
  z-index: -1;
  background-color: #002d58;
  width: 50px;
  height: 50px;
  margin-left: 20px;
  padding-left: 0;
  position: absolute;
  inset: 0% 0% auto 0;
  transform: rotate(45deg);
}

.blog-header-flex {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-title {
  color: #fff;
  margin-bottom: 22px;
  font-size: 20px;
}

.home_features-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 0;
  padding-bottom: 0;
}

.home_features-wrapper.navbar_space {
  margin-top: .7em;
  padding-top: 1em;
}

.feature-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  max-width: 800px;
  margin: 0 auto 30px;
  padding-top: 0;
  font-family: Generalsans, sans-serif;
  font-size: 52px;
  line-height: 1.3;
}

.feature-heading.heading-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.feature-heading.left-text {
  text-align: left;
  letter-spacing: -.16px;
  width: auto;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.feature-heading._w-800 {
  max-width: 720px;
}

.feature-heading.white-text {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
}

.feature-heading.white {
  color: var(--white);
  margin-top: 100px;
}

.feature-text {
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.3;
}

.feature-main-block {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.feature-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 70rem;
  display: grid;
}

.feature-content-wrap {
  flex: 1;
  max-width: 540px;
  padding-left: 40px;
  padding-right: 40px;
}

.feature-content-wrap._2 {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.feature-image-wrap {
  position: static;
}

.feature-inner-heading {
  color: var(--black);
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 62px;
}

.feature-inner-heading.mt-16 {
  margin-top: 16px;
  padding-left: 0;
  padding-right: 0;
}

.feature-inner-heading._w-897 {
  text-align: center;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.feature-paragraph {
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Generalsans, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.feature-paragraph.weght-600 {
  font-weight: 600;
}

.feature-paragraph.weght-600.mt-8 {
  margin-top: 8px;
}

.feature-paragraph.mt-28 {
  margin-top: 28px;
}

.feature-paragraph.text-bold {
  font-weight: 600;
}

.feature-paragraph.weight-500 {
  font-weight: 500;
}

.feature-paragraph.font-22 {
  letter-spacing: normal;
  white-space: normal;
  margin-top: 20px;
  font-size: 20px;
}

.feature-paragraph.font-20 {
  color: var(--black);
  margin-top: 40px;
  margin-bottom: 40px;
  padding-left: 0;
  padding-right: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.feature-image {
  max-width: 100%;
}

.section_theme-image.is--cta {
  background-image: url('../images/Olive-green-Book-Left-Crop.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-theme-image {
  background-image: url('../images/Road-to-Hell-Red-Book.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 375px;
  max-height: 400px;
}

.bg-theme-image._1 {
  background-image: url('../images/Black-Desk-Top-View-Crop-V2.png');
  min-height: 375px;
  max-height: 450px;
  padding-bottom: 40px;
}

.section_hero-services {
  z-index: 99;
}

.home_services-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.services-heading {
  color: var(--black);
  text-align: center;
  letter-spacing: -1px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Generalsans, sans-serif;
  font-size: 60px;
  line-height: 64px;
}

.services-heading.heading-center {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.services-heading.left-text {
  text-align: left;
  letter-spacing: -.16px;
  width: auto;
  max-width: 600px;
  margin-left: 0;
  margin-right: 0;
}

.services-heading._w-800 {
  max-width: 720px;
}

.services-heading.white-text {
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 60px;
  padding-right: 0;
  display: flex;
}

.services-heading.white {
  color: var(--white);
  margin-top: 100px;
}

.services_grid-block {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 60rem;
  display: grid;
}

.service-content-wrap {
  background-color: var(--black);
  color: var(--white);
  border: 1px solid #000;
  border-radius: 12px;
  align-items: center;
  padding: 20px 30px;
}

.service-icon-wrap {
  justify-content: center;
  display: flex;
}

.service-image {
  width: auto;
  height: 75px;
}

.service-heading {
  color: var(--mustard);
  text-align: center;
  font-family: Generalsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.service-heading.mt-21 {
  margin-top: 21px;
}

.service-heading.mt-21.text-center {
  text-align: center;
  margin-top: 15px;
}

.service-heading.mt-21.text-center.yellow {
  color: var(--mustard);
  -webkit-text-stroke-color: var(--mustard);
}

.service-text {
  text-align: center;
  letter-spacing: -.16px;
  font-family: Generalsans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

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

.service-text.text-center.mt-14 {
  margin-top: 10px;
}

.services_grid-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  display: flex;
}

.section_hero-facts {
  z-index: 99;
}

.home_facts-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.facts-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.facts-content-wrap {
  flex: 1;
}

.facts-content-wrap._2 {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.facts-image-wrap {
  position: static;
}

.mail-button-wrap {
  background-color: var(--black);
  border-radius: 19px;
  padding: 20px 40px;
}

.mail-button-wrap.button-wrapper {
  height: 0;
}

.cta_content-block {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.cta-button-wrapper {
  background-color: var(--cream);
  color: var(--black);
  text-transform: uppercase;
  background-image: url('../images/Black-Thing.png');
  background-position: 50% 250%;
  background-repeat: no-repeat;
  background-size: 100%;
  border-radius: 50px;
  align-items: center;
  padding: 14px 30px;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition: opacity .2s, all .3s ease-out;
}

.cta-button-wrapper:hover {
  color: #fff;
  background-position: 50% 0;
}

.cta-button-wrapper.yellow {
  background-color: var(--mustard);
  border-style: none;
}

.cta-button-wrapper.yellow:hover {
  transform: translate(3px, 3px);
}

.cta-button-wrapper.gray {
  background-color: var(--gray);
  border-style: none;
}

.cta-button-wrapper.orange {
  background-color: var(--orange);
  border-style: none;
}

.cta-button-wrapper.orange:hover {
  transform: translate(3px, 3px);
}

.cta-button-wrapper.blue {
  background-color: var(--grey-blue);
  border-style: none;
}

.cta-button-wrapper.blue:hover {
  transform: translate(3px, 3px);
}

.cta-heading {
  color: var(--cream);
  text-align: right;
  letter-spacing: -1px;
  max-width: 317px;
  margin-bottom: 30px;
  font-family: Generalsans, sans-serif;
  font-size: 52px;
  line-height: 64px;
}

.cta-heading.white {
  color: #fff;
  margin-top: 60px;
}

.previous-version {
  display: none;
}

.section_about-hero {
  z-index: 99;
}

.about_hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.about-hero-image {
  padding-top: 100px;
}

.section_about-members {
  z-index: 99;
}

.about_members-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.members-main-block {
  grid-row-gap: 6rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.member-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  max-width: 70rem;
  display: grid;
}

.member-image-wrap {
  flex: 1;
  max-width: 480px;
  position: relative;
}

.member-content-wrapper {
  flex: 1;
  max-width: 540px;
  padding-left: 40px;
  padding-right: 40px;
}

.member-content-wrapper._2 {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.member-heading {
  color: #191919;
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 54px;
  line-height: 62px;
}

.member-text {
  text-align: left;
  font-size: 20px;
  line-height: 28px;
}

.member-text.font-20 {
  color: var(--black-2);
  margin-top: 40px;
  padding-right: 40px;
  font-size: 20px;
  line-height: 28px;
}

.member-text.about {
  margin-bottom: 60px;
}

.section_contact-hero {
  z-index: 99;
}

.contact_content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
}

.contact_main-block {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: block;
}

.contact-field-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
}

.contact-content-wrapper {
  text-align: center;
  flex: 1;
  max-width: 60svw;
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 40px;
}

.contact-content-wrapper._2 {
  margin-left: 40px;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
}

.contact-form-wrapper {
  flex: 1;
  min-width: 70svw;
  margin-top: 40px;
}

.contact-heading {
  color: #191919;
  text-align: center;
  letter-spacing: -.16px;
  max-width: 540px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 62px;
}

.contact-form-wrap {
  flex: none;
  justify-content: center;
  align-self: stretch;
  max-width: none;
  min-height: 630px;
  margin-top: 40px;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.form-box {
  z-index: 1;
  width: 100%;
}

.facts-heading {
  letter-spacing: -.16px;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  font-size: 45px;
  line-height: 72px;
}

.logo-showcase-icon.aft {
  vertical-align: middle;
  max-width: none;
  height: 15svh;
}

.hero-absolute-image {
  display: none;
}

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

.footer-logo-box-2 {
  max-width: 350px;
}

.link-4 {
  color: #1e1e1e;
  font-weight: 600;
}

.round-button-18 {
  text-align: center;
  letter-spacing: normal;
  text-transform: uppercase;
  background-color: #191919;
  border: 1px #fff;
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 130px;
  margin-top: 40px;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 4px #191919;
}

.round-button-18:hover {
  background-color: #ecac27;
}

.round-button-18.blue {
  transform-style: preserve-3d;
  width: 150px;
  height: 150px;
  margin-top: 0;
  transition: opacity .4s;
}

.round-button-18.blue:hover {
  background-color: #7eacbd;
  transform: translate(5px, 5px);
}

.round-button-18.blue:active {
  transform: translate3d(0, 0, 3px);
}

.image-76 {
  max-width: 30px;
  margin-left: 24px;
}

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

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

.padding-section-medium-2.is--footer {
  padding-bottom: 1rem;
}

.footer-brand-2.w--current:hover {
  transform: translate(3px, 3px);
}

.image-77 {
  margin-right: 12px;
}

.container-10 {
  justify-content: center;
  display: flex;
}

.link-5 {
  color: #191919;
  text-decoration: none;
}

.title-small-2 {
  letter-spacing: .8px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.body-21 {
  color: #191919;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  line-height: 28px;
}

.body-21.mt-20 {
  text-align: left;
  margin-top: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.round-loope {
  border-radius: 50%;
  width: 300px;
  height: 300px;
}

.link-accent {
  position: absolute;
  inset: 14px 14px auto auto;
}

.navigation-link {
  color: #00104b;
  border-radius: 8px;
  align-items: center;
  padding: 14px 20px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navigation-link:hover {
  background-color: var(--mustard);
  color: #fff;
}

.menu-subtext {
  opacity: 1;
  color: var(--white);
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.chevron {
  margin-right: 5px;
}

.dropdown-list-4 {
  min-width: 140px;
}

.dropdown-list-4.w--open {
  background-color: #0000;
  min-width: 650px;
  padding-top: 39px;
  left: -180px;
}

.nav-menu-2 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
}

.navigation-link-primary {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.navigation-link-primary:hover {
  color: #865ddb;
}

.button-navigation {
  background-color: #865ddb;
  border-radius: 10px;
  padding: 18px 20px;
  transition: all .35s;
}

.menu-title {
  color: var(--white);
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
}

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

.logo-image {
  width: 125px;
}

.navigation {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 38px 38px 74px #38327c0f;
}

.navigation-arrow {
  z-index: 999;
  border-radius: 0;
  width: 120px;
  position: absolute;
  inset: -33px auto auto 165px;
}

.dropdown-base-wrapper {
  background-color: var(--black-2);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 8px 39px 65px -10px #0000001a;
}

.dropdown-base-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.brand {
  margin-right: 60px;
}

.dropdown-link-base {
  color: var(--white);
  align-items: flex-start;
  width: 100%;
  padding: 40px 30px 30px;
  display: flex;
}

.dropdown-toggle-2 {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  padding-left: 12px;
  padding-right: 24px;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  transition: none;
  transform: translate(0);
}

.dropdown-toggle-2:hover {
  color: var(--mustard);
  -webkit-text-stroke-color: transparent;
}

.dropdown-toggle-2.w--current {
  text-transform: uppercase;
  font-family: Oswald, sans-serif;
  font-size: 1.3rem;
}

.dropdown-toggle-2.w--current:hover {
  color: var(--black-2);
}

.dropdown-2 {
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.dropdown-list-5 {
  min-width: 140px;
}

.dropdown-list-5.w--open {
  background-color: #0000;
  min-width: 650px;
  padding-top: 39px;
  left: -180px;
}

.nav-menu-3 {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.dropdown-toggle-3 {
  color: #000;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #865ddb;
}

.image-78 {
  vertical-align: top;
}

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

.social-link {
  color: #000;
  align-items: center;
  margin-top: .7em;
  margin-bottom: .7em;
  font-size: 1.5em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.social-link:hover {
  color: #f39a0e;
  transform: scale(1.2);
}

.p-xs-end {
  padding-bottom: 1.6em;
}

.blog-teaser-item-wrapper {
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  flex-direction: column;
  justify-content: space-between;
  padding: 3.5em 2em;
}

.blog-teaser-item-wrapper.quote {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8em 4em;
  display: flex;
}

.blog-teaser-item-wrapper.page-teaser {
  justify-content: center;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
}

.section-blog-overview {
  overflow: hidden;
}

.blog-header-divider-inner {
  width: 50%;
  height: 1px;
  position: relative;
}

.p-xs-start {
  padding-top: 1.6em;
}

.page-teaser-text-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  padding: 6.5em 10.2em;
  position: relative;
}

.social-title {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.2em;
}

.grid-border-line-wrapper {
  background-color: #fff;
  width: 2px;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.grid-border-line-wrapper.right {
  inset: 0% 0% auto auto;
}

.page-teaser-gradient {
  z-index: 1;
  background-image: linear-gradient(163deg, #fff0 9%, #3c230199 83%);
  position: absolute;
  inset: 0%;
}

.social-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.blog-overview-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1.75fr 1.75fr 1fr 1fr;
  width: 100%;
}

.page-teaser-title {
  font-size: 3.5em;
  font-weight: 500;
  line-height: 1.15em;
}

.social-icon {
  width: 1.5em;
  height: 1.5em;
}

.page-teaser-subtitle {
  letter-spacing: .25em;
  text-transform: uppercase;
  font-size: 1.15em;
  font-weight: 500;
}

.page-teaser-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.blog-teaser-quote {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 2.4em;
  font-weight: 300;
  line-height: 1.2;
}

.blog-header-divider {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.blog-header-divider.right {
  width: 100%;
  inset: 0% auto auto 0%;
}

.quote-author-wrapper {
  margin-top: 1em;
}

.blog-header-title-wrapper {
  justify-content: flex-end;
  display: flex;
}

.container-w1 {
  width: 100%;
  max-width: 95em;
  margin-left: auto;
  margin-right: auto;
}

.container-w2 {
  width: 100%;
  max-width: 83.125em;
  margin-left: auto;
  margin-right: auto;
}

.blog-teaser-list-wrapper {
  height: 100%;
}

.p-xl-end {
  padding-bottom: 8.5em;
}

.p-xxs-end {
  padding-bottom: 1.1em;
}

.button-5 {
  color: #000;
  text-align: center;
  letter-spacing: .02em;
  background-color: #fff;
  background-image: linear-gradient(135deg, #ffc260 13%, #fdf89e 50%, #e3fecc 82%, #fff);
  border: 0 #0000;
  border-radius: 999em;
  margin-bottom: 0;
  padding: 1.2em 2.5em;
  font-size: 1em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
  position: relative;
  overflow: hidden;
}

.button-5:hover {
  transform: scale(1.06);
  box-shadow: inset 1px 1px 30em #f8ffad;
}

.button-5:active {
  transform: scale(.96);
}

.page-teaser-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.blog-teaser-list {
  height: 100%;
}

.blog-teaser-item {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.p-xl-start {
  padding-top: 8.5em;
}

.blog-header-divider-wrapper {
  justify-content: center;
  width: 100%;
  height: 1px;
  margin-top: 1em;
  display: flex;
}

.grid-border-line {
  background-color: #000;
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.position-realtive {
  position: relative;
}

.div-block-83 {
  height: auto;
  margin-top: 0;
  margin-bottom: 5ch;
}

.collection-item-4 {
  width: auto;
  height: auto;
}

.collection-list-wrapper-9 {
  height: auto;
}

.collection-item-5 {
  height: 40ch;
}

.div-block-84 {
  margin-top: 0;
  margin-bottom: 2ch;
}

.blog-tab-section-2 {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

.heading-5-copy-copy-2 {
  text-align: center;
  letter-spacing: -.16px;
  flex: 1;
  max-width: 720px;
  margin: 0 auto;
  font-family: Satoshi, sans-serif;
  font-size: 50px;
  font-weight: 600;
  line-height: 62px;
}

.collection-list-wrapper-10 {
  margin-top: 72px;
}

.body-22 {
  color: #191919;
  margin-bottom: 0;
  font-family: Generalsans, sans-serif;
  line-height: 22px;
}

.body-22.ml-8 {
  flex: 1;
  margin-left: 8px;
  font-size: 14px;
}

.body-23 {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.body-23.mt-12 {
  margin-top: 16px;
}

.grid-23-copy-2 {
  grid-column-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-top: 3ch;
  display: flex;
}

.post-card-2 {
  color: #191919;
  background-color: #fff;
  flex: 1;
  text-decoration: none;
}

.post-card-2.border {
  border: 1px solid #000;
  border-radius: 8px;
  overflow: hidden;
}

.sub-heading-5 {
  margin-top: 28px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.sub-heading-5.mt-0 {
  text-align: center;
  margin-top: 6px;
  font-family: Generalsans, sans-serif;
  font-size: 28px;
  font-weight: 700;
}

.image-79 {
  object-fit: cover;
  width: 100%;
  height: 256px;
}

.post-bottom-left-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.tiny-cont {
  text-align: center;
  width: 100%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.changetext_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.changer-move {
  display: inline-block;
}

.constant {
  display: inline;
}

.tiny-link {
  color: #d4145a;
}

.changer-overflow {
  float: right;
  height: 60px;
  display: inline-block;
  overflow: hidden;
}

.tiny-txt {
  color: #312188;
}

.changer {
  color: var(--black);
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  position: relative;
  top: 0;
}

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

.content-wrapper {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.container-11 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.change-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-don-t-change {
  color: #71c734;
  text-transform: none;
  font-family: Open Sans, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change {
  color: #fff;
  text-transform: none;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-size: 60px;
  font-weight: 700;
  line-height: 50px;
}

.image-80 {
  width: 100%;
  height: 50%;
}

.tags {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.image-81 {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 60px;
}

.heading-25, .heading-26 {
  font-family: Generalsans, sans-serif;
}

.heading-27 {
  font-family: Generalsans, sans-serif;
  font-weight: 700;
}

.heading-28, .heading-29, .heading-30, .paragraph-31 {
  font-family: Generalsans, sans-serif;
}

.block-quote {
  font-family: Merriweather, serif;
}

.paragraph-32, .link-6, .bold-text-3, .italic-text, .superscript, .subscript {
  font-family: Generalsans, sans-serif;
}

.cell-8 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.portfolio_text_slug {
  margin-right: 5px;
}

.cell-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.collection-item-6 {
  display: flex;
}

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

.portfolio_author {
  font-size: 16px;
  font-weight: 600;
}

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

.cell-10 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-start;
}

.website-card {
  width: 40svw;
}

.tag-label {
  background-color: var(--mustard);
  border-radius: 20px;
  padding: 5px 10px;
  font-family: Satoshi, sans-serif;
  font-weight: 500;
}

.portfolio-masonry {
  column-count: 2;
  column-rule-width: 40px;
  column-gap: 25px;
  max-width: 90svw;
  margin-bottom: 100px;
  display: block;
}

.link-block-13 {
  margin-bottom: 20px;
  display: block;
}

.portfolio-card {
  margin-bottom: 25px;
}

.section-14 {
  margin-top: 60px;
}

.code-embed {
  margin-bottom: 0;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-size: cover;
  }

  .hero-container {
    margin-bottom: 0;
  }

  .hero-grid {
    margin-top: 40px;
  }

  .body-1.sub-heading-02 {
    margin-right: 0;
  }

  .tab-link-tab-1-5.w--current {
    display: block;
  }

  .hr-blog-card-right-img {
    overflow: hidden;
  }

  .div-block-52 {
    max-width: 1160px;
    margin-left: 40px;
    margin-right: 40px;
  }

  .body-1-regular {
    font-weight: 400;
  }

  .caption-1 {
    font-size: 14px;
    line-height: 20px;
  }

  .heading-02-copy-copy {
    text-align: left;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .tab-link-tab-1-7.w--current {
    display: block;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .image-65 {
    max-height: 100%;
  }

  .div-block-73 {
    background-image: none;
  }

  .grid-bullets {
    grid-template-rows: auto;
  }

  .bg-theme-image._1 {
    min-height: 400px;
  }

  .portfolio-masonry {
    column-count: 3;
  }
}

@media screen and (min-width: 1440px) {
  .hero {
    background-image: none;
    background-size: cover;
    justify-content: center;
    position: relative;
  }

  .hero-container {
    justify-content: center;
  }

  .hero-grid {
    margin-top: 0;
    padding-right: 0;
  }

  .hero-right {
    margin-left: 40px;
  }

  .heading-9 {
    color: #fff6;
  }

  .section {
    margin-top: 0;
  }

  .section-5 {
    background-image: none;
  }

  .div-block-70 {
    background-image: url('../images/Road-to-Hell-Red-Book.png');
    background-position: 50%;
    background-size: cover;
    min-height: 390px;
  }

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

  .div-block-71 {
    max-width: 340px;
  }

  .div-block-74 {
    max-width: 80%;
  }

  .image-74 {
    display: block;
  }

  .section_home-hero {
    padding-bottom: 16rem;
  }

  .bg-theme-image._1 {
    min-height: 450px;
  }

  .mail-button-wrap {
    max-width: 340px;
  }

  .portfolio-masonry {
    column-count: 3;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    min-width: auto;
    min-height: auto;
  }

  .hero-container {
    padding-top: 60px;
  }

  .features {
    padding-bottom: 0;
  }

  .features-area {
    margin-top: 100px;
    margin-bottom: 100px;
    padding-bottom: 100px;
  }

  .features-area.is--responsive {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .features-grid {
    margin-bottom: 60px;
  }

  .section-3 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-70 {
    min-height: 600px;
  }

  .quick-stack-3 {
    object-fit: cover;
  }

  .div-block-73 {
    flex: 1;
  }

  .image-70 {
    max-width: 80%;
  }

  .quick-stack-5 {
    object-fit: cover;
  }

  .section-12 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid-bullets {
    grid-template-areas: "Area Area-2"
                         "Area Area-2";
  }

  .hero_content-wrap {
    margin-top: 2rem;
  }

  .section_home-hero {
    background-position: 50%;
    background-size: cover;
    padding-bottom: 35.5rem;
  }

  .navbar-container {
    padding-top: 2rem;
  }

  .bg-theme-image._1 {
    min-height: 600px;
    max-height: 600px;
  }

  .portfolio-masonry {
    column-count: 4;
  }
}

@media screen and (max-width: 991px) {
  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #f5f5f5;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: center;
    padding-bottom: 25px;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .nav-button-wrapper.not-on-res {
    display: none;
  }

  .nav-button-wrapper.not-on-res.is--responsive {
    margin-top: 20px;
    display: flex;
  }

  .nav-button-wrapper.not-on-res.is-show {
    display: flex;
  }

  .menu-button {
    border: 1px solid #979797;
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .log-in-button {
    display: block;
  }

  .hero {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .hero-container {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 40px;
  }

  .hero-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template: "Area Area"
    / 3.25fr;
    grid-auto-columns: .25fr;
    grid-auto-flow: row;
    justify-content: start;
    padding-right: 0;
  }

  .hero-left {
    margin-top: 0;
  }

  .body-1.mt-20.is--responsive, .body-1.weight-500.is--responsive {
    margin-top: 10px;
  }

  .body-1.font-22 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-right {
    max-width: none;
  }

  .features {
    padding-bottom: 0;
  }

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

  .features-area {
    margin-left: auto;
    margin-right: auto;
  }

  .heading-02.left-text {
    margin-bottom: 20px;
  }

  .features-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .content {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

  .content-right-text {
    flex-direction: column-reverse;
    grid-template-rows: 580px auto;
    grid-template-columns: 1fr;
    align-items: center;
    height: auto;
  }

  .content-text-side._2 {
    margin-bottom: 60px;
  }

  .features-list-box.mt-24 {
    padding-left: 0;
  }

  .mr-12 {
    width: 20px;
  }

  .content-left-text {
    margin-top: 20px;
  }

  .slider {
    max-width: 500px;
    height: auto;
  }

  .slider-div {
    max-height: none;
  }

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

  .div-block {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .slider-content-bottom {
    margin-top: 14px;
  }

  .slide-nav {
    top: 968px;
  }

  .how-it-s-works {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-4 {
    grid-template-columns: 2.5fr;
  }

  .grid-5 {
    flex-direction: column;
    grid-template-columns: 1.75fr;
  }

  .works-grid-left {
    max-width: none;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .integration {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-right-bottom {
    height: 580px;
  }

  .caption {
    margin-bottom: 0;
    font-size: 14px;
  }

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

  .faq {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-9 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .image-8 {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: 500px;
  }

  .cta {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-10 {
    grid-row-gap: 30px;
    grid-template-columns: 1.5fr;
  }

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

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

  .footer-wrapper.is--responsive {
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-content {
    grid-column-gap: 60px;
    margin-top: 40px;
  }

  .footer-content.is--responsive {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 60px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    margin-bottom: 0;
  }

  .footer-link-size {
    text-align: center;
    margin-top: 5px;
  }

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

  .footer-divider {
    margin-top: 20px;
  }

  .footer-logo-box {
    text-align: center;
    max-width: none;
  }

  .list-item {
    display: block;
  }

  .build {
    padding-top: 80px;
    padding-bottom: 370px;
  }

  .image-12 {
    margin-top: -310px;
  }

  .grid-14 {
    margin-top: 80px;
  }

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

  .deliver {
    padding-bottom: 100px;
  }

  .heading-05-center.left-text {
    margin-bottom: 20px;
  }

  .heading-05-center._w-780.mt-160 {
    margin-top: 100px;
    font-size: 40px;
    line-height: 60px;
  }

  .deliver-card {
    max-width: none;
  }

  .deliver-card.blue-copy {
    margin-top: -70px;
    top: 105%;
  }

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

  .customer-review {
    padding: 45px;
  }

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

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

  .post-image-hr {
    height: 400px;
  }

  .image-16 {
    height: 380px;
  }

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

  .image-17 {
    margin-top: 40px;
  }

  .icon {
    color: #fff;
  }

  .collection-item {
    align-items: center;
    width: 100%;
    display: flex;
  }

  .client-card {
    background-color: #daeefe;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .client-card-white {
    background-color: #daeefe;
    margin-top: 20px;
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .paragraph-19, .paragraph-20, .paragraph-21, .paragraph-22 {
    display: none;
  }

  .content-right-text-copy {
    grid-row-gap: 80px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    justify-items: center;
    height: auto;
  }

  .content-right-text-copy.mt-190 {
    margin-top: 100px;
  }

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

  .testimonials-with-tab {
    padding-top: 100px;
  }

  .grid-30 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .grid-4-copy {
    grid-template-columns: 2.5fr;
  }

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

  .blog {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-container {
    display: block;
  }

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

  .grid-33.mt-67 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .mt-64 {
    margin-top: 40px;
    overflow: auto;
  }

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

  .logos-white.mt-140 {
    margin-top: 80px;
  }

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

  .grid-38 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    display: block;
  }

  .grid-39.mt-72-1 {
    grid-template-columns: 1fr 1fr;
  }

  .image-23 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .location-left {
    margin-bottom: 40px;
  }

  .grid-40 {
    grid-template-columns: 2fr;
  }

  .pricing-container {
    overflow: auto;
  }

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

  .grid-43 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

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

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

  .grid-44-yellow {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .grid-48 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 80px;
  }

  .faq-card {
    max-width: none;
  }

  .faq-2 {
    padding-top: 120px;
    padding-bottom: 80px;
  }

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

  .compare-features-container {
    overflow: auto;
  }

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

  .grid-52.b-0 {
    grid-template-rows: 140px;
  }

  .content-top-right {
    height: 580px;
  }

  .grid-53.mt-64.border-0 {
    grid-row-gap: 15px;
    grid-template-columns: 1fr;
  }

  .grid-55 {
    flex-direction: column;
  }

  .div-block-20 {
    align-self: center;
    width: 100%;
    margin-top: 30px;
    padding-top: 25px;
  }

  .text-field-2.mt-12 {
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .textarea.mt-12 {
    border-radius: 12px;
    min-height: 100px;
  }

  .grid-31-copy {
    grid-template-columns: 1fr 1fr;
  }

  .grid-31-copy.m-0 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .reviews {
    background-position: 50% 80%, 50% 2%;
  }

  .review-container-2 {
    padding-top: 80px;
  }

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

  .hr-blog-card-right-img {
    height: auto;
  }

  .grid-58 {
    grid-template-columns: 1.25fr;
  }

  .post-content-2 {
    padding: 40px 38px;
  }

  .collection-list-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .div-block-25 {
    flex-direction: column;
    align-items: flex-start;
  }

  .div-block-26 {
    margin-top: 40px;
    margin-left: 0;
  }

  .collection-list-wrapper-2 {
    margin-top: 40px;
  }

  .collection-list-wrapper-3 {
    max-width: none;
    margin-right: 0;
  }

  .image-36 {
    margin-left: 0;
  }

  .image-37 {
    width: 100%;
    margin-top: 30px;
  }

  .grid-17-copy {
    grid-template-columns: 1fr;
    display: none;
  }

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

  .grid-45-down {
    grid-column-gap: 48px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .div-block-33 {
    flex: none;
    margin-top: 40px;
    margin-right: auto;
  }

  .grid-42-copy {
    grid-template-columns: 1fr 1fr;
  }

  .image-39 {
    top: 7px;
  }

  .blog-slider-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .blog-slider-container {
    flex: 1;
  }

  .blog-slider-top {
    justify-content: center;
  }

  .slide-6._1 {
    margin-right: 60px;
  }

  .slider-2 {
    max-width: 620px;
    margin-top: 80px;
  }

  .right-arrow-2 {
    display: none;
    top: -700px;
    right: 4%;
  }

  .left-arrow-2 {
    display: none;
    top: -700px;
    left: 80%;
  }

  .link.is--responsive {
    max-width: 75%;
  }

  .blog-container-copy {
    display: block;
  }

  .collection-list-6-copy {
    grid-template-columns: 1fr;
    justify-items: center;
  }

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

  .blog-view {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-63 {
    grid-template-columns: auto auto auto;
  }

  .link-block-9 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-16-copy {
    height: 240px;
  }

  .image-50 {
    width: 100%;
    height: 100%;
  }

  .image-51 {
    max-height: 450px;
  }

  .slider-3 {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .customer-review-copy, .customer-review-copy-copy {
    padding: 45px;
  }

  .post-image-hr-copy {
    height: 400px;
  }

  .mt-64-copy {
    margin-top: 40px;
    overflow: auto;
  }

  .nav-link-copy {
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .r-image-1, .r-image-2 {
    top: 0%;
  }

  .r-image-3 {
    right: 0%;
  }

  .r-image-4 {
    left: 0%;
  }

  .round-button.yellow {
    width: 100px;
    height: 100px;
    font-size: 18px;
    line-height: 22px;
  }

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

  .content-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-65 {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .mt-65 {
    margin-top: 40px;
    overflow: auto;
  }

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

  .cf-testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .cf-text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .section {
    padding-right: 0;
  }

  .container-6 {
    justify-content: center;
    padding-right: 0;
    display: flex;
  }

  .image-66 {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cell-4 {
    clear: left;
    position: relative;
  }

  .div-block-73 {
    -webkit-text-fill-color: inherit;
    object-fit: fill;
    background-image: none;
    background-clip: border-box;
    flex: 0 auto;
    justify-content: space-around;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
    position: absolute;
  }

  .nav-inner {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .feature-button-wrap {
    padding: 12px 24px;
    font-size: 18px;
  }

  .heading-24.white {
    text-align: right;
    align-self: flex-end;
    max-width: none;
  }

  .div-block-81 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .image-74 {
    background-color: var(--white);
    object-fit: scale-down;
    padding-left: 60px;
  }

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

  .home_hero-title {
    font-size: 3rem;
    line-height: 1.2;
  }

  .home_faq-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .dropdown-wrapper {
    text-align: left;
    justify-content: flex-start;
  }

  .tf-nav-dropdown {
    width: 100%;
  }

  .menu-icon-line-top, .menu-icon-line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon-line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .article-list {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .button-4.is--nav {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hero_content-wrap {
    grid-row-gap: 20px;
    width: 65%;
  }

  .navbar-menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .navbar-menu-buttons.is--desktop, .navbar-menu-buttons.is--mobile {
    display: none;
  }

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

  .section_home-hero {
    background-image: url('../images/Flat-Lay-Card.png');
    background-position: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 1.5rem;
    position: relative;
    overflow: hidden;
  }

  .mission-text {
    margin-top: 1.5rem;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .heading-style-h2 {
    margin-top: .5rem;
  }

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

  .home_hero-content {
    max-width: 22rem;
  }

  .home_cta-wrapper {
    padding: 4rem 2.5rem;
  }

  .home_services-grid {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .tf-dropdown-link {
    text-align: left;
  }

  .tf-dropdown-link.w--current {
    color: #000;
  }

  .section-header-button-wrap {
    margin-top: 1.5rem;
  }

  .tf-dropdown-list.w--open {
    background-color: #eeddac;
    border-radius: 0;
    padding-left: 2.5rem;
    position: static;
  }

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

  .tf-drropdown-toggle {
    justify-content: center;
    padding-left: 2rem;
    padding-right: 2rem;
    display: flex;
  }

  .slide-10 {
    width: 100%;
  }

  .navbar-component {
    background-color: #fff;
    position: relative;
    inset: 0% 0% auto;
  }

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

  .padding-section-medium.is--quick-fact {
    padding-top: 0;
  }

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

  .home_hero-wrapper {
    padding-top: 2rem;
    padding-bottom: 6rem;
  }

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

  .padding-section-large.is--cta {
    padding-top: 5rem;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-responsive {
    justify-content: flex-start;
    height: 80vh;
    padding-top: 4rem;
  }

  .dropdown-arrow-inicator {
    display: none;
  }

  .blog-header-flex {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .feature-heading {
    max-width: 600px;
    font-size: 40px;
  }

  .feature-heading.left-text {
    margin-bottom: 20px;
  }

  .feature-text {
    font-size: 20px;
  }

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

  .feature-wrapper.is--middle {
    grid-template-columns: 1fr 1.25fr;
  }

  .feature-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .feature-content-wrap._2 {
    margin-bottom: 60px;
  }

  .feature-image-wrap {
    justify-content: flex-end;
    display: flex;
  }

  .feature-image-wrap.is--middle {
    justify-content: flex-start;
  }

  .feature-inner-heading {
    font-size: 40px;
    line-height: 1.2;
  }

  .feature-paragraph {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.3;
  }

  .feature-image {
    max-width: 78%;
  }

  .feature-image.is--fact-image {
    max-width: 100%;
  }

  .feature-image.is--fact {
    width: 100%;
    max-width: 85%;
  }

  .section_theme-image.is--cta {
    background-position: 10% 0;
    background-size: 960px;
  }

  .bg-theme-image, .bg-theme-image._1 {
    min-height: 300px;
  }

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

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

  .services-heading.left-text {
    margin-bottom: 20px;
  }

  .services_grid-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .services_grid-wrapper {
    margin-top: 40px;
  }

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

  .facts-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .facts-content-wrap._2 {
    margin-bottom: 60px;
  }

  .facts-image-wrap {
    justify-content: center;
    display: flex;
  }

  .cta-button-wrapper {
    padding: 11px 26px;
    font-size: 18px;
  }

  .cta-heading {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 1.2;
  }

  .cta-heading.white {
    text-align: right;
    align-self: flex-end;
    max-width: none;
  }

  .previous-version {
    display: none;
  }

  .about_hero-wrapper, .about_members-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .member-image {
    margin-left: 0;
  }

  .member-content-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .member-content-wrapper._2 {
    margin-bottom: 60px;
  }

  .member-heading {
    margin-bottom: 0;
    font-size: 40px;
  }

  .member-text {
    font-size: 16px;
    line-height: 24px;
  }

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

  .contact-field-wrap {
    grid-template-columns: 1fr;
  }

  .contact-content-wrapper {
    max-width: none;
  }

  .contact-content-wrapper._2 {
    margin-bottom: 60px;
  }

  .contact-heading {
    max-width: none;
    font-size: 48px;
  }

  .contact-form-wrap {
    align-self: center;
    max-width: none;
    min-height: auto;
    margin-top: 30px;
    padding-right: 0;
  }

  .hero-absolute-image {
    position: absolute;
    inset: 0% -20% auto auto;
  }

  .link-4.is--responsive {
    max-width: 75%;
  }

  .footer-social-block-3 {
    margin-top: 10px;
  }

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

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

  .title-small-2 {
    margin-bottom: 0;
  }

  .body-21.mt-20.is--responsive {
    text-align: center;
    margin-top: 10px;
    margin-right: 0;
  }

  .chevron {
    margin-right: 20px;
  }

  .dropdown-list-4.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .nav-menu-2 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .navigation-link-primary {
    width: 100%;
  }

  .navigation-container {
    min-height: auto;
    position: relative;
  }

  .navigation-arrow {
    display: none;
  }

  .menu-button-2 {
    color: #865ddb;
    border: 1px solid #865ddb;
    border-radius: 10px;
    margin-left: 14px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #865ddb;
  }

  .dropdown-base-wrapper {
    box-shadow: none;
    border-radius: 0;
  }

  .navigation-menu {
    align-items: center;
    display: flex;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .dropdown-link-base {
    padding: 20px;
  }

  .dropdown-toggle-2 {
    width: 100%;
    padding-left: 16px;
  }

  .dropdown-toggle-2.w--open {
    width: 100%;
  }

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

  .dropdown-list-5.w--open {
    width: 100%;
    min-width: auto;
    padding-top: 0;
    position: relative;
    left: auto;
  }

  .nav-menu-3 {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .dropdown-toggle-3 {
    width: 100%;
    padding-left: 16px;
  }

  .dropdown-toggle-3.w--open {
    width: 100%;
  }

  .social-link:hover {
    color: #000;
    transform: none;
  }

  .blog-teaser-item-wrapper {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 3em;
  }

  .page-teaser-text-wrapper {
    padding-left: 2em;
    padding-right: 2em;
  }

  .blog-overview-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .page-teaser-title {
    font-size: 2.8em;
  }

  .blog-teaser-quote {
    font-size: 1.7em;
  }

  .blog-header-title-wrapper {
    justify-content: flex-start;
  }

  .button-5:hover {
    box-shadow: none;
    transform: none;
  }

  .button-5:active {
    transform: scale(.94);
  }

  .section-tutorial {
    border-top: 1px solid #d4d4d4;
  }

  .image-79 {
    height: 380px;
  }

  .content-wrapper {
    height: 50vh;
  }

  .text-don-t-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .tags {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    aspect-ratio: auto;
    object-fit: scale-down;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: none;
    overflow: visible;
  }
}

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

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-1 {
    font-size: 46px;
    line-height: 56px;
  }

  .body-1.mt-20.is--responsive {
    font-size: 16px;
    line-height: 24px;
  }

  .body-1.mt-8.white-text {
    font-size: 16px;
  }

  .features {
    padding-top: 80px;
    padding-bottom: 100px;
  }

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

  .features-container.is--responsive {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

  .grid.mt-32 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .features-area {
    margin-top: 80px;
  }

  .features-area.is--responsive {
    margin-top: 0;
  }

  .heading-02 {
    width: auto;
    font-size: 42px;
    line-height: 50px;
  }

  .heading-02.heading-center {
    max-width: none;
  }

  .sub-heading-01.m-0.white-text {
    font-size: 20px;
  }

  .get-start-div.mt-72-1 {
    margin-top: 60px;
  }

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

  .features-list-box {
    margin-top: 32px;
  }

  .features-list-box.mt-24 {
    margin-top: 15px;
  }

  .features-list.mt-15 {
    margin-top: 10px;
  }

  .content-left-text, .content-left-text.mt-160 {
    margin-top: 80px;
  }

  .testimonials {
    padding-top: 60px;
  }

  .slider {
    max-width: 420px;
  }

  .slider-div {
    max-height: none;
  }

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

  .right-arrow, .left-arrow {
    display: none;
  }

  .slide-nav {
    top: 970px;
  }

  .how-it-s-works {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .works-content {
    margin-top: 60px;
  }

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

  .integration {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .content-right-bottom {
    height: auto;
  }

  .caption {
    font-size: 12px;
  }

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

  .faq {
    padding-top: 60px;
    padding-bottom: 80px;
  }

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

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .cta-left-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .rating-box {
    margin-top: 20px;
    margin-left: 0;
  }

  .image-10 {
    margin-left: 0;
  }

  .grid-12 {
    grid-template-columns: 1.5fr;
    align-items: center;
  }

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

  .footer-wrapper {
    flex-direction: column;
    align-items: flex-start;
    margin-left: 20px;
    margin-right: 20px;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-content.is--responsive {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-top: 40px;
  }

  .footer-block {
    align-items: flex-start;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-block.is--mobile {
    margin-left: 0;
  }

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

  .footer-social-link.is--mobile {
    margin-left: 0;
  }

  .footer-divider {
    margin-top: 40px;
  }

  .build {
    padding-top: 60px;
    padding-bottom: 251px;
  }

  .grid-13 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .rating-box-top {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .client {
    padding-bottom: 80px;
  }

  .image-12 {
    margin-top: -200px;
  }

  .grid-14 {
    grid-template-columns: 1.25fr;
    margin-top: 60px;
  }

  .grid-16 {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 100px;
  }

  .deliver {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-05-center {
    width: auto;
    font-size: 45px;
    line-height: 55px;
  }

  .heading-05-center._w-780.mt-160 {
    margin-top: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .deliver-card {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .deliver-card.blue-copy {
    margin-top: 0;
  }

  .performance {
    padding-top: 40px;
  }

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

  .customer.mt-160 {
    margin-top: 60px;
  }

  .customer-review {
    padding: 25px;
  }

  .image-16 {
    height: 320px;
  }

  .review-sec {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .review-card {
    width: auto;
  }

  .slider-image-box {
    max-height: 420px;
  }

  .collection-item {
    margin-top: 30px;
  }

  .content-right-text-copy {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .content-right-text-copy.mt-190 {
    margin-top: 80px;
  }

  .body-7.weight-500, .body-7.with-body-1 {
    font-size: 15px;
    line-height: 26px;
  }

  .subscribe-box.center {
    width: 90%;
  }

  .feature-review-card {
    padding: 40px 30px;
  }

  .heading-5 {
    font-size: 45px;
    line-height: 55px;
  }

  .profile-card {
    grid-template-columns: 1.5fr;
  }

  .testimonials-with-tab {
    padding-top: 60px;
  }

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

  .grid-30 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

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

  .mt-64 {
    overflow: auto;
  }

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

  .grid-37.mt-110 {
    margin-top: 60px;
  }

  .logos-white.mt-140 {
    margin-top: 0;
  }

  .timeline {
    padding-top: 80px;
    padding-bottom: 80px;
  }

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

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

  .grid-38 {
    padding-top: 60px;
  }

  .grid-39.mt-72-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .faq-container-center._w-876 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .pricing-card {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-card.pt-0 {
    padding-top: 40px;
  }

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

  .tabs-menu-3 {
    position: static;
  }

  .tabs-menu-3.mt-30 {
    margin-top: 30px;
  }

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

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

  .grid-43 {
    grid-column-gap: 30px;
    grid-template-columns: 2.25fr 1fr 1fr 1fr;
  }

  .heading-11 {
    font-size: 48px;
    line-height: 55px;
  }

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

  .grid-45 {
    grid-template-columns: 1fr;
    margin-top: -273px;
    display: none;
  }

  .grid-44-yellow {
    grid-template-columns: 1fr;
  }

  .page-hero {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .grid-46 {
    grid-column-gap: 30px;
    min-width: 750px;
  }

  .grid-47 {
    min-width: 750px;
  }

  .grid-48 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-bottom: 20px;
  }

  .faq-2 {
    padding-top: 80px;
    padding-bottom: 60px;
  }

  .grid-49 {
    margin-top: 40px;
  }

  .pricing-card-3 {
    padding: 30px;
  }

  .div-block-14 {
    padding: 35px;
  }

  .pricing-card-3-yellow, .pricing-card-3-blue {
    padding: 30px;
  }

  .compare-features {
    padding-top: 20px;
  }

  .grid-51 {
    grid-template-columns: 1fr 1fr 1fr;
    overflow: auto;
  }

  .grid-52, .grid-52.b-0 {
    grid-row-gap: 20px;
  }

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

  .black-button.body-2.weight-600 {
    padding: 10px 35px;
    font-size: 12px;
    line-height: 20px;
  }

  .content-top-right {
    height: auto;
  }

  .image-28 {
    width: 60%;
  }

  .contact-hero, .contact-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .div-block-20 {
    background-position: 50%;
    background-size: 100% 100%;
  }

  .form-2 {
    padding: 2rem 22px;
  }

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

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

  .tab-link-tab-2-5 {
    text-align: left;
  }

  .tabs-menu-5 {
    width: 300px;
  }

  .reviews {
    background-position: 50% 94%, 50% 5%;
    padding-bottom: 100px;
  }

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

  .grid-57 {
    padding: 50px;
  }

  .blog-dashboard, .blog-tab {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .tabs-menu-6 {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab-link-tab-2-6 {
    margin-top: 10px;
  }

  .blog-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .image-37 {
    width: 100%;
  }

  .grid-17-copy {
    grid-template-columns: 1fr;
  }

  .deliver-card-copy {
    max-width: none;
    margin-left: 0%;
    margin-right: 0%;
  }

  .grid-60 {
    display: none;
  }

  .grid-45-down {
    grid-column-gap: 48px;
    grid-row-gap: 30px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    display: grid;
  }

  .blog-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .div-block-33 {
    height: 440px;
  }

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

  .blog-tab-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .grid-42-copy {
    grid-template-columns: 1fr;
  }

  .blog-slider-section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog-slider-container {
    padding-bottom: 35px;
  }

  .slide-6._1 {
    margin-right: 40px;
  }

  .slider-2 {
    max-width: 400px;
    margin-top: 80px;
  }

  .post-content-tiitle-black {
    padding: 28px;
  }

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

  .right-arrow-2 {
    right: 15%;
  }

  .left-arrow-2 {
    left: 15%;
  }

  .login {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .footer-social-block-copy {
    margin-top: 20px;
    margin-left: -20px;
  }

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

  .link.is--responsive {
    max-width: 50%;
  }

  .image-44.is--mobile {
    margin-left: 15px;
  }

  .review-cards {
    padding-bottom: 80px;
  }

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

  .image-16-1 {
    height: 360px;
  }

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

  .collection-list-5 {
    grid-row-gap: 40px;
  }

  .image-47 {
    height: 280px;
    margin-bottom: 60px;
  }

  .div-block-40 {
    flex-direction: column;
  }

  .grid-12-copy {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .black-section {
    padding: 60px 20px;
  }

  .color {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-63 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: auto auto;
  }

  .typography {
    padding-bottom: 60px;
  }

  .heading-02-copy-copy {
    width: auto;
    font-size: 42px;
    line-height: 50px;
  }

  .buttons {
    padding-bottom: 60px;
  }

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

  .fonts, .icons {
    padding-bottom: 40px;
  }

  .changelog-container {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-16-copy {
    height: 180px;
  }

  .slider-3 {
    max-width: 450px;
  }

  .customer-review-copy, .customer-review-copy-copy {
    padding: 25px;
  }

  .left-arrow-3 {
    display: none;
  }

  .right-arrow-3 {
    display: none;
    top: auto;
    bottom: 20px;
    right: 4%;
  }

  .heading-5-copy-copy {
    font-size: 45px;
    line-height: 55px;
  }

  .post-image-hr-copy {
    height: 300px;
  }

  .mt-64-copy {
    overflow: auto;
  }

  .dropdown-link-2 {
    font-size: 1.25rem;
  }

  .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .r-image-1, .r-image-2 {
    top: -9%;
  }

  .r-image-3 {
    bottom: -25%;
    right: 7%;
  }

  .r-image-4 {
    bottom: -25%;
    left: 7%;
  }

  .round-button.yellow {
    width: 85px;
    height: 85px;
    font-size: 15px;
    line-height: 18px;
  }

  .body-13.weight-500 {
    font-size: 16px;
  }

  .heading-16 {
    font-size: 46px;
    line-height: 56px;
  }

  .content-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .image-53 {
    width: 60%;
  }

  .grid-65 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    padding-top: 60px;
  }

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

  .mt-65 {
    overflow: auto;
  }

  .heading-18 {
    font-size: 45px;
    line-height: 55px;
  }

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

  .cf-testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .cf-text-block._24-px {
    font-size: 20px;
  }

  .tabs-menu-8 {
    width: 300px;
  }

  .heading-19 {
    font-size: 46px;
    line-height: 56px;
  }

  .tab-link-tab-2-7 {
    text-align: left;
  }

  .heading-22, .heading-23 {
    font-size: 45px;
    line-height: 55px;
  }

  .nav-column {
    margin-bottom: 30px;
  }

  .nav-column.right {
    align-items: flex-start;
    margin-top: 30px;
  }

  .nav-link-2 {
    border-left-style: none;
    padding-left: 0;
  }

  .mega-nav-inner {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 45px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .round-button-15.blue {
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 22px;
  }

  .heading-24 {
    width: auto;
    font-size: 42px;
    line-height: 50px;
  }

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

  .navbar-logo-link {
    padding-left: 0;
  }

  .home_hero-title {
    font-size: 2.5rem;
  }

  .slide-content-wrap {
    width: 100%;
  }

  .navbar-link {
    font-size: 1.25rem;
  }

  .footer-social-block-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
  }

  .article-list {
    grid-template-columns: 1fr;
  }

  .hero_content-wrap {
    grid-row-gap: 10px;
    width: 90%;
  }

  .question-title {
    font-size: 1.25rem;
  }

  .section_home-hero {
    background-position: -100%;
    padding-bottom: 4.7rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .home_hero-content {
    max-width: 16rem;
    font-size: 1rem;
  }

  .slide-avatar-wrap {
    width: 100%;
  }

  .home_services-grid, .home_achivement-grid {
    grid-template-columns: 1fr;
  }

  .tf-drropdown-toggle {
    font-size: 1.25rem;
  }

  .footer-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2fr 1fr;
  }

  .navbar-component {
    height: auto;
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .slide-wrap {
    grid-row-gap: 2rem;
    flex-direction: column;
    padding-right: 0;
  }

  .footer-bottom-block {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }

  .home_hero-wrapper {
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

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

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

  .feature-heading {
    width: auto;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.3;
  }

  .feature-heading.heading-center {
    max-width: none;
  }

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

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

  .feature-wrapper.is--middle {
    grid-template-columns: 1fr;
  }

  .feature-image-wrap, .feature-image-wrap.is--middle {
    justify-content: center;
  }

  .feature-inner-heading {
    font-size: 32px;
    line-height: 38px;
  }

  .feature-paragraph {
    font-size: 16px;
  }

  .feature-image {
    max-width: 50%;
  }

  .feature-image.is--fact {
    max-width: 80%;
  }

  .section_theme-image.is--cta {
    background-position: 20% 0;
    background-size: cover;
  }

  .bg-theme-image, .bg-theme-image._1 {
    min-height: 200px;
  }

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

  .services-heading {
    width: auto;
    font-size: 36px;
    line-height: 50px;
  }

  .services-heading.heading-center {
    max-width: none;
  }

  .services_grid-block, .home_facts-wrapper {
    grid-template-columns: 1fr;
  }

  .mail-button-wrap {
    margin-top: 20px;
    padding: 12px 21px;
  }

  .cta-heading {
    max-width: 250px;
    font-size: 32px;
    line-height: 40px;
  }

  .about_hero-wrapper, .about_members-wrapper, .member-wrapper {
    grid-template-columns: 1fr;
  }

  .member-image-wrap {
    max-width: 350px;
  }

  .member-heading {
    margin-bottom: 0;
    font-size: 36px;
    line-height: 55px;
  }

  .member-text {
    line-height: 24px;
  }

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

  .contact-heading {
    font-size: 45px;
    line-height: 55px;
  }

  .contact-form-wrap {
    background-position: 50%;
    background-size: 100% 100%;
  }

  .facts-heading {
    font-size: 36px;
    line-height: 56px;
  }

  .logo-showcase-icon {
    width: 75px;
  }

  .hero-absolute-image {
    top: 5%;
    right: -30%;
  }

  .link-4.is--responsive {
    width: 100%;
    margin-bottom: 20px;
  }

  .round-button-18.blue {
    width: 100px;
    height: 100px;
    font-size: 16px;
    line-height: 22px;
  }

  .image-76.is--mobile {
    margin-left: 15px;
  }

  .footer-social-block-3 {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-block-3.is--mobile {
    margin-left: 0;
  }

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

  .body-21.mt-20.is--responsive {
    font-size: 16px;
    line-height: 24px;
  }

  .button-navigation {
    display: none;
  }

  .navigation-menu {
    width: 100%;
  }

  .dropdown-link-base {
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .p-xs-end {
    padding-bottom: 1.6em;
  }

  .blog-teaser-item-wrapper {
    padding-left: 1em;
    padding-right: 1em;
  }

  .blog-teaser-item-wrapper.page-teaser {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .p-xs-start {
    padding-top: 1.6em;
  }

  .blog-overview-grid {
    grid-template-columns: 1fr;
  }

  .page-teaser-title {
    font-size: 2em;
  }

  .page-teaser-subtitle {
    font-size: 1em;
  }

  .p-xl-end {
    padding-bottom: 6em;
  }

  .p-xl-start {
    padding-top: 6em;
  }

  .blog-tab-section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .heading-5-copy-copy-2 {
    font-size: 45px;
    line-height: 55px;
  }

  .image-79 {
    height: 320px;
  }

  .content-wrapper {
    height: 50vh;
  }

  .text-don-t-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .tags {
    display: flex;
  }

  .portfolio-masonry {
    column-count: 1;
  }
}

@media screen and (max-width: 479px) {
  .navbar-no-shadow-container {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .hero {
    align-items: flex-start;
  }

  .hero-container {
    flex-wrap: wrap;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .hero-grid {
    place-items: center;
    margin-bottom: 40px;
  }

  .heading-1 {
    float: left;
    text-align: left;
    margin-top: -72px;
    margin-left: -58px;
    padding-top: 0;
    padding-bottom: 10px;
    padding-right: 53px;
    font-size: 28px;
    line-height: 28px;
    position: static;
  }

  .heading-1.max-928 {
    justify-content: center;
    margin-top: 0;
    display: flex;
  }

  .heading-1.mt-38 {
    margin-top: 22px;
  }

  .hero-left {
    flex-direction: column;
    align-items: flex-start;
    margin-left: auto;
    padding-left: 40px;
    display: flex;
  }

  .body-1 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-1.center-paragraph {
    font-size: 13px;
    line-height: 20px;
  }

  .body-1.center-paragraph.mt-24 {
    margin-top: 20px;
  }

  .body-1.mt-26 {
    font-size: 13px;
    line-height: 20px;
  }

  .body-1.mt-20.is--responsive {
    justify-content: flex-start;
    display: block;
  }

  .body-1.mt-16 {
    line-height: 20px;
  }

  .body-1.weight-500 {
    font-size: 12px;
    line-height: 20px;
  }

  .body-1.weight-500.mt-24 {
    font-size: 14px;
    line-height: 20px;
  }

  .body-1.weight-500.is--responsive {
    font-size: 14px;
  }

  .body-1.sub-heading-02 {
    float: none;
    text-align: left;
    margin-top: -5px;
    margin-bottom: 57px;
    margin-left: -62px;
    padding-left: 8px;
    padding-right: 94px;
    font-size: 14px;
    line-height: 18px;
    position: static;
  }

  .body-1.font-22 {
    text-align: center;
    margin-top: 14px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    overflow: visible;
  }

  .get-start-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 11px 14px;
    font-size: 12px;
    line-height: 18px;
    display: flex;
  }

  .get-start-button.is--mobile {
    left: 0;
  }

  .hero-right {
    text-align: center;
    margin-left: 123px;
  }

  .features {
    padding-top: 40px;
    padding-bottom: 20px;
  }

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

  .logos {
    text-align: center;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 32px;
  }

  .grid.mt-32 {
    grid-template-columns: 1fr;
  }

  .features-area {
    margin-top: 30px;
  }

  .heading-02 {
    text-align: center;
    margin-top: 9px;
    font-size: 28px;
    line-height: 32px;
  }

  .features-grid {
    grid-row-gap: 20px;
    margin-top: 40px;
  }

  .features-card-vertical {
    padding: 18px;
  }

  .sub-heading-01 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .learn-more-box {
    margin-top: 20px;
  }

  .get-start-button-white {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 13px 9px;
    font-size: 13px;
    line-height: 20px;
    display: flex;
  }

  .get-start-div {
    margin-top: 32px;
  }

  .get-start-div.mt-72-1 {
    margin-top: 40px;
  }

  .content {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .content-container {
    margin-left: 15px;
    margin-right: 36px;
    padding-bottom: 2px;
  }

  .content-right-text {
    text-align: center;
    grid-template-rows: auto 328px;
    margin-bottom: 6px;
  }

  .content-text-side {
    text-align: center;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .content-text-side._2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 0;
  }

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

  .heading-03.mt-16 {
    font-size: 30px;
    line-height: 34px;
  }

  .features-list-box {
    margin-top: 20px;
  }

  .features-list-box.mt-24 {
    text-align: center;
  }

  .features-list {
    align-items: flex-start;
  }

  .features-list.mt-12 {
    margin-top: 10px;
  }

  .mr-12 {
    margin-top: 4px;
  }

  .content-left-text, .content-left-text.mt-160 {
    margin-top: 60px;
  }

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

  .testimonials {
    padding-bottom: 40px;
  }

  .hero-pararaph {
    margin-top: 16px;
    margin-bottom: 32px;
  }

  .testimonials-container {
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 60px;
  }

  .slider {
    max-width: 240px;
  }

  .slider-content {
    padding: 20px 14px;
  }

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

  .body-1-bold {
    font-size: 16px;
    line-height: 24px;
  }

  .slide-nav {
    top: 880px;
  }

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

  .works-content {
    margin-top: 40px;
  }

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

  .body-2.mt-12 {
    line-height: 18px;
  }

  .works-grid-left {
    margin-bottom: 20px;
  }

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

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

  .caption {
    object-fit: fill;
    font-size: 12px;
    line-height: 18px;
  }

  .caption.short-tag, .caption.short-tag-purple {
    font-size: 10px;
    line-height: 18px;
  }

  .caption.yellow {
    text-align: center;
    margin-left: 0;
  }

  .content-left-top-gap {
    margin-bottom: 0;
  }

  .faq {
    padding-top: 80px;
    padding-bottom: 60px;
  }

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

  .body-1-medium {
    font-size: 16px;
    line-height: 24px;
  }

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

  .cta-grid-right {
    padding: 20px;
  }

  .grid-11 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .grid-12 {
    grid-template-columns: auto 1fr;
  }

  .footer-dark {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    max-width: none;
  }

  .footer-wrapper.is--responsive {
    margin-top: 40px;
  }

  .footer-brand.w--current {
    justify-content: center;
    display: flex;
  }

  .footer-content.is--responsive {
    align-self: center;
  }

  .footer-block {
    align-items: center;
  }

  .title-small {
    align-self: center;
    margin-top: 20px;
  }

  .footer-social-block.is--mobile {
    justify-content: center;
  }

  .footer-divider {
    background-color: #0000;
    margin-top: 32px;
  }

  .footer-copyright-center {
    font-size: 12px;
  }

  .footer-logo-box {
    align-self: center;
  }

  .build {
    padding-top: 40px;
    padding-bottom: 99px;
  }

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

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

  .body-1-italic {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .image-12 {
    margin-top: -60px;
  }

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

  .grid-15 {
    margin-top: 20px;
  }

  .grid-16 {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

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

  .heading-05-center {
    font-size: 30px;
    line-height: 35px;
  }

  .deliver-card {
    padding: 28px;
  }

  .grid-18 {
    flex-direction: column;
  }

  .performance {
    padding-top: 20px;
  }

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

  .grid-20 {
    margin-top: 40px;
  }

  .customer.mt-160 {
    margin-top: 80px;
  }

  .body-5 {
    font-size: 15px;
    line-height: 20px;
  }

  .post-image-hr {
    height: 270px;
  }

  .post-content-tiitle {
    padding: 15px;
  }

  .grid-23 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .image-16 {
    height: 220px;
  }

  .review-sec {
    padding-top: 60px;
  }

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

  .grid-25 {
    grid-template-columns: 1.75fr;
  }

  .image-18 {
    max-width: 80px;
    margin-left: auto;
    margin-right: auto;
  }

  .slider-image-box {
    max-height: 280px;
  }

  .black-navbar {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .collection-item {
    padding-left: 0;
    padding-right: 0;
  }

  .collection-list-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .client-card, .client-card-white {
    padding: 25px 15px;
  }

  .content-right-text-copy {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .content-right-text-copy.mt-190 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    text-align: center;
    grid-template-rows: auto;
    justify-items: start;
    margin-top: 60px;
    padding-left: 34px;
    display: inline-block;
  }

  .body-7 {
    line-height: 25px;
  }

  .form {
    flex-direction: column;
  }

  .text-field.body-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button.body-1 {
    text-align: center;
    width: 100%;
  }

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

  .sub-heading-02 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .mt-12 {
    text-align: left;
    font-size: 1rem;
  }

  .grid-28-yellow {
    grid-template-columns: 1fr;
  }

  .grid-28-blue {
    grid-template-columns: 1fr;
    padding: 20px;
  }

  .feature-review-card {
    padding: 30px 20px;
  }

  .heading-5 {
    font-size: 32px;
    line-height: 40px;
  }

  .testimonials-with-tab {
    padding-bottom: 20px;
  }

  .read-story {
    margin-top: 20px;
  }

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

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

  .blog {
    padding-top: 60px;
  }

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

  .grid-34 {
    grid-template-columns: 2fr;
  }

  .body-10 {
    font-size: 14px;
    line-height: 20px;
  }

  .grid-37.mt-110 {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .logos-white.mt-140 {
    display: none;
  }

  .timele-container {
    overflow: auto;
  }

  .grid-38 {
    grid-row-gap: 32px;
    padding-top: 40px;
  }

  .team {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .grid-39.mt-72-1 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .location-left {
    margin-bottom: 20px;
  }

  .get-google, .get-google.mt-46 {
    margin-top: 20px;
  }

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

  .faq-container-center._w-876 {
    padding-right: 0;
  }

  .pricing-card {
    padding-top: 40px;
  }

  .pricing-card.pt-0 {
    padding-top: 32px;
  }

  .tab-link-tab-1-3.w--current, .tab-link-tab-2-3 {
    flex: 1;
  }

  .tabs-menu-3.mt-30 {
    display: flex;
  }

  .tab-pane-tab-1-2 {
    margin-top: 40px;
  }

  .grid-44 {
    padding: 34px 25px;
  }

  .div-block-13 {
    padding: 15px;
  }

  .grid-44-yellow {
    padding: 34px 25px;
  }

  .page-hero {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .page-hero-container {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    display: flex;
  }

  .grid-48 {
    grid-row-gap: 32px;
    margin-bottom: 10px;
  }

  .faq-2 {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  .compare-features {
    padding-bottom: 20px;
  }

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

  .grid-52.b-0 {
    padding-top: 10px;
  }

  .image-28 {
    width: 60%;
  }

  .contact-hero {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .grid-54, .grid-54-yellow, .grid-54-blue {
    grid-template-columns: 1fr;
  }

  .contact-form {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .div-block-20 {
    min-height: 530px;
  }

  .text-field-2.mt-12 {
    height: 40px;
  }

  .textarea.mt-12 {
    min-height: 100px;
  }

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

  .grid-31-copy {
    grid-template-columns: 1fr;
  }

  .tabs-3.mt-72-1 {
    display: block;
  }

  .reviews {
    background-image: linear-gradient(#0000, #0000), linear-gradient(#0000, #0000);
    padding-bottom: 80px;
  }

  .review-container-2 {
    background-position: 50% 0;
    background-size: 100%;
    padding-top: 40px;
  }

  .grid-57, .review-page-card {
    padding: 20px;
  }

  .blog-dashboard {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .blog-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .post-content-2 {
    padding: 32px 20px;
  }

  .div-block-26 {
    margin-top: 20px;
  }

  .blog-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .image-36 {
    text-align: center;
    max-width: 100%;
    margin-left: -7px;
    margin-right: -1px;
    padding-top: 0;
    padding-left: 29px;
    padding-right: 0;
  }

  .learn-more-box-copy {
    margin-top: 20px;
  }

  .div-block-33 {
    height: 320px;
  }

  .subscribe-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-block-2 {
    margin-bottom: 0;
  }

  .image-39 {
    top: -4px;
  }

  .blog-slider-container {
    flex: 1;
    width: 100%;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 0;
  }

  .slide-6._1 {
    margin-right: 20px;
  }

  .slider-2 {
    max-width: 240px;
    margin-top: 40px;
  }

  .grid-23-copy {
    grid-template-columns: 1fr;
  }

  .post-content-tiitle-black {
    padding: 15px;
  }

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

  .login {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .submit-button-2 {
    margin-top: 10px;
  }

  .image-41, .image-42, .image-43 {
    margin-left: 0;
  }

  .link {
    float: none;
    text-align: center;
  }

  .review-cards {
    padding-bottom: 60px;
  }

  .image-16-1 {
    height: 240px;
  }

  .grid-62.mt-46 {
    margin-top: 71px;
  }

  .post-content-tiitle-border {
    padding: 15px;
  }

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

  .collection-list-5 {
    grid-row-gap: 30px;
  }

  .grid-23-copy {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .image-47 {
    height: 180px;
    margin-bottom: 40px;
  }

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

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

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

  .grid-63 {
    grid-template-columns: auto;
  }

  .typography {
    padding-bottom: 40px;
  }

  .body-1-regular {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-02-copy-copy {
    font-size: 30px;
    line-height: 35px;
  }

  .sub-heading-01-copy {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .buttons {
    padding-bottom: 40px;
  }

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

  .body-1-copy-copy {
    font-size: 16px;
    line-height: 24px;
  }

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

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

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

  .slider-3 {
    background-color: #ddd0;
    max-width: 240px;
  }

  .left-arrow-3 {
    right: 48%;
  }

  .right-arrow-3 {
    left: 65%;
    right: auto;
  }

  .heading-5-copy-copy {
    font-size: 40px;
    line-height: 45px;
  }

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

  .post-image-hr-copy {
    height: 270px;
  }

  .r-image-1, .r-image-2 {
    top: -13%;
  }

  .round-button.yellow {
    object-position: 50% 50%;
  }

  .button-3.body-1 {
    text-align: center;
    width: 100%;
  }

  .body-13 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-13.weight-500 {
    text-align: left;
  }

  .heading-16 {
    text-align: center;
    margin-top: 1px;
    margin-left: -75px;
    padding-left: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .text-field-5.body-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content-2 {
    margin-top: -48px;
    padding-top: 0;
    padding-bottom: 18px;
    padding-left: 17px;
  }

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

  .body-14.weight-500 {
    font-size: 12px;
    line-height: 20px;
  }

  .body-14.font-20 {
    text-align: center;
    margin: 24px 11px -3px 35px;
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
  }

  .image-53 {
    width: 60%;
  }

  .grid-65 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .sub-heading-3 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .heading-18 {
    text-align: center;
    margin-left: 24px;
    font-size: 28px;
    line-height: 32px;
  }

  .heading-18.mt-16 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
    margin-top: 5px;
    margin-left: 1px;
    margin-right: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

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

  .cf-testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .cf-text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .body-18 {
    font-size: 16px;
    line-height: 24px;
  }

  .tabs-5.mt-72-1 {
    display: block;
  }

  .heading-19 {
    font-size: 32px;
    line-height: 40px;
  }

  .sub-heading-4 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .image-58 {
    height: 35px;
  }

  .image-61 {
    max-width: 100%;
    margin-bottom: 0;
    padding-top: 64px;
    padding-left: 50px;
    padding-right: 30px;
  }

  .image-65 {
    margin-top: -4px;
  }

  .image-66 {
    text-align: center;
    max-width: 90%;
    margin-right: 4px;
    display: none;
  }

  .div-block-71 {
    text-align: center;
    margin-left: 1px;
  }

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

  .cell-4 {
    clear: none;
    position: static;
  }

  .div-block-73 {
    object-fit: scale-down;
    flex: 1;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-left: auto;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .body-19 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-22 {
    font-size: 32px;
    line-height: 40px;
  }

  .body-20 {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-23 {
    font-size: 32px;
    line-height: 40px;
  }

  .nav-link-2 {
    font-size: 37px;
    line-height: 45px;
  }

  .mega-nav-inner {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .feature-button-wrap {
    padding: 10px 22px;
    font-size: 16px;
  }

  .text-block-6 {
    text-align: center;
    object-fit: fill;
    margin-top: -7px;
    margin-left: -2px;
    margin-right: 1px;
    padding-left: 0;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    display: block;
    overflow: visible;
  }

  .button-wrapper-3.white {
    height: 30px;
  }

  .div-block-76 {
    margin-left: 47px;
    padding-left: 0;
  }

  .div-block-78 {
    margin-left: 54px;
  }

  .div-block-77 {
    max-width: 180px;
    min-height: 30px;
    margin-top: 0;
    margin-left: 21px;
    display: inline-block;
  }

  .mailto-button {
    margin-top: 20px;
    text-decoration: none;
  }

  .round-button-15.blue {
    align-self: center;
    font-size: 20px;
  }

  .image-72 {
    float: none;
    clear: none;
    text-align: center;
    margin-top: 0;
    margin-left: 105px;
    padding-bottom: 36px;
    display: inline-block;
  }

  .bold-text-2 {
    margin-right: 19px;
    padding-left: 0;
    padding-right: 34px;
    display: block;
  }

  .heading-24 {
    text-align: center;
    margin-top: 9px;
    font-size: 32px;
    line-height: 36px;
  }

  .padding-global {
    padding-bottom: 60px;
  }

  .home_hero-title {
    align-items: flex-start;
    font-size: 2rem;
  }

  .cta-content-wrap {
    max-width: 100%;
  }

  .footer-bottom-link {
    margin-left: 0;
  }

  .hero_content-wrap {
    margin-left: 0;
  }

  .navbar-menu-buttons.is--mobile {
    margin-top: 3rem;
  }

  .section_home-hero {
    background-position: 90px 0;
    background-size: 500px;
    padding-bottom: 0;
  }

  .hero_button-group {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .home_cta-wrapper {
    padding: 3rem 0;
  }

  .footer-link {
    font-size: .875rem;
  }

  .tf-dropdown-list.w--open {
    padding-left: 1.5rem;
  }

  .footer-botton-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .footer-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 2fr;
  }

  .navbar-component {
    position: relative;
  }

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

  .padding-section-medium.is--footer {
    padding-top: 1rem;
  }

  .footer-bottom-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home_hero-wrapper {
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-menu.is-responsive {
    height: 75vh;
  }

  .faq-answer-text {
    font-size: .875rem;
  }

  .faq-item {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .achivement-title {
    font-size: 1.25rem;
  }

  .home_features-wrapper {
    padding-top: 0;
    padding-bottom: 2rem;
  }

  .feature-heading {
    text-align: center;
    font-size: 28px;
    line-height: 32px;
  }

  .feature-content-wrap._2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 0;
  }

  .feature-inner-heading {
    font-size: 28px;
    line-height: 32px;
  }

  .feature-inner-heading.mt-16 {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 800px;
    margin-top: 5px;
    margin-left: 1px;
    margin-right: 22px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 32px;
    display: block;
  }

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

  .feature-paragraph.weight-500 {
    font-size: 12px;
    line-height: 20px;
  }

  .feature-paragraph.font-20 {
    text-align: center;
    margin: 24px 11px -3px 35px;
    padding-left: 0;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
  }

  .feature-image {
    max-width: 75%;
  }

  .feature-image.is--fact {
    max-width: 100%;
  }

  .section_theme-image.is--cta {
    background-position: 50% 0;
  }

  .home_services-wrapper {
    padding-top: 1rem;
  }

  .services-heading {
    text-align: center;
    margin-top: 9px;
    font-size: 28px;
    line-height: 32px;
  }

  .service-heading {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .facts-content-wrap {
    text-align: center;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .facts-content-wrap._2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 0;
  }

  .mail-button-wrap {
    text-align: center;
    margin-top: 0;
    margin-left: 1px;
  }

  .cta-button-wrapper {
    padding: 8px 22px;
    font-size: 16px;
  }

  .cta-button-wrapper.yellow {
    height: 30px;
    margin-top: 26px;
    margin-left: 17px;
    padding-left: 1px;
    padding-right: 0;
    display: block;
  }

  .cta-button-wrapper.orange {
    height: 30px;
    display: block;
  }

  .cta-button-wrapper.blue {
    height: 30px;
  }

  .member-image-wrap {
    margin-bottom: 0;
  }

  .member-image {
    text-align: center;
    max-width: 100%;
  }

  .member-content-wrapper {
    text-align: center;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .member-content-wrapper._2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 0;
  }

  .member-heading {
    margin-bottom: 10px;
    font-size: 32px;
    line-height: 40px;
  }

  .member-text {
    font-size: 16px;
    line-height: 24px;
  }

  .contact-content-wrapper {
    text-align: center;
    max-width: 800px;
    padding-left: 0;
    padding-right: 0;
    display: inline-block;
  }

  .contact-content-wrapper._2 {
    text-align: center;
    margin-bottom: 40px;
    padding-top: 16px;
    padding-left: 0;
  }

  .contact-form-wrapper {
    margin-bottom: 0;
  }

  .contact-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .contact-form-wrap {
    min-height: 530px;
  }

  .facts-heading {
    text-align: center;
    margin-top: 1px;
    margin-left: -75px;
    padding-left: 0;
    font-size: 32px;
    line-height: 40px;
  }

  .hero-absolute-image {
    inset: auto -22% 0% auto;
  }

  .link-4 {
    float: none;
    text-align: center;
  }

  .round-button-18.blue {
    font-size: 20px;
  }

  .image-77.location {
    margin-right: 0;
  }

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

  .body-21 {
    font-size: 16px;
    line-height: 24px;
  }

  .body-21.mt-20.is--responsive {
    line-height: 20px;
  }

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

  .dropdown-link-base {
    flex-direction: column;
  }

  .blog-teaser-item-wrapper.quote {
    padding: 4.5em 1.7em;
  }

  .blog-overview-grid {
    overflow: hidden;
  }

  .blog-teaser-quote {
    font-size: 1.4em;
  }

  .heading-5-copy-copy-2 {
    font-size: 40px;
    line-height: 45px;
  }

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

  .body-23.mt-12 {
    line-height: 18px;
  }

  .grid-23-copy-2 {
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .sub-heading-5 {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 26px;
  }

  .image-79 {
    height: 220px;
  }

  .change-text-wrapper {
    text-align: center;
    flex-flow: row;
  }

  .text-don-t-change {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .text-change {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .tags {
    display: none;
  }

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

#w-node-b4502d00-5d66-b233-2d52-27aa0d3af5de-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4502d00-5d66-b233-2d52-27aa0d3af5ec-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b4502d00-5d66-b233-2d52-27aa0d3af5ef-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-b4502d00-5d66-b233-2d52-27aa0d3af5f1-1ff41d70, #w-node-b4502d00-5d66-b233-2d52-27aa0d3af600-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b4502d00-5d66-b233-2d52-27aa0d3af60e-1ff41d70, #w-node-_8f0943b9-17e0-aaac-84e2-880e63126178-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8f0943b9-17e0-aaac-84e2-880e6312616a-1ff41d70, #w-node-_699bef3b-4980-3904-69c1-a1e06c8b6eb4-1ff41d70, #w-node-_699bef3b-4980-3904-69c1-a1e06c8b6eba-1ff41d70, #w-node-_699bef3b-4980-3904-69c1-a1e06c8b6ec0-1ff41d70, #w-node-_699bef3b-4980-3904-69c1-a1e06c8b6ec6-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c6850f-a4f0-cd38-44d7-1f240a845b5a-1ff41d70, #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101bf-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7c7a0ae8-da1d-2dad-9573-3c5276cb8644-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101aa-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101af-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-bd902e72-4c82-2a0a-e1d2-9f23bcba1f7b-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7446d2e0-608e-315c-03b1-59f772719a9e-1ff41d70, #w-node-bd902e72-4c82-2a0a-e1d2-9f23bcba1f89-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d05-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d0c-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d13-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d1a-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d21-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d28-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d2f-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d36-1ff41d70, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d3d-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6963e0a8-1e10-004f-0859-141e64cc5a67-1ff41d70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_6963e0a8-1e10-004f-0859-141e64cc5a68-1ff41d70, #w-node-b7a9cc63-6259-377d-52bb-b9cc8c3af4a1-1ff41d70, #w-node-_6963e0a8-1e10-004f-0859-141e64cc5a69-1ff41d70, #w-node-bb286f6f-307f-72ce-7614-37da8e1e232f-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f013e104-058a-48a5-d3b3-cb646b96aa39-1ff41d70 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-f013e104-058a-48a5-d3b3-cb646b96aa3a-1ff41d70, #w-node-f013e104-058a-48a5-d3b3-cb646b96aa3b-1ff41d70, #w-node-_569557be-8b40-0e05-1b28-b44ab47f4c01-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_569557be-8b40-0e05-1b28-b44ab47f4c14-1ff41d70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_54aedbf8-5cbb-4991-99fa-5681e258a212-e258a20a, #w-node-_54aedbf8-5cbb-4991-99fa-5681e258a213-e258a20a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c6c2d559-57af-3e0b-7891-d52fdd83542c-e258a20a, #w-node-f6703ac3-fe78-a2f3-dfb5-439bccc3db6d-e258a20a {
  place-self: center;
}

#w-node-_5b1cd21e-12db-4773-2829-d10abfbbc284-7c845e92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_5b1cd21e-12db-4773-2829-d10abfbbc271-7c845e92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f3c5e06a-909f-b790-c1fc-0da8f706e696-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-b5c0cb4a-6e7b-74ec-be4b-c4de1f6e758f-1ff41d72, #w-node-_6ad287bd-cf11-7f44-a97a-3c448ab49724-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_6ad287bd-cf11-7f44-a97a-3c448ab49722-1ff41d72, #w-node-_2593812a-bf23-cdd5-8de7-4959c1bd48e0-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_9c799321-1084-9b72-e859-90c227d475fc-1ff41d72 {
  justify-self: start;
}

#w-node-d4628d06-fd0d-c88f-01eb-b94449e4521f-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c799321-1084-9b72-e859-90c227d475fa-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-bf0ac7b6-7aa2-c355-1084-100f58399e8d-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9c799321-1084-9b72-e859-90c227d475fd-1ff41d72 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-aabd4950-0172-32dd-338d-7731cd1aab8a-1ff41d72, #w-node-c4ac201a-d31e-77aa-934b-d3e14a483c82-4a483c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c4ac201a-d31e-77aa-934b-d3e14a483c77-4a483c58 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5c5b52ed-c686-4a75-b6ec-943e1f34935f-1ff41d73, #w-node-_887c4b99-53e5-1843-5927-f9c7e37000d7-1ff41d73, #w-node-_4c968885-3bdd-8689-42ea-2b70c118d5c5-1ff41d73, #w-node-_408bfa05-31df-61f9-8a23-9a92cd2443d1-1ff41d73, #w-node-cc17fde8-334a-3a66-5326-44d539d54a27-1ff41d73, #w-node-_9fdea759-5f2c-a763-8b5d-89342ea634c0-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23be91a4-8b8f-3687-fdf0-52ee2d4fe08a-1ff41d73 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-cbf0d49b-f91d-bb9a-a1a9-16ac7331acd7-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_32134263-1299-bae4-eea3-96fce5a97f04-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3c625d7f-1dac-51cc-efab-3a292c14b63c-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: end;
}

#w-node-_9a65fe07-6721-5081-d6d4-16e36a417c47-1ff41d73, #w-node-_90b01eef-bc7b-bcf8-a5f0-75b75af305c9-1ff41d73, #w-node-f265beda-c036-28fc-0f26-6304e87c9cb1-1ff41d73, #w-node-_18221222-279d-4e7a-dd18-c06d4dde0083-1ff41d73, #w-node-dc1fc91a-fae3-2b8e-5480-4d5d73eae981-1ff41d73, #w-node-c70c0d23-1c88-c05c-a14f-26416fbf27a1-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_231fccc1-0a54-3269-349f-d961b82f15e3-1ff41d73 {
  place-self: center end;
}

#w-node-_651f9897-3a20-8fa4-1788-d8052cbd3c8b-1ff41d73, #w-node-_3a971627-1ab3-9bca-fba1-d09b1f370849-1ff41d73, #w-node-ece4c703-a3aa-5ab5-fac7-6f3ddabb861a-1ff41d73, #w-node-efefccaa-8a03-aed7-9d56-ca0ebeba2e85-1ff41d73, #w-node-_456107a6-2daa-2607-b985-6c9163863572-1ff41d73, #w-node-e8bc4d31-cd05-16c2-02e9-c270a0c5bb29-1ff41d73, #w-node-_194f37e3-8596-af99-7ec2-2412f30a55ff-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ee2a3d4-f22b-a22a-e396-9468d3db7e19-1ff41d73 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_71353b03-4809-d5fa-2e89-5a4b4a370732-1ff41d73, #w-node-fc7f7bad-290a-5823-57f2-20ff9ff387fb-9ff387f8, #w-node-fc7f7bad-290a-5823-57f2-20ff9ff387fc-9ff387f8, #w-node-fc7f7bad-290a-5823-57f2-20ff9ff38800-9ff387f8, #w-node-fc7f7bad-290a-5823-57f2-20ff9ff38801-9ff387f8, #w-node-fc7f7bad-290a-5823-57f2-20ff9ff38802-9ff387f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fc7f7bad-290a-5823-57f2-20ff9ff38813-9ff387f8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-ad79d351-3e62-0c05-ce6a-b29ed091c953-1ff41d74, #w-node-_439f58d6-9a8c-16d9-b95d-0a9ea04cc055-1ff41d75, #w-node-_439f58d6-9a8c-16d9-b95d-0a9ea04cc059-1ff41d75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_439f58d6-9a8c-16d9-b95d-0a9ea04cc065-1ff41d75 {
  align-self: stretch;
}

#w-node-bee30a80-cf95-f414-6e82-e8940c4fcc78-1ff41d75, #w-node-bee30a80-cf95-f414-6e82-e8940c4fcc7c-1ff41d75, #w-node-b6255aaa-9ea0-032b-d493-b7821ece2f92-1ff41d75, #w-node-b6255aaa-9ea0-032b-d493-b7821ece2f96-1ff41d75, #w-node-daa62f27-1275-687c-79d5-3b236698b418-1ff41d75, #w-node-daa62f27-1275-687c-79d5-3b236698b41c-1ff41d75, #w-node-_29d2b595-6474-0495-0dd5-a0337750b616-371bb11d, #w-node-_29d2b595-6474-0495-0dd5-a0337750b61a-371bb11d, #w-node-_55d0db1b-2131-2881-e2e7-1a2dd57f7eb1-371bb11d, #w-node-_55d0db1b-2131-2881-e2e7-1a2dd57f7eb3-371bb11d, #w-node-_55d0db1b-2131-2881-e2e7-1a2dd57f7eb7-371bb11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55d0db1b-2131-2881-e2e7-1a2dd57f7ebd-371bb11d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_8b3e143a-4ee6-da82-db96-510959eae6ba-1ff41d76, #w-node-_8b3e143a-4ee6-da82-db96-510959eae6be-1ff41d76, #w-node-_5146d995-e878-d8b0-b63b-bb986b10221f-1ff41d76, #w-node-_5146d995-e878-d8b0-b63b-bb986b102223-1ff41d76, #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671d8-e4d671d5, #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671e5-e4d671d5, #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671ea-e4d671d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671ec-e4d671d5, #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671ed-e4d671d5, #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671ee-e4d671d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671f3-e4d671d5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_6fe1cc76-1a98-686d-db08-7c82582479c9-1ff41d77, #w-node-_6fe1cc76-1a98-686d-db08-7c82582479cd-1ff41d77, #w-node-e91cade3-8699-33c0-d351-8fc2b903da0d-1ff41d77, #w-node-e91cade3-8699-33c0-d351-8fc2b903da10-1ff41d77, #w-node-_702d12f6-0767-3b63-96c6-22ecd524be1b-1ff41d77, #w-node-_702d12f6-0767-3b63-96c6-22ecd524be1e-1ff41d77, #w-node-_638f78d2-a63e-9bd1-1cbc-5dc3bb1eb3b5-1ff41d77, #w-node-_638f78d2-a63e-9bd1-1cbc-5dc3bb1eb3be-1ff41d77, #w-node-_638f78d2-a63e-9bd1-1cbc-5dc3bb1eb3c2-1ff41d77, #w-node-_284cc234-96b5-7914-d096-29bda29e914d-1ff41d77, #w-node-_284cc234-96b5-7914-d096-29bda29e9156-1ff41d77, #w-node-_284cc234-96b5-7914-d096-29bda29e915a-1ff41d77, #w-node-_2c4965e2-10b2-4e8a-6a77-58f4cd42934a-1ff41d77, #w-node-_2c4965e2-10b2-4e8a-6a77-58f4cd429353-1ff41d77, #w-node-_2c4965e2-10b2-4e8a-6a77-58f4cd429357-1ff41d77, #w-node-f67aedfe-5f21-d238-c8e3-c4db1c42d946-1ff41d77, #w-node-f67aedfe-5f21-d238-c8e3-c4db1c42d94f-1ff41d77, #w-node-f67aedfe-5f21-d238-c8e3-c4db1c42d953-1ff41d77, #w-node-_140bd87f-6ecf-5019-63ae-a13a0e4f287a-1ff41d77, #w-node-_140bd87f-6ecf-5019-63ae-a13a0e4f2883-1ff41d77, #w-node-_140bd87f-6ecf-5019-63ae-a13a0e4f2887-1ff41d77, #w-node-_6ebf9870-6fe0-3721-3282-0f1b2445f22d-1ff41d79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1337d143-a57a-15f0-799f-31a83a0a2563-1ff41d79 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_1337d143-a57a-15f0-799f-31a83a0a2564-1ff41d79, #w-node-_1337d143-a57a-15f0-799f-31a83a0a2565-1ff41d79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7d345796-45e0-3250-8ef9-66680d94a752-1ff41d7c, #w-node-_7d345796-45e0-3250-8ef9-66680d94a753-1ff41d7c, #w-node-_7d345796-45e0-3250-8ef9-66680d94a754-1ff41d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f04a51fa-350a-6e5d-3b07-2131b498de84-1ff41d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ed110164-13c6-9628-a17b-11852729dd42-1ff41d7c {
  align-self: stretch;
}

#w-node-ed110164-13c6-9628-a17b-11852729dd4a-1ff41d7c, #w-node-ed110164-13c6-9628-a17b-11852729dd4d-1ff41d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c6850f-a4f0-cd38-44d7-1f240a845b5a-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b0a56153-7cc6-c583-3927-4851dd8db95e-1ff41d7e, #w-node-_7dac7c82-c4c5-ed14-bb3a-1a12f337a32f-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c8cc5256-be29-6dbc-64d3-27b53b0da02f-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ea79ffe7-c75a-48e5-9d92-98faaa9e4e43-1ff41d7e, #w-node-a47253c6-312f-3a28-1375-34ae16910417-1ff41d7e, #w-node-_39d5ed14-d4ac-6db8-cdb1-5c5c15015c63-1ff41d7e, #w-node-bbb5429e-d7b7-30f1-e267-bbebc28aaf49-1ff41d7e, #w-node-bc6db155-2a45-c662-4618-b50d8bb2a265-1ff41d7e, #w-node-_6b6b2c89-d637-1d7a-362a-f13e2ed8d4dd-1ff41d7e, #w-node-_39887a3a-619f-48cd-be53-b6689f3e82da-1ff41d7e, #w-node-f2608b44-f181-6902-d522-17c215baa87c-1ff41d7e, #w-node-_9522a44a-6d6d-7358-ef32-3e7f2f630b58-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3b4a2c4a-1882-8ae3-1c1c-8ae0e7b5a9a4-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f4871ddf-efe8-a80a-1d6b-973ddcd8f610-1ff41d7e, #w-node-_714f8618-74c6-f0f3-f6a8-0fce23434ee5-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_226286e1-cd37-64b5-b4f2-d5cc3b2eee3f-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_605e81b0-56db-8b3f-d751-d904f403dbe1-1ff41d7e, #w-node-_306cd54b-b502-3ed7-2b34-631188928c71-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_306cd54b-b502-3ed7-2b34-631188928c72-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_306cd54b-b502-3ed7-2b34-631188928c75-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_306cd54b-b502-3ed7-2b34-631188928c7a-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbdc-1ff41d7e, #w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbdd-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbde-1ff41d7e, #w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbe1-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbe6-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a8d-1ff41d7e, #w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a8e-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a8f-1ff41d7e, #w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a92-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a97-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c2ba13d0-731f-5142-dd3f-93dbb04bc765-1ff41d7e {
  place-self: center end;
}

#w-node-_2a5b16ae-20a7-8a0e-370f-2b72b0babbbc-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center stretch;
}

#w-node-_2cfd48f2-55eb-7fed-15b0-60c2c9045931-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_1e632322-3786-896f-6b7a-6d8d789e6ff8-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_18900ac9-8273-5308-c56e-a374235e3bff-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_18900ac9-8273-5308-c56e-a374235e3c01-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-ada838d1-40ce-6e99-8024-a4798d49b85a-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-ada838d1-40ce-6e99-8024-a4798d49b85c-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_69482079-c89e-1fb6-33ea-f71bd2caed83-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_1577cb6a-a1cd-0c36-0ae5-b73f6a314971-1ff41d7e, #w-node-_84a82028-7190-579d-5e54-5a5de1188410-1ff41d7e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9cd95902-850b-e7c4-1f83-7d71825cf437-1ff41d80 {
  align-self: center;
}

#w-node-_245bdabd-b648-af76-4e69-17425575eff4-1ff41d80, #w-node-add5d464-9055-2a1b-c772-f4ef0a552362-1ff41d80, #w-node-a6dc2fba-aa56-fc0e-e814-e4103fecfb46-1ff41d80, #w-node-f027d459-be08-d257-9d98-b4de95def1d4-1ff41d80, #w-node-c50e5f92-7a64-c456-313f-bc050d0f3789-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb5182b-ac52-7d33-0074-7e834b1fc4de-1ff41d80 {
  align-self: center;
}

#w-node-_289bb30b-15cf-deac-0150-254dd99358a5-1ff41d80, #w-node-_289bb30b-15cf-deac-0150-254dd99358a6-1ff41d80, #w-node-_289bb30b-15cf-deac-0150-254dd99358a7-1ff41d80, #w-node-_289bb30b-15cf-deac-0150-254dd99358a8-1ff41d80, #w-node-_289bb30b-15cf-deac-0150-254dd99358a9-1ff41d80, #w-node-_961827ba-b09d-53c2-3599-d7ad02cdc6a6-1ff41d80, #w-node-_961827ba-b09d-53c2-3599-d7ad02cdc6a7-1ff41d80, #w-node-_961827ba-b09d-53c2-3599-d7ad02cdc6a8-1ff41d80, #w-node-_961827ba-b09d-53c2-3599-d7ad02cdc6a9-1ff41d80, #w-node-_961827ba-b09d-53c2-3599-d7ad02cdc6aa-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_55265d47-7cee-054b-88e8-60a76ea0ad3c-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7f2e516e-b123-d3c6-0c6e-871fa1312c23-1ff41d80 {
  place-self: center start;
}

#w-node-_20252992-e2df-3325-aa23-803c0f9764d5-1ff41d80 {
  align-self: center;
}

#w-node-_33fb4c15-afd5-9628-2c34-3faabf18f68c-1ff41d80, #w-node-_621f632f-e260-ce82-94be-4403aff16a54-1ff41d80, #w-node-db8c75a3-4838-6977-94dd-d95df692d29e-1ff41d80, #w-node-d5559f0e-ed72-d843-8969-247700851031-1ff41d80, #w-node-b6a19e65-7f89-80a5-21a5-8b8c6f132d7e-1ff41d80, #w-node-ac97200c-e43a-c9b3-4fb7-a5a197819af2-1ff41d80, #w-node-d026ebed-17b8-e662-6b9c-9bb33d57f77a-1ff41d80, #w-node-_3d350f12-d9c1-c39d-dbb2-47ba9f62f683-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0787c-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0787f-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e07880-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0788b-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0788c-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e07895-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e07896-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0789c-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0789f-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_05fa1262-14c5-2cfe-1f12-6b6762e078a0-1ff41d80, #w-node-_04c755a8-3d32-14f9-7998-45b3802a2676-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_04c755a8-3d32-14f9-7998-45b3802a2682-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_04c755a8-3d32-14f9-7998-45b3802a268a-1ff41d80, #w-node-_6f2b8657-c208-a05f-35dd-f1444e547337-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_18c9308c-6c7a-ae57-538d-55db60c82d2a-1ff41d80, #w-node-_7880fb22-062d-afd3-e749-1a0d7254ba89-1ff41d80, #w-node-_9cc3038e-8dc4-ebe7-fd59-85b7939340dd-1ff41d80, #w-node-ecd73c9e-8d6d-ebff-7463-aa7d49296b7b-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0cf-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0d8-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0dc-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0e0-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0e9-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0ed-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0f1-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0fa-1ff41d80, #w-node-_9868371e-f3c1-f31b-9828-5f73577bf0fe-1ff41d80, #w-node-_92640892-2ec2-5d8d-34c1-e43c8c38cab4-1ff41d80, #w-node-_92640892-2ec2-5d8d-34c1-e43c8c38cab7-1ff41d80 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83e89e58-3a77-d54f-8c71-baaefc523fdc-fc523fd8 {
  place-self: center;
}

#w-node-_3029fc45-7620-1ff2-cc26-d41159cef230-fc523fd8, #w-node-_3029fc45-7620-1ff2-cc26-d41159cef231-fc523fd8, #w-node-_3029fc45-7620-1ff2-cc26-d41159cef235-fc523fd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3029fc45-7620-1ff2-cc26-d41159cef23b-fc523fd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_2378b905-b808-ff1d-c90e-84d46274d7f1-fc523fd8, #w-node-_2378b905-b808-ff1d-c90e-84d46274d7f2-fc523fd8, #w-node-_2378b905-b808-ff1d-c90e-84d46274d7f6-fc523fd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2378b905-b808-ff1d-c90e-84d46274d7fc-fc523fd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-d7e46178-6921-f126-ea92-fabfad1f701b-fc523fd8, #w-node-d7e46178-6921-f126-ea92-fabfad1f701c-fc523fd8, #w-node-d7e46178-6921-f126-ea92-fabfad1f7020-fc523fd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d7e46178-6921-f126-ea92-fabfad1f7026-fc523fd8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_68ff0a96-bce6-e18f-35c8-e228af40b970-1ff41d81, #w-node-c593ac3d-d0d2-b7b4-8e53-56b20a6b49da-1ff41d81, #w-node-de74abcf-4cad-e109-24ce-4c34eb2f1c0f-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_0baf2296-3682-0e34-7e17-505f558c0e57-1ff41d81, #w-node-_1db2320d-2d0c-0137-0297-ba0448f0baef-1ff41d81, #w-node-_6bd6ad88-ab61-b473-25f7-1e7557765189-1ff41d81, #w-node-c8687c17-59aa-27ff-5d57-fd6d0446edc1-1ff41d81, #w-node-c8687c17-59aa-27ff-5d57-fd6d0446edc3-1ff41d81, #w-node-_78702e87-4244-1a77-84ef-a6a34959e598-1ff41d81, #w-node-_78702e87-4244-1a77-84ef-a6a34959e59a-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0b9770d1-56e2-3c6c-9fdd-6f6ee43a468a-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_72decfbe-5bde-adb7-cd3b-c8b18b2ade11-1ff41d81, #w-node-_72decfbe-5bde-adb7-cd3b-c8b18b2ade12-1ff41d81, #w-node-_72decfbe-5bde-adb7-cd3b-c8b18b2ade13-1ff41d81, #w-node-_088365c4-e14b-28ad-4df5-b04e0012a8a5-1ff41d81, #w-node-_088365c4-e14b-28ad-4df5-b04e0012a8a8-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-ee5436f5-6eb3-ef00-a912-34f995bc3219-1ff41d81 {
  align-self: center;
}

#w-node-ee5436f5-6eb3-ef00-a912-34f995bc321a-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b3031623-e521-ed29-26e1-6f9969adfb85-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b3031623-e521-ed29-26e1-6f9969adfb9b-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}

#w-node-_2c72bc46-9153-49ba-aa51-4c9c40f784b6-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3be2fec2-7a46-f272-202a-22a9ebc73b21-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c69c49a6-8d1f-d111-0f86-65ca731340b2-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c69c49a6-8d1f-d111-0f86-65ca731340bd-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cebaff70-1bd7-ff6c-2bc7-5f8ed6aa22b4-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cebaff70-1bd7-ff6c-2bc7-5f8ed6aa22bf-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69e3be6d-534a-f112-1439-d7c2614247e1-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_69e3be6d-534a-f112-1439-d7c2614247ec-1ff41d81 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a567d3e-b0f3-9bc1-b960-b3533d1dd6d7-1ff41d81 {
  place-self: center;
}

#w-node-e110726d-1f87-87fb-4f3c-8cf18745e619-1ff41d81, #w-node-_01a27cbe-aa15-a887-3e27-d313d7d58c4c-1ff41d81, #w-node-_400a9d44-23a6-873a-d4bd-cf81cf633946-1ff41d81, #w-node-_2c70faa6-51e2-0f78-64b7-7585c1ad5262-1ff41d81, #w-node-_4588fedc-4011-1c2e-7b21-172fda7cf1ed-1ff41d81, #w-node-ef41874c-2a5e-4033-c15d-d2d0a4ec85f0-1ff41d81, #w-node-_72a19d74-b31a-d8f5-7182-3c68664c5f52-1ff41d81, #w-node-_4348b65f-2b07-e537-0db1-e81986459f11-1ff41d81, #w-node-d83c3b06-c131-3aea-828d-b0e16bb8ec87-6bb8ec7c, #w-node-d83c3b06-c131-3aea-828d-b0e16bb8ec88-6bb8ec7c, #w-node-d83c3b06-c131-3aea-828d-b0e16bb8ec89-6bb8ec7c, #w-node-d83c3b06-c131-3aea-828d-b0e16bb8ec8a-6bb8ec7c, #w-node-d83c3b06-c131-3aea-828d-b0e16bb8ec8b-6bb8ec7c, #w-node-_03bf8706-0911-b9a7-e53f-799f068e8434-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e843b-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e8442-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e8449-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e8450-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e8457-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e845e-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e8465-1ff41d82, #w-node-_03bf8706-0911-b9a7-e53f-799f068e846c-1ff41d82, #w-node-b8bd8200-e013-ebac-71d4-8b3792c0e666-1ff41d82, #w-node-b8bd8200-e013-ebac-71d4-8b3792c0e66d-1ff41d82, #w-node-b8bd8200-e013-ebac-71d4-8b3792c0e674-1ff41d82, #w-node-b8bd8200-e013-ebac-71d4-8b3792c0e67b-1ff41d82, #w-node-b8bd8200-e013-ebac-71d4-8b3792c0e682-1ff41d82, #w-node-b8bd8200-e013-ebac-71d4-8b3792c0e689-1ff41d82, #w-node-caa1b7de-6481-4834-bb95-26603d9b6844-1ff41d82, #w-node-caa1b7de-6481-4834-bb95-26603d9b6867-1ff41d82, #w-node-caa1b7de-6481-4834-bb95-26603d9b686e-1ff41d82, #w-node-caa1b7de-6481-4834-bb95-26603d9b6875-1ff41d82, #w-node-caa1b7de-6481-4834-bb95-26603d9b687c-1ff41d82, #w-node-e7031571-2aab-4644-0f16-92f147a039d6-1ff41d82, #w-node-e7031571-2aab-4644-0f16-92f147a039dd-1ff41d82, #w-node-e7031571-2aab-4644-0f16-92f147a039e4-1ff41d82, #w-node-c8fa0438-e471-45c4-e662-85dbd9f3f270-1ff41d82, #w-node-c8fa0438-e471-45c4-e662-85dbd9f3f277-1ff41d82, #w-node-c8fa0438-e471-45c4-e662-85dbd9f3f29a-1ff41d82, #w-node-_4c161cee-9220-cbaa-20da-8cfb0ffbfe07-1ff41d82, #w-node-_4c161cee-9220-cbaa-20da-8cfb0ffbfe15-1ff41d82, #w-node-_4c161cee-9220-cbaa-20da-8cfb0ffbfe1c-1ff41d82, #w-node-_4c161cee-9220-cbaa-20da-8cfb0ffbfe23-1ff41d82, #w-node-_4c161cee-9220-cbaa-20da-8cfb0ffbfe2a-1ff41d82, #w-node-_4c161cee-9220-cbaa-20da-8cfb0ffbfe31-1ff41d82, #w-node-fa61dee7-1bc0-ed81-340c-159e870a8062-1ff41d82, #w-node-fa61dee7-1bc0-ed81-340c-159e870a8069-1ff41d82, #w-node-fa61dee7-1bc0-ed81-340c-159e870a8070-1ff41d82, #w-node-fa61dee7-1bc0-ed81-340c-159e870a8077-1ff41d82, #w-node-_4cde99d6-d082-fffb-2f4e-9d8d3aaecd66-1ff41d83, #w-node-_57409ec0-5cbb-fce1-5234-6da6fb410aa0-1ff41d83, #w-node-d808e190-2358-5ab2-d139-3f4fb191bb1f-1ff41d83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_22c6850f-a4f0-cd38-44d7-1f240a845b5a-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b0a56153-7cc6-c583-3927-4851dd8db95e-1ff41d85, #w-node-_6b6b2c89-d637-1d7a-362a-f13e2ed8d4dd-1ff41d85, #w-node-_39887a3a-619f-48cd-be53-b6689f3e82da-1ff41d85, #w-node-f2608b44-f181-6902-d522-17c215baa87c-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b289d720-37e4-f4db-c85b-a1ac6491f204-1ff41d85 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-b289d720-37e4-f4db-c85b-a1ac6491f205-1ff41d85, #w-node-b289d720-37e4-f4db-c85b-a1ac6491f206-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101bf-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5de828bc-6457-a01f-1c4b-a6a25e3e61b6-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101aa-1ff41d85, #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101af-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b09e8d31-20c9-2bf2-5da0-336abf621d05-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d0c-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d13-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d1a-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d21-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d28-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d2f-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d36-1ff41d85, #w-node-b09e8d31-20c9-2bf2-5da0-336abf621d3d-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e55a2b06-51f1-7eb6-1852-5b6fd2bb7bb5-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b7a9cc63-6259-377d-52bb-b9cc8c3af4a1-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e55a2b06-51f1-7eb6-1852-5b6fd2bb7bb7-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-bb286f6f-307f-72ce-7614-37da8e1e232f-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_88775fe9-0b08-0257-a14f-6511b2764237-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_88775fe9-0b08-0257-a14f-6511b2764238-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ea79ffe7-c75a-48e5-9d92-98faaa9e4e43-1ff41d85, #w-node-a47253c6-312f-3a28-1375-34ae16910417-1ff41d85, #w-node-_39d5ed14-d4ac-6db8-cdb1-5c5c15015c63-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-bbb5429e-d7b7-30f1-e267-bbebc28aaf49-1ff41d85 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ae8a8d85-edf9-8c79-cf75-57fa34a89122-1ff41d86 {
  place-self: center start;
}

#w-node-_05bacb77-9856-1cdb-2e8d-fc8f38ffcfee-1ff41d86, #w-node-_27831b57-722c-10c3-7459-87082b1abbfb-2b1abbe9, #w-node-_27831b57-722c-10c3-7459-87082b1abbf6-2b1abbe9, #w-node-_27831b57-722c-10c3-7459-87082b1abc00-2b1abbe9, #w-node-_27831b57-722c-10c3-7459-87082b1abc0a-2b1abbe9, #w-node-_27831b57-722c-10c3-7459-87082b1abc0f-2b1abbe9, #w-node-_27831b57-722c-10c3-7459-87082b1abc05-2b1abbe9, #w-node-df89d924-1c6b-157b-a2a7-d5e1af1b92b0-af1b92aa, #w-node-df89d924-1c6b-157b-a2a7-d5e1af1b92d5-af1b92aa, #w-node-df89d924-1c6b-157b-a2a7-d5e1af1b92fa-af1b92aa, #w-node-df89d924-1c6b-157b-a2a7-d5e1af1b9321-af1b92aa, #w-node-df89d924-1c6b-157b-a2a7-d5e1af1b933d-af1b92aa, #w-node-df89d924-1c6b-157b-a2a7-d5e1af1b9359-af1b92aa, #w-node-be48aee3-c65b-0ede-bd61-8ae2e57d5e93-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-be48aee3-c65b-0ede-bd61-8ae2e57d5e98-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_07481cb8-5f6b-578c-e6ed-1d277318f8fc-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_07481cb8-5f6b-578c-e6ed-1d277318f901-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-f31ed70d-a678-f70a-6718-a1f3dd51ef50-1ff41d87, #w-node-_1a52c9ff-626c-d47e-e212-ddb0de63e230-1ff41d87, #w-node-_77467fc8-edd5-f3c3-c7b7-355ee2945551-1ff41d87, #w-node-_3416dd34-7047-ec0e-faa4-efa2a9467b7d-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3416dd34-7047-ec0e-faa4-efa2a9467b82-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_77467fc8-edd5-f3c3-c7b7-355ee2945567-1ff41d87, #w-node-_1ccc46d9-af8c-e824-d3bd-66ce280d72f9-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ccc46d9-af8c-e824-d3bd-66ce280d72fe-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5ba453f4-2d42-b091-ef59-a66a864bd69f-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5de328af-4162-4fda-7049-b1534a92db0c-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5f514e53-143c-8cbe-b8bb-dc80f22a15f3-1ff41d87, #w-node-fa1c43d7-4687-a0ef-9037-0f782c82eb98-1ff41d87, #w-node-_0ab33964-ea1e-414a-3001-b4f16ef426a1-1ff41d87, #w-node-_10ade328-e67d-1aa3-7e39-e060e8c06913-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_9a38de70-b28e-7824-22c0-9e54401b32d8-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9a38de70-b28e-7824-22c0-9e54401b32d9-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e8d5a8d9-7468-cfad-33ea-af311ac5d3b4-1ff41d87, #w-node-_34f35588-5082-f4cd-2ee1-8d7a7c8a2978-1ff41d87, #w-node-d09d3497-0b2b-bce1-6c5d-33b36131015e-1ff41d87, #w-node-a4449b95-3468-e39c-49e9-88618ba7a674-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-b79bccf3-8f4f-4c7b-4d78-c0e0d6209269-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b79bccf3-8f4f-4c7b-4d78-c0e0d620926a-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b79bccf3-8f4f-4c7b-4d78-c0e0d620926c-1ff41d87, #w-node-b79bccf3-8f4f-4c7b-4d78-c0e0d620926e-1ff41d87, #w-node-b79bccf3-8f4f-4c7b-4d78-c0e0d6209270-1ff41d87, #w-node-b79bccf3-8f4f-4c7b-4d78-c0e0d6209272-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f11436f5-52df-9746-d40c-23ed9a527d70-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f11436f5-52df-9746-d40c-23ed9a527d71-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7edee6af-b1b8-20df-418a-a0cdc4c448fc-1ff41d87, #w-node-f11436f5-52df-9746-d40c-23ed9a527d75-1ff41d87, #w-node-f11436f5-52df-9746-d40c-23ed9a527d76-1ff41d87, #w-node-f11436f5-52df-9746-d40c-23ed9a527d77-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3bfa84f6-6352-a0ee-2ca0-9f37d68f66e6-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_3bfa84f6-6352-a0ee-2ca0-9f37d68f66e7-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bef48ac4-c3e0-566b-95ad-cea97f13e0e1-1ff41d87, #w-node-c7bdffff-913b-a9a7-1fdf-9049c87bf463-1ff41d87, #w-node-_4e1c76aa-db6e-711b-ef06-4cffcec73011-1ff41d87, #w-node-_73df5770-df92-c8ee-80f5-1c5bc48daf41-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_31d08683-412e-53c6-f13a-22fa4d515e02-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_31d08683-412e-53c6-f13a-22fa4d515e03-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_31d08683-412e-53c6-f13a-22fa4d515e07-1ff41d87, #w-node-_22fc29d0-a823-b646-ea0b-b453138bdd0b-1ff41d87, #w-node-_31d08683-412e-53c6-f13a-22fa4d515e08-1ff41d87, #w-node-_31d08683-412e-53c6-f13a-22fa4d515e09-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_78b2b131-6d47-0fdb-c13d-e51f0ec4c738-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_78b2b131-6d47-0fdb-c13d-e51f0ec4c739-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_78b2b131-6d47-0fdb-c13d-e51f0ec4c73b-1ff41d87, #w-node-_78b2b131-6d47-0fdb-c13d-e51f0ec4c73d-1ff41d87, #w-node-_78b2b131-6d47-0fdb-c13d-e51f0ec4c73f-1ff41d87, #w-node-_78b2b131-6d47-0fdb-c13d-e51f0ec4c741-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8c101aae-9b1a-f69c-de59-607b4772e620-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8c101aae-9b1a-f69c-de59-607b4772e621-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4caf9753-2362-0583-6040-1d2001604550-1ff41d87, #w-node-_8c101aae-9b1a-f69c-de59-607b4772e624-1ff41d87, #w-node-_8c101aae-9b1a-f69c-de59-607b4772e625-1ff41d87, #w-node-_8c101aae-9b1a-f69c-de59-607b4772e626-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_42c14926-effe-9d45-23ea-5bb5c849f32b-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_42c14926-effe-9d45-23ea-5bb5c849f32c-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c14926-effe-9d45-23ea-5bb5c849f32e-1ff41d87, #w-node-_42c14926-effe-9d45-23ea-5bb5c849f330-1ff41d87, #w-node-_42c14926-effe-9d45-23ea-5bb5c849f332-1ff41d87, #w-node-_42c14926-effe-9d45-23ea-5bb5c849f334-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-fba2f56b-2d0e-e449-737c-80b83e3559b9-1ff41d87 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fba2f56b-2d0e-e449-737c-80b83e3559ba-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_77ec2103-8c65-33c4-e90e-ba6cb3922dcd-1ff41d87, #w-node-_14547b16-3d10-9938-275b-c789d99b06e9-1ff41d87, #w-node-fba2f56b-2d0e-e449-737c-80b83e3559bd-1ff41d87, #w-node-fba2f56b-2d0e-e449-737c-80b83e3559bf-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9a0-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9a1-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9a3-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9a5-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9a7-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9a9-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9ab-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9ad-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9af-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9b1-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9b2-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9b7-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9b9-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9ba-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9bc-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9be-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9bf-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9c1-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9c3-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9c4-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9c9-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9cb-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9cc-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9ce-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9cf-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9d1-1ff41d87, #w-node-_308d9c0e-274b-6ed1-f54d-9ed82709f9d2-1ff41d87 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3027b0ea-e927-bcb7-fa31-f6ccab70ac5e-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_27e5f243-0f99-9ab0-7d3f-d26997ac6234-1ff41d88, #w-node-eb79c297-4302-dfaf-a82f-153bd0a1bc6b-1ff41d88, #w-node-_00b47f98-bec4-a958-2738-20d995345fd0-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_9b7bc274-7621-8eff-83c6-c56e44403ef1-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524726b-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524726c-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524726e-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d5247270-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d5247272-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247276-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247277-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247279-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d524727b-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d524727c-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524727e-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524727f-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247281-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d5247283-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d5247285-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247289-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524728a-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524728c-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d524728d-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d524728e-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247290-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247291-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247293-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d5247294-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d5247295-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247297-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d5247298-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524729a-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d524729b-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d524729c-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524729e-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d524729f-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472a1-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472a3-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472a5-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472a9-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472aa-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472ac-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472ad-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472ae-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472b0-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472b1-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472b3-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472b5-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472b7-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472bb-1ff41d88 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472bc-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_28cf9417-6601-9a30-e824-e438d52472be-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472bf-1ff41d88, #w-node-_28cf9417-6601-9a30-e824-e438d52472c0-1ff41d88 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-df2e30e4-71ee-55f3-13aa-cc37201df1bc-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_42c17ea6-8e56-8c98-b77e-be43036305d0-1ff41d89, #w-node-_46d338b9-fbd7-18b9-aa5c-82733c5145de-1ff41d89, #w-node-a6b2efbc-9717-ffd9-63e4-d84198704429-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1df120f4-809f-08d2-9b32-70b6d85c9061-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a02fa45b-ea04-3f1d-677b-fb5077ce62a9-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_4609ba36-814e-8347-9d4c-718a58468156-1ff41d89, #w-node-_9e4a6d9b-dacc-aa32-63dc-0cdb465d6492-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-f8b38da7-11ca-c35c-b01b-0081f561a738-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f5ac3ef3-c053-02cb-341e-b0776f4d68d8-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3e5541be-ea5b-b6a0-72ea-896a4175a8ed-1ff41d89, #w-node-aa1695dd-c642-b2fe-2cc6-b5001b010e34-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_8327bbb0-c455-1587-549b-99bde640878a-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_470aac6b-1ff8-44ee-b344-15da9b038a8c-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_677794a0-c2f8-5966-ba94-5e4338ed2869-1ff41d89, #w-node-_407d91ed-a07c-7c41-53d9-123fa8fc0c89-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_65044e70-2ff1-a3a0-ac87-f40ae86a32c4-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9035932e-4eb8-1441-3dff-4fb2a75a2079-1ff41d89, #w-node-bb395a04-5740-da5c-cbe1-b3d8f647c146-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d8132aa7-e124-46f0-b09d-7b975a657bf4-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-_1e19a013-8629-fd53-3189-8619ede1f3d2-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_185e512a-74e0-a863-631d-dc6609a4ec17-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end center;
}

#w-node-ec44a687-b237-ac15-ee46-fe18a9ee9442-1ff41d89, #w-node-_74dfa5c3-873c-413f-e36d-969d84b27bff-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-c4712d72-ba3b-15ee-30fe-feaf918e8594-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_984dd8d1-f660-da89-0135-3f5ed1d7dfbb-1ff41d89, #w-node-_2ab0b2a7-0fe3-2535-214f-9ead29892960-1ff41d89, #w-node-a89d9eee-71ee-57a5-b26c-733f434b8840-1ff41d89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8e3ee442-6951-fce7-4760-3a03d31e70ef-1ff41d89, #w-node-dd5bb35b-760c-5a90-4eb6-8a7f4247752f-1ff41d8b, #w-node-d047470e-8f94-d682-23fd-a3c7780612ab-1ff41d8b, #w-node-d047470e-8f94-d682-23fd-a3c7780612ac-1ff41d8b, #w-node-d047470e-8f94-d682-23fd-a3c7780612ad-1ff41d8b, #w-node-d047470e-8f94-d682-23fd-a3c7780612ae-1ff41d8b, #w-node-d047470e-8f94-d682-23fd-a3c7780612af-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_043ffe0b-e63a-a407-3c87-5ebe263441a9-1ff41d8b, #w-node-_043ffe0b-e63a-a407-3c87-5ebe263441aa-1ff41d8b, #w-node-_043ffe0b-e63a-a407-3c87-5ebe263441ab-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3bc-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3be-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3bf-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3c0-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3c1-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3c2-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3c8-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3c9-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3ca-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6515-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6517-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6518-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6519-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a651a-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a651b-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6521-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6522-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6523-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_521b9bd5-9325-c9fe-dedc-c9962156c451-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c453-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c454-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c455-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c456-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c457-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_521b9bd5-9325-c9fe-dedc-c9962156c45d-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c45e-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c45f-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_716fb72b-39d6-44a2-4dae-6835a194abc7-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abc9-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abca-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abcb-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abcc-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abcd-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_716fb72b-39d6-44a2-4dae-6835a194abd3-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abd4-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abd5-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_543432b7-4b6a-2052-f268-fe4208548e21-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e23-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e24-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e25-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e26-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e27-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_543432b7-4b6a-2052-f268-fe4208548e2d-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e2e-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e2f-1ff41d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd52-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd59-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd60-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd67-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd6f-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd76-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd7d-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd84-1ff41d8b, #w-node-c7eb127d-e187-80e6-f8ed-59ac7e08dd8b-1ff41d8b, #w-node-_0338135d-14b6-7bec-0c13-393f63f28e13-1ff41d8e, #w-node-_760febf9-00e8-6e74-88d2-fc2ea40c2a2e-1ff41d8e, #w-node-f5293116-b62f-417c-c126-690df0432bbf-1ff41d8e, #w-node-e77d3462-f98f-18f7-0ffd-5582c8446ddd-1ff41d8e, #w-node-_9f66c04b-07ac-0dd8-2f24-1630747b5ea5-1ff41d8e, #w-node-_90b667e6-244c-ffc8-1ab3-ee42501954dc-1ff41d8e, #w-node-_9d218118-d8ab-c0d2-678c-8607b43f9718-1ff41d8e, #w-node-_35374ca5-18aa-8fd8-ceaa-b6e638262acf-1ff41d8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_47613267-d12e-24cb-3a06-6d87333fe2d2-b40aa2a9 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (min-width: 1440px) {
  #w-node-_306cd54b-b502-3ed7-2b34-631188928c72-1ff41d7e, #w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbde-1ff41d7e, #w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a8f-1ff41d7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af5f1-1ff41d70, #w-node-b4502d00-5d66-b233-2d52-27aa0d3af600-1ff41d70 {
    justify-self: center;
  }

  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af60e-1ff41d70 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_39909b92-e586-dcd8-82af-d41fd2aeccb2-1ff41d70 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101bf-1ff41d70 {
    justify-self: center;
  }

  #w-node-_7c7a0ae8-da1d-2dad-9573-3c5276cb8644-1ff41d70 {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101aa-1ff41d70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101af-1ff41d70, #w-node-bd902e72-4c82-2a0a-e1d2-9f23bcba1f7b-1ff41d70 {
    justify-self: center;
  }

  #w-node-_5b1cd21e-12db-4773-2829-d10abfbbc284-7c845e92 {
    justify-self: end;
  }

  #w-node-f3c5e06a-909f-b790-c1fc-0da8f706e696-1ff41d72, #w-node-_6ad287bd-cf11-7f44-a97a-3c448ab49722-1ff41d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_2593812a-bf23-cdd5-8de7-4959c1bd48e0-1ff41d72 {
    justify-self: center;
  }

  #w-node-_9c799321-1084-9b72-e859-90c227d475fa-1ff41d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_887c4b99-53e5-1843-5927-f9c7e37000d7-1ff41d73, #w-node-_4c968885-3bdd-8689-42ea-2b70c118d5c5-1ff41d73 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_90b01eef-bc7b-bcf8-a5f0-75b75af305c9-1ff41d73, #w-node-_231fccc1-0a54-3269-349f-d961b82f15e3-1ff41d73, #w-node-_3ee2a3d4-f22b-a22a-e396-9468d3db7e19-1ff41d73 {
    justify-self: start;
  }

  #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671ee-e4d671d5, #w-node-_7d345796-45e0-3250-8ef9-66680d94a754-1ff41d7c {
    align-self: center;
  }

  #w-node-ed110164-13c6-9628-a17b-11852729dd42-1ff41d7c, #w-node-c8cc5256-be29-6dbc-64d3-27b53b0da02f-1ff41d7e {
    justify-self: center;
  }

  #w-node-_9522a44a-6d6d-7358-ef32-3e7f2f630b58-1ff41d7e, #w-node-_226286e1-cd37-64b5-b4f2-d5cc3b2eee3f-1ff41d7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_306cd54b-b502-3ed7-2b34-631188928c72-1ff41d7e, #w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbde-1ff41d7e, #w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a8f-1ff41d7e {
    justify-self: center;
  }

  #w-node-_2a5b16ae-20a7-8a0e-370f-2b72b0babbbc-1ff41d7e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-eb7498a1-69e5-dfa1-1b2c-1b64b0832c04-1ff41d80, #w-node-_6b58541a-ae90-3c54-ae95-8420c562c07a-1ff41d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0789c-1ff41d80 {
    justify-self: start;
  }

  #w-node-_6f2b8657-c208-a05f-35dd-f1444e547337-1ff41d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_68ff0a96-bce6-e18f-35c8-e228af40b970-1ff41d81, #w-node-c593ac3d-d0d2-b7b4-8e53-56b20a6b49da-1ff41d81 {
    justify-self: center;
  }

  #w-node-_72decfbe-5bde-adb7-cd3b-c8b18b2ade13-1ff41d81 {
    align-self: center;
  }

  #w-node-_088365c4-e14b-28ad-4df5-b04e0012a8a5-1ff41d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b3031623-e521-ed29-26e1-6f9969adfb85-1ff41d81 {
    justify-self: center;
  }

  #w-node-b3031623-e521-ed29-26e1-6f9969adfb9b-1ff41d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_3be2fec2-7a46-f272-202a-22a9ebc73b21-1ff41d81, #w-node-c69c49a6-8d1f-d111-0f86-65ca731340bd-1ff41d81, #w-node-cebaff70-1bd7-ff6c-2bc7-5f8ed6aa22bf-1ff41d81, #w-node-_69e3be6d-534a-f112-1439-d7c2614247ec-1ff41d81, #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101bf-1ff41d85 {
    justify-self: center;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101aa-1ff41d85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-e55a2b06-51f1-7eb6-1852-5b6fd2bb7bb5-1ff41d85, #w-node-e55a2b06-51f1-7eb6-1852-5b6fd2bb7bb7-1ff41d85 {
    justify-self: center;
  }

  #w-node-ae8a8d85-edf9-8c79-cf75-57fa34a89122-1ff41d86 {
    justify-self: start;
  }

  #w-node-_043ffe0b-e63a-a407-3c87-5ebe263441ab-1ff41d8b, #w-node-b2c0a223-3dfc-1c9e-0dc0-473d9384f3ca-1ff41d8b, #w-node-c90c88c2-cf85-91a8-1361-67cb9c4a6523-1ff41d8b, #w-node-_521b9bd5-9325-c9fe-dedc-c9962156c45f-1ff41d8b, #w-node-_716fb72b-39d6-44a2-4dae-6835a194abd5-1ff41d8b, #w-node-_543432b7-4b6a-2052-f268-fe4208548e2f-1ff41d8b {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af5de-1ff41d70 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af5ec-1ff41d70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af600-1ff41d70 {
    grid-area: 2 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af60e-1ff41d70, #w-node-_39909b92-e586-dcd8-82af-d41fd2aeccb2-1ff41d70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_569557be-8b40-0e05-1b28-b44ab47f4c14-1ff41d70, #w-node-_5b1cd21e-12db-4773-2829-d10abfbbc284-7c845e92 {
    justify-self: start;
  }

  #w-node-_6ad287bd-cf11-7f44-a97a-3c448ab49724-1ff41d72 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-c4ac201a-d31e-77aa-934b-d3e14a483c77-4a483c58 {
    justify-self: start;
  }

  #w-node-_306cd54b-b502-3ed7-2b34-631188928c71-1ff41d7e, #w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbdd-1ff41d7e, #w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a8e-1ff41d7e {
    justify-self: center;
  }

  #w-node-c2ba13d0-731f-5142-dd3f-93dbb04bc765-1ff41d7e {
    justify-self: start;
  }

  #w-node-efb5182b-ac52-7d33-0074-7e834b1fc4de-1ff41d80 {
    justify-self: center;
  }

  #w-node-_5ffdfc6b-965c-29ca-eaad-3a824f994b53-1ff41d80 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7f2e516e-b123-d3c6-0c6e-871fa1312c23-1ff41d80, #w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0787c-1ff41d80, #w-node-_05fa1262-14c5-2cfe-1f12-6b6762e0789c-1ff41d80, #w-node-be48aee3-c65b-0ede-bd61-8ae2e57d5e98-1ff41d87, #w-node-_07481cb8-5f6b-578c-e6ed-1d277318f901-1ff41d87 {
    justify-self: center;
  }

  #w-node-_3416dd34-7047-ec0e-faa4-efa2a9467b82-1ff41d87, #w-node-_1ccc46d9-af8c-e824-d3bd-66ce280d72fe-1ff41d87 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b4502d00-5d66-b233-2d52-27aa0d3af5de-1ff41d70, #w-node-b4502d00-5d66-b233-2d52-27aa0d3af5f1-1ff41d70, #w-node-b4502d00-5d66-b233-2d52-27aa0d3af600-1ff41d70, #w-node-_8f0943b9-17e0-aaac-84e2-880e6312616a-1ff41d70 {
    place-self: start center;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101bf-1ff41d70 {
    grid-area: 1 / 1 / 2 / 3;
    place-self: start center;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101aa-1ff41d70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101af-1ff41d70, #w-node-bd902e72-4c82-2a0a-e1d2-9f23bcba1f89-1ff41d70 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-f3c5e06a-909f-b790-c1fc-0da8f706e696-1ff41d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-b5c0cb4a-6e7b-74ec-be4b-c4de1f6e758f-1ff41d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ad287bd-cf11-7f44-a97a-3c448ab49722-1ff41d72, #w-node-_9c799321-1084-9b72-e859-90c227d475fa-1ff41d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_9c799321-1084-9b72-e859-90c227d475fd-1ff41d72 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671ea-e4d671d5, #w-node-_05e194db-26e8-bc3a-0cec-4f93e4d671f3-e4d671d5 {
    justify-self: start;
  }

  #w-node-_6ebf9870-6fe0-3721-3282-0f1b2445f22d-1ff41d79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_306cd54b-b502-3ed7-2b34-631188928c7a-1ff41d7e {
    justify-self: start;
  }

  #w-node-bb8bce20-c3a3-0c9a-7d7a-842c4c38fbe6-1ff41d7e, #w-node-ebeaa139-e1a5-0bcf-2a81-52d0e96e7a97-1ff41d7e {
    justify-self: center;
  }

  #w-node-_5ffdfc6b-965c-29ca-eaad-3a824f994b53-1ff41d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04c755a8-3d32-14f9-7998-45b3802a2682-1ff41d80, #w-node-_04c755a8-3d32-14f9-7998-45b3802a268a-1ff41d80, #w-node-_83e89e58-3a77-d54f-8c71-baaefc523fdc-fc523fd8 {
    justify-self: start;
  }

  #w-node-_088365c4-e14b-28ad-4df5-b04e0012a8a5-1ff41d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-_088365c4-e14b-28ad-4df5-b04e0012a8a8-1ff41d81 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_1a567d3e-b0f3-9bc1-b960-b3533d1dd6d7-1ff41d81 {
    justify-self: start;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101aa-1ff41d85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: start center;
  }

  #w-node-d0dbb5e5-179d-0ff1-9a0d-eb9b815101af-1ff41d85 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_88775fe9-0b08-0257-a14f-6511b2764237-1ff41d85 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.ttf') format('truetype'), url('../fonts/GeneralSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.ttf') format('truetype'), url('../fonts/GeneralSans-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans variable';
  src: url('../fonts/GeneralSans-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.ttf') format('truetype'), url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}