@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraBold.ttf') format("truetype"), url('../fonts/Sora-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-ExtraLight.ttf') format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sora;
  src: url('../fonts/Sora-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 65 Md";
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format("truetype"), url('../fonts/NHaasGroteskTXPro-65Md.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 55 Rg";
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format("truetype"), url('../fonts/NHaasGroteskTXPro-55Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgrotesktxpro 75 Bd";
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format("truetype"), url('../fonts/NHaasGroteskTXPro-75Bd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgroteskdspro 55 Rg";
  src: url('../fonts/NHaasGroteskDSPro-55Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgroteskdspro 25th";
  src: url('../fonts/NHaasGroteskDSPro-25Th.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Nhaasgroteskdspro 15 Ultth";
  src: url('../fonts/NHaasGroteskDSPro-15UltTh.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #a6c8ff;
  --conversion-flow-library--medium-purple: #a6c8ff;
  --conversion-flow-library--light-coral: #a6c8ff;
  --conversion-flow-library--coral: #a6c8ff;
  --conversion-flow-library--sandy-brown: #a6c8ff;
  --white: white;
  --black: #a6c8ff;
  --radiant-ui-components-library-marketplace--color--heading-dark: #a6c8ff;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #0A1A2F;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #a6c8ff;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.section.cc-cta {
  background-color: #0a1a2f;
  background-image: radial-gradient(circle, #1f2e6fbd, #0a1a2f), url('../images/image-12.png'), url('../images/Group-1619.png'), url('../images/Ellipse-10.png');
  background-position: 0 0, 50%, 0 0, 50% 0;
  background-size: auto, auto, auto, auto;
  border-radius: 30px;
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 80px;
  padding-right: 80px;
}

.section.cc-home-wrap, .section.cc-store-home-wrap {
  padding-top: 0;
  padding-bottom: 0;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #a6c8ff;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  line-height: 30px;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
  color: #a6c8ff;
  letter-spacing: .5px;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.primary-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.primary-button:hover {
  color: #fff;
  background-color: #32343a;
}

.primary-button:active {
  background-color: #43464d;
}

.primary-button.cc-jumbo-button {
  background-color: #a6c8ff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-contact-us {
  z-index: 5;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #e8ecef;
  background-color: #e8ecef17;
  border: 1px solid #a6c8ff61;
  border-radius: 50px;
  padding: 20px;
  position: relative;
}

.primary-button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.primary-button.cc-white-button:hover {
  background-color: #fffc;
}

.primary-button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
  color: #a6c8ff;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
  color: #a6c8ff;
  font-family: "Nhaasgrotesktxpro 65 Md", Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.heading-jumbo {
  color: #efba0c;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 55px;
}

.heading-jumbo-small {
  color: #e5e8ec;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 65px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #a6c8ff00;
  background-image: none;
  border-radius: 50px;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #fff0;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  display: flex;
}

.navigation-item {
  opacity: .6;
  color: #e8ecef;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 10px;
  font-family: "Nhaasgrotesktxpro 65 Md", Georgia, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  display: block;
}

.navigation-items {
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #e8ecef17;
  border: 1px solid #efefef1f;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 90%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  display: flex;
}

.intro-header {
  color: #fff;
  mix-blend-mode: normal;
  background-color: #f4f4f400;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 0;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  width: 1500px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  color: #e5e8ec;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #e5e8ec, #ffffffb3 53%, #e5e8ec);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 45px;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff24;
  background-image: none;
  border: 1px solid #ffffff1f;
  border-radius: 30px;
  grid-template: ". ."
  / 1fr 1fr;
  align-items: center;
  margin-bottom: 80px;
  padding: 40px;
}

.about-grid.cc-about-2 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff26;
  border-color: #ffffff1f;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

.secondary-button {
  color: #000;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e8ecef;
  border-radius: 50px;
  padding: 20px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

.secondary-button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.fn-list {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  color: #cdd3d2;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  margin-bottom: 45px;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.6em;
  list-style-type: none;
  display: flex;
}

.fn-list-item {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fn-list-checkmark {
  color: #21306e;
  background-color: #efba0c;
  border-radius: 50%;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
  overflow: hidden;
}

.fn-list-checkmark-icon {
  color: #21306e;
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11px;
  height: 10px;
  display: flex;
}

.text-block-5 {
  color: #e0e0e0;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.button-link-text-absolute-5 {
  color: #e0e0e0;
  font-size: 14px;
  position: absolute;
}
.button-link-text-absolute-5:hover {
  background: #ffffff;
  color: #242424;
  font-size: 14px;
  position: absolute;
  border-radius: 5px;
  padding: 0px 0px;
}

.footer-menu-wrapper-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #d6d6d6;
  justify-content: flex-end;
  width: 100%;
  display: flex;
}

.footer-link-9 {
  color: #e0e0e0;
  cursor: pointer;
  padding: 4px 0;
  font-size: 14px;
  line-height: 162%;
  text-decoration: none;
}

.bottom-margin-small {
  margin-bottom: 10px;
  padding-bottom: 0;
  line-height: 16px;
  display: inline-block;
}

.fn-social-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #a6c8ff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  height: 24px;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.fn-social-link-2:hover {
  color: #df0;
}

.text-block-33 {
  color: #e0e0e0;
  -webkit-text-stroke-color: #9c9c9c;
  font-size: 14px;
  line-height: 130%;
}

.footer-menu-list-wrapper-6 {
  color: #d6d6d6;
  padding:0 4px;
  width: 160%;
}

.footer-privacy-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  align-items: center;
  display: flex;
}

.container-2 {
  z-index: 10;
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  position: relative;
}

.fn-social-link-3 {
  color: #a6c8ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.fn-social-link-3:hover {
  color: #df0;
}

.footer-menu-list-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #d6d6d6;
  flex-flow: row;
  width: 100%;
  font-size: 12px;
  display: flex;
  padding-left:3px;
  padding-right: 3px;
}

.footer-content-wrapper-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
}

.margin-y-medium {
  margin-top: 16px;
  margin-bottom: 30px;
}

.button-link-box-move-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
}

.fn-social-link-dark {
  color: #a6c8ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: opacity .25s;
  display: flex;
}

.fn-social-link-dark:hover {
  opacity: .7;
}

.text-block-31 {
  text-decoration: none;
}

.footer-menu-list-8 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #d6d6d6;
  flex-flow: row;
  width: 180px;
  font-size: 12px;
  display: flex;
}

.footer-top {
  background-image: none;
  padding-top: 0;
}

.global-social-icon {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  display: flex;
}

.copyright-wrapper-2 {
  color: #d6d6d6;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.text-block-32 {
  color: #a6c8ff;
  font-size: 14px;
}

.footer-bottom-2 {
  background-image: none;
  background-size: auto;
  border-top: 0 solid #d8d0d2;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-custom-h6-6 {
  color: #a6c8ff;
  -webkit-text-stroke-color: black;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.footer-menu-item-2 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.heading-9 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #c0c0c047;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 170px;
  font-weight: 700;
  line-height: 160px;
}

.footer-logo-3 {
  max-width: 180px;
}

.fn-social-link-icon-5 {
  color: #a6c8ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.footer-6 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1f2e6f;
  background-image: linear-gradient(#000000b8, #000000b8), radial-gradient(circle, #1f2e6f00, #1f2e6f), url('../images/hero-bg2.png'), url('../images/Ellipse-10.png');
  background-position: 0 0, 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover, cover;
  padding-top: 40px;
  padding-bottom: 10px;
}

.footer-menu-list-wrapper-5 {
  color: #d6d6d6;
}

.footer-menu-list-wrapper-5.footer-contact-manu-wrapper {
  width: 100%;
}

.paragraph-9 {
  color: #d6d6d6;
}

.footer-logo-wrapper {
  width: 100%;
  max-width: 218px;
}

.button-link-box-6 {
  position: relative;
  overflow: hidden;
}

.fn-social-link-icon {
  color: #a6c8ff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-block-34 {
  letter-spacing: .5px;
  font-size: 16px;
  font-weight: 700;
}

.section-2 {
  background-color: #0a1a2f;
  background-image: url('../images/Ellipse-10.png'), radial-gradient(circle, #1f2e6f78, #0a1a2f), url('../images/Group-1619.png');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  box-shadow: none;
  mix-blend-mode: luminosity;
  border: 10px solid #fefefe24;
  border-radius: 30px;
}

.image-2 {
  border-radius: 30px;
}

.text-block-35 {
  color: #0a1a2f;
  letter-spacing: .5px;
  font-weight: 600;
}

.section-3 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 60px;
  overflow: hidden;
}

/* Video background */
.section-3 .bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: -2; /* behind everything */
}

/* Dark overlay (replaces your gradient) */
.section-3 .bg-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(#0000007a, #0000007a);
  z-index: -1;
}


.text-block-36 {
  letter-spacing: 0;
  font-family: "Nhaasgrotesktxpro 65 Md", Georgia, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.efi-form-button {
  color: #202e6c;
  letter-spacing: 0;
  background-color: #69696d;
  background-image: linear-gradient(90deg, #efba0c, #ffd60a);
  border-radius: 99px;
  width: 100%;
  padding: 12px 32px;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  transition: all .7s ease-in-out;
}

.efi-form-button:hover {
  color: #fff;
  background-color: #636363;
  transform: translate(0, -7px);
}

.efi-form-button:active {
  color: #fff;
}

.text-form-wrapper {
  margin-bottom: 30px;
}

.efi-frm-04-image-wrapper {
  min-width: 579px;
}

.h3 {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 130%;
}

.efi-frm-04-grid {
  grid-column-gap: 22px;
  grid-template-rows: auto;
  min-width: 992px;
  max-width: 1180px;
}

.input {
  color: #fff;
  letter-spacing: -.8px;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #6b6b6b;
  height: 55px;
  margin-bottom: 30px;
  padding: 12px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  box-shadow: 1px 1px 3px #0000000a;
}

.input:focus {
  border: 1px #cecece;
  border-bottom-style: solid;
}

.efi-frm-04 {
  -webkit-text-stroke-color: #d5a408;
  background-color: #0a1a2f;
  background-image: url('../images/Ellipse-10.png');
  background-position: 0 0;
  background-size: auto;
  padding: 75px 3%;
}

.efi-frm-04-form-block {
  margin-bottom: 0;
}

.image-3 {
  border-radius: 20px;
}

.efi-frm-04-form-wrapper {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  background-image: none;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  min-width: 579px;
  padding: 40px;
}

.testimonial-client-info-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding-bottom: 24px;
  display: flex;
}

.testimonial-details-text {
  grid-column-gap: .125rem;
  grid-row-gap: .125rem;
  color: #dbdbdb;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonial-feedback-content {
  color: #f7f7f7;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}

.text-color-muted {
  opacity: .6;
}

.container-large {
  z-index: 0;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.image-4 {
  border-radius: 50%;
}

.fn-section-4 {
  color: #ecf0ef;
  background-color: #1d1f1e;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-section-4.overflow-none {
  background-color: #0a1a2f;
  background-image: url('../images/Ellipse-9.png'), radial-gradient(circle, #000, #1f2e6f00 0%, #0a1a2f 45%), url('../images/Group-1619.png');
  background-position: 0%, 0 0, 0 0;
  background-size: auto, auto, auto;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.testimonial-client-designation-2 {
  font-size: 12px;
  line-height: 150%;
}

.spacer-32 {
  background-color: #0000;
  border-radius: .375rem;
  flex: none;
  width: 2rem;
  height: 1rem;
}

.testimonial-column-01 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.testimonial-client-name-2 {
  line-height: 150%;
}

.testimonial-image {
  object-fit: cover;
  flex: none;
  width: 100%;
  height: 100%;
}

.testimonials-content-top {
  font-weight: 400;
}

.testimonial-client-image {
  border-radius: 76px;
  align-self: flex-start;
  width: 100%;
  max-width: 45px;
  overflow: hidden;
}

.testimonials-list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.paragraph-10 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
}

.paragraph-10.small {
  font-size: .875rem;
  line-height: 1.5;
}

.paragraph-10.large {
  font-size: 1.25rem;
  line-height: 1.45;
}

.text-gradient-overlay {
  color: #e5e8ec;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#e5e8ec, #e5e8ec);
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 700;
  line-height: 15px;
}

.testimonial-image-wrapper {
  border-radius: .5rem;
  width: 5rem;
  height: 5rem;
  position: relative;
  overflow: hidden;
}

.heading-3 {
  letter-spacing: -.02em;
  font-weight: 400;
}

.heading-3.large {
  color: #efba0c;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1;
}

.testimonial-card {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  border: 0 solid #ffffff1f;
  border-radius: 12px;
  padding: 25px 24px;
}

.testimonials-card {
  background-color: #ffffff0d;
  border-radius: 1.25rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 1rem 2.5rem;
  display: flex;
}

.grid {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.testimonial-logo {
  max-width: 6rem;
  max-height: 1.25rem;
  display: inline-flex;
}

.testimonial-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #dbdbdb;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.spacer-64 {
  background-color: #0000;
  flex: none;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.background-video {
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.heading {
  color: #a6c8ff;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.about-host-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.about-host-image-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr;
  position: relative;
}

.home-about-host-image-02 {
  min-height: 410px;
}

.global-section-caption {
  color: #ffda00;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 140%;
}

.image-5 {
  border-radius: 20px;
}

.heading-custom-h5 {
  font-size: 24px;
  font-weight: 600;
}

.text-block-9 {
  font-size: 18px;
}

.about-host-column-02, .about-host-column-01 {
  flex: 1;
  max-width: 50%;
}

.div-block {
  background-color: #1f2e6f;
  background-image: url('../images/Ellipse-10.png');
  background-position: 50%;
  background-size: auto;
  padding-top: 75px;
  padding-bottom: 75px;
}

.bottom-margin-big {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  padding-bottom: 0;
  display: flex;
}

.bottom-margin-big.display-flex-16px-gap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(218deg, #d5a408 56%, #ffda00);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  text-decoration: none;
  display: inline-flex;
}

.host-info-wrapper {
  white-space: nowrap;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 24px;
  padding: 24px;
  position: absolute;
  left: 60px;
  right: -60px;
  box-shadow: 0 4px 60px #00000014;
}

.fn-list-item-2 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.meet-host-content {
  color: #f7f7f7;
  font-size: 18px;
  font-weight: 300;
  line-height: 165%;
}

.fa-font {
  color: #d5a408;
  font-size: 20px;
}

.fa-font:hover {
  color: #ffda00;
}

.bottom-margin-small-2 {
  margin-bottom: 16px;
  padding-bottom: 0;
  display: inline-block;
}

.text-block-10 {
  font-size: 18px;
}

.home-about-host-image-01 {
  border-radius: 4px;
  max-width: 240px;
}

.about-host-image-01 {
  position: relative;
}

.button-icon {
  max-width: 20px;
  height: 20px;
}

.about-host-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-overflow: clip;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  background-image: none;
  border: 1px solid #ffffff1f;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding: 40px;
  display: flex;
}

.open-pop-up {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  white-space: nowrap;
  background-image: linear-gradient(218deg, #c9c9c936 53%, #c9c9c98c);
  border: 2px solid #a6c8ff80;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 162%;
  text-decoration: none;
  display: inline-flex;
}

.button-link-box {
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.button-link-box-move {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.text-block-21 {
  letter-spacing: .5px;
  border: 0 solid #a6c8ff;
  font-family: "Nhaasgrotesktxpro 65 Md", Georgia, sans-serif;
  text-decoration: none;
}

.button-link-text-absolute {
  border: 0 solid #fff;
  text-decoration: none;
  position: absolute;
}

.nav-container-2 {
  justify-content: flex-end;
  align-items: center;
  margin-right: 0;
  display: flex;
}

.button-link-box-2 {
  position: relative;
  overflow: hidden;
}

.navbar-dropdown-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  padding: 12px 8px;
  display: flex;
}

.navbar-dropdown-list {
  background-color: #d5a408;
  border: 2px solid #351d25;
  border-radius: 16px;
  padding: 32px;
  top: 150%;
  right: 0%;
}

.navbar-dropdown-list.w--open {
  right: 0%;
}

.nav-menu-item {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  list-style-type: none;
  display: flex;
}

.navbar-2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vw;
  margin: 0 auto;
  padding-left: 10vw;
  padding-right: 10vw;
  display: flex;
  position: relative;
  inset: auto 0%;
}

.nav-link-5 {
  color: #b7b7b9;
  letter-spacing: .07px;
  text-transform: capitalize;
  padding: 0 1.4vw;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: color .25s;
}

.nav-link-5.w--current {
  color: #2f639b;
  -webkit-text-stroke-color: #050505;
  text-transform: capitalize;
  font-weight: 500;
}

.nav-link-5.move-down {
  position: absolute;
  top: 100%;
}

.nav-logo-2 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  max-width: 180px;
}

.navmenu-tablet-only {
  display: none;
}

.navbar-dropdown-list-inner {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.nav-menu {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  margin-right: 2.2vw;
  display: flex;
}

.nav-menu-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-link-4 {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  line-height: 162%;
  transition: opacity .2s;
}

.dropdown-link-column {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.dropdown-label-icon {
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 24px;
  display: flex;
}

.nav-logo-tablet {
  max-width: 180px;
}

.nav-menu-wrapper {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.youtube {
  border: 0 solid #e5e5e54a;
  border-radius: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rt-category-cards-text {
  color: #a6c8ff;
  text-transform: capitalize;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}

.rt-component-section {
  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-align-center {
  text-align: center;
}

.rt-color-dust {
  color: var(--radiant-ui-components-library-marketplace--color--body-font-dark);
}

.rt-color-dust.rt-align-center.rt-change-size {
  color: #a6c8ff;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}

.rt-left-arrow-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-block {
  max-width: 1082px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rt-home-three-testimonials-clients-details {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image-main {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image-main.rt-chnage-opacity {
  opacity: .5;
}

.rt-testimonials-three-main {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.rt-home-three-testimonials-text {
  text-align: center;
  max-width: 671px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.rt-testimonials-three-primary-block {
  max-width: 767px;
  margin-left: auto;
  margin-right: auto;
}

.rt-testimonials-three-line {
  background-image: repeating-linear-gradient(#fff0, #ffffff1a 50%, #fff0);
  width: 2px;
}

.rt-testimonials-three-slider {
  background-color: #ddd0;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
  position: static;
}

.rt-testimonials-three {
  background-image: url('../images/feedback.svg');
  background-position: 50% 10%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 50px 15px;
  position: relative;
}

.rt-testimonials-three.rt-overflow-off.rt-component-section {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0d;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border: 2px solid #ffffff1f;
  border-radius: 20px;
}

.rt-displaly-off {
  display: none;
}

.rt-testimonials-three-wrapper {
  justify-content: center;
  align-items: stretch;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.rt-home-three-testimonials-arrow {
  background-color: #ffffff29;
  border: 1px solid #fff3;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.rt-right-arrow-two {
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rt-testimonials-three-clients-image.rt-padding-bottom-fifty {
  padding-bottom: 50px;
}

.rt-testimonials-three-clients-image.rt-padding-bottom-fifty.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-border-radius-hundred {
  border-radius: 100%;
}

.rt-padding-top-twenty {
  padding-top: 20px;
}

.rt-overflow-off {
  overflow: hidden;
}

.image-6, .image-7 {
  border-radius: 100%;
}

.text-block-37, .text-block-38, .text-block-39, .text-block-40, .text-block-41, .text-block-42, .text-block-43, .text-block-44, .text-block-45, .text-block-46, .text-block-47, .text-block-48, .text-block-49, .text-block-50, .text-block-51 {
  font-size: 14px;
}

.nav-menu-wrapper-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff0a;
  border: 1px solid #ffffff1a;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.button-link-text-absolute-6 {
  font-weight: 500;
  text-decoration: none;
  position: absolute;
}

.navbar-open {
  display: none;
}

.nav-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-link {
  color: #fff;
  white-space: nowrap;
  cursor: pointer;
  padding: 12px 8px;
  line-height: 162%;
  text-decoration: none;
}

.button-primary-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0a1a2f;
  white-space: nowrap;
  background-color: #a6c8ff00;
  background-image: linear-gradient(83deg, #e5e8eca8, #e5e8ec2b 46%, #ffffffc7);
  border: .1px solid #b1b1b12e;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 0;
  margin-right: 0;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: 500;
  line-height: 162%;
  text-decoration: none;
  display: inline-flex;
}

.button-link-box-7 {
  position: relative;
  overflow: hidden;
}

.button-link-box-move-9 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  text-decoration: none;
  display: flex;
}

.navbar {
  z-index: 999;
  background-color: #0000;
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  inset: auto 0%;
}

.intro_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  display: flex;
  position: relative;
}

.display-inline {
  color: #e5e8ec;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 600;
  display: inline;
}

.intro_image-2 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  left: 100%;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.intro_image-3 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  margin-top: 10rem;
  position: absolute;
  top: 100%;
  left: 35%;
}

.intro_images-min-wrap {
  display: inline-flex;
}

.padding-global {
  padding: 100px 2.5rem 140px;
}

.intro_image-1 {
  aspect-ratio: 2 / 2.6;
  object-fit: cover;
  border-radius: 1.5rem;
  width: 10rem;
  position: absolute;
  right: 100%;
}

.intro_image-min {
  z-index: 1;
  aspect-ratio: 2 / 2.5;
  vertical-align: text-bottom;
  object-fit: cover;
  border-radius: .35rem;
  width: 2.7rem;
  position: relative;
}

.intro_image-min._3 {
  z-index: 3;
  position: relative;
  bottom: -7px;
  transform: rotate(6deg);
}

.intro_image-min._1 {
  top: 8px;
  transform: rotate(-7deg);
}

.intro_image-min._2 {
  margin-left: -10px;
  margin-right: -10px;
}

.intro_texts {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-flow: column;
  max-width: 50rem;
  display: flex;
}

.intro_content {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey {
  color: #a6c8ff;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.padding-section-xxlarge {
  padding-top: 20rem;
}

.button {
  background-color: #7f2bff;
  border-radius: .75rem;
  padding: .85rem 2.3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button:hover {
  background-color: #6720d3;
}

.button.is-grey {
  background-image: linear-gradient(#2b2b2b, #1b1b1b);
  box-shadow: inset 0 1px #ffffff14;
}

.button.is-grey:hover {
  background-image: linear-gradient(#1b1b1b, #2b2b2b);
  box-shadow: inset 0 -1px #ffffff14;
}

.section_intro {
  background-color: #202e6f;
  background-image: linear-gradient(#000000c4, #000000c4), url('../images/Ellipse-10.png'), url('../images/ChatGPT-Image-Apr-14-2025-10_23_43-AM.png'), url('../images/Frame-2.png');
  background-position: 0 0, 0 0, 50%, 50%;
  background-size: auto, auto, auto, cover;
}

.cf-h2-heading {
  color: #f5f5f5;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #efba0c;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #ffa84b;
  background-image: linear-gradient(90deg, #efba0c, #ff5e69 60%, #ff8a56 80%, #efba0c);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-pricing-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-content: stretch;
  align-items: stretch;
  width: 100%;
  margin-top: 80px;
}

.cf-pricing-top-block {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-divider-pricing {
  background-color: #0d0e1026;
  height: 1px;
  margin-bottom: 40px;
}

.cf-pricing-plan {
  color: #fff9;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 140%;
}

.cf-price {
  color: #b16cea;
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #1c6da7, #efba0c 0%, #ffd60a 60%, #efba0c 100%, #efba0c);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 0;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 50px;
  font-weight: 800;
  line-height: 117%;
}

.cf-price-points-contain {
  margin-bottom: 48px;
}

.cf-price-block {
  background-color: #ffffff0d;
  border: 1px solid #ffffff1f;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  padding: 60px 48px;
  display: flex;
  box-shadow: 0 12px 124px #0000000d;
}

.cf-price-text {
  color: #e9e9e9;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.cf-pricing-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-pricing-section {
  background-color: #1f2e6f00;
}

.cf-price-point-wrapper {
  align-items: flex-start;
  margin-bottom: 24px;
  display: flex;
}

.cf-checkmark {
  width: 30px;
  height: 30px;
  margin-right: 20px;
}

.text-block-52, .text-block-53 {
  color: #c9c9c9;
}

.home-content-wrap-copy {
  width: 1500px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 10px;
}

.cf-features-section-2-heading {
  color: #efba0c;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-icon-wrap {
  background-color: #0a1a2f;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-service-paragraph {
  color: #a6c8ff;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 156%;
}

.cf-features-section-2-grid-cell {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff12;
  border: 2px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  padding: 20px;
  display: flex;
}

.cf-service-heading {
  color: #e3e3e3;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  display: flex;
}

.cf-features-section-3-grid-cell {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff12;
  border: 2px solid #ffffff1f;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  padding: 20px;
  display: flex;
}

.cf-features-section-3-icon-wrap {
  background-color: #0a1a2f;
  background-image: none;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.paragraph-11 {
  color: #a6c8ff;
  text-align: center;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 18px;
}

.bold-text {
  color: #e5e8ec;
  font-family: Sora, Tahoma, sans-serif;
}

.text-block-54 {
  color: #e0e0e0;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-gradient-submit {
  color: #fff;
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-form-gradient-submit.fixed-width {
  color: #0a1a2f;
  text-align: left;
  background-color: #a6c8ff;
  background-image: none;
  border-radius: 70px;
  max-width: 210px;
  height: 60px;
  padding-left: 55px;
}

.cf-form-paragraph {
  color: #a6c8ff;
  margin-bottom: 24px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 156%;
}

.cf-checkbox {
  color: #f9f9f9;
  background-color: #ffffff21;
  border: 1px #000;
  border-radius: 80px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.cf-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: linear-gradient(to right, #b16cea33 20%, #ff5e6933 60%, #ff8a5633 80%, #ffa84b33 90%);
  border: 2px #b16cea;
}

.cf-checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #ff5e691a;
}

.cf-checkbox-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 60px;
  display: flex;
}

.cf-fields-contain {
  color: #f4f4f4;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.cf-checkbox-label {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-checkbox-field {
  border: 1px solid #0000001a;
  border-radius: 80px;
  margin-bottom: 0;
  padding: 18px 32px;
  display: flex;
  position: relative;
}

.cf-contact-form-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #fff3;
  border: 2px solid #ffffff42;
  border-radius: 78px;
  height: 70px;
  margin-bottom: 0;
  margin-right: 32px;
  padding: 21px 30px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 156%;
}

.cf-contact-form-field:active, .cf-contact-form-field:focus {
  border-color: #0d0e1033;
}

.cf-contact-form-field::placeholder {
  color: #f0f9f5;
  opacity:50%;
}

.cf-contact-form-field.no-margin {
  margin-right: 0;
}

.cf-contact-form-field.message {
  border-radius: 24px;
  height: 160px;
  margin-right: 0;
}

.cf-contact-field-label {
  color: #e3e3e3d4;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-contact-field-label.budget {
  margin-top: 60px;
}

.cf-forms-section-3 {
  background-color: #ffffff0d;
  border: 2px solid #ffffff1f;
  border-radius: 20px;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 5%;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 49%, var(--conversion-flow-library--coral) 75%, var(--conversion-flow-library--sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, #001f3f 17%, #003366 55%, #004080)
;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: #fff3;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-hero-para {
  color: #a6c8ff;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-pricing-plan-content-wrapper {
  color: #a6c8ff;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: "Nhaasgrotesktxpro 55 Rg", Georgia, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-pricing-plan-note-text {
  color: #a6c8ff;
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.cf-white-top-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-plan-text.pricing-1-plan-text {
  font-family: Sora, Tahoma, sans-serif;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library--medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #bdbdbd1c;
  border: 1px solid #ffffffc4;
  border-radius: 50px;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
  transition: background-color .23s;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 46%, var(--conversion-flow-library--sandy-brown));
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  border-radius: 50px;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library--medium-purple), var(--conversion-flow-library--light-coral) 50%, var(--conversion-flow-library--sandy-brown));
  color: #fff;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.green-pricing-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  background-color: #a6c8ff3b;
  border-style: none;
  border-color: #ffffff85;
  padding-left: 40px;
  padding-right: 40px;
}

.cf-pricing-box.pricing-1-box {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffff1c;
  border-width: 2px;
  border-color: #e5e5e524;
}

.cf-pricing-hero-heading {
  color: #e5e8ec;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 115%;
}

.cf-toggle-save-container {
  align-items: center;
  margin-top: 0;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

.cf-pricing-hero-section {
  background-color: #0000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
}

.cf-pricing-plan-price {
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #a6c8ff, #e5e8ec 38% 73%, #a6c8ff);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-pricing-hero-section-2 {
  background-color: #0000;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.heading-10 {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: #e5e8ec;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(135deg, #e5e8ec, #ffffff96 47%, #e5e8ec);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Sora, Tahoma, sans-serif;
  font-size: 43px;
  font-weight: 700;
  line-height: 53px;
}

.form {
  color: #dedede;
}

.body {
  min-width: 1279.2px;
  max-width: 100%;
}

.bold-text-2 {
  color: #e5e8ec;
}

.heading-11 {
  color: #fff;
  font-family: "Nhaasgrotesktxpro 65 Md", Georgia, sans-serif;
  font-size: 40px;
  line-height: 45px;
}

.banner {
  overflow: hidden;
}

.banner.fixed-top {
  position: fixed;
  inset: 0% 0% auto;
}

.utility-background-inverse {
  background-color: #000;
}

.flex-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  display: flex;
}

.flex-layout.y-center {
  align-items: center;
}

.flex-layout.flex-gap-xs {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.utility-margin-left-auto {
  margin-left: auto;
}

.paragraph-s {
  margin-bottom: 1rem;
}

.utility-margin-bottom-0 {
  margin-bottom: 0;
}

.utility-margin-left-1rem {
  margin-left: 1rem;
}

.utility-banner-close-button {
  text-align: center;
  cursor: pointer;
  font-variation-settings: "opsz" 50;
  background-color: #000;
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-decoration: none;
  transition: background-color .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
}

.section-4 {
  background-color: #0a1a2f;
}

.popup-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #ffffff36;
  border: 1px solid #a6c8ff59;
  display: block;
  position: fixed;
  inset: 0;
}

.container-3 {
  text-align: right;
  margin-left: auto;
  margin-right: 20px;
}

.link-block {
  transition: opacity .1s cubic-bezier(.31, -.169, .25, 1);
}

.container-4 {
  grid-column-gap: 15px;
  grid-row-gap: 34px;
  justify-content: center;
  display: flex;
}

.wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 70vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.close-overlay {
  z-index: 9;
  opacity: .25;
  cursor: pointer;
  position: absolute;
  inset: 0;
}

.upgrade-header {
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 900;
  line-height: 1.2em;
}

.modal-scroll {
  width: 100%;
  min-height: 100vh;
  padding: 50px 50px 100px;
  position: absolute;
}

.price {
  padding-left: 6px;
  font-size: 32px;
  font-weight: 400;
}

.upgrade-text {
  color: #000;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  font-size: 16px;
}

.upgrade-row {
  text-align: left;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.pricing-box {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #0000001a;
  border-radius: 8px;
  width: 48%;
  padding-bottom: 30px;
  transition: transform .2s ease-out, box-shadow .2s;
  overflow: hidden;
}

.feature-item.not-available {
  opacity: .5;
  filter: grayscale();
}

.pricing-column-contain {
  padding-left: 10%;
  padding-right: 10%;
}

.pricing-column-contain.top-price-contain {
  text-align: center;
  background-color: #00000008;
  padding-top: 17px;
  padding-bottom: 15px;
  font-size: 14px;
  font-weight: 700;
}

.pricing-column-contain.top-price-contain.green-price-contain {
  color: #1ab478;
  background-color: #28d8931a;
  justify-content: center;
  display: flex;
}

.upgrade-accent {
  background-color: #28d893;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.hide-me-overlay {
  z-index: 8888;
  background-color: #000000bf;
  display: block;
  position: fixed;
  inset: 0;
  overflow: auto;
}

.price-text {
  color: #919496;
  margin-bottom: 15px;
  padding-left: 6px;
  font-size: 12px;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.price-duration {
  padding-left: 5px;
  font-size: 16px;
  font-weight: 500;
}

.discount-label {
  color: #fff;
  background-color: #28d893;
  border-radius: 5px;
  margin-left: 10px;
  padding-top: 1px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 12px;
}

.upgrade-container {
  z-index: 10;
  text-align: center;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: 400px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px 50px 50px;
  font-weight: 300;
  display: block;
  position: relative;
  overflow: hidden;
}

.feature-text {
  padding-left: 15px;
  display: inline-block;
}

.feature-wrapper {
  border-bottom: 1px solid #d9dadc;
  margin-bottom: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 32px;
}

.upgrade-button {
  color: #fff;
  text-align: center;
  background-color: #254054;
  border-radius: 5px;
  padding: 15px 22px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.6em;
  text-decoration: none;
  transition: background-color .3s, box-shadow .3s;
  box-shadow: 0 20px 30px -10px #1810635c;
}

.upgrade-button:hover {
  background-color: #000;
  box-shadow: 0 10px 20px -5px #1810635c;
}

.upgrade-button.full-upgrade-button {
  display: block;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button {
  background-color: #28d893;
  box-shadow: 0 20px 30px -10px #1810632e;
}

.upgrade-button.full-upgrade-button.primary-upgrade-button:hover {
  background-color: #1cb176;
  box-shadow: 0 10px 10px -5px #1810632e;
}

 /* === Widget Container === */
    .action-widget {
      position: fixed;
      right: 20px;
      top: 85%;
      transform: translateY(-50%);
      display: flex;
      flex-direction: column;
      align-items: flex-end;
      z-index: 9999;
    }

    @media (max-width: 768px) {
      .action-widget {
        top: auto;
        bottom: 20px;
        transform: none;
      }
    }

  .hover-gallery-section {
  width: 100%;
  overflow-x: auto;
}

.hover-gallery {
  display: flex;
  flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}

.gallery-item {
  position: relative;
  flex: 1 0 20%;
  overflow: hidden;
  transition: all 0.3s ease;
}

.gallery-item img {
  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.caption {
  position: absolute;
  color: white;
  font-weight: 600;
  text-align: center;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
  pointer-events: none;
  font-size: 25px;
  font-family: 'Sora', sans-serif;
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
}

.overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2); /* ✅ Subtle gray/black overlay */
  z-index: 1;
  pointer-events: none;
  transition: background 0.3s ease;
}

.gallery-item .caption {
  z-index: 2; /* ✅ Ensure caption appears above overlay */
}

.caption::after {
  content: '';
  display: block;
  height: 4px;
  width: 0%;
  background-color: #007bff;
  margin: 8px auto 0;
  transition: width 0.4s ease;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.gallery-item:hover .overlay {
  background: rgba(0, 0, 0, 0.05); /* More transparent on hover */
}

.gallery-item:hover .caption {
  color: white;
}

.gallery-item:hover .caption::after {
  width: 75%;
}

.hover-gallery:hover .gallery-item:not(:hover)::after {
  content: '';
  position: absolute;
  background: rgba(255, 255, 255, 0.8);
  top: 0; left: 0; right: 0; bottom: 0;
  z-index: 1;
}

.hover-gallery:hover .gallery-item:not(:hover) .caption {
  color: black;
  z-index: 2;
}

/* Mobile: make it scrollable and remove hover effects */
@media (max-width: 767px) {
  .hover-gallery {
    overflow-x: auto;
    scrollbar-width: none;
  }
  .gallery-item img {
  width: 100%;
  height: auto;
}

  .caption {
    font-size: 18px;
    font-weight: 500;
  }

  .gallery-item {
    flex: 0 0 auto;
    width: auto;
    transform: none !important;
  }

  .gallery-item:hover img,
  .hover-gallery:hover .gallery-item:not(:hover)::after,
  .hover-gallery:hover .caption::after {
    all: unset;
    transform: none !important;
  }
  .caption::after {
    display: none !important; /* ✅ hide underline animation on mobile */
  }
  .gallery-item:hover img {
  transform: none !important; /* ✅ Disable zoom effect on mobile */
  }
  .hover-gallery::-webkit-scrollbar {
    background: transparent;
    display: none;                 /* Chrome, Safari */
  }
}


.image-cards-section {
  width: 100%;
  padding: 40px 20px;
  position: relative;
  backdrop-filter: blur(5px);
  background-color: #0D1D33;
}

.image-cards-container {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  overflow: hidden;
}

/* Each card */
.image-card {
  background-color: #9CBAC7;
  border-radius: 25px;
  flex: 1;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

/* Caption inside the card, top */
.image-caption {
  font-size: 18px;
  color: #0D1D33;
  margin-bottom: 10px;
  text-align: center;
  font-family: 'Sora', sans-serif;
  margin: 10px;
}

/* Card image */
.card-image {
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}

/* Slider controls */
.slider-controls {
  display: none; /* hidden on desktop */
  justify-content: center;
  margin-top: 15px;
  gap: 15px;
}

.slider-btn {
  background: #9CBAC7;
  border: none;
  color: white;
  font-size: 20px;
  padding: 8px 14px;
  border-radius: 50%;
  cursor: pointer;
}

.slider-btn:hover {
  background: #7a9fab;
}

/* --------- MOBILE VIEW --------- */
@media (max-width: 767px) {
  .image-cards-container {
    overflow-x: auto;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 10px;
    scrollbar-width: none; /* Firefox */
  }

  .image-cards-container::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }

  .image-card {
    flex: 0 0 75%;  /* ✅ Show ~75% width so next card peeks */
  }

  .slider-controls {
    display: flex; /* show slider controls on mobile */
  }
}


.rt-home-three-award-appere-section {
  width: 100%;
  position: relative;
}

.rt-home-three-award-appere-line {
  transform-origin: 0%;
  background-color: #ececec;
  height: 1px;
  position: absolute;
  inset: 72px 0% auto;
  display: block;
}

.rt-container-11 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px;
  position: relative;
}

.rt-home-three-award-appere-container {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  padding-left: 15px;
  padding-right: 15px;
  gap:40px;
}


@media screen and (max-width: 767px) {
  .rt-home-three-award-appere-container {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    display: grid;;
  }
  .rt-home-three-award-appere-line {
    display: none;
  }
}

.rt-home-three-award-item {
  z-index: 1;
  min-width: 0;
  max-width: 500px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.rt-category-cards-text {
  color: #ececec;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
  line-height: 31px;
}

.rt-margin-bottom-thirty {
  margin-bottom: 30px;
}

.rt-home-three-award-main-dot {
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.rt-home-three-award-dot {
  background-color: #dcad07;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.rt-heading-six {
  color: #150438;
  letter-spacing: -0.2px;
  text-transform: capitalize;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.rt-margin-top-thirty {
  margin-top: 30px;
}

.rt-margin-bottom-ten {
  margin-bottom: 10px;
  text-align: center;
  color: white;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.bold-text-12,
.bold-text-7,
.bold-text-8,
.bold-text-10 {
  max-width: 100%;
}

.rt-home-three-award-content {
  color: #a6c8ff;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
}




    /* === Glass Button Style === */
    /* === Glass Button Style === */
.action-btn {
  background: rgba(255, 255, 255, 0.15); /* stronger contrast */
  backdrop-filter: blur(20px); /* increased blur */
  -webkit-backdrop-filter: blur(20px);
  color: #ffffff;
  border: 2px solid #A6C8FF;
  border-radius: 15px;
  padding: 12px 20px;
  margin: 5px 0;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}


/* Section Spacing */
.surgical-hero {
  padding: 40px 30px;
  background-color: #202e6f;
  background-image: linear-gradient(#000000e0, #000000e0), 
                  url(../images/Ellipse-10.png), 
                  url(../images/ChatGPT-Image-Apr-14-2025-10_23_43-AM.png), 
                  url(../images/Frame-2.png);
  background-position: 0 0, 0 0, 50%, 50%;
  background-size: auto, auto, auto, cover;
}
@media (max-width: 767px) {
  .surgical-hero {
    padding: 40px 25px;
  }
}

/* Container */
.surgical-container {
  max-width: 1200px;
  margin: 0 auto;
}

/* First Row */
.surgical-row.first-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
}
.surgical-left {
  flex: 3;
  padding-right: 20px;
}
.surgical-right {
  flex: 2;
  display: flex;
  justify-content: center;
}
.surgical-right img {
  max-width: 100%;
  height: auto;
}

/* Text Styling (inherits Webflow styles) */
.display-inline {
  font-size: 2rem;
  line-height: 1.3;
  margin-bottom: 20px;
}
.text-color-grey {
  font-size: 1rem;
  color: #666;
  margin-bottom: 20px;
}

/* Second Row */
.surgical-row.second-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.surgical-img-col img.surgical-thumb {
  width: 100%;
  border-radius: 20px;
  transition: transform 0.4s ease, border-radius 0.4s ease;
}
.surgical-img-col img.surgical-thumb:hover {
  transform: scale(1.08);
  border-radius: 20px; /* ensure radius stays consistent */
}

/* Mobile Adjustments */
@media (max-width: 767px) {
  .surgical-row.first-row {
    flex-direction: column;
  }
  .surgical-left {
    flex: 1 1 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .surgical-right {
    flex: 1 1 100%;
  }
  .surgical-row.second-row {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}


    .action-btn:hover {
      color: #A6C8FF;
    }

    .action-btn svg {
      margin-left: 8px;
      transition: transform 0.3s ease;
    }

    /* === Dropdown Buttons === */
    .dropdown-btns {
      display: none;
      flex-direction: column;
      margin-top: 10px;
      animation: fadeIn 0.3s ease;
    }

    .dropdown-btns.show {
      display: flex;
    }

    @keyframes fadeIn {
      from {
        opacity: 0;
        transform: translateY(10px);
      }
      to {
        opacity: 1;
        transform: translateY(0);
      }
    }

@media screen and (min-width: 1280px) {
  .efi-frm-04-grid {
    grid-template-columns: 1fr .75fr;
    min-width: auto;
    max-width: none;
  }
}

@media screen and (min-width: 1920px) {
  .intro-header {
    margin-top: 100px;
  }

  .efi-frm-04-grid {
    justify-content: stretch;
    min-width: auto;
    max-width: none;
  }

  .image-3 {
    min-width: 579px;
  }

  .efi-frm-04-form-wrapper {
    max-width: 579px;
  }

  .button-link-box-2, .button-link-box-move-2 {
    min-width: 400px;
  }

  .navbar-2 {
    height: 4vw;
    position: absolute;
    inset: 0% 0% auto;
  }

  .rt-testimonials-three-main {
    grid-auto-columns: 1fr;
  }

  .rt-overflow-off {
    align-self: center;
  }

  .body {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    min-width: 1920px;
    max-width: 100%;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .primary-button {
    justify-content: center;
  }

  .primary-button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #fff0;
    background-image: linear-gradient(315deg, #e8ecef00, #ffffff30);
    border: 1px solid #a6c8ff38;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-content.cc-homepage {
    margin-top: 100px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .footer-menu-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-link-9 {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .footer-content-wrapper-3 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .fn-social-link-dark {
    transition: none;
  }

  .fn-social-link-dark:hover {
    opacity: 1;
  }

  .footer-top {
    padding-top: 80px;
  }

  .copyright-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .heading-custom-h6-6 {
    flex-flow: wrap;
    display: flex;
  }

  .heading-9 {
    font-size: 80px;
  }

  .efi-frm-04-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-width: auto;
    max-width: none;
  }

  .efi-frm-04-container {
    min-width: auto;
  }

  .efi-frm-04-form-block {
    min-width: 579px;
  }

  .testimonial-client-info-wrapper {
    padding-bottom: 10px;
  }

  .container-large {
    overflow: hidden;
  }

  .fn-section-4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-column-01 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    padding: 16px;
  }

  .grid, .about-host-image-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .home-about-host-image-02 {
    min-height: 60vw;
  }

  .heading-custom-h5 {
    font-size: 22px;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .about-host-column-02, .about-host-column-01 {
    max-width: none;
  }

  .bottom-margin-big {
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .button-primary {
    padding-left: 16px;
    padding-right: 16px;
  }

  .host-info-wrapper {
    right: -80px;
  }

  .home-about-host-image-01 {
    max-width: 100%;
  }

  .about-host-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
  }

  .open-pop-up {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-container-2 {
    justify-content: flex-start;
    margin-left: auto;
  }

  .navbar-dropdown-label {
    font-size: 24px;
  }

  .navbar-dropdown-list {
    background-color: #0000;
    border-style: none;
    margin-top: 16px;
    padding: 0;
    position: static;
  }

  .navbar-dropdown-list.w--open {
    border-radius: 10px;
  }

  .navbar-2 {
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link-5 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .navmenu-tablet-only {
    justify-content: space-between;
    margin-bottom: 36px;
    display: flex;
  }

  .navbar-dropdown-list-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }

  .nav-menu {
    background-color: #c7c7c7;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .nav-menu-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar-close {
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .nav-link-4 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .dropdown-label-icon {
    font-size: 16px;
  }

  .nav-menu-wrapper {
    z-index: 10;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #d5a408;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .menu-button-2 {
    z-index: 999;
    background-color: #0000;
    padding: 1rem 0 1rem 1rem;
  }

  .menu-button-2.w--open {
    background-color: #0000;
  }

  .burger-icon-2 {
    color: #202e6c;
    font-size: 1.875rem;
  }

  .rt-testimonials-three {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .nav-menu-wrapper-2 {
    z-index: 10;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff36;
    border-radius: 0;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    padding: 20px 24px;
    display: none;
    position: fixed;
    inset: 0%;
    overflow-y: auto;
  }

  .navbar-open {
    background-color: #ffffff0a;
    border: 2px solid #ffffff1a;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    padding: 10px;
    display: flex;
  }

  .nav-wrapper {
    min-height: 100px;
    max-height: 60px;
  }

  .nav-link {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
  }

  .button-primary-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar-extra {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .navbar {
    top: 10px;
  }

  .intro_component {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .intro_image-2 {
    border-radius: .75rem;
    width: 6rem;
  }

  .intro_image-3 {
    border-radius: .75rem;
    width: 6rem;
    margin-top: 5.6rem;
  }

  .intro_image-1 {
    border-radius: .75rem;
    width: 6rem;
  }

  .intro_image-min {
    border-radius: .2535rem;
    width: 2.2rem;
  }

  .intro_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    width: 90%;
  }

  .padding-section-xxlarge {
    padding-top: 10rem;
  }

  .button:hover {
    background-color: #7f2bff;
  }

  .button.is-grey:hover {
    background-image: linear-gradient(#2b2b2b, #1b1b1b);
    box-shadow: inset 0 1px #ffffff14;
  }

  .cf-h2-heading {
    font-size: 42px;
  }

  .cf-pricing-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .cf-price-block {
    width: 100%;
    max-width: 545px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-checkbox-container {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
  }

  .cf-checkbox-label {
    font-size: 16px;
  }

  .cf-checkbox-field {
    padding-left: 24px;
    padding-right: 24px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-secondary-button.pricing-button, .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.green-pricing-box, .cf-pricing-box.pricing-1-box, .cf-pricing-box.pricing-1-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: column wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-direction: column;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }

  .body {
    min-width: 768px;
    max-width: 991px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .modal-scroll {
    padding-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }
  .intro-header {
    height:400px;
    margin-top: 0;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation-wrap {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1f;
    border: 1px solid #a6c8ff45;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .intro-content.cc-homepage {
    margin-top: 40px;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .footer-menu-wrapper-2 {
    flex-flow: wrap;
    justify-content: space-between;
  }

  .footer-link-9 {
    font-size: 18px;
  }

  .footer-menu-list-wrapper-6 {
    width: 100%;
  }

  .footer-privacy-wrapper {
    order: -1;
  }

  .footer-menu-list-7 {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-content-wrapper-3 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .footer-top {
    padding-top: 60px;
  }

  .copyright-wrapper-2 {
    justify-content: center;
    align-items: flex-start;
  }

  .heading-9 {
    font-size: 50px;
    line-height: 70px;
  }

  .footer-menu-list-wrapper-5 {
    min-width: 180px;
  }

  .efi-frm-04-image-wrapper {
    min-width: 500px;
  }

  .efi-frm-04-grid {
    grid-template-columns: 1fr;
  }

  .efi-frm-04-form-block {
    min-width: 500px;
  }

  .efi-frm-04-form-wrapper {
    min-width: 534px;
  }

  .container-large {
    width: 100%;
  }

  .fn-section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .spacer-32 {
    height: 1rem;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }

  .text-gradient-overlay {
    min-width: 300px;
    max-width: 400px;
    font-size: 3rem;
    line-height: 20px;
  }

  .heading-3.large {
    font-size: 2.5rem;
  }

  .grid {
    grid-template-columns: 1fr;
    max-width: 528px;
    margin-left: auto;
    margin-right: auto;
  }

  .spacer-64 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .text-block-9 {
    font-size: 18px;
  }

  .about-host-column-02 {
    max-width: 100%;
  }

  .about-host-column-01 {
    flex: 0 auto;
    max-width: 100%;
  }

  .about-host-wrapper {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .navbar-dropdown-label {
    font-size: 18px;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-color: #ffffff78;
  }

  .nav-link-4 {
    font-size: 18px;
  }

  .nav-logo-tablet {
    max-width: 145px;
  }

  .rt-left-arrow-two, .rt-testimonials-three-line {
    display: none;
  }

  .rt-testimonials-three {
    background-position: 50% 30%;
    background-size: contain;
  }

  .rt-home-three-testimonials-arrow, .rt-right-arrow-two, .navbar-button-primary {
    display: none;
  }

  .nav-link {
    font-size: 18px;
  }

  .navbar {
    top: 0;
  }

  .intro_component {
    width: 100%;
  }

  .intro_image-2, .intro_image-3 {
    display: none;
  }

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .intro_image-1 {
    display: none;
  }

  .intro_texts {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .intro_content {
    width: 100%;
  }

  .padding-section-xxlarge {
    padding-top: 6rem;
  }

  .cf-h2-heading {
    text-align: center;
    max-width: 400px;
    font-size: 40px;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-price {
    font-size: 60px;
  }

  .cf-pricing-wrapper {
    width: 90%;
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .cf-checkmark {
    margin-right: 16px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-checkbox-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-checkbox-label {
    font-size: 14px;
  }

  .cf-checkbox-field {
    padding: 16px 18px;
  }

  .cf-contact-form-field {
    margin-bottom: 32px;
    margin-right: 0;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 35px;
  }

  .body {
    min-width: 480px;
    max-width: 767px;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .upgrade-header {
    font-size: 30px;
  }

  .modal-scroll {
    overflow: auto;
  }

  .price {
    font-size: 26px;
  }

  .upgrade-text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .upgrade-row {
    width: 100%;
  }

  .pricing-box {
    width: 49%;
  }

  .pricing-column-contain.top-price-contain {
    padding: 12px 5% 11px;
    font-size: 13px;
  }

  .price-text {
    font-size: 11px;
    line-height: 1.5em;
  }

  .upgrade-container {
    flex-direction: column;
    margin-bottom: 70px;
    padding-top: 50px;
    padding-left: 7%;
    padding-right: 7%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .paragraph-bigger.cc-bigger-white-light {
    font-size: 16px;
  }

  .label.cc-light {
    text-align: center;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .paragraph-light {
    text-align: center;
  }

  .heading-jumbo {
    font-size: 35px;
    line-height: 40px;
  }

  .menu-icon {
    color: #f3f6ff;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation-wrap {
    background-color: #e8ecef17;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .navigation-items {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-color: #ffffff1a;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    margin-top: 60px;
  }

  .intro-content.cc-homepage {
    width: 100%;
    margin-top: 100px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .home-section-wrap {
    text-align: left;
    max-width: 100%;
  }

  .section-heading {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
  }

  .about-grid {
    grid-template-columns: minmax(200px, 1fr);
    justify-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }

  .fn-list-item {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-block-5 {
    font-size: 18px;
  }

  .footer-menu-wrapper-2 {
    grid-column-gap: 70px;
    grid-row-gap: 30px;
  }

  .footer-link-9 {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 14px;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-menu-list-7 {
    justify-content: center;
    align-items: center;
  }

  .footer-content-wrapper-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: wrap;
  }

  .footer-menu-list-8 {
    justify-content: center;
    align-items: center;
  }

  .footer-top {
    padding-top: 40px;
  }

  .footer-menu-item-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .heading-9 {
    margin-bottom: 10px;
    font-size: 40px;
    line-height: 100%;
  }

  .footer-6 {
    padding-top: 10px;
  }

  .footer-logo-wrapper {
    max-width: 100%;
  }

  .image {
    width: 100%;
  }

  .efi-frm-04-image-wrapper {
    min-width: 200px;
  }

  .efi-frm-04-grid {
    grid-template-columns: 1fr;
    place-items: center start;
    min-width: auto;
    max-width: none;
  }

  .efi-frm-04-container {
    min-width: 288px;
  }

  .efi-frm-04-form-block {
    min-width: 300px;
  }

  .efi-frm-04-form-wrapper {
    min-width: 288px;
  }

  .testimonial-feedback-content {
    font-size: 16px;
  }

  .fn-section-4.overflow-none {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spacer-32 {
    height: .5rem;
  }

  .testimonial-column-01 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .testimonials-list {
    grid-template-columns: 1fr;
  }

  .paragraph-10 {
    font-size: .875rem;
  }

  .paragraph-10.large {
    font-size: 1.0625rem;
  }

  .text-gradient-overlay {
    background-image: linear-gradient(#e0e0d6, #e0e0d6);
    max-height: 120px;
    font-size: 2rem;
    line-height: 10px;
  }

  .heading-3.large {
    color: #f3f1f1;
    font-size: 2rem;
    line-height: 1.2;
  }

  .testimonials-card {
    border-radius: 1rem;
    padding: 2rem;
  }

  .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .spacer-64 {
    width: 3rem;
    height: 3rem;
  }

  .heading {
    text-align: left;
    font-size: 30px;
  }

  .about-host-button-wrapper {
    flex-flow: wrap;
  }

  .about-host-image-wrapper {
    grid-template-columns: 1fr;
  }

  .heading-custom-h5 {
    font-size: 20px;
    line-height: 118%;
  }

  .text-block-9 {
    text-align: left;
    font-size: 14px;
  }

  .button-primary {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .host-info-wrapper {
    width: auto;
    position: static;
  }

  .fn-list-item-2 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .meet-host-content, .text-block-10 {
    text-align: left;
  }

  .section-about-host {
    text-align: center;
  }

  .about-host-wrapper {
    min-width: 288px;
  }

  .open-pop-up {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .nav-container-2 {
    padding-right: 0;
  }

  .navbar-2 {
    height: 4rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link-5 {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
  }

  .menu-button-2 {
    padding-left: .5rem;
    padding-right: 0;
  }

  .burger-icon-2 {
    z-index: 999;
    color: #202e6c;
    position: relative;
  }

  .rt-testimonials-three-clients-image-main {
    display: none;
  }

  .rt-testimonials-three-main {
    display: block;
  }

  .rt-testimonials-three-slider {
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .rt-testimonials-three {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .nav-menu-wrapper-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #ffffff36;
  }

  .button-primary-4 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .navbar {
    top: auto;
  }

  .display-inline {
    font-size: 30px;
    line-height: 35px;
  }

  .text-color-grey {
    font-size: 18px;
  }

  .button {
    border-radius: .5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cf-h2-heading {
    font-size: 36px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-price {
    font-size: 50px;
  }

  .cf-price-block {
    padding: 40px 20px;
  }

  .cf-price-text {
    font-size: 16px;
  }

  .cf-checkmark {
    width: 24px;
    height: 24px;
    margin-right: 10px;
  }

  .home-content-wrap-copy {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
    margin-top: 40px;
  }

  .cf-features-section-2-heading {
    margin-bottom: 10px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 40px;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-gradient-submit {
    background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-fields-contain {
    flex-direction: column;
    margin-bottom: 0;
  }

  .cf-checkbox-field {
    padding: 12px 14px;
  }

  .cf-contact-form-field {
    height: 60px;
    margin-bottom: 32px;
    margin-right: 0;
    padding-left: 20px;
  }

  .cf-contact-field-label.budget {
    margin-top: 40px;
  }

  .cf-wrapper-1200px {
    margin-bottom: 20px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-pricing-box.green-pricing-box, .cf-pricing-box.pricing-1-box, .cf-pricing-box.pricing-1-box {
    padding: 30px 15px;
  }

  .cf-pricing-hero-heading {
    font-size: 30px;
  }

  .cf-toggle-save-container {
    margin-top: 10px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-pricing-hero-section {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .cf-pricing-box-section {
    margin-top: 100px;
    display: flex;
  }

  .cf-toggle-save-text {
    font-size: 14px;
  }

  .cf-pricing-hero-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-10 {
    font-size: 30px;
    line-height: 35px;
  }

  .body {
    min-width: 0;
    max-width: 479px;
  }

  .div-block-2 {
    width: 100%;
    display: block;
  }

  .utility-margin-bottom-0 {
    margin-bottom: 0;
  }

  .upgrade-text {
    margin-bottom: 25px;
  }

  .upgrade-row {
    flex-direction: column;
  }

  .pricing-box {
    width: 100%;
    margin-bottom: 50px;
    display: block;
  }

  .upgrade-container {
    margin-bottom: 70px;
    padding-bottom: 0;
    padding-left: 5%;
    padding-right: 5%;
  }
}

#w-node-_86e64837-0616-515b-4568-76c147234d34-a40a947a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_86e64837-0616-515b-4568-76c147234d3f-a40a947a, #w-node-_86e64837-0616-515b-4568-76c147234d41-a40a947a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_86e64837-0616-515b-4568-76c147234d4c-a40a947a, #w-node-ff83e970-0361-952c-66d1-74429997ab76-a40a947a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ff83e970-0361-952c-66d1-74429997ab9e-a40a947a, #w-node-ff83e970-0361-952c-66d1-74429997aba0-a40a947a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-ff83e970-0361-952c-66d1-74429997abc4-a40a947a, #w-node-af02554a-80b3-47d7-b0a4-7707fa0b31a3-a40a947a {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-e2f9f8d9-2c11-3541-d9d1-91d39a970408-a40a947a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4cbe34c0-f69f-2279-8f6e-14b60cf113c9-a40a947a {
  place-self: center;
}

#w-node-_4cbe34c0-f69f-2279-8f6e-14b60cf113d8-a40a947a, #w-node-d999fe33-c1ff-4692-4af5-f44fefb8fe14-a40a947a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d999fe33-c1ff-4692-4af5-f44fefb8fe25-a40a947a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a40a9480 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a40a9480 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a40a9482 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a40a9482 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387918-a40a9484 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_421df62a-c217-12af-eee8-27f88a387928-a40a9484 {
  grid-area: 1 / 2 / 2 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-af02554a-80b3-47d7-b0a4-7707fa0b31a3-a40a947a {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_4cbe34c0-f69f-2279-8f6e-14b60cf113d8-a40a947a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-a40a947a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d3f-a40a947a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d41-a40a947a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_86e64837-0616-515b-4568-76c147234d4c-a40a947a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff83e970-0361-952c-66d1-74429997ab76-a40a947a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff83e970-0361-952c-66d1-74429997ab9e-a40a947a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-ff83e970-0361-952c-66d1-74429997aba0-a40a947a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-ff83e970-0361-952c-66d1-74429997abc4-a40a947a {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-d999fe33-c1ff-4692-4af5-f44fefb8fe14-a40a947a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_421df62a-c217-12af-eee8-27f88a387928-a40a9480, #w-node-_421df62a-c217-12af-eee8-27f88a387928-a40a9482, #w-node-_421df62a-c217-12af-eee8-27f88a387928-a40a9484 {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4cbe34c0-f69f-2279-8f6e-14b60cf113c9-a40a947a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_86e64837-0616-515b-4568-76c147234d34-a40a947a, #w-node-ff83e970-0361-952c-66d1-74429997ab76-a40a947a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_4cbe34c0-f69f-2279-8f6e-14b60cf113c9-a40a947a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: center;
  }

  #w-node-d999fe33-c1ff-4692-4af5-f44fefb8fe25-a40a947a {
    order: -9999;
  }
}


@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraBold.ttf') format('truetype'), url('../fonts/Sora-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sora';
  src: url('../fonts/Sora-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 65 Md';
  src: url('../fonts/NHaasGroteskTXPro-65Md.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-65Md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 55 Rg';
  src: url('../fonts/NHaasGroteskTXPro-55Rg.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-55Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgrotesktxpro 75 Bd';
  src: url('../fonts/NHaasGroteskTXPro-75Bd.ttf') format('truetype'), url('../fonts/NHaasGroteskTXPro-75Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 55 Rg';
  src: url('../fonts/NHaasGroteskDSPro-55Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 25th';
  src: url('../fonts/NHaasGroteskDSPro-25Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nhaasgroteskdspro 15 Ultth';
  src: url('../fonts/NHaasGroteskDSPro-15UltTh.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@media (max-width: 767px) {
  .footer-content-wrapper-3 {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer-menu-list-8 {
  width: 100%;
  }
  .fn-social-link-2 {
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  padding-left: 40px;
  }
  .global-social-icon {
  align-items: center;
  justify-content: center;
  }
}
