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

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

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

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

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

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

@font-face {
  font-family: Calsans;
  src: url('../fonts/CalSans-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.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-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

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

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

h1 {
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Calsans, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Calsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

h3 {
  color: #000;
  margin-top: 64px;
  margin-bottom: 24px;
  font-family: Calsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

a {
  text-decoration: underline;
}

ul {
  color: #000;
  margin-top: 40px;
  margin-bottom: 0;
  padding-left: 40px;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 38px;
}

blockquote {
  color: #000;
  border-left: 8px solid #000;
  margin-top: 48px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

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

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

.style-header-text {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 632px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 44px;
  padding-bottom: 40px;
}

.style-header-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 56px;
  font-family: Merriweather, serif;
  font-size: 68px;
  line-height: 76px;
}

.style-header-title.heading3 {
  color: #fff;
  padding-bottom: 0;
}

.style-header-title.heading3.style-header-title-color {
  color: #000;
}

.style-header-paragraph {
  color: #c4fff4;
  padding-top: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.style-header-paragraph.body-03 {
  color: #fff;
}

.color-section-title {
  color: #01001a;
  font-family: Merriweather, serif;
  font-size: 56px;
  line-height: 64px;
}

.color-card {
  border: 1px solid #e5e5e5;
  padding: 12px;
  box-shadow: 0 10px 70px #00000012;
}

.color-card-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #65451d;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.color-name {
  color: #363639;
  font-size: 16px;
  line-height: 24px;
}

.color-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.color-section-wrap {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.caption-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-02 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.button-01 {
  color: #000;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.body-text-wrap {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.button-02 {
  color: #000;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.testimonial-text {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.subheading2 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
}

.heading4 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.subheading4 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.heading2 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 84px;
}

.body-01 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 32px;
}

.body-super-script {
  color: #bf59d1;
  font-family: Exo, sans-serif;
}

.button-text-wrap {
  grid-row-gap: .5rem;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.testimonial-super-script {
  color: #bf59d1;
  font-family: Exo, sans-serif;
}

.typography-section {
  border-radius: 14px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-heading-super-script {
  color: #bf59d1;
  font-family: Exo, sans-serif;
}

.body-02 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.testimonial-01 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 24px;
  line-height: 34px;
}

.subheading3 {
  color: #000;
  text-align: center;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.body-03 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.subheading1 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
}

.heading1 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 104px;
}

.heading3 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.heading-wrap, .sub-heading-wrap {
  grid-row-gap: 1.5rem;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.caption-01 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
}

.main-heading-wrap {
  margin-top: 40px;
}

.sub-heading-super-script {
  color: #bf59d1;
  font-family: Exo, sans-serif;
}

.yellow-bg {
  background-color: #e4b976;
}

.purple-bg {
  background-color: #bbb2ce;
}

.red-bg {
  background-color: #cb9da2;
}

.green-bg {
  background-color: #aebbba;
}

.black-bg {
  background-color: #000;
}

.background-bg {
  background-color: #e5e6e1;
}

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

.off-yellow-bg {
  background-color: #65451d;
}

.off-purple-bg {
  background-color: #453b60;
}

.off-red-bg {
  background-color: #5c2529;
}

.off-green-bg {
  background-color: #3a4444;
}

.off-white-bg {
  background-color: #f3f3f3;
}

.line-bg {
  background-color: #cecece;
}

.yellow-text {
  color: #e4b976;
}

.purple-text {
  color: #bbb2ce;
}

.red-text {
  color: #cb9da2;
}

.green-text {
  color: #aebbba;
}

.black-text {
  color: #000;
}

.background-text {
  color: #e5e6e1;
}

.white-text {
  color: #fff;
}

.off-purple-text {
  color: #453b60;
}

.off-red-text {
  color: #5c2529;
}

.off-green-text {
  color: #3a4444;
}

.off-white-text {
  color: #f3f3f3;
}

.line-text {
  color: #cecece;
}

.hero-section {
  padding-bottom: 48px;
  position: relative;
}

.hero-section.background-bg {
  flex-flow: column;
  min-height: 100svh;
  display: flex;
}

.navigation {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 36px 56px;
  display: none;
  position: relative;
}

.hero-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 159px;
  padding-bottom: 59px;
}

.hero-container.no-padding {
  padding-top: 0;
  padding-bottom: 15px;
}

.hero-contents {
  max-width: 1032px;
}

.hero-text-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 200px 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.hero-text-images {
  width: 200px;
  height: 84px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-text.body-01 {
  max-width: 670px;
}

.hero-text-img {
  object-fit: cover;
  border: 4px solid #fff;
  border-radius: 99px;
  width: 84px;
  height: 84px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.hero-text-img.hero-text-img-child2 {
  position: absolute;
  inset: 0% auto auto 58px;
}

.hero-text-img.hero-text-img-child3 {
  position: absolute;
  inset: 0% auto auto 116px;
}

.hero-button-wrap {
  margin-top: 32px;
}

.btn-wraper-style-guide {
  width: 15rem;
  padding: .5rem 1rem;
}

.btn-wraper-style-guide.purple-bg {
  height: auto;
}

.container-custom {
  justify-content: space-between;
  width: 100%;
  max-width: 1024px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.container-custom.career--single {
  max-width: 1040px;
  margin-left: 40px;
  margin-right: 40px;
}

.service-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.service-section.black-bg {
  height: auto;
}

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

.service-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.service-title.heading3.white-text {
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-item {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.service-item.yellow-bg, .service-item.purple-bg {
  border-radius: 0;
  height: auto;
}

.presence-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.presence-section.background-bg.is-padding-0-top {
  padding-top: 0;
}

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

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

.presence-item {
  width: 100%;
}

.service-item-icon {
  width: 44px;
  height: 44px;
}

.service-item-subtitle.subheading3 {
  margin-top: 28px;
  margin-bottom: 10px;
}

.service-item-subtitle.subheading3.off-yellow-text {
  color: #65451d;
}

.service-item-text.body-02 {
  margin-bottom: 40px;
}

.service-item-text.body-02.off-yellow-text {
  color: #65451d;
}

.service-item-btn {
  margin-top: auto;
}

.service-item-btn.button-02 {
  border-radius: 100px;
  padding: 10px 24px 10px 25px;
}

.service-item-btn.button-02.black-bg {
  height: auto;
}

.service-item-btn.button-02.black-bg.white-text:hover {
  background-color: #242424;
}

.service-item-btn.is-hidden {
  display: none;
}

.presence-bullet {
  border-radius: 50%;
  width: 48px;
  height: 48px;
}

.presence-bullet.yellow-bg {
  font-family: Opensauceone, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.presence-bullet.yellow-bg.off-yellow-text {
  color: #65451d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.presence-bullet.purple-bg.off-purple-text, .presence-bullet.red-bg.off-red-text, .presence-bullet.green-bg.off-green-text {
  justify-content: center;
  align-items: center;
  font-family: Opensauceone, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  display: flex;
}

.presence-subtitle {
  margin-top: 41px;
  margin-bottom: 14px;
}

.yellow-bg-wrap {
  background-color: #e4b976;
  border-radius: 6px;
  height: 136px;
}

.purple-bg-wrap {
  background-color: #bbb2ce;
  border-radius: 6px;
  height: 136px;
}

.red-bg-wrap {
  background-color: #cb9da2;
  border-radius: 6px;
  height: 136px;
}

.green-bg-wrap {
  background-color: #aebbba;
  border-radius: 6px;
  height: 136px;
}

.black-bg-wrap {
  background-color: #000;
  border-radius: 6px;
  height: 136px;
}

.background-bg-wrap {
  background-color: #e5e6e1;
  border-radius: 6px;
  height: 136px;
}

.white-bg-wrap {
  background-color: #fff;
  border-radius: 6px;
  height: 136px;
}

.off-yellow-bg-wrap {
  background-color: #65451d;
  border-radius: 6px;
  height: 136px;
}

.off-purple-bg-wrap {
  background-color: #453b60;
  border-radius: 6px;
  height: 136px;
}

.off-red-bg-wrap {
  background-color: #5c2529;
  border-radius: 6px;
  height: 136px;
}

.off-green-bg-wrap {
  background-color: #3a4444;
  border-radius: 6px;
  height: 136px;
}

.off-white-bg-wrap {
  background-color: #f3f3f3;
  border-radius: 6px;
  height: 136px;
}

.line-bg-wrap {
  background-color: #cecece;
  border-radius: 6px;
  height: 136px;
}

.video-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.video-container {
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.video-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
}

.video-wrap {
  width: 100%;
  max-width: 900px;
  height: 500px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.video-thumbnail {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.video-play-button {
  grid-column-gap: 16px;
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  width: 162px;
  height: 68px;
  padding-left: 20px;
  padding-right: 32px;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.video-play-button.white-bg {
  cursor: pointer;
}

.video-play-text {
  font-family: Opensauceone, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.video-play-text.black-text {
  text-transform: uppercase;
}

.video-company-list {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.video-company-logo-wrap {
  width: 100%;
  height: 72px;
}

.video-company-logo {
  opacity: 1;
  filter: saturate(0%);
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.blog-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.blog-list-two {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.blog-title.heading3 {
  text-align: center;
}

.blog-list {
  grid-row-gap: 40px;
  flex-direction: column;
  margin-top: 64px;
  display: flex;
}

.blog-item {
  grid-column-gap: 48px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 60px 24px 24px;
  display: flex;
}

.blog-thum-wrap {
  width: 378px;
  height: 258px;
  position: relative;
  overflow: hidden;
}

.blog-item-content {
  margin-top: 32px;
}

.blog-item-caption {
  text-transform: uppercase;
}

.blog-item-title {
  margin-top: 16px;
  margin-bottom: 12px;
}

.blog-item-text {
  margin-bottom: 0;
}

.blog-item-owner {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 26px;
  display: flex;
}

.blog-item-info {
  grid-column-gap: 18px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-item-social {
  display: block;
}

.blog-item-info-img {
  border-radius: 99px;
  flex: none;
  width: 32px;
  height: 32px;
}

.blog-item-info-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  line-height: 28px;
}

.blog-item-info-text {
  color: #6c6c6c;
  font-family: Opensauceone, sans-serif;
  font-weight: 400;
}

.blog-item-social-icon {
  flex: 0 auto;
  width: 32px;
  height: 32px;
  margin-left: 12px;
}

.price-section {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}

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

.price-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
}

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

.price-item {
  width: 100%;
  padding: 32px 32px 38px;
}

.price-label {
  border-radius: 100px;
  padding: 7px 20px;
  display: inline-block;
}

.price-label.caption-01 {
  text-transform: uppercase;
}

.price-label.caption-01.price-label-two {
  color: #8c8c8c;
  background-color: #191919;
}

.price-money {
  margin-top: 40px;
  margin-bottom: 18px;
}

.price-money.heading5 {
  margin-top: 40px;
}

.price-money.heading5.price-money-two {
  color: #fff;
}

.price-money-text {
  margin-top: 18px;
}

.price-month-wrap {
  margin-top: 36px;
}

.price-month-title {
  margin-top: 0;
  margin-bottom: 12px;
}

.price-services {
  color: #000;
  margin-top: 16px;
}

.price-service {
  grid-column-gap: 10px;
  align-items: center;
  margin-bottom: 18px;
  display: flex;
}

.price-service-icon {
  width: 24px;
  height: 24px;
}

.heading5 {
  color: #000;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}

.price-btn-wrap {
  margin-top: 24px;
}

.price-btn.button-02 {
  border-radius: 100px;
  padding: 10px 24px 10px 25px;
}

.price-btn.button-02.black-bg {
  height: auto;
}

.price-btn.button-02.black-bg.white-text {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 25px;
}

.price-btn.button-02.black-bg.white-text:hover {
  background-color: #242424;
}

.price-btn.button-02.white-bg.black-text {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 25px;
}

.price-btn.button-02.white-bg.black-text:hover {
  background-color: #ddd;
}

.off-yellow-t {
  color: #65451d;
}

.price-money-three {
  margin-top: 40px;
  margin-bottom: 18px;
}

.price-money-three.heading5 {
  margin-top: 40px;
}

.price-money-three.heading5.off-yellow-t {
  color: #453b60;
}

.footer-section {
  width: 100%;
}

.footer-section.black-bg {
  margin-top: 260px;
  padding-top: 260px;
}

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

.top-footer.dark-bg {
  background-color: #bbb2ce;
  background-image: url('../images/Mask-group.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  padding-top: 110px;
  padding-bottom: 110px;
  position: absolute;
  inset: -680px auto auto 0%;
}

.main-footer {
  margin-top: 160px;
}

.top-footer-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.top-footer-text {
  text-align: center;
  margin-top: 22px;
}

.top-footer-button-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 38px;
  display: flex;
}

.top-footer-button {
  cursor: pointer;
  width: 340px;
  height: 72px;
}

.top-footer-button.black-bg {
  z-index: 2;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  width: 315px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 6px 6px 34px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.top-footer-button.black-bg:hover {
  background-color: #242424;
}

.top-footer-button-text.button-01.white-text {
  font-weight: 400;
}

.top-footer-button-icon {
  width: 60px;
  height: 60px;
}

.main-footer-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-footer-logo-area {
  max-width: 160px;
}

.main-footer-menu.is-contact {
  max-width: 16rem;
}

.main-footer-text {
  margin-top: 30px;
  font-weight: 400;
}

.main-footer-text.body-02.white-text {
  width: 431px;
}

.main-footer-social {
  grid-column-gap: 24px;
  margin-top: 38px;
  display: flex;
}

.main-footer-social-icon {
  flex: none;
  width: 32px;
  height: 32px;
}

.main-footer-menu-title {
  font-weight: 700;
}

.main-footer-menu-title.body-03.white-text {
  margin-top: 0;
}

.main-footer-menu-list {
  grid-row-gap: 16px;
  flex-direction: column;
  margin-top: 22px;
  display: flex;
}

.main-footer-menu-link {
  text-decoration: none;
}

.main-footer-menu-link.body-02.white-text:hover {
  color: #ffffffb3;
}

.main-footer-menu-link-wrap {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-footer-menu-icon {
  width: 24px;
  height: 24px;
}

.footer-copywright {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-top: 1px solid #313131;
  justify-content: space-between;
  align-items: center;
  margin-top: 100px;
  padding-top: 20px;
  padding-bottom: 32px;
  display: flex;
}

.footer-copywright-text {
  text-align: right;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.slider-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 160px;
}

.slider-section.background-bg {
  padding-bottom: 0;
}

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

.slider-item-list {
  margin-top: 64px;
}

.slider-item {
  grid-template-rows: auto;
  grid-template-columns: 33% 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-owner {
  flex: none;
  width: 240px;
}

.slider {
  background-color: #0000;
}

.slider-owner-img {
  width: 86px;
  height: 86px;
}

.slider-owner-name {
  margin-top: 32px;
  font-weight: 700;
}

.slider-owner-role {
  margin-top: 10px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.slider-owner-company {
  border-top: 1px solid #b5b5b5;
  margin-top: 18px;
  padding-top: 20px;
}

.slider-owner-company-logo {
  object-fit: cover;
  width: 145px;
  height: 42px;
}

.left-arrow {
  z-index: 50;
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: 65% auto auto 33%;
}

.right-arrow {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  inset: 65% auto auto calc(33% + 64px);
}

.slide-nav {
  display: none;
}

.arrow-icon {
  width: 28px;
  height: 28px;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.faq-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faq-section.background-bg.is-0-top {
  padding-top: 0;
}

.faqs-description {
  flex: 1;
  max-width: 540px;
}

.faqs-content {
  flex: 1;
}

.faqs-container {
  grid-column-gap: 64px;
  align-items: flex-start;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.faq-btn-wrap {
  margin-top: 38px;
}

.faq-btn.button-02 {
  border-radius: 100px;
  padding: 10px 24px 10px 25px;
}

.faq-btn.button-02.black-bg {
  height: auto;
}

.faq-btn.button-02.black-bg.white-text {
  padding: 10px 25px;
}

.faq-btn.button-02.black-bg.white-text:hover {
  background-color: #242424;
}

.faq-question-answer {
  color: #000;
  background-color: #0000;
  border-top: 0 solid #000;
  border-bottom: 1px solid #cecece;
  border-left: 0 solid #000;
  border-right: 0 solid #cecece;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
}

.faq-question-answer.faq-last-answer {
  border: 1px #000;
}

.faq-question {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.question-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.down-caret-icon {
  width: 36px;
  max-width: none;
  height: 36px;
}

.faq-answer {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  margin-top: .5rem;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.hero-section-about {
  padding-bottom: 148px;
  position: relative;
}

.hero-container-about {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 94px;
}

.hero-container-about.is-padding {
  padding-top: 0;
  padding-bottom: 120px;
}

.hero-contents-about {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  display: grid;
}

.hero-btn-about {
  border-radius: 100px;
  padding: 22px 38px;
}

.hero-btn-about.button-01.white-bg.black-text:hover {
  background-color: #ddd;
}

.hero-text-about {
  margin-top: 24px;
}

.hero-text-about.body-03.white-text {
  max-width: 562px;
}

.hero-btn-about-wrap {
  margin-top: 40px;
}

.hero-content {
  width: 100%;
  max-width: 628px;
}

.hero-image-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  width: 541px;
  height: 529px;
  position: relative;
}

.hero-image {
  position: absolute;
}

.hero-image.hero-img-one {
  width: 175px;
  height: 175px;
  inset: 0% auto auto 115px;
}

.hero-image.hero-img-two {
  width: 252px;
  height: 252px;
  inset: 3% 0% auto auto;
}

.hero-image.hero-img-three {
  width: 209px;
  height: 209px;
  inset: 29% auto auto 0%;
}

.hero-image.hero-img-four {
  width: 320px;
  height: 320px;
  inset: auto auto 3px 26%;
}

.story-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.story-section.is-padding-0 {
  padding-top: 0;
  padding-bottom: 0;
}

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

.story-content {
  grid-column-gap: 64px;
  align-items: flex-start;
  display: flex;
}

.story-revinew-table {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 452px;
  max-width: 452px;
  display: grid;
}

.story-revinew-table-item {
  text-align: center;
  border: 1px solid #cecece;
  width: 100%;
  padding: 20px;
}

.revinew-table-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: Calsans, sans-serif;
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
}

.revinew-table-box {
  color: #000;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.story-content-title {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 72px;
}

.story-content-text {
  margin-top: 20px;
  margin-bottom: 40px;
}

.story-btn-wrap {
  margin-top: 0;
}

.story-btn {
  border-radius: 100px;
  padding: 10px 25px;
}

.story-btn.button-02 {
  border-radius: 100px;
  padding: 10px 24px 10px 25px;
}

.story-btn.button-02.black-bg {
  height: auto;
}

.story-btn.button-02.black-bg.white-text {
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 25px;
}

.story-btn.button-02.white-text.black-bg {
  padding-top: 10px;
  padding-bottom: 10px;
}

.story-btn.button-02.white-text.black-bg:hover {
  background-color: #242424;
}

.images-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.images-section.is-padding-0-top {
  padding-top: 0;
}

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

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

.service-section-about {
  width: 100%;
  padding-top: 140px;
  padding-bottom: 120px;
}

.service-section-about.black-bg {
  height: auto;
}

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

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

.service-title-about {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
}

.service-title-about.heading3.white-text {
  max-width: 663px;
  margin-left: auto;
  margin-right: auto;
}

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

.service-text-about {
  max-width: 492px;
  margin-top: 22px;
  margin-bottom: 40px;
}

.service-btn-about-wrap {
  margin-top: 40px;
}

.service-btn-about {
  border-radius: 100px;
  padding: 22px 33px;
}

.service-btn-about.button-01.white-bg:hover {
  background-color: #ddd;
}

.service-item-about {
  grid-column-gap: 18px;
  padding: 32px;
  display: flex;
}

.service-item-icon-wrap {
  flex: none;
  width: 46px;
}

.service-item-icon-about {
  width: 46px;
  height: 46px;
}

.service-item-title-about {
  margin-top: 0;
  margin-bottom: 12px;
}

.faq-section-about {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.faqs-container-about {
  grid-column-gap: 106px;
  align-items: center;
  width: 100%;
  max-width: 1120px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.faqs-title-about {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 64px;
  font-family: Calsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.faqs-content-about {
  flex: 1;
}

.faq-question-answer-about {
  color: #000;
  background-color: #0000;
  border-top: 0 solid #000;
  border-bottom: 1px solid #cecece;
  border-left: 0 solid #000;
  border-right: 0 solid #cecece;
  margin-bottom: 0;
  padding: 32px 16px;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
  overflow: hidden;
}

.faq-question-about {
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.question-name-about.subheading4 {
  flex: none;
  width: 300px;
}

.question-title-about {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.faq-question-abour-separet {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.answer-owner-wrap {
  flex: none;
  width: 300px;
}

.answer-owner-img {
  object-fit: cover;
  border-radius: 999px;
  width: 180px;
  height: 180px;
}

.faq-answer-content {
  margin-top: 48px;
  display: flex;
}

.anser-onwer-text-para.testimonial-02 {
  padding-right: 100px;
}

.answer-owner-social {
  grid-column-gap: 14px;
  margin-top: 28px;
  display: flex;
}

.faq-answer-about {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  border-radius: 4px;
  margin: .5rem .5rem 0 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.location-section-about {
  width: 100%;
  padding-top: 0;
  padding-bottom: 160px;
}

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

.location-content-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('../images/Group-486845.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: 610px;
  background-attachment: scroll;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.location-title-about.heading3 {
  margin-bottom: 22px;
}

.location-text-about.body-01 {
  max-width: 432px;
}

.location-btn-about-wrap {
  margin-top: 38px;
}

.location-btn-about {
  border-radius: 100px;
  padding: 22px 33px;
}

.location-btn-about.button-02 {
  border-radius: 100px;
  padding: 10px 24px 10px 25px;
}

.location-btn-about.button-02.black-bg {
  height: auto;
}

.location-btn-about.button-02.black-bg.white-text:hover {
  background-color: #242424;
}

.hero-section-project {
  padding-bottom: 0;
  position: relative;
}

.hero-section-project.black-bg {
  padding-bottom: 153px;
}

.hero-section-project.black-bg.is-legal {
  padding-bottom: 64px;
}

.hero-container-project {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 0;
}

.hero-contents-project {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  padding-bottom: 120px;
  display: grid;
}

.hero-content-project {
  width: 100%;
  max-width: 628px;
}

.hero-image-project {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: flex-start;
  position: relative;
}

.hero-image-paragraph.body-01.white-text {
  max-width: 433px;
}

.hero-project-buttons {
  border-top: 1px solid #212121;
  padding-top: 0;
  padding-bottom: 104px;
}

.hero-project-button-list {
  grid-column-gap: 16px;
  display: flex;
}

.hero-project-btn {
  color: #747474;
  background-color: #131313;
  border-radius: 100px;
  padding: 10px 25px;
}

.hero-project-btn.button-02 {
  border-radius: 100px;
  padding: 10px 24px 10px 25px;
}

.hero-project-btn.button-02.w--current {
  color: #000;
  background-color: #fff;
}

.hero-project-btn.button-02.white {
  color: #fff;
}

.hero-project-btn.button-02.white.w--current {
  color: #000;
}

.projects-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.projects-section.background-bg.is-padding-0-bottom {
  padding-bottom: 0;
}

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

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

.project-item {
  padding: 16px;
}

.project-item.white-bg {
  width: 100%;
  height: 100%;
  padding: 32px;
}

.project-head {
  aspect-ratio: 3 / 2;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
}

.project-head.is-social-media {
  aspect-ratio: 2 / 3;
}

.project-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.project-badges {
  grid-column-gap: 14px;
  align-items: center;
  display: flex;
}

.project-badge {
  color: #a1a1a1;
  text-transform: uppercase;
  background-color: #f3f3f3;
  border-radius: 100px;
  padding: 7px 20px;
  font-family: Opensauceone, sans-serif;
  font-weight: 700;
  line-height: 22px;
  display: inline-block;
}

.project-title {
  margin-top: 24px;
  margin-bottom: 14px;
}

.project-btn-wrap {
  margin-top: 30px;
}

.project-btn {
  cursor: pointer;
  border-radius: 100px;
  padding: 10px 24px;
  text-decoration: none;
  display: inline-block;
}

.project-btn.button-02 {
  border-radius: 100px;
}

.project-btn.button-02.black-bg {
  height: auto;
}

.blog-section-two {
  padding-top: 100px;
  padding-bottom: 0;
}

.blog-section-two.background-bg {
  padding-top: 64px;
}

.blog-container-two {
  border-bottom: 1px solid #cecece;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 140px;
}

.blog-title-two.heading2 {
  text-align: center;
}

.blog-item-big {
  grid-column-gap: 48px;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px 60px 24px 24px;
  display: flex;
}

.blog-item-big.white-bg {
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
}

.blog-item-small {
  grid-column-gap: 30px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.blog-thum-wrap-small {
  flex: none;
  width: 173px;
  height: 148px;
  position: relative;
  overflow: hidden;
}

.blog-item-title-small {
  margin-top: 16px;
  margin-bottom: 12px;
}

.blog-thum-wrap-big {
  flex: none;
  width: 100%;
  height: 375px;
  position: relative;
  overflow: hidden;
}

.blog-thum-big {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-showcase-section {
  padding-top: 120px;
  padding-bottom: 160px;
  padding-right: 0;
}

.product-showcase-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.product-showcase-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.product-showcase-title {
  margin-top: 0;
  margin-bottom: 0;
}

.product-showcase-buttons {
  grid-column-gap: 24px;
  display: flex;
}

.product-showcase-buttons.product-showcase-btns-abs {
  position: absolute;
  inset: -61px 0% auto auto;
}

.product-showcase-btn {
  color: #a8a8a8;
  background-color: #e5e6e1;
  border-radius: 100px;
  padding: 10px 25px;
}

.product-showcase-btn.button-02 {
  background-color: #f0f0f0;
}

.product-showcase-btn.button-02.w--current {
  color: #fff;
  background-color: #000;
}

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

.product-showcase-item {
  background-color: #fff;
  width: 100%;
  height: 100%;
  padding: 24px 24px 26px;
}

.product-showcase-img-wrap {
  width: 100%;
  height: 180px;
  position: relative;
  overflow: hidden;
}

.product-showcase-iitem-body {
  margin-top: 28px;
}

.product-showcase-item-title {
  margin-top: 16px;
  margin-bottom: 22px;
}

.product-showcase-owner {
  grid-column-gap: 18px;
  align-items: center;
  height: 56px;
  display: flex;
}

.product-showcase-owner-img {
  border-radius: 999px;
  width: 56px;
}

.product-showcase-owner-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 4px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
}

.product-show-owner-job {
  color: #6c6c6c;
  font-family: Opensauceone, sans-serif;
  line-height: 22px;
}

.product-showcase-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.price-section-two {
  width: 100%;
  padding-top: 160px;
  padding-bottom: 160px;
}

.price-section-two.background-bg {
  padding-top: 84px;
}

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

.pricing-table-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #cecece;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: center;
  padding-top: 34px;
  padding-bottom: 34px;
  display: grid;
}

.pricing-table-row.pricing-table-heading {
  padding-bottom: 44px;
}

.pricing-table-titlte {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  line-height: 28px;
}

.pricing-table-feature {
  width: 256px;
}

.pricing-table-img {
  width: 24px;
  height: 24px;
}

.blog-list-two-another {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: block;
}

.blog-thum-another {
  object-fit: cover;
  width: 378px;
  height: 258px;
}

.blog-item-content-another {
  flex: 1;
  margin-top: 0;
}

.hero-container-career {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-bottom: 0;
}

.hero-career-title {
  text-align: center;
}

.hero-career-grid {
  grid-column-gap: 32px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 72px;
  display: grid;
}

.hero-career-grid-one {
  aspect-ratio: 1.3333;
  object-fit: cover;
  width: 100%;
}

.hero-career-grid-one.is-small {
  aspect-ratio: 2 / 2.25;
}

.job-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.job-content.single {
  width: 100%;
  max-width: 1040px;
  padding-bottom: 160px;
}

.job-content-title {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.job-list {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.job-item {
  padding: 34px;
}

.job-item.off-white-bg {
  margin-top: 32px;
}

.job-heading {
  color: #000;
  justify-content: space-between;
  align-items: center;
  margin-top: 56px;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  display: flex;
}

.job-heading.career {
  margin-top: 0;
}

.job-title-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.job-title-img {
  width: 38px;
  height: 38px;
}

.job-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.job-attribiutes {
  justify-content: space-between;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.job-buttons-wrao {
  grid-column-gap: 24px;
  display: flex;
}

.job-single-button {
  color: #fff;
  background-color: #000;
  border-radius: 100px;
  padding: 14px 25px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.job-heading-price {
  font-size: 18px;
  font-weight: 700;
}

.job-showcase-btn {
  color: #a1a1a1;
  text-transform: uppercase;
  background-color: #e5e6e1;
  border-radius: 100px;
  padding: 7px 18px;
  font-family: Opensauceone, sans-serif;
  font-weight: 700;
  line-height: 22px;
}

.blog-details-section.background-bg {
  justify-content: center;
  padding: 64px 40px;
  display: flex;
}

.blog-details-section.background-bg.is-white {
  background-color: #fff;
}

.blog-details-container {
  width: 100%;
  max-width: 1200px;
}

.link-block---custom {
  grid-row-gap: 100px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

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

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

.product-showcase-tag-and-date-wrap {
  text-transform: uppercase;
}

.product-showcase-tag, .product-showcase-date {
  font-size: 12px;
  line-height: 1.3;
  display: inline;
}

.product-showcase-dot {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 12px;
  line-height: 1.3;
  display: inline;
}

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

.product-showcase-grid.is-2-col {
  grid-template-columns: 1fr 1fr;
}

.link-block-3 {
  height: 100%;
  text-decoration: none;
}

.blog-signle {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-single-heading {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  line-height: 1.2;
}

.blog-writer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.blog-rich-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-section {
  padding-top: 64px;
  padding-bottom: 120px;
}

.contact-section.background-bg {
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

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

.contact-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: grid;
}

.contact-title {
  line-height: 88px;
}

.contact-title.heading2 {
  text-align: center;
}

.contact-card {
  width: 100%;
  padding: 38px;
}

.contact-card.white-bg {
  margin-left: auto;
  margin-right: auto;
}

.form-content-title {
  margin-top: 0;
  margin-bottom: 0;
}

.form-group {
  grid-column-gap: 18px;
  margin-bottom: 18px;
  display: flex;
  position: relative;
}

.form-field {
  color: #6f6f72;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  height: 52px;
  margin-bottom: 0;
  padding: 14px 16px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.form-text-area {
  color: #6f6f72;
  min-height: 174px;
  margin-bottom: 0;
  padding-top: 14px;
  padding-left: 52px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.form-button {
  padding: 10px 43px;
}

.form-button.button-02.black-bg.white-text {
  border-radius: 100px;
}

.form-button.button-02.black-bg.white-text:hover {
  background-color: #242424;
}

.form-footer {
  justify-content: space-between;
  align-items: center;
  margin-top: 44px;
  display: flex;
}

.form-wrap {
  margin-top: 22px;
}

.text-area-icon {
  width: 24px;
  height: 24px;
  position: absolute;
  inset: 14px auto auto 16px;
}

.checkbox {
  width: 18px;
  height: 18px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

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

.checkbox-label {
  color: #000;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.scroll-slider-section {
  width: 100%;
  padding-top: 120px;
  padding-bottom: 120px;
}

.scroll-slider-container {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.scroll-slider-title {
  text-align: center;
}

.scroll-slider-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 64px;
  display: grid;
  position: relative;
}

.scroll-slider-item {
  transform-origin: 50% 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
}

.scroll-slider-item.off-white-bg {
  padding: 32px;
}

.scroll-slider-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scroll-slider-body {
  text-align: left;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 24px;
  display: flex;
}

.scroll-slider-text-heading {
  margin-bottom: 16px;
}

.slider-scroll-img-wrap {
  aspect-ratio: 3 / 2;
  width: 100%;
  max-width: 1336px;
  position: relative;
  overflow: hidden;
}

.navigation-menu {
  align-items: center;
  display: flex;
}

.navigation-item {
  color: #000;
  border: 1px solid #3c3c3c;
  border-radius: 100px;
  padding: 16px 24px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-decoration: none;
}

.navigation-dropdown-toggle {
  padding: 0;
  position: static;
}

.navigation-dropdown-icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.navigation-dropdown {
  width: 52px;
  height: 52px;
  margin-left: 20px;
  position: static;
}

.license-section {
  justify-content: center;
  margin-left: 40px;
  margin-right: 40px;
  padding-top: 96px;
  padding-bottom: 96px;
  display: flex;
}

.content-item {
  margin-bottom: 102px;
}

.content-item.content-item-last {
  margin-bottom: 0;
}

.license-title {
  color: #202124;
  margin-top: 0;
  margin-bottom: 16px;
}

.license-para {
  margin-bottom: 0;
}

.license-link-wrap {
  color: #202124;
  align-items: center;
  margin-top: 32px;
  text-decoration: none;
  display: flex;
}

.license-link-text {
  color: #202124;
  margin-right: 12px;
  text-decoration: none;
  display: block;
}

.license-icon {
  width: 32px;
  height: 32px;
}

.changelog-v-wrap {
  background-color: #f3f3f3;
  width: 100%;
  max-width: 600px;
  margin-top: 56px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-right: 0;
}

.changelog-title {
  margin-top: 0;
  margin-bottom: 0;
}

.changelog-title.heading3 {
  margin-bottom: 18px;
}

.changelog-text {
  color: #000;
}

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

.tag-groups {
  margin-top: 32px;
  display: flex;
}

.single-tag {
  color: #c9c9c9;
  text-transform: uppercase;
  margin-right: 14px;
  padding: 7px 20px;
}

.single-tag.caption-01.off-white-bg {
  border-radius: 100px;
}

.single-blog-button-wrap {
  margin-top: 63px;
}

.single-post-button {
  color: #fff;
  border-radius: 100px;
  padding: 15px 32px;
}

.dropdown-list {
  width: 100%;
  inset: 100% auto auto 0%;
}

.dropdown-list.background-bg.w--open {
  height: 100%;
}

.dropdown-menu {
  width: 100%;
  padding-left: 56px;
  padding-right: 56px;
}

.dropdown-menu.background-bg {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dropdown-item {
  padding: 16px 0;
  font-family: Opensauceone, sans-serif;
  font-weight: 600;
}

.video-company-list-wrap {
  width: 100%;
  display: flex;
  position: relative;
}

.blog-item-tag-and-date {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  display: flex;
}

.blog-link-wrap {
  width: 100%;
  text-decoration: none;
}

.single-blog-thumb-wrap {
  width: 100%;
  height: 320px;
}

.single-blog-big-thumb {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.price-item-border {
  width: 100%;
  height: 1px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.price-item-border.price-item-border-1 {
  background-color: #65451d52;
}

.price-item-border.price-itemborder-2 {
  background-color: #ffffff52;
}

.price-item-border.price-itemborder-3 {
  background-color: #453b6052;
}

.video-company-opacity {
  z-index: 999;
  width: 100px;
  height: 90px;
  display: flex;
  position: absolute;
  top: -10px;
  bottom: auto;
  right: auto;
}

.video-company-opacity.video-company-opacity-right {
  flex-direction: row-reverse;
  inset: -10px 0 auto auto;
}

.company-opacity-one {
  background-color: #000;
  width: 70%;
  height: 100%;
}

.company-opacity-two {
  background-color: #000000b3;
  width: 30%;
  height: 100%;
}

.faqs-title-two {
  color: #000;
  margin-top: 10px;
  margin-bottom: 24px;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.faqs-title-two.heading3 {
  margin-bottom: 22px;
}

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

.project-tabs-menu {
  position: absolute;
  inset: -240px auto auto 0%;
}

.project-tabs-menu.hero-project-button-list.is-container {
  width: 100%;
  max-width: 1200px;
  left: 50%;
  transform: translate(-50%);
}

.project-tabs-menu.hero-project-button-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
  top: -75.3px;
}

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

.faqs-text-another {
  color: #000;
  margin-bottom: 32px;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.project-big-thumb {
  width: 100%;
  height: 600px;
  margin-top: 48px;
  margin-bottom: 64px;
}

.project-big-thumb-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.image-cover {
  z-index: 2;
  opacity: 0;
  background-color: #fff;
  width: 270%;
  height: 270%;
  position: absolute;
  inset: 0%;
}

.image-cover._1 {
  background-color: #aebbba;
}

.hero-single-wrap {
  position: relative;
  overflow: hidden;
}

.image-cover-project {
  opacity: 0;
  background-color: #fff;
  width: 180%;
  height: 180%;
  position: absolute;
  inset: 0%;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr max-content;
  grid-auto-columns: 1fr;
  max-width: 1344px;
  min-height: 112px;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: grid;
}

.log-infos-inside {
  display: none;
}

.website-brand-img {
  width: auto;
  height: 64px;
}

.nav-try-wrap {
  border: 1px solid #000;
  border-radius: 100px;
  align-items: center;
  padding: 8px 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.nav-try-wrap:hover {
  background-color: #fff;
}

.nav-try-wrap.dark {
  border-color: #fff;
}

.nav-try-wrap.dark:hover {
  background-color: #1a1a1a;
}

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

.nav-link-3 {
  text-align: center;
  padding: 8px 18.5px;
  font-size: 16px;
}

.nav-link-3.body-03.w--current {
  color: #fff;
}

.nav-link-3.body-03.black-blue-text:hover {
  color: #0009;
}

.nav-link-3.body-03.black-blue-text.w--current {
  color: #150425;
}

.nav-link-3.body-03.black-blue-text.w--current:hover {
  color: #15042599;
}

.nav-link-3.body-03.white-text.w--current {
  color: #fff;
}

.nav-try-text {
  margin-right: 0;
  font-weight: 600;
  text-decoration: none;
}

.navbar-component {
  z-index: 999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
}

.blog-title---details {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-weight: 700;
}

.hero-section---career-single {
  justify-content: center;
  display: flex;
}

.hero-section---career-single.black-bg {
  padding-top: 88px;
  padding-bottom: 356px;
}

.career-single-title-wrap {
  width: 100%;
  max-width: 980px;
}

.career-single-title {
  margin-top: 0;
  margin-bottom: 0;
}

.career-single-content {
  width: 100%;
}

.job-tag-single {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  display: flex;
}

.job-text-single---tag {
  color: #747474;
  background-color: #131313;
  border-radius: 100px;
  padding: 7px 18px;
}

.career-single-img-wrap {
  justify-content: center;
  margin-bottom: 64px;
  display: flex;
}

.career-signle-container {
  width: 100%;
  max-width: 1040px;
  margin-top: -300px;
  margin-left: 40px;
  margin-right: 40px;
}

.rich-text-wrap {
  width: 100%;
  max-width: 1040px;
  margin-left: 40px;
  margin-right: 40px;
}

.single-selary {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1040px;
  margin: 60px auto 160px;
  display: flex;
}

.single-c-btn {
  padding: 14px 25px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.single-c-btn.black-bg.white-text {
  border-radius: 100px;
}

.salary-text-c {
  font-weight: 700;
}

.rich-section {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.collection-list-carrer {
  margin-top: 32px;
}

.scroll-slider-img-icon {
  opacity: .5;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: auto;
  transition: opacity .3s;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.scroll-slider-img-icon-wrapper {
  z-index: 1;
  background-color: #0006;
  position: absolute;
  inset: 0%;
}

.contact-map {
  width: 100%;
  height: 100%;
}

.footer-copywright-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  display: flex;
}

.hide {
  display: none;
}

.pagination {
  margin-top: 3rem;
}

.collection-item, .collection-item-2 {
  width: 100%;
  height: 100%;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.is-home-header {
  z-index: 3;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

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

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

.stats28_list {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.stats28_item {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

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

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

.section_layout239 {
  background-color: #fff;
}

.layout239_component {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.layout239_list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
}

.layout239_item {
  text-align: center;
  width: 100%;
}

.layout239_image-wrapper {
  border-radius: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
}

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

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

.layout239_content-top {
  text-align: center;
  width: 100%;
  max-width: 48rem;
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.layout239_item-content {
  margin-top: -32px;
}

.page-styles {
  display: none;
}

.glowing-wrapper-button {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border: 1.5px solid #fff0;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 4px 4px 4px 32px;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper {
  background-color: #000000b3;
  border-radius: 999px;
  transition: background-color .5s;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper:hover {
  background-color: #000c;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 999px;
  width: 100%;
  padding: 1.5px;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-glow {
  opacity: .25;
  filter: blur(8px);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.button-text {
  z-index: 2;
  color: #fff;
  position: relative;
}

.glowing-wrapper-icon {
  width: 60px;
  height: 60px;
}

.hero-now-booking {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1.25rem;
  padding-left: 16px;
  display: flex;
}

.hero-now-circle {
  background-color: #4da539;
  border-radius: 99px;
  width: 10px;
  height: 10px;
}

.caption-02 {
  color: #000;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

.caption-02.white-text {
  color: #fff;
}

.hero-now-circle-pulse {
  background-color: #4da539;
  border-radius: 99px;
  width: 100%;
  height: 100%;
}

.trusted-by {
  z-index: 3;
  margin-top: 32px;
  position: relative;
}

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

.text-bold {
  font-weight: 700;
}

.logo-marquee_component {
  z-index: 2;
  margin-top: 24px;
  position: relative;
  overflow: hidden;
}

.logo-marquee_frame {
  display: flex;
  position: relative;
}

.logo-marquee_track {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex: none;
  align-items: center;
  padding-left: 64px;
  animation: 50s linear infinite marquee;
  display: flex;
}

.logo-marquee_image {
  opacity: .6;
  filter: invert() grayscale();
  object-fit: contain;
  height: 64px;
  transition: opacity .5s;
}

.text-muted {
  opacity: .6;
}

.review-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.review-box {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

.review-box.is-2nd {
  background-color: #bbb2ce;
}

.review-stars {
  width: 96px;
  margin-bottom: 16px;
}

.review-star {
  width: 16px;
  height: 16px;
}

.review-author-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid #0003;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding-top: 16px;
  display: flex;
}

.review-author {
  border-radius: 99px;
  flex: none;
  width: 48px;
  height: 48px;
}

.review-quote.body-02 {
  margin-bottom: 32px;
}

.review-quote.body-02.off-yellow-text {
  color: #65451d;
}

.review-byline {
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.review-byline-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 999px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px 32px;
  text-decoration: none;
  display: flex;
}

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

.faq-item {
  overflow: hidden;
}

.faq-button-wrap {
  margin-top: 32px;
}

.blog-toc-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: sticky;
  top: 40px;
}

.blog-toc-link {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.blog-body-text h2 {
  color: #000;
  margin-top: 32px;
  margin-bottom: 16px;
  line-height: 1.2;
}

.blog-body-text h3 {
  margin-top: 32px;
  margin-bottom: 12px;
  font-size: 20px;
  line-height: 1.4;
}

.blog-body-text h4 {
  font-size: 16px;
}

.blog-body-text a {
  color: #000;
}

.blog-body-text ul {
  margin-top: 24px;
  margin-bottom: 24px;
}

.blog-body-text li {
  font-size: 16px;
  line-height: 1.4;
}

.brand {
  padding-left: 0;
}

.blog-featured-list, .blog-featured-item {
  height: 100%;
}

.blog-featured-link {
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.contact-cta-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  max-width: 800px;
  margin: 60px auto;
  display: grid;
}

.contact-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  border: 1px solid #000;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding: 10px 24px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.contact-cta:hover {
  background-color: #fff;
}

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

.video_component {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video_inner-wrap {
  z-index: -999;
  width: 1000%;
  height: 100%;
  min-height: 56.25vw;
  position: absolute;
}

.video_embed {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.video_overlay {
  z-index: 2;
  mix-blend-mode: hard-light;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.toc-heading {
  opacity: .6;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
}

.legal-rich-text {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.brand-2 {
  padding-left: 0;
}

.cross-link-btn {
  color: #fff;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-top: 10px;
  padding: 10px 25px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.cross-link-btn:hover {
  background-color: #ffffff1a;
  border-color: #fff;
}

.cross-link-btn {
  color: #000000a6;
  border: 1px solid #00000026;
  border-radius: 100px;
  margin-top: 10px;
  padding: 8px 20px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.cross-link-btn:hover {
  color: #000;
  background-color: #0000000f;
  border-color: #00000040;
}

.cross-links-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  margin-top: 40px;
  display: flex;
}

.blog-cta-section {
  text-align: center;
  background-color: #131313;
  border-top: 1px solid #ffffff14;
  border-radius: 16px;
  margin-top: 40px;
  margin-left: 5%;
  margin-right: 5%;
  padding: 50px 5%;
}

.blog-cta-text {
  color: #ffffffb3;
  margin-bottom: 5px;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.hidden-cleanup {
  display: none;
}

.lp-section-dark {
  background-color: #131313;
  padding-top: 120px;
  padding-bottom: 120px;
}

.lp-section-light {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.lp-section-gray {
  background-color: #f3f3f3;
  padding-top: 120px;
  padding-bottom: 120px;
}

.lp-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.lp-container-narrow {
  text-align: center;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.lp-h1 {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 100px;
  font-weight: 600;
  line-height: 104px;
}

.lp-h2 {
  color: #131313;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.lp-h2-white {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 72px;
  font-weight: 600;
  line-height: 78px;
}

.lp-h3 {
  color: #131313;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Calsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.lp-body-white {
  color: #ffffffd9;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.lp-body-dark {
  color: #000;
  letter-spacing: 0;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.lp-cta-button {
  color: #131313;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 100px;
  margin-top: 40px;
  padding: 14px 32px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .3s;
  display: inline-block;
}

.lp-cta-button:hover {
  color: #fff;
  background-color: #131313;
}

.lp-cta-button-dark {
  color: #fff;
  background-color: #131313;
  border-radius: 100px;
  margin-top: 0;
  padding: 14px 32px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .3s;
  display: inline-block;
}

.lp-cta-button-dark:hover {
  color: #fff;
  background-color: #333;
}

.lp-trust-bar {
  grid-row-gap: 16px;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 40px;
  margin-top: 64px;
  display: flex;
}

.lp-trust-item {
  color: #ffffffa6;
  text-align: center;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.lp-grid-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 32px;
  display: grid;
}

.lp-grid-4 {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  column-gap: 24px;
  display: grid;
}

.lp-card {
  background-color: #f3f3f3;
  border-radius: 6px;
  padding: 40px 32px;
}

.lp-card-dark {
  background-color: #ffffff0d;
  border-radius: 6px;
  padding: 40px 32px;
}

.faq-question {
  color: #000;
  margin-bottom: 0;
  font-family: Opensauceone, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.faq-answer {
  color: #333;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.lp-stat-card {
  background-color: #ffffff0d;
  border: 1px solid #ffffff14;
  border-radius: 6px;
  flex-direction: column;
  align-items: center;
  padding: 40px 24px;
  display: flex;
}

.lp-stat-card:hover {
  background-color: #ffffff1a;
  border-color: #ffffff26;
}

.lp-stats-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
  display: grid;
}

.lp-proof-strip {
  text-align: center;
  background-color: #bbb2ce;
  padding-top: 40px;
  padding-bottom: 40px;
}

.lp-proof-text {
  color: #131313;
  letter-spacing: -.5px;
  font-family: Calsans, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.lp-section-header-center {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.lp-subhead {
  color: #ffffffa6;
  text-align: center;
  margin-top: 16px;
  font-family: Opensauceone, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.lp-testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 48px;
  display: grid;
}

.lp-testimonial-card {
  background-color: #fff;
  border: 1px solid #0000000f;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
}

.lp-testimonial-card:hover {
  border-color: #bbb2ce;
}

.lp-testimonial-quote {
  color: #131313;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 26px;
}

.lp-testimonial-result {
  color: #bbb2ce;
  margin-bottom: 12px;
  font-family: Calsans, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
}

.lp-testimonial-author {
  color: #00000080;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 20px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.lp-risk-reversal {
  color: #ffffff73;
  text-align: center;
  letter-spacing: .3px;
  margin-top: 16px;
  font-family: Opensauceone, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.lp-proof-badge {
  color: #bbb2ce;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-family: Calsans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

.quote-cta-btn {
  grid-column-gap: 10px;
  transition: background-color .3s ease, border-color undefined undefined;
  color: #fff;
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #ffffff59;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 16px 32px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: none;
}

.quote-cta-btn:hover {
  background-color: #ffffff1a;
  border-color: #fff9;
}

.service-explore-btn {
  grid-row-gap: 2px;
  color: #fff;
  text-align: center;
  background-color: #1a1a2e;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: auto;
  padding: 12px 24px;
  font-family: Opensauceone, sans-serif;
  text-decoration: none;
  display: flex;
}

.explore-label {
  opacity: 1;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.service-name-label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
}

.contextual-link {
  color: #ffffffa6;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: color;
  transition-duration: .2s;
  display: inline-block;
}

.contextual-link:hover {
  color: #fff;
}

.contextual-link.is-dark-text {
  color: #00000080;
}

.contextual-link.is-dark-text:hover {
  color: #000000d9;
}

.map-container {
  border-radius: 12px;
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.map-directions-link {
  color: #bbb2ce;
  margin-top: 16px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
}

.intro-paragraph {
  color: #1d1d1bbf;
  max-width: 680px;
  margin-top: 16px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.6;
}

.inline-link {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}

.lp-cta-button-outline {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff6;
  border-radius: 100px;
  margin-top: 40px;
  padding: 14px 32px;
  font-family: Opensauceone, sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color, color;
  transition-duration: .3s;
  display: inline-block;
}

.lp-cta-button-outline:hover {
  background-color: #ffffff1a;
}

@media screen and (min-width: 1280px) {
  .heading5 {
    font-size: 40px;
  }

  .blog-signle {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1440px) {
  .hero-section {
    padding-bottom: 64px;
  }

  .hero-container {
    padding-top: 80px;
  }

  .images-container {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-contents-project {
    padding-bottom: 80px;
  }

  .hero-project-buttons {
    padding-bottom: 40px;
  }

  .pricing-table-titlte {
    font-size: 18px;
  }

  .pricing-table-feature {
    width: 356px;
  }
}

@media screen and (min-width: 1920px) {
  .hero-image-about {
    width: 541px;
  }

  .story-section.is-padding-0 {
    margin: 100px auto;
  }

  .hero-image-project {
    width: 541px;
  }

  .pricing-table-section {
    padding-bottom: 100px;
  }

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

  .contact-section.background-bg {
    margin-top: 0;
    padding-top: 99px;
  }

  .contact-content {
    grid-template-areas: ". Area";
  }

  .heading-style-h2 {
    display: block;
  }

  .text-size-medium {
    box-sizing: border-box;
    width: auto;
  }
}

@media screen and (max-width: 991px) {
  .style-header-text {
    padding-bottom: 120px;
  }

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

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

  .color-section-wrap {
    width: 100%;
    margin-left: 40px;
    margin-right: 40px;
  }

  .heading2 {
    font-size: 64px;
    line-height: 72px;
  }

  .heading1 {
    font-size: 76px;
    line-height: 82px;
  }

  .heading3 {
    font-size: 64px;
    line-height: 72px;
  }

  .hero-container {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-title.heading1 {
    font-size: 64px;
    line-height: 74px;
  }

  .hero-title.heading2.white-text {
    font-size: 64px;
    line-height: 72px;
  }

  .service-section.black-bg {
    padding-top: 120px;
  }

  .service-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .service-title.heading3.white-text {
    font-size: 56px;
    line-height: 64px;
  }

  .service-list {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .presence-section.background-bg {
    padding-bottom: 120px;
  }

  .presence-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .presence-container.is-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .presence-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .presence-list {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .video-section.black-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .video-container {
    padding-left: 0;
    padding-right: 0;
  }

  .video-title.heading3.white-text {
    margin-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 56px;
    line-height: 64px;
  }

  .video-wrap {
    padding-left: 40px;
    padding-right: 40px;
  }

  .video-company-list {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    padding-left: 40px;
    display: flex;
  }

  .blog-section.background-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .blog-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .blog-list-two {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-title.heading3.black-text {
    font-size: 56px;
    line-height: 64px;
  }

  .blog-item {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    flex-direction: column;
    padding-right: 24px;
  }

  .blog-thum-wrap {
    width: 100%;
    height: 100%;
  }

  .blog-item-content {
    margin-top: 0;
  }

  .price-section.background-bg {
    padding-bottom: 120px;
  }

  .price-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .price-title.heading3 {
    margin-bottom: 60px;
    font-size: 56px;
    line-height: 64px;
  }

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

  .footer-section.black-bg {
    margin-top: 0;
    padding-top: 40px;
  }

  .footer-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .top-footer.dark-bg {
    padding-top: 80px;
    padding-bottom: 80px;
    position: static;
  }

  .main-footer {
    margin-top: 60px;
  }

  .top-footer-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .main-footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 60px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-copywright {
    margin-top: 60px;
  }

  .slider-section.background-bg {
    padding-top: 120px;
  }

  .slider-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .slider-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .slider-item-list {
    margin-top: 60px;
  }

  .slider-item {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .slider-owner {
    order: 1;
    width: 100%;
  }

  .slider-text-wrap {
    width: 100%;
  }

  .slider {
    position: relative;
  }

  .slider-owner-name.testimonial-02 {
    margin-top: 0;
  }

  .left-arrow {
    inset: auto 72px 112px auto;
  }

  .right-arrow {
    margin-right: 0;
    inset: auto 0 112px auto;
  }

  .slider-text.testimonial-01 {
    font-size: 20px;
    line-height: 30px;
  }

  .faq-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .faq-section.background-bg {
    padding-bottom: 120px;
  }

  .faqs-description {
    max-width: 100%;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .faqs-container {
    flex-direction: column;
  }

  .hero-section-about.black-bg {
    padding-bottom: 120px;
  }

  .hero-container-about {
    padding-top: 64px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-container-about.is-padding {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-contents-about {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .hero-content {
    margin-top: 64px;
  }

  .story-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .story-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .story-container.is-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .story-revinew-table {
    width: 100%;
    max-width: 100%;
  }

  .story-content-title {
    font-size: 56px;
    line-height: 62px;
  }

  .images-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .images-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .service-section-about.black-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .service-container-about {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .service-title-about.heading3.white-text {
    margin-left: 0;
    font-size: 56px;
    line-height: 62px;
  }

  .service-list-about {
    margin-top: 40px;
  }

  .service-btn-about.button-01.white-bg {
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    line-height: 26px;
  }

  .faq-section-about.background-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .faqs-container-about {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faqs-title-about {
    font-size: 48px;
    line-height: 56px;
  }

  .faqs-title-about.faqs-title-about-2 {
    margin-bottom: 60px;
    font-size: 56px;
    line-height: 64px;
  }

  .question-name-about.subheading4, .answer-owner-wrap {
    width: 260px;
  }

  .answer-owner-img {
    width: 140px;
    height: 140px;
  }

  .faq-answer-content {
    margin-top: 26px;
  }

  .anser-onwer-text-para.testimonial-02 {
    padding-right: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .location-section-about {
    padding-bottom: 120px;
  }

  .location-container-about {
    padding-left: 2rem;
    padding-right: 0;
  }

  .location-content-about-wrap {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .location-title-about.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-section-project.black-bg {
    padding-bottom: 50px;
  }

  .hero-section-project.black-bg.is-legal {
    padding-bottom: 0;
  }

  .hero-container-project {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-contents-project {
    grid-template-columns: 1fr;
    padding-bottom: 80px;
  }

  .hero-title-project.heading2.white-text {
    margin-bottom: 40px;
    font-size: 64px;
    line-height: 72px;
  }

  .projects-section.background-bg {
    padding-left: 40px;
    padding-right: 40px;
  }

  .projects-list {
    grid-template-columns: 1fr 1fr;
  }

  .project-badges {
    grid-row-gap: 14px;
    flex-direction: column;
    align-items: flex-start;
  }

  .mask {
    height: auto;
    overflow: hidden;
  }

  .slider-owner-image-and-identity {
    grid-column-gap: 32px;
    align-items: center;
    display: flex;
  }

  .blog-container-two {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .blog-title-two.heading2 {
    font-size: 56px;
    line-height: 64px;
  }

  .blog-item-big {
    grid-column-gap: 0px;
    grid-row-gap: 48px;
    flex-direction: column;
    padding-right: 24px;
  }

  .blog-thum-wrap-small {
    flex: none;
    width: 200px;
  }

  .blog-thum-wrap-big {
    flex: 0 auto;
    width: 100%;
    height: 400px;
  }

  .blog-thum-big {
    height: 100%;
  }

  .product-showcase-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .product-showcase-container.is-on-blog {
    padding-left: 0;
    padding-right: 0;
  }

  .product-showcase-header {
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .product-showcase-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .product-showcase-buttons.product-showcase-btns-abs {
    margin-top: 20px;
    position: relative;
    top: auto;
  }

  .product-showcase-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 36px;
  }

  .price-section-two.background-bg {
    padding-bottom: 120px;
  }

  .pricing-table-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .pricing-table-container {
    padding-left: 0;
    padding-right: 0;
    overflow: auto;
  }

  .pricing-table-content {
    flex-flow: column;
    display: flex;
    overflow: auto;
  }

  .pricing-table-row {
    border-bottom-style: none;
    flex: none;
    grid-template-columns: 16rem 10rem 10rem 10rem 10rem;
    place-items: stretch start;
  }

  .pricing-table-feature {
    width: auto;
  }

  .blog-list-two-another {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .blog-thum-another {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .blog-item-content-another {
    margin-top: 0;
  }

  .hero-container-career {
    padding-top: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-career-title.heading2.white-text {
    font-size: 64px;
    line-height: 72px;
  }

  .hero-career-grid {
    margin-top: 60px;
  }

  .job-section.background-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .job-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .job-content.single {
    padding-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .job-content-title.heading3 {
    font-size: 56px;
    line-height: 62px;
  }

  .link-block-2 {
    width: 100%;
  }

  .product-showcase-grid {
    grid-template-columns: 1fr 1fr;
  }

  .product-showcase-grid.is-2-col {
    grid-template-columns: 1fr;
  }

  .blog-signle {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .blog-single-heading.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .contact-section.background-bg {
    padding-bottom: 120px;
  }

  .contact-content {
    grid-template-columns: 1.25fr;
  }

  .contact-title.heading2 {
    font-size: 68px;
    line-height: 72px;
  }

  .scroll-slider-section.background-bg {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .scroll-slider-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .scroll-slider-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .scroll-slider-list {
    grid-template-columns: 1fr 1fr;
    margin-top: 60px;
  }

  .scroll-slider-body {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-item {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .license-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .faqs-title-two {
    font-size: 48px;
    line-height: 56px;
  }

  .project-tabs-menu {
    top: -220px;
  }

  .project-tab-content {
    overflow: visible;
  }

  .nav-menu-2 {
    background-color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    left: auto;
    right: 40px;
  }

  .nav-menu-2.dark {
    background-color: #fff;
  }

  .nav-container {
    position: relative;
  }

  .nav-link-3.body-03, .nav-link-3.body-03.w--current {
    color: #000;
  }

  .nav-link-3.body-03.black-blue-text {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .nav-link-3.body-03.white-text, .nav-link-3.body-03.white-text.w--current {
    color: #000;
  }

  .menu-button-3 {
    border: 1px solid #000;
    border-radius: 100px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .menu-button-3.w--open {
    background-color: #000;
  }

  .menu-button-3.dark {
    border-color: #fff;
  }

  .menu-button-3.dark.w--open {
    background-color: #000;
  }

  .icon-3 {
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
  }

  .hero-section---career-single.black-bg {
    padding-top: 80px;
    padding-bottom: 300px;
  }

  .career-single-title.heading3.white-text {
    font-size: 56px;
    line-height: 64px;
  }

  .career-signle-container {
    margin-top: -244px;
  }

  .single-selary {
    margin-bottom: 120px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .career-details {
    margin-left: 40px;
    margin-right: 40px;
  }

  .contact-map {
    aspect-ratio: 1;
  }

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

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

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

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

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

  .section_layout239 {
    margin-left: -2rem;
    margin-right: -2rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .layout239_component {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .layout239_list {
    grid-column-gap: 2rem;
  }

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

  .review-container {
    padding-left: 40px;
    padding-right: 40px;
  }

  .review-container.is-padding-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-button-wrap {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .footer-logo {
    max-height: 64px;
  }

  .blog-featured-link {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .style-header-text {
    flex-direction: column;
    align-items: center;
    max-width: none;
    padding-bottom: 100px;
    padding-left: 40px;
    padding-right: 40px;
    display: flex;
  }

  .style-header-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .color-section-title {
    font-size: 48px;
    line-height: 58px;
  }

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

  .heading2 {
    font-size: 48px;
    line-height: 56px;
  }

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

  .heading1 {
    font-size: 48px;
    line-height: 58px;
  }

  .heading3 {
    font-size: 48px;
    line-height: 56px;
  }

  .navigation {
    padding-left: 40px;
    padding-right: 40px;
  }

  .hero-container {
    padding-top: 28px;
  }

  .hero-text-wrap {
    grid-template-columns: 1fr;
  }

  .hero-title.heading1 {
    font-size: 48px;
    line-height: 58px;
  }

  .hero-title.heading2.white-text {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-text.body-01 {
    margin-top: 16px;
  }

  .service-section.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-title.heading3.white-text {
    font-size: 42px;
    line-height: 52px;
  }

  .service-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .presence-section.background-bg {
    padding-bottom: 100px;
  }

  .presence-title.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .presence-list {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .video-section.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .video-title.heading3.white-text {
    font-size: 42px;
    line-height: 52px;
  }

  .video-play-button.white-bg {
    grid-column-gap: 12px;
    width: 122px;
    height: 48px;
  }

  .video-play-icon {
    width: 22px;
    height: 22px;
  }

  .video-play-text.black-text {
    font-size: 18px;
    line-height: 26px;
  }

  .video-company-list {
    grid-template-columns: 1fr 1fr;
  }

  .blog-section.background-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .blog-title.heading3.black-text {
    font-size: 42px;
    line-height: 52px;
  }

  .price-section.background-bg {
    padding-bottom: 100px;
  }

  .price-title.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .price-list {
    grid-template-columns: 1fr;
  }

  .heading5 {
    font-size: 32px;
  }

  .top-footer.dark-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .main-footer {
    margin-top: 40px;
  }

  .top-footer-title.heading3 {
    font-size: 48px;
    line-height: 58px;
  }

  .top-footer-button.black-bg {
    width: 260px;
    height: 56px;
    padding-left: 26px;
    padding-right: 10px;
  }

  .top-footer-button-text.button-01.white-text {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .top-footer-button-icon {
    width: 40px;
    height: 40px;
  }

  .main-footer-content {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .footer-copywright {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 40px;
  }

  .slider-section.background-bg {
    padding-top: 100px;
  }

  .slider-title.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .slider-item-list {
    margin-top: 40px;
  }

  .slider-owner-name.testimonial-02 {
    font-size: 18px;
    line-height: 26px;
  }

  .left-arrow {
    width: 24px;
    height: 24px;
    top: 58%;
    right: 32px;
  }

  .right-arrow {
    width: 24px;
    height: 24px;
    top: 58%;
    left: 78%;
  }

  .slider-text.testimonial-01 {
    font-size: 18px;
    line-height: 26px;
  }

  .arrow-icon {
    width: 14px;
    height: 14px;
  }

  .faq-section.background-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .question-title {
    font-size: 18px;
    font-weight: 600;
  }

  .down-caret-icon {
    width: 26px;
    height: 26px;
  }

  .hero-container-about.is-padding {
    padding-bottom: 80px;
  }

  .hero-btn-about.button-01.white-bg.black-text {
    padding: 16px 28px;
    font-size: 18px;
    font-weight: 600;
  }

  .hero-image-about {
    width: 100%;
    height: 360px;
  }

  .hero-image.hero-img-one {
    width: 116.667px;
    height: 116.667px;
    left: 26%;
  }

  .hero-image.hero-img-two {
    width: 168px;
    height: 168px;
    inset: 20px 17% auto auto;
  }

  .hero-image.hero-img-three {
    width: 139.333px;
    height: 139.333px;
    inset: 110px auto auto 11%;
  }

  .hero-image.hero-img-four {
    width: 213.333px;
    height: 213.333px;
    inset: 150px auto auto 31%;
  }

  .story-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .revinew-table-title {
    font-size: 34px;
    line-height: 42px;
  }

  .story-content-title {
    font-size: 42px;
    line-height: 52px;
  }

  .story-btn.button-02.white-text.black-bg {
    font-weight: 400;
  }

  .images-section, .service-section-about.black-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .service-title-about.heading3.white-text {
    font-size: 42px;
    line-height: 52px;
  }

  .service-btn-about.button-01.white-bg {
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 600;
  }

  .faq-section-about.background-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .faqs-title-about {
    font-size: 38px;
    line-height: 48px;
  }

  .faqs-title-about.faqs-title-about-2 {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 52px;
  }

  .faq-question-answer-about {
    padding-left: 0;
    padding-right: 0;
  }

  .question-name-about.subheading4 {
    width: 180px;
    font-size: 18px;
  }

  .question-title-about {
    font-size: 16px;
    font-weight: 400;
  }

  .answer-owner-wrap {
    width: 180px;
  }

  .faq-answer-content {
    margin-top: 20px;
  }

  .anser-onwer-text-para.testimonial-02 {
    font-weight: 400;
    line-height: 24px;
  }

  .answer-owner-social {
    margin-top: 20px;
  }

  .location-section-about {
    padding-bottom: 100px;
  }

  .location-content-about {
    background-position: -200% 100%;
    background-size: auto;
    background-attachment: scroll;
    overflow: hidden;
  }

  .location-title-about.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .location-btn-about.button-02.black-bg.white-text {
    font-weight: 400;
  }

  .hero-title-project.heading2.white-text {
    font-size: 56px;
    line-height: 64px;
  }

  .hero-project-buttons {
    padding-bottom: 168px;
  }

  .hero-project-button-list {
    flex-flow: wrap;
  }

  .projects-section.background-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .projects-list {
    grid-template-columns: 1fr;
  }

  .project-item {
    padding: 8px;
  }

  .project-badges {
    flex-direction: row;
  }

  .slider-owner-img-wrap {
    flex: none;
  }

  .slider-owner-image-and-identity {
    grid-column-gap: 20px;
    padding-right: 64px;
  }

  .blog-title-two.heading2 {
    font-size: 48px;
    line-height: 56px;
  }

  .blog-item-small {
    grid-column-gap: 16px;
  }

  .blog-thum-wrap-small {
    width: 100px;
    height: 96px;
  }

  .blog-item-title-small {
    margin-top: 8px;
    margin-bottom: 0;
  }

  .blog-thum-wrap-big {
    height: 300px;
  }

  .product-showcase-section {
    padding-top: 100px;
    padding-bottom: 120px;
  }

  .product-showcase-header {
    grid-row-gap: 20px;
  }

  .product-showcase-title.heading3 {
    font-size: 36px;
    line-height: 46px;
  }

  .product-showcase-btn.button-02 {
    padding: 8px 22px;
    font-size: 14px;
  }

  .product-showcase-list {
    grid-template-columns: 1fr;
    margin-top: 60px;
  }

  .product-showcase-img-wrap {
    width: 100%;
  }

  .price-section-two.background-bg {
    padding-top: 80px;
    padding-bottom: 100px;
  }

  .hero-container-career {
    padding-top: 28px;
  }

  .hero-career-title.heading2.white-text {
    font-size: 48px;
    line-height: 56px;
  }

  .hero-career-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .job-section.background-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .job-content.single {
    padding-bottom: 100px;
  }

  .job-content-title.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .job-list {
    margin-top: 40px;
  }

  .job-heading {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: stretch;
    margin-top: 40px;
  }

  .job-attribiutes {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .job-single-button {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .blog-details-section.background-bg {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .product-showcase-grid {
    grid-template-columns: 1fr;
  }

  .blog-single-heading {
    font-size: 40px;
  }

  .blog-single-heading.heading3 {
    font-size: 48px;
    line-height: 56px;
  }

  .blog-rich-text {
    grid-template-columns: 1fr;
  }

  .contact-section.background-bg {
    padding-bottom: 100px;
  }

  .contact-title.heading2 {
    font-size: 48px;
    line-height: 56px;
  }

  .form-group {
    flex-direction: column;
    margin-bottom: 0;
  }

  .form-field, .form-text-area {
    margin-bottom: 18px;
  }

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

  .checkbox-field {
    margin-bottom: 18px;
  }

  .scroll-slider-section.background-bg {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .scroll-slider-title.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .scroll-slider-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .scroll-slider-text-heading {
    font-size: 28px;
  }

  .navigation-item {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .license-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .license-title.heading3 {
    font-size: 48px;
    line-height: 56px;
  }

  .changelog-title.heading3 {
    font-size: 56px;
    line-height: 64px;
  }

  .company-opacity-one {
    width: 50%;
  }

  .faqs-title-two {
    font-size: 38px;
    line-height: 48px;
  }

  .faqs-title-two.heading3 {
    font-size: 42px;
    line-height: 52px;
  }

  .project-tabs-menu.hero-project-button-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: -240px;
  }

  .nav-menu-2 {
    padding-bottom: 30px;
  }

  .nav-container {
    grid-template-columns: max-content max-content;
    justify-content: space-between;
  }

  .log-infos-inside {
    grid-row-gap: 18.5px;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .log-infos {
    display: none;
  }

  .hero-section---career-single.black-bg {
    padding-top: 48px;
    padding-bottom: 190px;
  }

  .career-single-title.heading3.white-text {
    font-size: 42px;
    line-height: 52px;
  }

  .career-single-img-wrap {
    margin-bottom: 40px;
  }

  .career-signle-container {
    margin-top: -150px;
  }

  .single-selary {
    margin-bottom: 100px;
  }

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

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

  .stats28_list {
    flex: 1;
    grid-template-columns: 1fr;
  }

  .heading-style-h6 {
    font-size: 1.125rem;
  }

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

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .layout239_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .logo-marquee_component {
    margin-top: 12px;
  }

  .logo-marquee_track {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 32px;
  }

  .review-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

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

  .blog-toc {
    display: none;
  }

  .contact-cta {
    padding-left: 12px;
  }

  .legal-rich-text {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h3 {
    font-size: 24px;
    line-height: 32px;
  }

  p {
    font-size: 16px;
    line-height: 26px;
  }

  ul {
    font-size: 16px;
    line-height: 28px;
  }

  blockquote {
    border: 0 solid #000;
    border-left-width: 4px;
    font-size: 16px;
    line-height: 26px;
  }

  .style-header-text {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-header-title.heading3 {
    font-size: 48px;
    line-height: 56px;
  }

  .style-header-paragraph.body-03 {
    font-size: 16px;
    line-height: 26px;
  }

  .color-section-title {
    font-size: 38px;
    line-height: 48px;
  }

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

  .subheading2 {
    font-size: 22px;
  }

  .heading4 {
    font-size: 36px;
    line-height: 46px;
  }

  .subheading4 {
    font-size: 20px;
  }

  .heading2 {
    font-size: 36px;
    line-height: 46px;
  }

  .subheading1 {
    font-size: 24px;
  }

  .heading1, .heading3 {
    font-size: 36px;
    line-height: 46px;
  }

  .navigation {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-container {
    padding-top: 28px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-title.heading1 {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-title.heading2.white-text {
    font-size: 36px;
    line-height: 44px;
  }

  .hero-text.body-01 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 28px;
  }

  .hero-text-img {
    width: 70px;
    height: 70px;
  }

  .hero-text-img.hero-text-img-child2 {
    left: 49px;
  }

  .hero-text-img.hero-text-img-child3 {
    left: 100px;
  }

  .container-custom.career--single {
    margin-left: 20px;
    margin-right: 20px;
  }

  .service-section.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-title.heading3.white-text {
    font-size: 32px;
    line-height: 42px;
  }

  .service-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .presence-section.background-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .presence-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .presence-title.heading3 {
    font-size: 32px;
    line-height: 42px;
  }

  .presence-list {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .service-item-btn.button-02.black-bg.white-text {
    font-size: 14px;
    font-weight: 600;
  }

  .presence-subtitle.subheading2 {
    margin-top: 20px;
  }

  .video-section.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .video-title.heading3.white-text {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .video-wrap {
    height: 200px;
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .video-play-button.white-bg {
    grid-column-gap: 8px;
    justify-content: center;
    width: 100px;
    height: 40px;
    padding-left: 0;
    padding-right: 4px;
  }

  .video-play-icon {
    width: 18px;
    height: 18px;
  }

  .video-play-text.black-text {
    font-size: 14px;
    font-weight: 700;
    line-height: 22px;
  }

  .video-company-list {
    grid-template-columns: 1fr;
  }

  .video-company-logo-wrap {
    height: 48px;
  }

  .blog-section.background-bg {
    padding-top: 120px;
    padding-bottom: 60px;
  }

  .blog-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-list-two {
    margin-top: 32px;
  }

  .blog-title.heading3.black-text {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .blog-list {
    margin-top: 20px;
  }

  .blog-item {
    padding: 20px;
  }

  .blog-item-content {
    margin-top: 10px;
  }

  .blog-item-title.subheading1, .blog-item-title.heading4.is-small-mobile {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-item-owner {
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .blog-item-social {
    align-self: flex-start;
  }

  .blog-item-info-title {
    font-size: 16px;
  }

  .blog-item-social-icon {
    margin-left: 0;
    margin-right: 12px;
  }

  .price-section.background-bg {
    padding-bottom: 60px;
  }

  .price-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .price-title.heading3 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .price-item {
    padding: 16px;
  }

  .price-label.caption-01.off-yellow-bg.yellow-text, .price-label.caption-01.price-label-two, .price-label.caption-01.off-purple-bg.purple-text {
    padding-top: 6px;
    padding-bottom: 6px;
    font-weight: 600;
  }

  .price-money.heading5.off-yellow-t {
    margin-top: 30px;
  }

  .price-money.heading5.price-money-two {
    font-size: 36px;
  }

  .price-month-wrap {
    margin-top: 26px;
  }

  .price-services {
    margin-top: 30px;
  }

  .price-btn.button-02.black-bg.white-text, .price-btn.button-02.white-bg.black-text {
    padding: 10px 22px;
    font-size: 14px;
    font-weight: 600;
  }

  .price-money-three.heading5.off-yellow-t {
    font-size: 36px;
  }

  .footer-section.black-bg {
    margin-top: 100px;
    padding-top: 20px;
  }

  .footer-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-footer.dark-bg {
    padding-top: 60px;
    padding-bottom: 60px;
    top: -570px;
  }

  .top-footer-title.heading3 {
    font-size: 28px;
    line-height: 36px;
  }

  .top-footer-text.testimonial-02 {
    font-size: 16px;
    line-height: 26px;
  }

  .top-footer-button.black-bg {
    cursor: pointer;
    width: 100%;
    height: 46px;
    padding-left: 15px;
  }

  .top-footer-button-text.button-01.white-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .top-footer-button-icon {
    width: 30px;
    height: 30px;
  }

  .main-footer-logo-area {
    max-width: none;
  }

  .main-footer-text.body-02.white-text {
    width: auto;
  }

  .footer-copywright-text.white-text {
    text-align: left;
  }

  .slider-section.background-bg {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slider-title.heading3 {
    font-size: 32px;
    line-height: 42px;
  }

  .slider-item-list {
    margin-top: 20px;
  }

  .slider-owner-img {
    width: 64px;
    height: 64px;
  }

  .left-arrow {
    display: none;
    top: 31rem;
    left: 25%;
  }

  .right-arrow {
    display: none;
    top: 31rem;
    left: 50%;
  }

  .slider-text.testimonial-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .faq-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-section.background-bg {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .faqs-description {
    margin-bottom: 0;
  }

  .faq-btn-wrap {
    margin-top: 28px;
  }

  .faq-btn.button-02.black-bg.white-text {
    font-size: 14px;
  }

  .faq-question-answer {
    padding-right: 0;
  }

  .question-title {
    padding-right: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .faq-answer {
    font-size: 14px;
    line-height: 22px;
  }

  .hero-section-about.black-bg {
    padding-bottom: 60px;
  }

  .hero-container-about {
    padding-top: 32px;
  }

  .hero-btn-about.button-01.white-bg.black-text {
    padding: 14px 26px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
  }

  .hero-text-about.body-03.white-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-content {
    margin-top: 40px;
  }

  .hero-image-about {
    height: 240px;
  }

  .hero-image.hero-img-one {
    width: 77.7778px;
    height: 77.7778px;
    left: 15%;
  }

  .hero-image.hero-img-two {
    width: 112px;
    height: 112px;
    top: 10px;
    left: 50%;
  }

  .hero-image.hero-img-three {
    width: 92.8889px;
    height: 92.8889px;
    top: 85px;
    left: 0%;
  }

  .hero-image.hero-img-four {
    width: 142.222px;
    height: 142.222px;
    top: 100px;
    left: 29%;
  }

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

  .story-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .story-content {
    grid-row-gap: 46px;
  }

  .story-revinew-table {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .revinew-table-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .revinew-table-box {
    font-size: 14px;
    line-height: 22px;
  }

  .story-content-title {
    font-size: 32px;
    line-height: 42px;
  }

  .story-content-text.body-03 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .story-btn.button-02.white-text.black-bg {
    font-size: 14px;
    font-weight: 600;
  }

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

  .images-container {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .service-section-about.black-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .service-container-about {
    padding-left: 20px;
    padding-right: 20px;
  }

  .service-content-about {
    flex-direction: column;
    grid-auto-flow: row;
    display: flex;
  }

  .service-title-about.heading3.white-text {
    max-width: none;
    margin-right: 0;
    font-size: 32px;
    line-height: 42px;
  }

  .service-list-about {
    margin-top: 20px;
  }

  .service-text-about.white-text.body-03 {
    width: 100%;
    max-width: none;
    font-size: 16px;
    line-height: 26px;
  }

  .service-btn-about-wrap {
    margin-top: 20px;
  }

  .service-btn-about.button-01.white-bg {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .service-item-about {
    flex-direction: column;
    width: 100%;
  }

  .service-item-about.yellow-bg {
    grid-row-gap: 18px;
    flex-direction: column;
    align-items: flex-start;
  }

  .service-item-icon-wrap {
    margin-bottom: 20px;
  }

  .service-item-title-about.subheading2.off-yellow-t {
    font-size: 24px;
    line-height: 30px;
  }

  .service-item-title-about.subheading2.off-purple-text {
    font-size: 24px;
    line-height: 32px;
  }

  .service-item-title-about.subheading2.off-red-text {
    font-size: 24px;
    line-height: 30px;
  }

  .service-item-paragaph-about.body-03.off-yellow-t, .service-item-paragaph-about.body-03.off-purple-text {
    font-size: 16px;
    line-height: 26px;
  }

  .service-item-paragaph-about.body-03.off-red-text {
    font-size: 16px;
  }

  .faq-section-about.background-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .faqs-title-about {
    font-size: 32px;
    line-height: 38px;
  }

  .faqs-title-about.faqs-title-about-2 {
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 42px;
  }

  .question-name-about.subheading4 {
    width: auto;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
  }

  .question-title-about {
    font-size: 14px;
    line-height: 20px;
    display: none;
  }

  .faq-question-abour-separet {
    justify-content: flex-end;
  }

  .answer-owner-wrap {
    width: 100px;
  }

  .answer-owner-img {
    width: 80px;
    height: 80px;
  }

  .faq-answer-content {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .location-section-about {
    padding-bottom: 0;
  }

  .location-container-about {
    padding-right: 2rem;
  }

  .location-title-about.heading3 {
    font-size: 32px;
    line-height: 42px;
  }

  .location-text-about.body-01 {
    font-size: 16px;
    line-height: 26px;
  }

  .location-btn-about-wrap {
    margin-top: 30px;
  }

  .location-btn-about.button-02.black-bg.white-text {
    font-size: 14px;
    font-weight: 600;
  }

  .hero-section-project.black-bg {
    padding-bottom: 148px;
  }

  .hero-section-project.black-bg.an {
    padding-bottom: 60px;
  }

  .hero-section-project.black-bg.is-legal {
    padding-bottom: 48px;
  }

  .hero-container-project {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-contents-project {
    padding-bottom: 40px;
  }

  .hero-title-project.heading2.white-text {
    margin-bottom: 30px;
    font-size: 36px;
    line-height: 46px;
  }

  .hero-image-paragraph.body-01.white-text {
    font-size: 16px;
    line-height: 26px;
  }

  .hero-project-buttons {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .hero-project-buttons.hide-mobile {
    display: none;
  }

  .hero-project-button-list {
    grid-row-gap: 24px;
  }

  .hero-project-btn.button-02 {
    font-size: 14px;
  }

  .projects-section.background-bg {
    padding: 80px 20px 20px;
  }

  .projects-section.background-bg.is-padding-0-bottom {
    padding-top: 60px;
  }

  .projects-section.background-bg.is-0-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .projects-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .projects-list {
    flex-direction: column;
    display: flex;
  }

  .project-item.white-bg {
    padding: 20px;
  }

  .project-badges {
    flex-direction: column;
  }

  .project-title.subheading1 {
    font-size: 24px;
    line-height: 32px;
  }

  .project-text.body-03 {
    font-size: 16px;
    line-height: 26px;
  }

  .project-btn-wrap {
    margin-top: 25px;
  }

  .project-btn.button-02.black-bg.white-text {
    font-size: 14px;
  }

  .slider-owner-img-wrap {
    flex: none;
  }

  .slider-owner-image-and-identity {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-section-two {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .blog-section-two.background-bg {
    padding-top: 28px;
  }

  .blog-container-two {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog-title-two.heading2 {
    font-size: 28px;
    line-height: 36px;
  }

  .blog-title-two.heading2.aother {
    font-size: 32px;
    line-height: 42px;
  }

  .blog-item-big.white-bg {
    grid-row-gap: 24px;
    padding: 20px;
  }

  .blog-item-small {
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .blog-thum-wrap-small {
    width: 100%;
    height: 200px;
  }

  .blog-item-title-small.subheading3 {
    font-size: 22px;
    line-height: 30px;
  }

  .blog-thum-wrap-big {
    height: 200px;
  }

  .product-showcase-section.background-bg {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .product-showcase-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-showcase-header {
    margin-bottom: 24px;
  }

  .product-showcase-title.heading3 {
    font-size: 28px;
    line-height: 38px;
  }

  .product-showcase-buttons {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .product-showcase-list {
    flex-direction: column;
  }

  .product-showcase-item-title.subheading3 {
    font-size: 22px;
    line-height: 30px;
  }

  .product-showcase-owner {
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .product-showcase-owner-img {
    height: 56px;
  }

  .price-section-two.background-bg {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .pricing-table-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-table-row {
    grid-template-columns: 10rem 8rem 8rem 8rem 8rem;
    align-items: stretch;
    padding-top: 16px;
  }

  .pricing-table-row.pricing-table-heading {
    padding-bottom: 16px;
  }

  .pricing-table-titlte {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
  }

  .pricing-table-text.body-03 {
    font-size: 14px;
    line-height: 20px;
  }

  .blog-list-two-another {
    margin-top: 50px;
  }

  .blog-item-content-another {
    margin-top: 0;
  }

  .hero-container-career {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-career-title.heading2.white-text {
    font-size: 36px;
    line-height: 46px;
  }

  .hero-career-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .job-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .job-section.background-bg {
    padding-top: 60px;
    padding-bottom: 0;
  }

  .job-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-content.single {
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .job-content-title.heading3 {
    font-size: 28px;
    line-height: 36px;
  }

  .job-list {
    margin-top: 20px;
  }

  .job-item.off-white-bg {
    padding: 20px;
  }

  .job-heading {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .job-title-wrap {
    grid-row-gap: 6px;
    flex-direction: row;
    align-items: center;
  }

  .job-attribiutes {
    margin-top: 20px;
  }

  .job-buttons-wrao {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .job-single-button {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
  }

  .blog-details-section.background-bg {
    padding-left: 20px;
    padding-right: 20px;
  }

  .product-showcase-tag.caption-01, .product-showcase-date.caption-01 {
    font-size: 12px;
  }

  .blog-single-heading.heading3 {
    font-size: 32px;
    line-height: 40px;
  }

  .blog-writer {
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-section.background-bg {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .contact-content {
    margin-top: 40px;
  }

  .contact-title.heading2 {
    font-size: 36px;
    line-height: 46px;
  }

  .contact-card {
    padding: 20px;
  }

  .form-footer {
    margin-top: 20px;
  }

  .scroll-slider-section.background-bg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .scroll-slider-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .scroll-slider-title.heading3 {
    font-size: 32px;
    line-height: 42px;
  }

  .navigation-brand {
    padding-bottom: 20px;
  }

  .navigation-menu {
    justify-content: space-between;
    width: 100%;
  }

  .navigation-item {
    padding: 10px 25px;
  }

  .navigation-dropdown {
    width: 48px;
    height: 48px;
    margin-right: 0;
  }

  .license-section {
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .content-item {
    margin-bottom: 70px;
  }

  .license-title.heading3 {
    font-size: 36px;
    line-height: 46px;
  }

  .license-para.body-03 {
    font-size: 16px;
    line-height: 26px;
  }

  .license-link-wrap.subheading4 {
    margin-top: 25px;
  }

  .license-link-text {
    font-size: 20px;
  }

  .changelog-title.heading3 {
    font-size: 48px;
    line-height: 56px;
  }

  .tag-groups {
    flex-direction: column;
  }

  .single-tag.caption-01.off-white-bg {
    width: 133px;
    margin-bottom: 14px;
  }

  .single-blog-thumb-wrap {
    height: 240px;
  }

  .faqs-title-two {
    font-size: 32px;
    line-height: 38px;
  }

  .faqs-title-two.heading3 {
    margin-bottom: 18px;
    font-size: 32px;
    line-height: 42px;
  }

  .project-tabs {
    overflow: visible;
  }

  .project-tabs-menu.hero-project-button-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    top: -210px;
  }

  .faqs-text-another {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-link-block {
    max-width: 200px;
  }

  .nav-menu-2 {
    right: 20px;
  }

  .nav-container {
    min-height: 80px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .website-brand-img {
    height: 56px;
  }

  .hero-section---career-single.black-bg {
    padding-top: 16px;
    padding-bottom: 60px;
  }

  .career-single-title.heading3.white-text {
    font-size: 32px;
    line-height: 42px;
  }

  .career-signle-container {
    margin-top: 40px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .rich-text-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }

  .single-selary {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .career-details {
    margin-left: 20px;
    margin-right: 20px;
  }

  .scroll-slider-img-icon {
    width: 4rem;
  }

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

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

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

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

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

  .glowing-wrapper-button {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 24px;
  }

  .button-text {
    font-size: 16px;
  }

  .glowing-wrapper-icon {
    width: 40px;
    height: 40px;
  }

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

  .review-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-box {
    padding: 16px;
  }

  .footer-logo {
    max-height: 56px;
  }

  .contact-cta-row {
    grid-auto-flow: row;
  }
}

#w-node-ad6e05b4-4302-7119-898b-b9098448bc26-da67d6fc, #w-node-_61288437-6416-8d31-f349-1d25748a22f2-da67d6fc, #w-node-_133a0d9d-cd31-85e6-83c4-130414068431-da67d6fc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7712ab77-d73c-1566-408c-39def403854b-f4038549 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_7712ab77-d73c-1566-408c-39def403854d-f4038549, #w-node-_7712ab77-d73c-1566-408c-39def403855d-f4038549 {
  place-self: center;
}

#w-node-_886e8aac-b096-5e5d-d4de-e8dd12520bf9-e04f88e0, #w-node-_886e8aac-b096-5e5d-d4de-e8dd12520c09-e04f88e0 {
  justify-self: end;
}

#w-node-_4d2e0fb2-fc57-7071-3fd4-a97b562c6e9f-562c6e9d {
  grid-area: 1 / 1 / 2 / 2;
  place-self: center start;
}

#w-node-_4d2e0fb2-fc57-7071-3fd4-a97b562c6ea1-562c6e9d, #w-node-_4d2e0fb2-fc57-7071-3fd4-a97b562c6eb1-562c6e9d {
  place-self: center;
}

#w-node-_9071434e-d40a-da8a-f43a-d22c3698eb02-da67d700 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4effc7a4-6f34-8c68-285e-b0bc31bc5449-da67d701, #w-node-_4effc7a4-6f34-8c68-285e-b0bc31bc5466-da67d701 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-_4effc7a4-6f34-8c68-285e-b0bc31bc548c-da67d701, #w-node-_4effc7a4-6f34-8c68-285e-b0bc31bc54a5-da67d701, #w-node-_4effc7a4-6f34-8c68-285e-b0bc31bc54be-da67d701 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_538e533c-1419-f9e3-2165-b6994f2140b9-da67d702, #w-node-_538e533c-1419-f9e3-2165-b6994f2140d6-da67d702 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-d144f8d2-7361-1a0e-670a-ec1b0b912a18-da67d705, #w-node-cd0cc977-48e8-94bf-990c-0666eb903d53-da67d705, #w-node-_2a5bc547-d30e-c68c-0a4f-82571d579086-da67d705 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_551ca7ab-826e-fdc7-2501-062a6783e9d9-da67d705 {
  align-self: end;
}

#w-node-_551ca7ab-826e-fdc7-2501-062a6783e9da-da67d705, #w-node-_76a8e167-3670-4719-99fb-a07483640928-da67d706 {
  justify-self: end;
}

#w-node-_7f83ef09-b039-b6e4-d50b-94b33ad8ca2d-da67d707, #w-node-_7f83ef09-b039-b6e4-d50b-94b33ad8ca49-da67d707 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-ec72d2e0-2e86-c1b9-72b1-edeb2a358946-da67d709, #w-node-_76a8e167-3670-4719-99fb-a07483640928-d440272c {
  justify-self: end;
}

#w-node-_73b3bee0-1540-08e3-7cbd-f905117792a0-d440272c, #w-node-_6225566e-9afb-f966-aed2-69873d1872d8-d440272c, #w-node-_65e93010-2638-d0c0-5c34-af535420b635-d440272c, #w-node-_65e93010-2638-d0c0-5c34-af535420b639-d440272c, #w-node-ae59e268-2f13-6433-bdd3-50a6ff3c8075-d440272c, #w-node-ae59e268-2f13-6433-bdd3-50a6ff3c8079-d440272c, #w-node-abad0b06-2089-58db-e4b9-5c57047f8660-d440272c, #w-node-abad0b06-2089-58db-e4b9-5c57047f8664-d440272c, #w-node-ad6e05b4-4302-7119-898b-b9098448bc26-19daa19d, #w-node-_61288437-6416-8d31-f349-1d25748a22f2-19daa19d, #w-node-_133a0d9d-cd31-85e6-83c4-130414068431-19daa19d, #w-node-ad6e05b4-4302-7119-898b-b9098448bc26-698b2b9a, #w-node-_61288437-6416-8d31-f349-1d25748a22f2-698b2b9a, #w-node-_133a0d9d-cd31-85e6-83c4-130414068431-698b2b9a, #w-node-ad6e05b4-4302-7119-898b-b9098448bc26-4a8543aa, #w-node-_61288437-6416-8d31-f349-1d25748a22f2-4a8543aa, #w-node-_133a0d9d-cd31-85e6-83c4-130414068431-4a8543aa, #w-node-ad6e05b4-4302-7119-898b-b9098448bc26-66ad774c, #w-node-_61288437-6416-8d31-f349-1d25748a22f2-66ad774c, #w-node-_133a0d9d-cd31-85e6-83c4-130414068431-66ad774c, #w-node-ad6e05b4-4302-7119-898b-b9098448bc26-a0ab9d7c, #w-node-_61288437-6416-8d31-f349-1d25748a22f2-a0ab9d7c, #w-node-_133a0d9d-cd31-85e6-83c4-130414068431-a0ab9d7c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-d144f8d2-7361-1a0e-670a-ec1b0b912a18-da67d705 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7712ab77-d73c-1566-408c-39def403855d-f4038549 {
    justify-self: end;
  }

  #w-node-_7712ab77-d73c-1566-408c-39def4038562-f4038549 {
    place-self: center;
  }

  #w-node-_886e8aac-b096-5e5d-d4de-e8dd12520beb-e04f88e0 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_886e8aac-b096-5e5d-d4de-e8dd12520bf9-e04f88e0, #w-node-_886e8aac-b096-5e5d-d4de-e8dd12520c09-e04f88e0 {
    justify-self: start;
  }

  #w-node-_4d2e0fb2-fc57-7071-3fd4-a97b562c6eb1-562c6e9d {
    justify-self: end;
  }

  #w-node-_4d2e0fb2-fc57-7071-3fd4-a97b562c6eb6-562c6e9d {
    place-self: center;
  }

  #w-node-_551ca7ab-826e-fdc7-2501-062a6783e9d8-da67d705 {
    align-self: end;
  }

  #w-node-_76a8e167-3670-4719-99fb-a07483640928-da67d706 {
    justify-self: start;
  }

  #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab17-da67d708, #w-node-_72e13fd1-716b-b5a5-a87d-1fb7a08a77ad-da67d708, #w-node-_8e38a08d-016b-89ef-1bb1-5f2c551748a6-da67d708, #w-node-c8076edc-1ba2-0c15-c917-889f035585b8-da67d708, #w-node-_21197422-2a4d-ca4a-6de1-24d72bd9e6bc-da67d708, #w-node-_0a409323-b8e8-e3ce-f402-f6679a7e6d41-da67d708, #w-node-_4325fe40-e0b6-fbde-e4c0-200f2ba837a8-da67d708, #w-node-_9ff794dd-56f9-f909-1a09-fe7ab0dc6cb3-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab28-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab29-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab2a-da67d708, #w-node-_87d670db-2ea8-959c-c211-a0471b76b1d7-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab2f-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab30-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab31-da67d708, #w-node-a445a911-f944-6dd3-d930-42dfb8967dc9-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab36-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab37-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab38-da67d708, #w-node-_7f920301-7dab-96b3-cdfc-9d71cfc650b3-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab3d-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab3f-da67d708, #w-node-_52efb38f-89a1-e661-ccac-66efc7bbab41-da67d708, #w-node-fc9ce8fa-21b6-4e89-9f58-5220d701ce36-da67d708 {
    justify-self: center;
  }

  #w-node-ec72d2e0-2e86-c1b9-72b1-edeb2a358946-da67d709 {
    order: -9999;
    justify-self: center;
  }

  #w-node-_76a8e167-3670-4719-99fb-a07483640928-d440272c {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_886e8aac-b096-5e5d-d4de-e8dd12520beb-e04f88e0 {
    grid-column: span 1 / span 1;
  }

  #w-node-ec72d2e0-2e86-c1b9-72b1-edeb2a358946-da67d709 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensauceone';
  src: url('../fonts/OpenSauceOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Eudoxussans';
  src: url('../fonts/EudoxusSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Calsans';
  src: url('../fonts/CalSans-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}