/* literata-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 300;
  src: url('..index/fonts/literata-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  src: url('..index/fonts/literata-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 500;
  src: url('..index/fonts/literata-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 600;
  src: url('..index/fonts/literata-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 700;
  src: url('..index/fonts/literata-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
:root {
  --lynx--white: white;
  --lynx--medium-purple: #8979ec;
  --lynx--black: #1f2022;
  --lynx--grey: #797c83;
  --radiant-ui-components-library-marketplace--color--heading-dark: #150438;
  --radiant-ui-components-library-marketplace--color--white: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  --radiant-ui-components-library-marketplace--color--body-font-dark: #0f0f0f;
  --radiant-ui-components-library-marketplace--color--button-background-dark: #131218;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--linear-color-two: #eff2ff;
  --lynx--deep-pink: #fd4b8b;
  --walsh--black: #2c2c2c;
}

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

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

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

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

a {
  text-decoration: none;
}

.body {
  background-color: #0f0f0f;
  padding-top: 0;
}

.lynx-nav-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  display: flex;
}

.lynx-nav {
  color: #eee;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo {
  width: 86px;
  height: 42px;
}

.lynx-brand {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 20px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link:hover {
  color: var(--lynx--medium-purple);
}

.lynx-nav-buttons {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-navbar {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.lynx-content-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-subtitle-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-heading-white {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 58px;
  font-weight: 400;
  line-height: 114%;
}

.lynx-button-white {
  background-color: var(--lynx--white);
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s, background-color .2s;
}

.lynx-button-white:hover {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
}

.lynx-hero-large {
  background-image: url('../images/Hero_3.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  min-height: 650px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-block-hero-large {
  background-color: var(--lynx--grey);
  border-radius: 30px 30px 360px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  margin-top: 60px;
  margin-bottom: 60px;
  margin-left: -34px;
  padding: 100px 60px;
  display: flex;
}

.lynx-paragraph-white {
  color: var(--lynx--white);
  max-width: 460px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left {
  padding-right: 15%;
}

.lynx-button {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-block-image {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.section {
  margin-bottom: 0;
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.navbar-no-shadow {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

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

.container-regular {
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link {
  color: #e0e0e0;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 1.05rem;
  line-height: .8rem;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

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

.nav-button-wrapper {
  margin-left: 25px;
  font-size: 1.05rem;
  line-height: 1rem;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.list-item {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.lynx-subtitle-2 {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-button-2 {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-2:hover {
  background-color: var(--lynx--grey);
}

.lynx-content-hero-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin: 0 auto -30px;
  display: flex;
}

.lynx-heading-hero {
  color: var(--lynx--white);
  max-width: 900px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Literata, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 115%;
}

.lynx-block-center-hero-sub {
  z-index: 10;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.lynx-hero-oval {
  background-image: url('../images/_MG_7183.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  min-height: 750px;
  display: flex;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-nav-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-top: 0;
  padding-top: 0;
  display: flex;
}

.lynx-nav-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lynx-logo-2 {
  width: auto;
  height: 60px;
}

.lynx-brand-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding: 5px;
  display: flex;
}

.lynx-nav-link-2 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding: 15px 22px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-nav-link-2:hover {
  color: var(--lynx--grey);
}

.lynx-nav-link-2.w--current {
  color: var(--lynx--grey);
  -webkit-text-stroke-color: var(--lynx--grey);
  text-decoration: none;
  transition: none;
}

.lynx-nav-buttons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  margin-left: 14px;
  display: flex;
}

.lynx-nav-button-2 {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  text-align: center;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 15px 25px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 120%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-nav-button-2:hover {
  background-color: var(--lynx--grey);
}

.lynx-navbar-2 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 24px 20px;
  display: flex;
}

.bold-text {
  font-family: Literata, sans-serif;
  font-size: 60px;
  font-weight: 300;
  line-height: 100%;
}

.lynx-content-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-2 {
  color: var(--lynx--black);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-3 {
  color: var(--lynx--black);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-2 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-image-right-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  width: 100%;
}

.lynx-block-left-2 {
  padding-right: 15%;
}

.lynx-button-3 {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-3:hover {
  background-color: var(--lynx--medium-purple);
}

.lynx-block-image-2 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image-2 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-image-absolute-2 {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.section-2 {
  margin-top: 12rem;
  margin-bottom: 12rem;
}

.slide {
  background-image: url('../images/_MG_6608.jpg');
  background-position: 50%;
  background-size: cover;
}

.mask {
  border-radius: 50px;
  width: 100rem;
  min-height: 800px;
}

.left-arrow {
  z-index: auto;
  display: block;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider {
  border-radius: 50px;
  flex-flow: wrap;
  flex: 0 auto;
  margin-top: 0;
  padding-top: 0;
  display: block;
}

.slide-2 {
  background-image: url('../images/_MG_8312.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-3 {
  background-image: url('../images/_MG_7183.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-4 {
  background-image: url('../images/IMG_4127.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide-5 {
  background-image: url('../images/_MG_9302.jpg');
  background-position: 50%;
  background-size: cover;
}

.slider-2 {
  border: 0 #000;
  border-radius: 55px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 1390px;
  min-width: 0;
  min-height: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  inset: 0% 0% auto;
  overflow: auto;
}

.slide-6 {
  background-image: url('../images/fotoshooting-hund-wasser.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.slide-7 {
  background-image: url('../images/fotoshooting-paar-wald_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.slide-8 {
  background-image: url('../images/fotoshooting-kind-wasser.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.slide-9 {
  background-image: url('../images/fotoshooting-schwanger-paar_1.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.slide-10 {
  background-image: url('../images/fotoshooting-pferd-wald.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 50px;
}

.left-arrow-2, .right-arrow, .slide-nav {
  opacity: .2;
}

.mask-2 {
  opacity: 1;
  mix-blend-mode: normal;
  border-radius: 55px;
}

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

.rt-category-cards-text.rt-text-white, .rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-component-section {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 100%;
  margin-top: 10rem;
  margin-bottom: 10rem;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-detail-icons {
  justify-content: center;
  align-items: center;
}

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

.rt-button-two-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #191b1d;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-about-two-expert-image {
  object-fit: cover;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-content {
  max-width: 484px;
  margin-top: 15px;
  margin-bottom: 30px;
}

.rt-about-two-expert-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
}

.rt-about-two-expert-overlay {
  background-color: #191b1d4d;
  position: absolute;
  inset: 0%;
}

.rt-about-two-expert-text-block {
  z-index: 10;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  max-width: 350px;
  position: relative;
}

.rt-about-two-expert-image-block {
  border-radius: 10px;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 630px;
  padding: 245px 80px 200px;
  position: relative;
  overflow: hidden;
}

.rt-about-two-expert-image-block.rt-background-dark {
  padding-bottom: 380px;
}

.rt-span-content-bold {
  color: #191b1d;
  font-weight: 500;
}

.rt-about-two-expert-content-block {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  flex: 1;
  max-width: 535px;
}

.rt-background-dark {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.section-3 {
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding-top: 0;
}

.lynx-content-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-heading-3 {
  color: var(--lynx--white);
  letter-spacing: 0;
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Literata, sans-serif;
  font-size: 44px;
  font-weight: 300;
  line-height: 100%;
}

.lynx-subtitle-4 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-features {
  color: var(--lynx--grey);
  max-width: 294px;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-block-image-3 {
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.lynx-image-3 {
  object-fit: cover;
  border-radius: 30px;
  min-height: 500px;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-grid-image-left {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  align-items: center;
  width: 100%;
}

.lynx-block-right {
  padding-left: 2%;
}

.lynx-block-absolute {
  z-index: 50;
  background-color: var(--lynx--white);
  border-radius: 30px;
  padding: 30px 35px;
  position: absolute;
  inset: auto auto -4% -4%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-icon {
  width: 28px;
  height: 28px;
  margin-right: 15px;
}

.lynx-block-icon-heading {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.lynx-icon-heading {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-check {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lynx-icon-check {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.lynx-text-check {
  color: var(--lynx--white);
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.section-4 {
  margin-top: 14rem;
  margin-bottom: 10rem;
}

.lynx-heading-4 {
  color: var(--lynx--grey);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 22px;
  font-family: PT Serif, serif;
  font-size: 46px;
  font-weight: 400;
  line-height: 120%;
}

.lynx-subtitle-5 {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-paragraph-3 {
  color: var(--lynx--white);
  max-width: 820px;
  margin-bottom: 15px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 165%;
}

.lynx-grid-image-right-3 {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1.2fr 1fr;
  place-items: stretch stretch;
  width: 100%;
}

.lynx-block-left-3 {
  padding-right: 15%;
}

.lynx-button-4 {
  background-color: var(--lynx--black);
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  border-radius: 50px;
  margin-top: 26px;
  padding: 22px 36px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: background-color .2s;
}

.lynx-button-4:hover {
  background-color: var(--lynx--grey);
}

.lynx-image-absolute-3 {
  z-index: 50;
  object-fit: cover;
  border-radius: 30px;
  max-width: 56%;
  position: absolute;
  inset: auto auto -6% -12%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-content-4 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.lynx-heading-5 {
  color: var(--lynx--white);
  max-width: 1000px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Literata, sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 110%;
}

.lynx-subtitle-6 {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-slider {
  background-color: var(--lynx--black);
  border-radius: 30px;
  width: 100%;
  height: 420px;
  margin-top: 14px;
  margin-bottom: 4rem;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-left-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  left: -20px;
}

.lynx-right-arrow {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_3.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  right: -20px;
}

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

.lynx-block-slide {
  -webkit-text-stroke-color: #e7a7a7;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 50px 8%;
  display: flex;
}

.lynx-image-slide {
  object-fit: cover;
  border-top-left-radius: 30px;
  border-bottom-right-radius: 200px;
  border-bottom-left-radius: 30px;
  width: 50%;
  height: 100%;
  display: inline-block;
}

.lynx-paragraph-slide {
  color: var(--lynx--white);
  -webkit-text-stroke-color: #c2b1b1;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-block-slide-reviews {
  height: 100%;
  display: flex;
}

.lynx-image-client {
  object-fit: cover;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.lynx-client {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-text-client {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 14px;
  display: flex;
}

.lynx-heading-client {
  direction: ltr;
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 2px;
  font-family: PT Serif, serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 132%;
}

.lynx-client-info {
  color: var(--lynx--grey);
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.section-5, .section-6 {
  margin-top: 14rem;
  margin-bottom: 10rem;
}

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

.rt-autofit {
  object-fit: cover;
}

.rt-autofit-2 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-2.rt-responsive-full-width-2 {
  width: 100%;
}

.rt-overflow-off {
  overflow: hidden;
}

.rt-about-one-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.rt-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

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

.rt-overflow-hidden {
  overflow: hidden;
}

.rt-overflow-hidden.rt-radious-ten {
  border-radius: 10px;
}

.rt-branding-image-two {
  opacity: 0;
  background-image: linear-gradient(#121722b3, #121722b3), url('../images/BG-img-1.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 650px;
  position: absolute;
}

.rt-branding-image-one {
  background-image: linear-gradient(#121722b3, #121722b3), url('../images/BG-img.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 650px;
}

.rt-branding-image-three {
  opacity: 0;
  background-image: linear-gradient(#121722b3, #121722b3), url('../images/BG-img-2.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  width: 100%;
  height: 650px;
  position: absolute;
}

.rt-branding-celebration-icon {
  color: #ffffff4d;
  background-image: url('../images/🎉-7.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  padding-left: 45px;
  font-weight: 200;
}

.rt-branding-images-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-branding-image-five {
  opacity: 0;
  background-image: linear-gradient(#121722b3, #121722b3), url('../images/BG-img-2.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 650px;
  position: absolute;
}

.rt-home-three-branding-section {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-banding-crown-background {
  color: #ffffff4d;
  background-image: url('../images/👑.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  padding-left: 45px;
  font-weight: 200;
}

.rt-branding-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 14px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  padding-left: 15px;
  padding-right: 15px;
  position: absolute;
}

.rt-branding-text {
  color: #fff;
  letter-spacing: -.02rem;
  cursor: pointer;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 3.75rem;
}

.rt-branding-text-hover {
  cursor: pointer;
  transition: all .45s;
}

.rt-branding-text-hover:hover {
  color: var(--radiant-ui-components-library-marketplace--color--theme-color);
}

.rt-branding-text-hover.rt-heading-two.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--linear-color-two);
}

.rt-braning-student-icon {
  color: #ffffff4d;
  background-image: url('../images/🧑🏻_🎨.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  padding-left: 45px;
  font-weight: 200;
}

.rt-branding-paint-icon {
  color: #ffffff4d;
  background-image: url('../images/🎨.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: 10px;
  padding-left: 45px;
  font-weight: 200;
}

.rt-branding-image-four {
  opacity: 0;
  background-image: linear-gradient(#121722b3, #121722b3), url('../images/BG-img-3.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  height: 650px;
  position: absolute;
}

.rt-radious-ten {
  border-radius: 10px;
}

.rt-radious-ten.rt-overflow-hidden {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.rt-body-font {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

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

.rt-body-font.rt-text-center.rt-text-black.rt-text-uppercase {
  color: var(--lynx--grey);
  font-family: Literata, sans-serif;
}

.rt-home-three-about-main {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 5px;
  padding-right: 5px;
  display: flex;
}

.rt-home-three-about-view-button-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.rt-box-merquee {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rt-home-three-about-image-merquee-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 10%;
}

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

.rt-auto-fit-5.rt-landskape-image-full-width {
  border-radius: 10px;
}

.rt-home-three-image-view-button {
  background-color: #fcf6f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  display: flex;
}

.rt-home-three-about-box {
  text-decoration: none;
}

.rt-home-three-about-box.rt-padding-top-eighty {
  margin-top: 80px;
}

.rt-home-three-about-box.rt-padding-top-fourty {
  margin-top: 40px;
}

.rt-home-three-about-image {
  cursor: none;
  position: relative;
  overflow: hidden;
}

.rt-merquee-two-text {
  color: #fff6;
  flex: none;
  font-size: 6.25rem;
  line-height: 5rem;
}

.rt-home-three-about-text-underline {
  background-color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  width: 268px;
  height: 1px;
  margin: 10px auto;
}

.rt-home-three-about-text {
  padding-top: 30px;
}

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

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

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

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

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

.lynx-content-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-paragraph-4 {
  color: var(--lynx--grey);
  max-width: 820px;
  margin-bottom: 36px;
  font-family: Varela, sans-serif;
  font-size: 18px;
  line-height: 165%;
}

.lynx-grid-2-columns {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 14px;
}

.lynx-features-large {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  box-shadow: 0 10px 15px -10px #1f20221a;
}

.lynx-link-block-features {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-link-block-features:hover {
  filter: brightness(112%);
}

.lynx-subtitle-software {
  color: var(--lynx--deep-pink);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #fd4b8b1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-block-features-large {
  padding: 55px 45px 35px;
}

.lynx-heading-features-large {
  color: var(--lynx--black);
  margin-top: 0;
  margin-bottom: 30px;
  font-family: PT Serif, serif;
  font-size: 37px;
  font-weight: 400;
  line-height: 122%;
}

.lynx-image-features {
  object-fit: cover;
  border-radius: 50% 50% 30px 30px;
  width: 100%;
  min-height: 300px;
}

.lynx-arrow-features {
  background-color: var(--lynx--black);
  background-image: url('../images/Arrow_2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex: none;
  width: 55px;
  height: 55px;
  position: absolute;
  inset: -25px auto auto;
}

.lynx-subtitle-productivity {
  color: var(--lynx--medium-purple);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  background-color: #8979ec1a;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 7px 12px;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
  display: inline-block;
}

.lynx-content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-lightbox-link {
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: filter .4s;
  display: flex;
  position: relative;
}

.lynx-lightbox-link:hover {
  filter: brightness(112%);
}

.lynx-image-lightbox {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  height: 500px;
}

.lynx-block-lightbox {
  background-color: var(--lynx--white);
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 55px 40px 45px;
  display: flex;
  position: absolute;
  inset: auto auto -8%;
  box-shadow: 0 60px 60px -15px #1f20221a;
}

.lynx-heading-lightbox {
  color: var(--lynx--black);
  max-width: 530px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: PT Serif, serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 126%;
  text-decoration: none;
}

.lynx-play-purple {
  background-color: var(--lynx--medium-purple);
  background-image: url('../images/Play.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  display: flex;
  position: absolute;
  inset: -35px auto auto;
  box-shadow: 0 0 0 15px #8979ec1a;
}

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

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

.walsh-heading-regular {
  color: var(--walsh--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.2;
}

.walsh-main-paragraph {
  color: #0009;
  letter-spacing: 0;
  font-family: Merriweather, serif;
  font-size: 1.45em;
  line-height: 1.5;
}

.walsh-link-wrapper {
  color: #000000d9;
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-top: 5px;
  padding-bottom: 5px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.walsh-link-wrapper:hover {
  color: #575555d9;
  padding-right: 0;
}

.walsh-icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.walsh-cover-image {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 100%;
}

.walsh-card-wrapper-image {
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  height: 25em;
  display: flex;
  overflow: hidden;
}

.walsh-rounded-card {
  grid-row-gap: 3em;
  background-color: #fff;
  border-radius: 15px;
  flex-flow: wrap;
  justify-content: center;
  display: flex;
  overflow: hidden;
}

.walsh-inner-card-bottom {
  grid-row-gap: 1.2em;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5em;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.rt-text-white-2 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-component-section-4 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: linear-gradient(#0f0f0f, #0f0f0f);
  width: 100%;
  padding: 40px 15px 80px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-portfolio-details-link {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.rt-portfolio-one-card-overlay {
  pointer-events: none;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.rt-portfolio-two-name-block {
  background-color: #0f0f0f;
  border-top-right-radius: 6px;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.rt-portfolio-one-card {
  border-radius: 10px;
  flex-direction: column;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.rt-portolio-images {
  object-fit: cover;
  border-radius: 6px;
  width: 100%;
  height: 100%;
}

.rt-portfolio-two-category-block {
  background-color: var(--radiant-ui-components-library-marketplace--color--theme-color);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom-right-radius: 6px;
  padding: .2rem 1.5rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
  display: block;
}

.rt-portfolio-card-content-block {
  cursor: pointer;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  margin-bottom: 0;
  text-decoration: none;
  transition: opacity .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.rt-portfolio-hover-circle {
  z-index: 10;
  position: absolute;
}

.rt-service-two-portfolio-main {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.rt-portfolio-name-category-block {
  z-index: 10;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 60px 0%;
}

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

.rt-component-heading-five.rt-text-white-2 {
  color: var(--lynx--white);
  font-family: Literata, sans-serif;
}

.rt-component-heading-five.rt-text-white {
  color: var(--lynx--white);
  letter-spacing: 1px;
  text-transform: none;
  font-family: Literata, sans-serif;
  font-weight: 300;
}

.rt-lightbox-link {
  width: 100%;
  height: 100%;
}

.rt-portfolio-two-name-block-2 {
  background-color: #0f0f0f;
  border-top-right-radius: 6px;
  padding: .2rem 1.5rem;
  text-decoration: none;
  display: block;
}

.body-2 {
  background-color: #0f0f0f;
}

.rt-component-section-5 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: linear-gradient(#0f0f0f, #0f0f0f);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit-3 {
  object-fit: cover;
}

.rt-autofit-4 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-4.rt-responsive-full-width-4 {
  width: 100%;
}

.rt-overflow-off-2 {
  overflow: hidden;
}

.rt-about-one-portfolio-main-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

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

.rt-category-cards-text-2.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

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

.rt-component-section-6.rt-gallery-v-seven {
  padding-bottom: 20px;
}

.rt-body-font-7 {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
}

.rt-body-font-7.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-overflow-hidden-2 {
  overflow: hidden;
}

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

.rt-autofit-5 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-border-radius-six {
  border-radius: 6px;
}

.rt-tab-image-full-width {
  object-fit: cover;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-portfolio-two-overlay {
  pointer-events: none;
  background-image: linear-gradient(#0000 41%, #1c1372);
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.rt-portfolio-details-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: absolute;
  inset: auto 0% 5%;
}

.rt-margin-bottom-thirty-2 {
  margin-bottom: 30px;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card {
  position: relative;
}

.rt-margin-bottom-thirty-2.rt-portfolio-two-card.rt-overflow-hidden-2.rt-border-radius-six {
  border-radius: 6px;
}

.rt-our-portfolio {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-content: space-between;
  align-items: stretch;
}

.rt-portfolio-card {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
  border-radius: 10px;
  position: relative;
}

.rt-component-section-7 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: linear-gradient(#0f0f0f, #0f0f0f);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-underline-off {
  z-index: 1;
  text-decoration: none;
  position: relative;
}

.rt-marquee-left-text {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  text-transform: uppercase;
  padding-left: 15px;
  padding-right: 15px;
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white {
  color: var(--radiant-ui-components-library-marketplace--color--white);
}

.rt-marquee-left-text.rt-component-heading-two.rt-text-white.rt-no-wrap {
  white-space: nowrap;
}

.rt-home-two-portfolio-image-wrapper {
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden {
  position: relative;
}

.rt-home-two-portfolio-image-wrapper.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-three {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 100px;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-four {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-image-wrapper-two {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 100px;
  display: grid;
  position: relative;
}

.rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden.rt-underline-off {
  text-decoration: none;
}

.rt-home-two-portfolio-marquee {
  display: flex;
}

.rt-home-two-portfolio-grid {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-areas: "Area Area-2"
                       "Area Area-2";
  max-width: 1220px;
  height: 1430px;
  margin-left: auto;
  margin-right: auto;
}

.rt-home-two-portfolio-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 563px;
  height: 631px;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-5.rt-one {
  background-image: url('../images/_MG_6796.jpg');
  background-position: 50%;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-5.rt-two {
  background-image: url('../images/_MG_2895-2.jpg');
  background-position: 50%;
  background-size: cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-5.rt-three {
  background-image: url('../images/_MG_7493.jpg');
  background-position: 50%;
  background-size: cover;
}

.rt-home-two-portfolio-image.rt-responsive-full-width-5.rt-four {
  background-image: url('../images/_MG_8630.jpg');
  background-position: 50%;
  background-size: cover;
}

.rt-home-two-portfolio-image-main {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.rt-component-heading-two {
  color: var(--radiant-ui-components-library-marketplace--color--heading-dark);
  font-size: 30px;
  font-weight: 400;
  line-height: 45px;
}

.rt-background-dark-2 {
  background-color: var(--radiant-ui-components-library-marketplace--color--button-background-dark);
}

.lightbox-link {
  flex-flow: row;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

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

.rt-autofit-6 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-6.rt-full-width-image {
  width: 100%;
  height: 100%;
}

.rt-about-three-work-main {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rt-component-section-9 {
  background-color: var(--radiant-ui-components-library-marketplace--color--white);
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
  background-image: linear-gradient(#0f0f0f, #0f0f0f);
  width: 100%;
  padding: 80px 15px;
  font-family: Outfit;
  font-size: 17px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.rt-autofit-7 {
  object-fit: cover;
  border-radius: 10px;
}

.rt-autofit-7.rt-responsive-full-width-7 {
  width: 100%;
}

.rt-about-one-portfolio-main-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: grid;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  vertical-align: baseline;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin: auto;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 475px;
  display: flex;
}

.link-block-3, .link-block-4, .link-block-5 {
  width: 100%;
}

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

.lynx-logo-footer {
  width: 150px;
  margin-bottom: 16px;
}

.lynx-footer-dark {
  background-color: var(--lynx--black);
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.lynx-grid-footer-dark {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr .75fr 1fr .75fr;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 40px;
}

.lynx-heading-footer-white {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  margin-bottom: 22px;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-large-white {
  color: var(--lynx--white);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Varela, sans-serif;
  font-size: 13px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
  overflow: visible;
}

.lynx-link-footer-large-white:hover {
  color: var(--lynx--grey);
}

.lynx-block-footer-down {
  border-top: 1px solid #dfdad233;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 35px;
  padding-bottom: 35px;
  display: flex;
}

.lynx-text-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
}

.lynx-link-footer-dark {
  color: #ffffff80;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 11px;
  line-height: 140%;
  text-decoration: none;
  transition: color .2s;
}

.lynx-link-footer-dark:hover {
  color: var(--lynx--white);
}

.lynx-content-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lynx-block-center-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-heading-6 {
  color: var(--lynx--white);
  max-width: 740px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Literata, sans-serif;
  font-size: 46px;
  font-weight: 300;
  line-height: 120%;
}

.lynx-subtitle-7 {
  color: var(--lynx--grey);
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-grid-features {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  color: var(--lynx--grey);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  margin-top: 33px;
  font-family: Literata, sans-serif;
  font-weight: 300;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.lynx-features {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-paragraph-features-2 {
  color: var(--lynx--white);
  max-width: 294px;
  margin-bottom: 30px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 165%;
}

.lynx-heading-features {
  color: var(--lynx--grey);
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Literata, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 128%;
}

.lynx-icon-features {
  width: 32px;
  height: 32px;
  display: block;
}

.lynx-block-features {
  background-color: var(--lynx--black);
  border-radius: 30px;
  margin-bottom: 26px;
  padding: 28px;
  box-shadow: 0 40px 40px -10px #1f202214;
}

.section-7 {
  margin-top: 10rem;
  margin-bottom: 14rem;
}

.link {
  color: var(--lynx--grey);
  font-family: Literata, sans-serif;
  font-weight: 300;
}

.bold-text-sub {
  font-family: Literata, sans-serif;
  font-size: 38px;
  font-weight: 300;
  line-height: 130%;
}

.lynx-content-hero-2-sub {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1392px;
  margin: 4rem auto 0;
  display: flex;
}

.lynx-heading-hero-sub {
  color: var(--lynx--white);
  max-width: 1100px;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Literata, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 115%;
}

.code-embed {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1160px;
  margin-bottom: 10rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

@media screen and (min-width: 1920px) {
  .lynx-nav-link-2.w--current {
    color: var(--lynx--white);
  }

  .rt-overflow-off {
    align-self: center;
  }

  .rt-portfolio-details-link {
    border-radius: 6px;
  }

  .rt-overflow-off-2 {
    align-self: center;
  }
}

@media screen and (max-width: 991px) {
  .lynx-menu-button {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading-white {
    font-size: 48px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 260px;
    width: 60%;
    margin-left: -12px;
    padding: 70px 40px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .lynx-grid-image-right {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

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

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .lynx-heading-hero {
    font-size: 48px;
  }

  .lynx-hero-oval {
    min-height: 500px;
  }

  .lynx-menu-button-2 {
    background-color: var(--lynx--white);
    color: var(--lynx--black);
    border-radius: 50%;
    margin-left: 8px;
    padding: 13px;
    font-size: 20px;
    transition: background-color .2s, color .2s;
    box-shadow: 0 10px 10px -10px #1f202233;
  }

  .lynx-menu-button-2.w--open {
    background-color: var(--lynx--black);
    color: var(--lynx--white);
  }

  .lynx-nav-menu-2 {
    background-color: var(--lynx--white);
    padding: 10px;
    box-shadow: 0 10px 15px -10px #1f20221a;
  }

  .lynx-heading-2 {
    font-size: 38px;
  }

  .lynx-grid-image-right-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .slider-2 {
    width: 94%;
    min-height: 650px;
  }

  .rt-category-cards-text.rt-text-white {
    max-width: none;
  }

  .rt-logo-white-image {
    height: auto;
  }

  .rt-about-two-expert-image {
    width: 100%;
  }

  .rt-about-two-expert-content {
    max-width: none;
    margin-top: 5px;
    margin-bottom: 20px;
  }

  .rt-about-two-expert-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
  }

  .rt-about-two-expert-image-block {
    width: 100%;
    max-width: none;
    padding: 100px 50px 90px;
  }

  .rt-about-two-expert-content-block {
    max-width: none;
  }

  .lynx-content-3 {
    width: 96%;
  }

  .lynx-heading-3 {
    font-size: 38px;
  }

  .lynx-grid-image-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-icon-heading {
    font-size: 19px;
  }

  .lynx-heading-4 {
    font-size: 38px;
  }

  .lynx-grid-image-right-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-center {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .lynx-heading-5 {
    font-size: 38px;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-2 {
    width: 100%;
  }

  .rt-home-three-about-main {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
    display: grid;
  }

  .rt-home-three-about-view-button-wrapper, .rt-home-three-about-image-merquee-wrapper {
    display: none;
  }

  .rt-home-three-about-box.rt-padding-top-eighty, .rt-home-three-about-box.rt-padding-top-fourty {
    margin-top: 0;
  }

  .lynx-grid-2-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-block-features-large {
    padding: 45px 30px 25px;
  }

  .lynx-heading-features-large {
    font-size: 32px;
  }

  .lynx-heading-lightbox {
    font-size: 25px;
  }

  .walsh-container {
    flex: 0 auto;
    width: auto;
  }

  .walsh-main-grid {
    grid-template-columns: 1fr 1fr;
  }

  .walsh-rounded-card {
    grid-row-gap: 2em;
  }

  .rt-component-section-4 {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }

  .rt-portfolio-details-link, .rt-portfolio-card-content-block {
    width: 100%;
  }

  .rt-service-two-portfolio-main {
    grid-template-columns: 1fr 1fr;
  }

  .rt-portfolio-name-category-block {
    bottom: 30px;
  }

  .rt-about-one-portfolio-main-2 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-4 {
    width: 100%;
  }

  .rt-category-cards-text-2.rt-text-white {
    max-width: none;
  }

  .rt-autofit-5.rt-tab-image-full-width, .rt-tab-image-full-width {
    width: 100%;
    height: auto;
  }

  .rt-our-portfolio {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .rt-portfolio-card {
    width: 100%;
  }

  .rt-home-two-portfolio-image-wrapper-three {
    padding-bottom: 0;
  }

  .rt-home-two-portfolio-image-wrapper-three.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-5, .rt-home-two-portfolio-image-wrapper-four.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-5 {
    height: 100%;
  }

  .rt-home-two-portfolio-block {
    padding-top: 50px;
  }

  .rt-home-two-portfolio-image-wrapper-two {
    padding-top: 0;
  }

  .rt-home-two-portfolio-image-wrapper-two.rt-overflow-hidden.rt-underline-off.rt-responsive-full-width-5 {
    height: 100%;
  }

  .rt-home-two-portfolio-marquee {
    display: none;
  }

  .rt-home-two-portfolio-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template: "."
                   "."
                   "."
                   "."
                   / 1fr;
    height: auto;
  }

  .rt-home-two-portfolio-image {
    height: 400px;
  }

  .rt-responsive-full-width-5 {
    width: 100%;
  }

  .rt-about-one-portfolio-main-3 {
    grid-template-columns: 1fr 1fr;
  }

  .rt-responsive-full-width-7 {
    width: 100%;
  }

  .lynx-heading-6 {
    font-size: 38px;
  }

  .lynx-grid-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading-features {
    font-size: 22px;
  }

  .lynx-heading-hero-sub {
    font-size: 48px;
  }
}

@media screen and (max-width: 767px) {
  .lynx-heading-white {
    font-size: 40px;
  }

  .lynx-hero-large {
    justify-content: flex-end;
    align-items: flex-start;
  }

  .lynx-block-hero-large {
    width: 80%;
    margin-bottom: -30px;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute {
    left: -2%;
  }

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

  .nav-menu {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .lynx-heading-hero {
    font-size: 40px;
  }

  .lynx-hero-oval {
    min-height: 320px;
  }

  .lynx-heading-2 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right-2 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute-2 {
    left: -2%;
  }

  .rt-about-two-expert-image-block {
    padding: 70px 15px 60px;
  }

  .lynx-heading-3 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-left {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-right {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-block-absolute {
    bottom: -2%;
    left: -2%;
  }

  .lynx-heading-4 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-image-right-3 {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .lynx-block-left-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .lynx-image-absolute-3 {
    left: -2%;
  }

  .lynx-heading-5 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-slider {
    height: 620px;
  }

  .lynx-left-arrow {
    inset: auto auto -5% 7%;
  }

  .lynx-right-arrow {
    inset: auto 7% -5% auto;
  }

  .lynx-block-slide {
    width: 100%;
    height: 100%;
    padding: 40px 10%;
  }

  .lynx-image-slide {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
    height: 250px;
  }

  .lynx-block-slide-reviews {
    flex-direction: column;
  }

  .rt-autofit, .rt-autofit-2.rt-responsive-full-width-2 {
    height: auto;
  }

  .rt-about-one-portfolio-main {
    grid-template-columns: 1fr;
  }

  .rt-responsive-full-width {
    width: 100%;
  }

  .rt-branding-text-wrapper {
    grid-row-gap: 10px;
  }

  .rt-branding-text-hover {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }

  .rt-home-three-about-main {
    grid-template-columns: 1fr;
  }

  .rt-auto-fit-5.rt-landskape-image-full-width {
    width: 100%;
    height: 100%;
  }

  .lynx-grid-2-columns {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-large {
    font-size: 26px;
  }

  .lynx-image-lightbox {
    height: 360px;
  }

  .lynx-heading-lightbox {
    font-size: 22px;
  }

  .walsh-main-grid {
    grid-column-gap: 1em;
    grid-row-gap: 2em;
  }

  .walsh-heading-regular {
    font-size: 1.8em;
  }

  .walsh-rounded-card {
    grid-row-gap: 1.5em;
  }

  .rt-portfolio-two-name-block {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-portfolio-two-category-block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .rt-portfolio-two-name-block-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rt-autofit-3, .rt-autofit-4.rt-responsive-full-width-4 {
    height: auto;
  }

  .rt-about-one-portfolio-main-2 {
    grid-template-columns: 1fr;
  }

  .rt-responsive-full-width-3 {
    width: 100%;
  }

  .rt-about-three-work-main {
    flex-flow: column;
    display: flex;
  }

  .rt-autofit-7.rt-responsive-full-width-7 {
    height: auto;
  }

  .rt-about-one-portfolio-main-3 {
    grid-template-columns: 1fr;
  }

  .rt-responsive-full-width-6 {
    width: 100%;
  }

  .lynx-grid-footer-dark {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .lynx-heading-6 {
    max-width: 540px;
    font-size: 34px;
  }

  .lynx-grid-features {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .lynx-heading-features {
    font-size: 20px;
  }

  .lynx-heading-hero-sub {
    font-size: 40px;
  }
}

@media screen and (max-width: 479px) {
  .lynx-nav-buttons {
    display: none;
  }

  .lynx-heading-white {
    font-size: 34px;
  }

  .lynx-hero-large {
    min-height: 400px;
    margin-bottom: 400px;
  }

  .lynx-block-hero-large {
    border-bottom-right-radius: 140px;
    width: 100%;
    margin-bottom: -400px;
    margin-left: 0;
    padding: 50px 30px;
  }

  .lynx-heading {
    font-size: 29px;
  }

  .nav-menu {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .lynx-subtitle-2 {
    font-size: 8px;
  }

  .lynx-heading-hero {
    font-size: 34px;
  }

  .lynx-hero-oval {
    min-height: 200px;
  }

  .lynx-nav-link-2 {
    color: var(--lynx--white);
  }

  .lynx-nav-buttons-2 {
    display: none;
  }

  .lynx-nav-menu-2 {
    background-color: var(--lynx--black);
  }

  .bold-text, .lynx-heading-2 {
    font-size: 29px;
  }

  .slider-2 {
    width: auto;
    min-height: 400px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-6 {
    left: auto;
    right: auto;
  }

  .section-3 {
    margin-bottom: 2rem;
  }

  .lynx-heading-3 {
    font-size: 29px;
  }

  .lynx-block-image-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .lynx-icon-heading {
    font-size: 18px;
  }

  .section-4 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lynx-heading-4, .lynx-heading-5 {
    font-size: 29px;
  }

  .lynx-heading-client {
    font-size: 16px;
  }

  .section-5, .section-6 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lynx-heading-features-large {
    font-size: 24px;
  }

  .lynx-image-features {
    min-height: 200px;
  }

  .lynx-heading-lightbox {
    font-size: 21px;
  }

  .walsh-container {
    flex: 0 auto;
    width: 100%;
  }

  .walsh-heading-regular {
    font-size: 1.4em;
    line-height: 1.2;
  }

  .walsh-main-paragraph {
    font-size: 1em;
  }

  .walsh-link-wrapper {
    font-size: 16px;
  }

  .walsh-card-wrapper-image {
    align-items: flex-end;
    height: auto;
  }

  .walsh-inner-card-bottom {
    grid-row-gap: 1em;
    padding: 0 30px 45px;
  }

  .rt-service-two-portfolio-main {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .rt-component-section-9 {
    padding-top: 40px;
  }

  .lynx-grid-footer-dark {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .lynx-heading-6 {
    font-size: 29px;
  }

  .lynx-heading-features {
    color: var(--lynx--grey);
    font-size: 19px;
  }

  .bold-text-sub {
    font-size: 20px;
    line-height: 100%;
  }

  .lynx-content-hero-2-sub {
    width: 94%;
    margin-top: 1rem;
  }

  .lynx-heading-hero-sub {
    margin-bottom: 4px;
    font-size: 34px;
    line-height: 100%;
  }
}

#w-node-_52d7a67e-502e-cd12-d820-e35d35aa0142-1083e328, #w-node-_52d7a67e-502e-cd12-d820-e35d35aa014b-1083e328 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_69f98a57-74a6-b3b6-e93a-2ef549c170f4-1083e328 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_236c1bff-0205-104f-4e0d-85099b92eb89-1083e328, #w-node-_236c1bff-0205-104f-4e0d-85099b92eb90-1083e328, #w-node-_236c1bff-0205-104f-4e0d-85099b92eb97-1083e328, #w-node-e98b6dd6-8909-21fc-0e2c-58b86cf1a355-6cf1a352, #w-node-e98b6dd6-8909-21fc-0e2c-58b86cf1a357-6cf1a352, #w-node-e98b6dd6-8909-21fc-0e2c-58b86cf1a360-6cf1a352, #w-node-e98b6dd6-8909-21fc-0e2c-58b86cf1a369-6cf1a352, #w-node-_8dc4272e-62b4-6658-9092-588543d4f7f6-43d4f7f3, #w-node-_8dc4272e-62b4-6658-9092-588543d4f7f9-43d4f7f3, #w-node-_8dc4272e-62b4-6658-9092-588543d4f804-43d4f7f3, #w-node-_8dc4272e-62b4-6658-9092-588543d4f80d-43d4f7f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_69f98a57-74a6-b3b6-e93a-2ef549c170f4-1083e328 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}
/* literata-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 300;
  src: url('..index/fonts/literata-v40-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 400;
  src: url('..index/fonts/literata-v40-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 500;
  src: url('..index/fonts/literata-v40-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 600;
  src: url('..index/fonts/literata-v40-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* literata-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Literata';
  font-style: normal;
  font-weight: 700;
  src: url('..index/fonts/literata-v40-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


