@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Proxima Nova Font;
  src: url('../fonts/Proxima-Nova-Font.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-2: #fdd70e;
  --color: #252e68;
  --white: white;
  --color-3: #d63f3f;
  --font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  --black: black;
  --color-4: white;
}

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

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

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

 

.navbar-logo-left {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.text {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 20px;
  display: flex;
}

.text-2 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.logo-2 {
  background-image: url('../images/Logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  min-height: 36px;
  display: flex;
}

.vectors-wrapper {
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 38px;
  display: flex;
}

.text-3 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.logo-3 {
  background-image: url('../images/Logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 141px;
  height: 36px;
  min-height: 36px;
  display: flex;
}

.text-4 {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 0;
  padding-bottom: 49px;
  display: none;
}

.body {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fcf9e8;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary {
  color: #252e68;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fcf9e8;
  margin-left: 5px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

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

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

.container-2 {
  margin-left: -110px;
  margin-right: 14px;
  padding-right: 0;
}

.navbar-logo-left-2 {
  margin-bottom: 0;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin-bottom: -15vh;
  padding-top: 17px;
  padding-bottom: 17px;
  overflow: hidden;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

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

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link.w--current {
  color: #f6cf00;
}

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

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

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

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

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

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

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

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

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

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.text-block {
  font-family: Montserrat, sans-serif;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0 30px 80px;
  position: relative;
}

.centered-heading {
  text-align: left;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: left;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.section-2 {
  background-image: url('../images/Desktop---19-2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  margin: -10vh 0 0;
  display: flex;
  position: static;
}

.container-3 {
  width: 100%;
  max-width: 1240px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.heading {
  color: #fcf9e8;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.headersliderwrapper {
  height: auto;
  margin-bottom: 0;
  padding-top: 0;
  display: flex;
}

.text-block-2 {
  color: #fcf9e8;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 100%;
}

.div-block {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.heading-2 {
  color: #fdd70e;
  height: auto;
  margin: auto;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.heading-3 {
  color: #fcf9e8;
  height: auto;
  margin: 0;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.text-block-3 {
  color: #fcf9e8;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1.12rem;
}

.image {
  margin-top: 2rem;
}

.image:hover {
  transform: scale(1.1);
}

.div-block-3 {
  padding: 20px 40px;
}

.success-expeditions {
  max-height: 600px;
  margin: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-block-4 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-block-5 {
  padding-top: 1rem;
}

.text-block-6 {
  color: #252e68;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.div-block-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.column {
  padding: 10px;
}

.div-block-5 {
  padding: 5px;
}

.cardwrapper {
  background-color: #fdd70e;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 350px;
  min-height: 0;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardwrapper:hover {
  background-color: #fdd70eab;
}

.div-block-6 {
  border-bottom: 1.5px solid #252e68;
  justify-content: space-between;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-7 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

.div-block-7 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-block-8 {
  color: #000;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.image-2 {
  border-radius: 1rem;
}

.column-2, .column-3, .column-4 {
  padding: 10px;
}

.cardwrapper-2 {
  background-color: #f15f57;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 350px;
  min-height: 0;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardwrapper-2:hover {
  background-color: #f15f57d6;
}

.text-block-7-copy {
  color: #fcf9e8;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

.text-block-8-2 {
  color: #fcf9e8;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.section-3 {
  background-color: #fdd70e;
  height: 100%;
  min-height: 600px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.div-block-8 {
  max-width: 80%;
  padding-top: 5rem;
}

.dropdown {
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  display: flex;
}

.dropdown-toggle {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-left: 0;
}

.dropdown-list {
  display: none;
}

.mask {
  height: auto;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slider {
  min-height: 0;
  max-height: 100%;
}

.div-block-9 {
  max-height: 100vh;
}

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

.slider-2 {
  max-height: 100vh;
}

.faq-a-text {
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1em;
  line-height: 1.6em;
}

.faq-divider {
  border-top: 1px dashed #ffffff40;
  height: 0;
}

.c-faq-q {
  background-color: #0000;
  border-bottom: 1px #000;
  align-items: center;
  display: flex;
}

.c-faq {
  background-color: #0000;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

._w-faq-icon {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
  position: relative;
}

.cloneable-area {
  max-width: 80%;
  min-height: 50vh;
}

.faq-stripe-1 {
  background-color: #000;
  width: 2px;
  height: 100%;
}

.c-faq-a-text {
  padding: 20px;
}

.c-faq-item {
  cursor: pointer;
  background-color: #fad0d000;
  border-top: 2px solid #05050559;
  border-bottom: 2px #0000007d;
  border-left: 3px #2ea07c;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

.c-faq-a {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  overflow: hidden;
}

.faq-stripe-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.c-faq-divider {
  padding-left: 20px;
  padding-right: 20px;
}

.c-faq-q-text {
  flex: 1;
  padding: 20px;
}

.faq-q-text {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
}

.c-faq-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  position: relative;
}

.c-faq-item-copy {
  cursor: pointer;
  background-color: #fad0d000;
  border-top: 2px solid #05050559;
  border-bottom: 2px solid #0000007d;
  border-left: 3px #2ea07c;
  margin-bottom: 0;
  font-size: 1.2em;
  line-height: 1.6em;
}

.section-4 {
  background-image: url('../images/deets.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  min-height: 900px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
}

.text-block-4-copy, .text-block-4-copy-copy {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-block-6-copy {
  color: #fff;
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.image-3 {
  padding: 4rem 1rem;
}

.clients {
  z-index: 180;
  background-color: #f15f57;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: static;
}

.div-block-10 {
  justify-content: space-between;
  align-items: center;
  font-family: Poppins, sans-serif;
  display: flex;
}

.text-block-9 {
  color: #fcf9e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.text-block-10 {
  color: navy;
  background-color: #fff;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
}

.container-4 {
  flex: 1;
}

.footer-dark {
  z-index: 190;
  background-color: #2d2a28;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px;
  position: static;
  overflow: hidden;
}

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

.footer-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-brand {
  text-decoration: none;
}

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

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

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

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

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

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

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

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

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

.nav-menu-two-copy {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.nav-link-copy {
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.deetsindiaaddress {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.text-block-11 {
  color: #fcf9e8;
  text-align: right;
  font-size: 1rem;
}

.text-block-12 {
  color: #fcf9e8;
  text-align: right;
  padding-top: .5rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: .7rem;
}

.text-block-12-copy {
  color: #fcf9e8;
  text-align: left;
  padding-top: 1rem;
  padding-bottom: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
}

.image-4 {
  padding-bottom: 20px;
}

.text-block-13 {
  color: #fcf9e8;
  text-align: left;
  padding-top: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.div-block-12 {
  padding-left: 20px;
}

.column-5 {
  padding-left: 0;
}

.hero-contact {
  background-image: linear-gradient(90deg, #252e68 39%, #07104a);
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-5 {
  margin-left: -10px;
  padding-left: 0;
}

.column-6 {
  justify-content: flex-start;
  display: flex;
}

.div-block-13 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.div-block-14 {
  margin-top: 5rem;
}

.form-block {
  width: 70%;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d357;
  height: 60px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.columns-2 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.submit-button {
  background-color: #f15f57;
  margin-top: 20px;
}

.submit-button:hover {
  background-color: #fdd70e;
}

.image-3-copy {
  width: 100%;
  max-width: none;
  padding: 4rem 1rem;
}

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

.navbar-logo-left-3 {
  margin-top: 0;
  margin-bottom: -80px;
}

.section-6 {
  background-image: url('../images/_x31_8-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  margin: -10vh 0 0;
  padding-left: 0;
  display: flex;
  overflow: visible;
}

.container-7 {
  width: 100%;
  max-width: 1240px;
  margin-top: 5rem;
  padding-left: 40px;
  padding-right: 40px;
}

.heading-copy21 {
  color: #fcf9e8;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.logos-without-title {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 0;
  position: relative;
}

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

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-16 {
  padding-left: 60px;
}

.div-block-17 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-14 {
  color: #f1645d;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-4-copy-2 {
  color: #3a4175;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

.text-block-15 {
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.div-block-5-copy {
  border-left: 2px solid #3a4175;
  padding-left: 20px;
}

.section-7 {
  background-image: url('../images/Frame-14194.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: auto;
  padding-top: 0;
  padding-bottom: 2.5rem;
}

.div-block-18 {
  padding-top: 20px;
}

.columns-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.div-block-19 {
  border-left: 2px solid #f1645d;
  padding-left: 20px;
}

.div-block-20 {
  padding-top: 20px;
}

.div-block-21 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.about-text {
  color: #252e68;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 100%;
}

.section-8 {
  background-color: #2d2a28;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.text-block-14-co {
  color: #fadc37;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.text-block-6-co {
  color: #fcf9e8;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.div-block-22 {
  padding: 5px;
}

.div-block-23 {
  background-color: #fadc37;
  padding: 10px;
}

.text-block-16 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.section-9 {
  background-color: #f15f57;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.container-9 {
  flex: 1;
}

.div-block-24 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-17 {
  color: #fcf9e8;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.image-6 {
  padding-bottom: 20px;
}

.text-block-18 {
  color: #fcf9e8;
  padding-top: 1rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.nav-link-copy-2 {
  color: #fdd70e;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.div-block-26 {
  padding-left: 20px;
}

.footer-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-19 {
  color: #fcf9e8;
  font-size: 1rem;
}

.text-block-20 {
  color: #fcf9e8;
  text-align: right;
  padding-top: .5rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: .8rem;
}

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

.navbar-logo-left-4 {
  margin-top: 0;
  margin-bottom: -80px;
}

.section-10 {
  background-color: #0000;
  background-image: url('../images/Services.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  margin-top: -10vh;
  display: flex;
}

.container-12 {
  width: 100%;
  max-width: 1240px;
  margin-top: 5rem;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-28 {
  height: auto;
}

.text-block-16-ser {
  color: #252e68;
  height: 100%;
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
}

.heading-ser {
  color: #f15f57;
  height: auto;
  margin-top: 0;
  margin-bottom: 1.5rem;
  margin-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.text-block-21 {
  color: #252e68;
  margin-top: 0;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1.12rem;
}

.text-block-22 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.columns-4 {
  justify-content: space-around;
  align-self: auto;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-7 {
  padding: 0 20px;
}

.div-block-29 {
  justify-content: space-around;
  align-items: center;
  height: 60vh;
  margin-bottom: 0;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
  position: relative;
}

.link-block {
  color: #d9d9d9;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.link-block:active {
  color: #d9d9d9;
}

.link-block:focus, .link-block:focus-visible, .link-block[data-wf-focus-visible], .link-block:visited {
  color: #fff;
}

.section-11 {
  background-image: url('../images/Desktop---35.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 0;
}

.grid {
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .75fr .75fr .75fr;
  place-items: center;
}

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

.div-block-30 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.button {
  background-color: #f15f57;
}

.button:hover {
  background-color: #fdd70e;
}

.column-9 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-31 {
  z-index: 99;
  background-color: #f15f57;
  padding-top: 20px;
  padding-bottom: 20px;
  position: sticky;
  top: 0;
}

.text-block-23 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.text-block-23:active {
  color: #f5f5f5;
}

.text-block-23:focus {
  color: #fff;
}

.text-block-24 {
  color: #f5f5f5;
  font-family: Proxima Nova Font, sans-serif;
  font-size: .9rem;
}

.section-12 {
  height: 40vh;
}

.testimonial-card {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-slide-wrapper {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right:focus-visible, .testimonial-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-small {
  background-color: #fdd70e;
  border-bottom: 1px solid #e4ebf3;
  justify-content: center;
  padding: 80px 30px;
  display: flex;
  position: relative;
  overflow: visible;
}

.testimonial-author {
  margin-bottom: 2px;
}

.testimonial-icon-wrapper {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left:focus-visible, .testimonial-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.tagline {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

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

.slider-arrow-embed {
  color: #1a1b1f;
}

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

.testimonial-info {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.section-13 {
  background-color: #f15f57;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-25 {
  color: #fcf9e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.text-block-26 {
  color: #fcf9e8;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.image-7 {
  padding-bottom: 20px;
}

.text-block-27 {
  color: #fcf9e8;
  padding-top: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.text-block-28 {
  color: #fcf9e8;
}

.text-block-29 {
  color: #fcf9e8;
  text-align: right;
  padding-top: .5rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: .8rem;
}

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

.footer-wrapper-3 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-33 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  display: flex;
}

.nav-link-copy-3 {
  color: #fdd70e;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.faq-stripe-1-2 {
  background-color: #1b1b1b;
  width: 2px;
  height: 100%;
}

.c-faq-item-2 {
  cursor: pointer;
  background-color: #2220;
  border-top: 2px solid #00000052;
  border-bottom: 2px solid #0000;
  border-left: 3px solid #2ea07c00;
  margin-bottom: 10px;
  font-size: 1.2em;
  line-height: 1.6em;
}

.faq-stripe-2-2 {
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
}

.div-block-34 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.header {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 4em;
  line-height: 1em;
}

.accordion-item-a-text {
  color: #252e68;
  margin-bottom: 0;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.accordion-item-q-icon-stripe-1 {
  background-color: #343434;
  width: 100%;
  height: .3em;
  position: relative;
}

._w-accordion-content-divider {
  padding-left: 20px;
  padding-right: 20px;
}

._w-accordion-item-q {
  display: flex;
}

.accordion-content-divider {
  border-bottom: 1px dashed #3333;
  width: 100%;
  height: 0;
}

.cloneable-area-2 {
  max-width: 80%;
}

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

.accordion-item-q-icon-stripe-2 {
  background-color: #343434;
  width: .3em;
  height: 100%;
  position: absolute;
}

.accordion-item-q-text {
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
}

.subheader {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.2em;
  line-height: 1.4em;
}

.details {
  color: #888;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1em;
  line-height: 1.4em;
}

._w-accordion-item-a {
  padding: 20px 20px 30px 0;
}

.c-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.c-accordion-item {
  background-color: #fff0;
  border: 1px #000;
  margin-bottom: 10px;
}

.c-details {
  margin-bottom: 60px;
}

.c-accordion-item-a {
  overflow: hidden;
}

._w-accordion-item-q-icon {
  justify-content: center;
  align-items: center;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  position: relative;
}

.c-accordion-list {
  margin-bottom: 100px;
}

._w-accordion-item {
  cursor: pointer;
  border: 1px #fff;
  border-top: 2px solid #00000036;
  border-radius: 0;
  transition: all .25s;
}

._w-accordion-item:hover {
  box-shadow: none;
  border: 1px #5dc3a300;
  border-top: 2px solid #00000036;
}

.c-accordion-item-q-text {
  flex: 1;
  align-items: center;
  padding: 20px 20px 20px 0;
  display: flex;
}

.logos-without-title-2 {
  background-color: #f15f57;
  border-bottom: 1px solid #e4ebf3;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 60px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-three-2 {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three-2 {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.logos-title-large {
  background-color: #fcf9e8;
  border: 1px #000;
  padding: 0;
  display: none;
  position: relative;
}

.clients-title {
  color: #333333ba;
  text-align: center;
  margin: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mask-2 {
  min-height: 0;
}

.right-arrow-3, .left-arrow-3, .slide-nav-3 {
  display: none;
}

.mask-3 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 0;
  overflow: hidden;
}

.slider-3 {
  background-color: #ddd0;
  width: auto;
  max-width: 40rem;
  height: auto;
  max-height: none;
}

.slide {
  width: 100%;
  height: 100%;
}

._100-margin-top {
  margin-top: 100px;
}

.carousel-container-2 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.logo-container {
  background-color: #000;
  justify-content: space-around;
  min-width: 100.1%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container._2 {
  margin-left: -.1%;
}

.logo-image {
  height: 40px;
}

.logo-container-2 {
  background-color: #000;
  justify-content: space-around;
  min-width: 100.1%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.logo-container-2._2 {
  margin-left: -.1%;
}

.carousel-container {
  border-radius: 100px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.page {
  -webkit-text-fill-color: inherit;
  background-color: #150e9600;
  background-clip: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.marquee {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #2d2a2800;
  flex: none;
  align-self: center;
  align-items: center;
  width: auto;
  height: 140px;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll {
  margin-right: -70px;
}

.marquee-content.scroll.reverse {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 -3.75rem 0 0;
  padding: 20px 0;
  position: static;
  overflow: hidden;
}

.marquee-image {
  max-width: 80%;
  height: auto;
}

.section-14 {
  z-index: 120;
  background-color: #fcf9e8;
  margin: 0;
  padding-bottom: 0;
  position: relative;
}

.text-span, .text-span-2 {
  background-color: #fadc37;
  font-weight: 600;
}

.container-3-copy {
  width: 100%;
  max-width: 100%;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.image-8 {
  height: auto;
  max-height: none;
}

.div-block-36 {
  display: flex;
}

.div-block-37 {
  color: #fdd70e;
  align-self: flex-start;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
}

.subheroabout {
  color: #fadc37;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
}

.subheroabout-copy {
  color: #fadc37;
  padding-left: 0;
  padding-right: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
}

.mask-4 {
  width: 80%;
  padding-right: 20px;
  overflow: visible;
}

.cardwrapper-copy {
  background-color: #fdd70e;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  display: flex;
}

.slider-4 {
  display: none;
}

.cardwrapper-2-copy {
  background-color: #f15f57;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  display: flex;
}

.text-block-7-copy-copy {
  color: #fcf9e8;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

.html-embed {
  margin-bottom: 20px;
  padding: 0 0 20px;
}

.column-13, .column-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-9 {
  max-width: none;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.column-15 {
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.text-block-25-copy {
  color: #fcf9e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.slider-5 {
  background-color: #ddd0;
  height: auto;
}

.slide-nav-5, .right-arrow-5, .left-arrow-5 {
  display: none;
}

.text-span-3 {
  color: #fdd70e;
}

.container-17 {
  max-width: 1200px;
}

.text-span-4 {
  color: #fff;
  background-color: #f15f57;
}

.button-2 {
  background-color: #252e68;
  margin-top: 2rem;
  padding: 18px 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  box-shadow: 6px 6px #fdd70e;
}

.button-2:hover {
  box-shadow: 6px 6px 0 0 var(--color);
  color: #252e68;
  background-color: #fdd70e;
}

.text-block-30 {
  color: #fff9f9;
  font-family: Poppins, sans-serif;
  text-decoration: none;
}

.div-block-38 {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 30px;
  display: flex;
}

.div-block-38:hover {
  background-color: #fdd70e;
  transform: scale(1.2);
}

.div-block-38:active {
  background-color: #fdd70e;
}

.div-block-39 {
  color: #e4e4e4;
}

.image-10 {
  color: #f5f5f5;
  -webkit-text-stroke-color: #fff;
  background-color: #fdd70e00;
  width: 30px;
  max-width: none;
  height: 30px;
}

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

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

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

.nav-link-copy.w--current:hover {
  color: #f15f57;
}

.nav-link-copy {
  color: #252e68;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-copy:hover {
  color: #f15f57;
}

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

.nav-menu-two-copy-copy {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

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

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

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

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

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

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

.nav-link-copy-copy {
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link-copy-copy {
  color: #fcf9e8;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

.text-span-5 {
  text-decoration: none;
}

.mask-5 {
  width: 100%;
  max-width: 900px;
  margin: 0;
  padding-right: 0;
  overflow: visible;
}

.div-block-40 {
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: 0;
  padding: 20px;
  display: flex;
}

.text-block-31 {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 12px;
}

.text-block-32 {
  color: #f15f57;
  text-align: left;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.slider-6 {
  background-color: #ddd0;
  max-width: 940px;
}

.slide-2 {
  width: 100%;
  padding-right: 40px;
}

.slide-3, .slide-4 {
  width: 100%;
  padding-right: 20px;
}

.slide1 {
  width: 100%;
  padding-right: 40px;
}

.image-11 {
  max-width: none;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-36-copy {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.mask-6 {
  width: 100%;
  max-width: 940px;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}

.slide-5, .slide-6 {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.slider-7 {
  background-color: #ff1717ad;
}

.text-span-6 {
  color: #fdd70e;
}

.text-span-7 {
  color: #ffd900;
}

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

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

.btn-circle-secondary {
  color: #211f54;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  min-width: 64px;
  height: 64px;
  min-height: 64px;
  font-size: 26px;
  text-decoration: none;
  transition: border-color .3s, transform .3s, background-color .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 12px #14142b14;
}

.btn-circle-secondary:hover {
  color: #fff;
  background-color: #4a3aff;
  border-color: #4a3aff;
  transform: scale3d(.94, .94, 1.01);
}

.btn-circle-secondary.slider-arrow {
  margin-top: 0;
  margin-bottom: 0;
}

.btn-circle-secondary.slider-arrow.right---center-center {
  top: 50%;
  bottom: 0;
  right: -10px;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.right---center-center:hover {
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center {
  top: 50%;
  transform: translate(0, -50%);
}

.btn-circle-secondary.slider-arrow.left---center-center:hover {
  transform: translate(0, -50%);
}

.card {
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  box-shadow: 0 2px 7px #14142b0f;
}

.card.content-center {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  display: flex;
}

.card.content-center.testimonial-v6 {
  padding: 80px 98px;
}

.inner-container._800px {
  max-width: 800px;
}

.inner-container._800px.center {
  justify-content: flex-start;
  display: flex;
}

.inner-container._574px {
  max-width: 574px;
}

.mg-bottom-32px {
  margin-bottom: 32px;
}

.mg-top-16px {
  margin-top: 16px;
}

.avatar-circle {
  border-radius: 50%;
  width: 100%;
  overflow: hidden;
  transform: translate(0);
}

.avatar-circle._05 {
  width: 120px;
  max-width: 120px;
  height: 120px;
  max-height: 120px;
}

.avatar-circle._05.border-6px-white {
  border: 6px solid #fff;
  box-shadow: 0 8px 28px #14142b1a;
}

.slider-wrapper {
  background-color: #0000;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.text-200 {
  line-height: 20px;
}

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

.hidden-on-desktop {
  display: none;
}

.slider-mask {
  height: 100%;
}

.text-300 {
  font-size: 22px;
  line-height: 22px;
}

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

.slider-item-pd {
  text-align: center;
  padding: 15px;
  position: static;
  overflow: hidden;
}

.slider-wrapper-2 {
  background-color: #0000;
  height: 100%;
}

.container-default {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.text-301 {
  font-size: 22px;
  line-height: 22px;
}

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

.testimonial-stack {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.testimonial-card-three {
  text-align: center;
  background-color: #f5f7fa;
  padding: 64px 42px;
}

.testimonial-card-content {
  flex-direction: column;
  align-items: center;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.testimonial-card-heading {
  margin-bottom: 24px;
}

.testimonial-text-three {
  font-size: 24px;
  line-height: 32px;
}

.testimonial-info-four {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-image-2 {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-image-2.centered {
  width: 80px;
  height: 80px;
  margin-bottom: 16px;
  margin-right: 0;
}

.testimonial-author-name-three {
  margin-bottom: 10px;
}

.mask-7 {
  width: 100%;
  margin-right: 0;
  padding: 20px;
}

.slide-7, .slide-8 {
  width: 50%;
  margin-left: 10px;
  margin-right: 10px;
}

.slider-8 {
  width: 100%;
  max-width: 100%;
}

.section-15 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 176px;
  padding-bottom: 176px;
  display: flex;
}

.text-302 {
  line-height: 20px;
}

.container-default-2 {
  justify-content: center;
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.slider-item-pd-2 {
  text-align: center;
  padding: 15px;
}

.text-303 {
  line-height: 20px;
}

.container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.slider-item-pd-3 {
  padding: 15px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: static;
  inset: 0%;
}

.image-12 {
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.image-13 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
}

.image-14 {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.image-15 {
  margin-left: 10px;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 40px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed-2 {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.testimonial-slider-small-2 {
  background-color: #fdd70e;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-2 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slider-2 {
  background-color: #0000;
  max-width: 800px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-slide-wrapper-2 {
  max-width: 48%;
  margin-right: 4%;
}

.testimonial-card-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

.testimonial-info-2 {
  align-self: stretch;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.testimonial-author-2 {
  margin-bottom: 2px;
}

.tagline-2 {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 16px;
}

.testimonial-icon-wrapper-2 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.testimonial-slider-left-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -70px;
}

.testimonial-slider-left-2:focus-visible, .testimonial-slider-left-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.testimonial-slider-right-2 {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -70px;
}

.testimonial-slider-right-2:focus-visible, .testimonial-slider-right-2[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

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

.image-16 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 90px;
}

.image-17 {
  padding-right: 35px;
}

.image-18 {
  padding-right: 100px;
}

.image-19 {
  padding-left: 100px;
}

.section-16 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  height: 80vh;
  display: flex;
}

.mask-8 {
  width: 100%;
  max-width: 940px;
  overflow: visible;
  transform: translate(20%);
}

.slide-9 {
  width: 100%;
  margin: auto;
  padding: 20px;
}

.slide-10 {
  width: 100%;
  padding: 10px;
}

.slider-9 {
  overflow: visible;
}

.team-slider-2 {
  z-index: 150;
  background-color: #fdd70e;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.centered-heading-3 {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading-3 {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper-2 {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper-2 {
  width: 30%;
  margin-right: 5%;
  box-shadow: 0 0 0 -20px #0003;
}

.team-block-2 {
  background-color: #fff;
  border-radius: 20px;
  height: 30rem;
  padding-bottom: 0;
  overflow: hidden;
}

.team-member-image-two-2 {
  margin-bottom: 18px;
}

.team-block-info-2 {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two-2 {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text-2 {
  margin-bottom: 20px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow-2 {
  margin-bottom: 60px;
  margin-left: -100px;
  display: block;
}

.team-slider-nav-2 {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-slider-arrow-2-copy {
  margin-bottom: 60px;
  margin-left: 0;
  margin-right: -100px;
  display: block;
}

.navbar-no-shadow {
  z-index: 100;
  background-color: #f15f57;
  position: sticky;
  top: 0;
}

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

.container-regular {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.nav-link-2 {
  color: #232c62;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

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

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

.nav-link-2.w--current {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.nav-button-wrapper {
  margin-left: 120px;
}

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

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

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

.section-17 {
  background-image: url('../images/deets.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-17-copy, .section-17-copy-copy {
  background-image: url('../images/Desktop---35.png');
  background-position: 0 60%;
  background-size: auto;
  height: 60vh;
}

.webdesign {
  background-image: url('../images/deets.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
  display: block;
}

.creative-staretegy {
  background-image: url('../images/Desktop---35.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.infodesign {
  background-image: url('../images/deets.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content {
  background-image: url('../images/deets.png');
  background-position: 0 100%;
  background-size: cover;
  height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.carousel-container-2-2, .carousel-container-2-3 {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.columns-7 {
  align-items: center;
  padding: 0;
  display: flex;
}

.column-16 {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.column-17 {
  padding: 0 20px;
}

.div-block-42 {
  padding-top: 10px;
  padding-bottom: 20px;
}

.text-block-33 {
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
}

.text-block-34 {
  color: #f5f5f5;
  font-family: Proxima Nova Font, sans-serif;
  font-size: .9rem;
}

.text-block-35 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.image-20 {
  display: none;
}

.div-block-43 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: static;
  inset: 0% 0% 0;
}

.text-block-36 {
  color: #fdd70e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.text-block-37 {
  color: #e7e7e7;
}

.text-block-38 {
  color: #e9e9e9;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  line-height: 110%;
}

.text-block-39 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

.marquee-image-copy {
  max-width: 1000000%;
  height: auto;
}

.marimg-logo {
  direction: ltr;
  height: 5rem;
  margin-left: 26px;
  margin-right: 26px;
}

.socialmedialinks {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template: "Area Area"
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: column;
  place-content: stretch space-around;
  place-items: center baseline;
}

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

.image-21 {
  padding-left: 80px;
}

.container-20 {
  max-width: 1240px;
  margin: auto;
  display: block;
}

.div-block-44 {
  height: 100%;
}

.div-block-45 {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.container-21 {
  flex: none;
  align-self: flex-end;
  max-width: 940px;
  min-height: 800px;
}

.div-block-46 {
  height: 250px;
  margin-bottom: 0;
  padding-top: 20px;
}

.div-block-47 {
  height: 250px;
  padding-top: 20px;
}

.div-block-48 {
  height: 250px;
  margin-top: -20px;
}

.div-block-49 {
  height: 250px;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.page-copy {
  background-color: #2d2a28;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 50px;
  display: flex;
}

.mask-9 {
  height: auto;
  margin: auto;
}

.page-about {
  background-color: #f15f57;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 70px;
  min-height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.text-block-38-cop {
  color: #e9e9e9;
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  line-height: 150%;
}

.dropdown-2 {
  clear: none;
  border-bottom: 1px solid #5b6187;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 30px;
  display: flex;
}

.dropdown-toggle-2 {
  color: #999;
  border-bottom: 1px #9999996b;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.dropdown-link, .dropdown-link-2, .dropdown-link-3, .dropdown-link-4 {
  font-family: Proxima Nova Font, sans-serif;
}

.select-field {
  color: #fff;
  text-align: left;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff47;
  height: 60px;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.select-field:active {
  color: #fff9;
}

.braanding, .web-design, .creative, .info {
  background-image: url('../images/deets.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 60vh;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.braanding-copy {
  background-image: url('../images/deets.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  max-height: 60vh;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content-class {
  background-image: url('../images/deets.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 60vh;
  max-height: none;
  padding-top: 20px;
  padding-bottom: 40px;
  display: flex;
}

.container-22, .container-23 {
  max-width: 1200px;
}

.image-22 {
  max-width: none;
  height: auto;
}

.image-23 {
  max-width: none;
  height: 360%;
}

.image-24 {
  max-width: none;
  height: 80%;
}

.teamdeetsen, .container-25 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-block-35-copy {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
}

.text-block-35-logo {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
}

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

.image-25 {
  padding-left: 2px;
}

.marquee-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #f15f57;
  flex: none;
  align-self: center;
  align-items: center;
  width: auto;
  margin-bottom: 1rem;
  margin-left: 10px;
  margin-right: 10px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.marquee-content-copy {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content-copy.scroll.reverse, .marquee-content-copy.scroll-copy.reverse, .marquee-content-copy.scroll-copy.reverse-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: 1000%;
  margin-left: 35px;
  margin-right: 35px;
  padding: 20px 0;
}

.marimg-logo-copy {
  height: 60px;
  margin-left: 26px;
  margin-right: 26px;
}

.div-block-50 {
  background-image: url('../images/k-chandrasekhar.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: auto;
  min-height: 15rem;
  max-height: 15rem;
  overflow: hidden;
}

.div-block-51 {
  background-image: url('../images/kent.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 15rem;
  max-height: 15rem;
  overflow: hidden;
}

.div-block-52 {
  width: 100%;
  height: 16rem;
  overflow: hidden;
}

.div-block-53 {
  background-image: url('../images/Himajaaa.png');
  background-position: 50%;
  background-size: cover;
  height: 15rem;
}

.div-block-54 {
  background-image: url('../images/bhavna.png');
  background-position: 50%;
  background-size: contain;
  height: 15rem;
}

.div-block-55 {
  background-image: url('../images/WhatsApp_Image_2024-02-27_at_16.04.35-removebg-preview.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 15rem;
}

.div-block-56 {
  background-image: url('../images/Bhushan.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 15rem;
}

.container-26 {
  width: 100%;
  max-width: 1240px;
}

.div-block-52-copy {
  background-image: url('../images/raghu-chejarla.jpeg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: auto;
  min-height: 15rem;
  overflow: hidden;
}

.marquee-design {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #2d2a28;
  flex: none;
  align-self: center;
  align-items: center;
  width: auto;
  height: 140px;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  overflow: hidden;
}

.marquee-content-design {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content-design.scroll {
  margin-right: -70px;
}

.marquee-content-design.scroll.reverse {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 -80px 0 0;
  padding: 20px 0;
  position: static;
  overflow: hidden;
}

.marquee-content-design.scroll-copy-design {
  margin-right: -70px;
}

.marquee-content-design.scroll-copy-design.reverse, .marquee-content-design.scroll-copy-design.reverse-design {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: nowrap;
  flex: none;
  order: 0;
  justify-content: space-around;
  align-self: center;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  margin: 0 -80px 0 0;
  padding: 20px 0;
  position: static;
  overflow: hidden;
}

.div-block-57 {
  display: flex;
}

.marquee-copy {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  background-color: #2d2a2800;
  flex: none;
  align-self: center;
  align-items: center;
  width: 150%;
  height: 140px;
  margin: 0;
  padding: 1rem 0;
  display: flex;
  overflow: hidden;
}

.button-primary-3 {
  color: #252e68;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fcf9e8;
  margin-left: 5px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #fdd70e;
}

.button-primary-3:active {
  background-color: #fdd70e;
}

.nav-link-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-3:hover {
  color: #fdd70e;
}

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

.nav-link-3.w--current {
  color: #f6cf00;
}

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

.navbar-wrapper-3 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.navbar-logo-left-5 {
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.text-block-13-mob {
  color: #fcf9e8;
  text-align: left;
  padding-top: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  text-decoration: none;
  display: none;
}

.navbar-logo-left-2-blue {
  margin-bottom: 0;
}

.navbar-logo-left-5-blue {
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.text-block-35-logo-2 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  text-decoration: none;
}

.button-primary-4 {
  color: #252e68;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fcf9e8;
  margin-left: 5px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #fdd70e;
}

.button-primary-4:active {
  background-color: #fdd70e;
}

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

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: -5px;
  margin-left: 20px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 20px;
  display: flex;
}

.button-primary-5 {
  color: #252e68;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fcf9e8;
  margin-left: 5px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-5:hover {
  color: #fff;
  background-color: #fdd70e;
}

.button-primary-5:active {
  background-color: #fdd70e;
}

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

.navbar-logo-left-6 {
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

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

.button-primary-6 {
  color: #252e68;
  letter-spacing: 1px;
  text-transform: none;
  background-color: #fcf9e8;
  margin-left: 5px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #fdd70e;
}

.button-primary-6:active {
  background-color: #fdd70e;
}

.nav-link-4 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-4:hover {
  color: #fdd70e;
}

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

.nav-link-4.w--current {
  color: #f6cf00;
}

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

.navbar-logo-left-7 {
  margin-bottom: 0;
  display: block;
  overflow: visible;
}

.navbar {
  z-index: 999;
  background-color: #ddd0;
  margin-left: auto;
}

.container-33 {
  margin-top: 0;
}

.navbar-logo-left-8 {
  margin-bottom: -15vh;
}

.navbar-logo-left-container-2 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 1240px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: hidden;
}

.container-34 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

.nav-link-5 {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-5:hover {
  color: #fdd70e;
}

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

.nav-link-5.w--current {
  color: var(--color-3);
  display: block;
}

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

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

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

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

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

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

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

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

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

.nav-divider-2 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-7 {
  color: #252e68;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7:hover {
  color: #fff;
  background-color: #fdd70e;
}

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

.text-block-41 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-41-services {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.nav-link-5-services {
  color: var(--color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5-services:hover {
  color: #fdd70e;
}

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

.nav-link-5-services.w--current {
  color: var(--color-3);
}

.button-primary-7-services {
  color: #252e68;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7-services:hover {
  color: #fff;
  background-color: #fdd70e;
}

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

.button-primary-7-services.w--current:hover {
  background-color: #252e68;
}

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

.mob-magic {
  background-image: url('../images/Group-14279-1.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.container-35 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0 20px;
  display: flex;
}

.dropdown-5 {
  flex: 0 auto;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.dropdown-toggle-5 {
  background-color: #fff;
  height: 70px;
  padding: 10px 10px 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.dropdown-list-3 {
  display: block;
  position: static;
}

.text-block-42 {
  color: #1c1b6b;
  background-color: #f6cf00;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  background-color: #f15f57;
  margin-bottom: 0;
  padding: 20px;
  font-family: Proxima Nova Font, sans-serif;
}

.text-block-43 {
  align-self: center;
  padding-left: 10px;
}

.mob-magic-2 {
  background-color: #201ebe;
  background-image: url('../images/Group-14279-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: none;
}

.container-36 {
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  margin-top: auto;
  padding: 60px 20px;
  display: block;
}

.dropdown-6 {
  flex: 0 auto;
  justify-content: space-around;
  width: 60vw;
  margin-bottom: 20px;
  display: block;
  overflow: hidden;
}

.dropdown-toggle-6 {
  background-color: #fff;
  height: 70px;
  padding: 10px 10px 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  display: flex;
}

.text-block-44 {
  align-self: center;
  padding-left: 10px;
}

.text-block-45 {
  color: #1c1b6b;
  background-color: #f6cf00;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.column-22 {
  justify-content: center;
  padding-top: 20px;
  padding-right: 0;
  display: flex;
}

.column-23 {
  align-self: flex-start;
  padding-top: 20px;
  padding-left: 0;
}

.columns-8 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.container-37 {
  max-width: 1240px;
}

.image-26 {
  padding-bottom: 20px;
  display: block;
}

.text-block-46 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-27 {
  padding: 0;
}

.section-19 {
  background-color: #000;
  align-items: center;
  height: 80vh;
  padding-top: 0;
  display: flex;
}

.div-block-62 {
  padding-left: 40px;
}

.section-20 {
  background-image: url('../images/image-552.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.section-21 {
  background-color: #000;
  align-items: center;
  height: 600px;
  display: flex;
}

.container-38 {
  width: 100%;
  max-width: 1240px;
  padding: 10px;
}

.columns-9 {
  align-items: center;
  display: flex;
}

.text-block-47 {
  color: #fd6262;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 56px;
}

.text-block-48 {
  color: #fff;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 28px;
  line-height: 35.5px;
}

.column-24 {
  padding: 20px;
}

.list {
  color: #fff;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.div-block-63 {
  background-color: #fff;
  padding: 20px;
}

.div-block-60-copy {
  color: #000;
  background-color: #fff;
  padding: 20px;
}

.list-copy {
  color: #000;
  padding-top: 20px;
  padding-left: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.container-39 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1240px;
  height: 100%;
  font-size: 1rem;
  display: flex;
}

.text-block-49 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-64 {
  border-bottom: 1px solid #636363;
  align-items: center;
  height: 70px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-50 {
  color: #f15f57;
  font-family: Poppins, sans-serif;
  font-size: 27px;
  font-weight: 700;
}

.div-block-65, .div-block-66 {
  background-color: #161616;
  padding: 20px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  height: 80%;
  padding: 20px;
}

.section-22 {
  background-color: #000;
  height: 100vh;
}

.text-block-51 {
  font-family: Proxima Nova Font, sans-serif;
  font-size: 28px;
  line-height: 35.5px;
}

.text-block-52 {
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-67 {
  align-items: center;
  height: 80%;
  padding: 20px;
  display: flex;
}

.container-40 {
  flex-direction: column;
  justify-content: space-between;
  max-width: 1240px;
  height: 100%;
  display: flex;
}

.column-25 {
  padding-top: 40px;
}

.text-block-53 {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 150%;
}

.section-23 {
  height: auto;
}

.columns-10 {
  height: 80%;
}

.div-block-68 {
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-24 {
  background-color: #000;
  height: 600px;
}

.container-41 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.text-block-45-copy {
  color: #fff8f8;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
}

.div-block-69 {
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: auto;
  padding: 10px;
  display: flex;
}

.text-block-54 {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 35px;
}

.section-25 {
  background-image: url('../images/Rectangle-85.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: auto;
  max-width: none;
  height: 1200px;
  min-height: auto;
  max-height: none;
}

.section-26 {
  background-color: #161616;
  height: 600px;
}

.container-42 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1240px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.columns-11 {
  width: 100%;
  max-width: none;
}

.div-block-70 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-28 {
  padding: 20px;
}

.text-block-48-copy {
  color: #fff;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 35px;
}

.section-27 {
  background-color: #000;
  height: auto;
}

.container-43 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  padding: 60px;
  display: flex;
}

.image-29 {
  width: 100%;
  padding: 40px;
}

.section-28 {
  height: 70vh;
}

.container-32-copy {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.image-30 {
  width: 100%;
  padding: 40px;
}

.text-block-55 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.div-block-71 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.text-block-56 {
  color: #252e68;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.slider-10 {
  display: none;
}

.mask-10 {
  width: 80%;
  padding-right: 20px;
  overflow: visible;
}

.column-26 {
  padding: 10px;
}

.container-44 {
  max-width: 1240px;
}

.column-27 {
  padding: 10px;
}

.cardwrapper-3 {
  background-color: #fdd70e;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardwrapper-3:hover {
  background-color: #fdd70eab;
}

.text-block-57 {
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

.image-31 {
  border-radius: 1rem;
}

.success-expeditions-copy {
  background-color: #fcf9e8;
  max-height: 600px;
  margin: 0;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.column-28 {
  padding: 10px;
}

.cardwrapper-4 {
  background-color: #f15f57;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardwrapper-4:hover {
  background-color: #f15f57d6;
}

.column-29 {
  padding: 10px;
}

.cardwrapper-2-copy-2 {
  background-color: #f15f57;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 100%;
  min-height: 0;
  padding: 1rem;
  display: flex;
}

.div-block-73 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.text-block-58 {
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.text-block-8-3 {
  color: #fcf9e8;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.div-block-74 {
  border-bottom: 1.5px solid #252e68;
  justify-content: space-between;
  padding-bottom: 1rem;
  display: flex;
}

.text-block-59 {
  color: #fcf9e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.section-29 {
  z-index: 180;
  background-color: #f15f57;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: relative;
}

.text-block-60 {
  color: #fff;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.container-45 {
  flex: 1;
}

.text-span-8 {
  color: #fdd70e;
}

.image-32 {
  color: #f5f5f5;
  -webkit-text-stroke-color: #fff;
  background-color: #fdd70e00;
}

.div-block-75 {
  color: #e4e4e4;
}

.div-block-76 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two-copy-3 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.text-span-9 {
  text-decoration: none;
}

.nav-link-6 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-6:hover {
  color: #fdd70e;
}

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

.nav-link-6.w--current {
  color: #f6cf00;
}

.div-block-77 {
  padding-left: 20px;
}

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

.text-block-61 {
  color: #fcf9e8;
  text-align: left;
  padding-top: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.text-span-10 {
  color: #fdd70e;
}

.socialmedialinks-2 {
  grid-template: "Area"
  / 1fr 1fr 1fr 1fr 1fr;
}

.text-block-62 {
  color: #fcf9e8;
  text-align: right;
  padding-top: .5rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: .7rem;
}

.image-33 {
  padding-bottom: 20px;
}

.text-block-63 {
  color: #fcf9e8;
  font-size: 1rem;
}

.text-span-11 {
  color: #ffd900;
}

.footer-wrapper-4 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.list-item {
  font-size: 1rem;
}

.columns-13 {
  display: none;
}

.back-to-top-wrapper {
  z-index: 999999;
  background-color: #252e68;
  border: 5px solid #fbd10f;
  border-radius: 50%;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin: -60px 0 0% auto;
  text-decoration: none;
  display: flex;
  position: sticky;
  inset: auto 1.5% 2% auto;
  overflow: visible;
}

.text-block-65 {
  color: #fff;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 24px;
  overflow: visible;
}

.preloader {
  z-index: 9999;
  background-color: #bf2d2d00;
  justify-content: center;
  align-items: flex-end;
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: 100%;
  max-height: none;
  margin: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.background-video {
  width: 100%;
  height: 100vh;
  display: none;
}

.main_content {
  display: block;
  background-color: #ff0;
  position:justify;
}

.background-video-2 {
  display: none;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.lottie-animation-2 {
  width: auto;
  min-width: 100vw;
  height: 100vh;
  min-height: auto;
  max-height: none;
  margin: 0;
  display: none;
  position: relative;
  left: 0;
  right: 0;
}

.background-video-3 {
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  height: auto;
  min-height: auto;
  max-height: none;
  margin: 0;
  display: none;
}

.background-video-4 {
  display: none;
}

.lottie-animation-3 {
  width: auto;
  max-width: none;
  height: auto;
  max-height: 100%;
  margin: 0 auto;
  position: relative;
  inset: 0%;
}

.text-block-41-copy-services {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

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

.nav-link-5-copy.w--current, .list-item-2, .list-item-3, .list-item-4, .list-item-5, .list-item-6, .list-item-7, .list-item-8, .list-item-9 {
  display: none;
}

.text-field-copy {
  color: #fff;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #d3d3d357;
  height: 120px;
  margin-bottom: 10px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.textarea {
  color: #fff;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff47;
  height: auto;
  min-height: 120px;
  padding-top: 15px;
  padding-left: 2px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
}

.background-video-5, .lottie-animation-4, .background-video-6, .div-block-79, .background-video-7 {
  display: none;
}

.background-video-8 {
  min-height: 100vh;
}

.section-30 {
  height: 100vh;
  margin-top: -10vh;
  overflow: hidden;
}

.container-47 {
  height: 99%;
  overflow: visible;
}

.columns-14 {
  height: 100%;
}

.column-34 {
  color: #4b1c1d;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.column-35 {
  align-items: center;
  height: 100%;
  display: flex;
}

.image-34 {
  max-width: none;
  max-height: 80vh;
  margin: -20% -20% -20% 0%;
}

.text-block-66 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 130%;
}

.text-block-67 {
  color: #e44645;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.section-31 {
  height: 80vh;
}

.container-48 {
  background-image: url('../images/Rectangle-1907.png');
  background-position: 0 0;
  background-size: auto;
  flex-direction: row-reverse;
  justify-content: center;
  max-width: 1199px;
  height: 100%;
  display: flex;
}

.columns-15 {
  background-color: #161616;
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.column-36 {
  background-image: url('../images/02-Free-iPhone-15-Pro-On-Rock-Mockup-1.png');
  background-position: 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.column-37 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  padding-left: 40px;
  display: flex;
}

.text-block-68 {
  color: #fffdd4;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-right: 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 130%;
}

.sec-3 {
  height: 100vh;
}

.text-block-69 {
  color: #4b1c1d;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 200;
  line-height: 120%;
}

.text-block-70 {
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.bold-text {
  color: #ed1c24;
}

.text-block-71 {
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

.div-block-80 {
  width: 100%;
}

.text-block-72 {
  color: #49191b;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
}

.text-block-73 {
  color: #491a1c;
  font-size: 1rem;
}

.section-32 {
  height: auto;
}

.container-49 {
  background-image: url('../images/Composition-Recovered-1-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  max-width: 1200px;
  height: 100%;
}

.container-50 {
  max-width: 1200px;
}

.text-block-74 {
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 130%;
}

.column-34-copy {
  color: #4b1c1d;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-75 {
  color: #e64545;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.text-block-76 {
  font-size: .8rem;
  line-height: 130%;
}

.div-block-81 {
  padding-top: 0;
  padding-bottom: 20px;
}

.image-35 {
  width: 100%;
}

.section-33 {
  margin-bottom: 10px;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.image-36 {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 350px;
}

.image-37 {
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
}

.columns-16 {
  width: auto;
  max-width: none;
  height: auto;
  margin: 0;
  overflow: visible;
}

.column-38 {
  background-color: #000;
  justify-content: center;
  align-items: center;
  height: 800px;
  min-height: 100%;
  padding-left: 0;
  padding-right: 10px;
  display: flex;
}

.column-39 {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-left: 10px;
  padding-right: 0;
  display: flex;
}

.div-block-82 {
  background-image: url('../images/Group-14459.png');
  background-position: 0 0;
  background-size: auto;
  height: 50%;
  padding-bottom: 10px;
}

.div-block-82-copy {
  background-image: url('../images/Group-14460.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 50%;
  padding-bottom: 10px;
}

.image-38 {
  height: 400px;
  padding-bottom: 5px;
}

.div-block-83 {
  overflow: hidden;
}

.image-39 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.image-40 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-84 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.text-block-77 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 150%;
}

.text-block-78 {
  text-align: right;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.image-41 {
  width: 100%;
  height: 100%;
  padding-top: 20px;
}

.image-42 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-43 {
  height: 400px;
  padding-top: 5px;
  padding-bottom: 0;
}

.div-block-85 {
  height: auto;
  margin-bottom: 10px;
}

.background-video-9 {
  width: 100%;
  height: auto;
  min-height: 800px;
  margin-top: 10px;
  margin-bottom: 0;
  padding-top: 0;
}

.background-video-10 {
  height: 700px;
  min-height: auto;
  max-height: none;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 0;
}

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

.navbar-logo-left-8-copy {
  margin-bottom: -15vh;
}

.text-block-72-copy {
  color: #49191b;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  display: none;
}

.text-block-73-copy {
  color: #491a1c;
  font-size: 1rem;
  display: none;
}

.image-44 {
  display: none;
}

.div-block-86 {
  flex-direction: column;
  display: flex;
}

.image-45 {
  width: 100%;
  max-width: none;
}

.image-46 {
  padding-bottom: 20px;
}

.div-block-87 {
  background-image: url('../images/Free-Premium-Corporate-Brand-Identity-Mockup-PSD-Bundle-by-GraphicsFamily.png');
  background-position: 50%;
  background-size: cover;
}

.div-block-88 {
  background-image: url('../images/Free_Billboard_Mockup_1.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 400px;
}

.div-block-89 {
  background-image: url('../images/perspective-android-mobile-phone-mockup-1.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 400px;
}

.column-40 {
  flex-direction: column;
  display: flex;
}

.div-block-90 {
  background-image: url('../images/Free-Premium-Corporate-Brand-Identity-Mockup-PSD-Bundle-by-GraphicsFamily.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  min-height: 800px;
}

.div-block-91 {
  background-image: url('../images/3D-Glass-Icon-Mockup.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  min-height: 400px;
  margin-bottom: 10px;
}

.div-block-92 {
  background-image: url('../images/iPhone-15-Pro.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 400px;
}

.column-41 {
  min-height: 799px;
}

.columns-17 {
  padding-top: 20px;
  padding-bottom: 10px;
}

.div-block-93 {
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-94 {
  background-image: url('../images/WhatsApp-Image-2024-03-07-at-16.29.31.jpeg');
  background-position: 50%;
  background-size: cover;
  height: 70vh;
  margin-top: 20px;
  padding-top: 0;
}

.container-49-copy {
  background-image: url('../images/9052116_776-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 1200px;
  height: 100%;
}

.columns-15-copy {
  background-color: #3b080a;
  flex-direction: row;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.column-36-copy {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.image-44-copy {
  display: none;
}

.column-36-mad {
  background-image: url('../images/img14-removebg-preview-1.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.columns-15-mad {
  background-color: #161616;
  background-image: url('../images/Frame-14433.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: row;
  max-width: 100%;
  height: auto;
  display: flex;
}

.text-block-70-mad {
  color: #ed1c24;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
}

.text-block-75-mad {
  color: #e44645;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
}

.image-47 {
  width: 100%;
  max-width: 1200px;
}

.div-block-98 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.image-48 {
  width: 100%;
}

.div-block-90-mad {
  background-image: url('../images/French-Fries-Packaging-Mockup.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  min-height: 800px;
}

.div-block-91-mad {
  background-image: url('../images/Burger_Box_Mockup_3.png');
  background-position: 0 0;
  background-size: cover;
  height: auto;
  min-height: 400px;
  margin-bottom: 10px;
}

.column-38-mad {
  background-color: #d92129;
  justify-content: center;
  align-items: center;
  height: 800px;
  min-height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-40-copy-mad {
  padding-top: 20px;
  padding-bottom: 10px;
}

.image-49 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-99 {
  width: 100%;
}

.div-block-100 {
  height: auto;
  padding-bottom: 0;
}

.image-50 {
  margin-bottom: -120px;
  padding-bottom: 0;
}

.image-51 {
  margin-bottom: 10px;
}

.div-block-92-cros {
  background-image: url('../images/3D-Glass-Logo-Mockup-Free-Download.png');
  background-position: 0 0;
  background-size: auto;
  min-height: 400px;
}

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

.text-block-78-copy {
  text-align: right;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: .8rem;
  font-weight: 500;
}

.navbar-logo-left-9-white {
  height: auto;
  max-height: 10vh;
  margin-top: 0%;
}

.navbar-logo-left-container-3 {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container-3.shadow-three {
  color: #ff0;
  background-color: #0000;
  width: 100%;
  max-width: 1240px;
  margin-bottom: 0;
  padding: 0;
}

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

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

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

.nav-link-7 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

.nav-divider-3 {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent-3 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

.menu-button-6 {
  padding: 0;
}

.text-block-41-blue {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.nav-link-5-blue {
  color: var(--color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-5-blue:hover {
  color: #fdd70e;
}

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

.nav-link-5-blue.w--current {
  color: var(--color-3);
  display: block;
}

.nav-link-5-copy {
  color: var(--color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
}

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

.button-primary-7-blue {
  color: #252e68;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  border: 1px solid #252e68;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-7-blue:hover {
  color: #fff;
  background-color: #fdd70e;
}

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

.nav-link-5-copy {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-5-copy:hover {
  color: #fdd70e;
}

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

.nav-link-5-copy.w--current {
  color: var(--color-3);
  display: block;
}

.nav-link-5-copy-mob {
  color: var(--white);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-5-copy-mob:hover {
  color: #fdd70e;
}

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

.nav-link-5-copy-mob.w--current {
  color: var(--color-3);
  display: none;
}

.nav-bar-dark {
  height: auto;
  max-height: 10vh;
  margin-top: 0%;
}

.nav-link-5-blue-mob {
  color: var(--color);
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-5-blue-mob:hover {
  color: #fdd70e;
}

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

.nav-link-5-blue-mob.w--current {
  color: var(--color-3);
  display: block;
}

.container-52 {
  max-width: 1200px;
}

.text-block-79 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 31px;
}

.columns-18 {
  display: flex;
}

.column-46 {
  align-self: center;
}

.section-34 {
  padding-top: 0;
  padding-bottom: 40px;
}

.columns-19 {
  height: 100%;
}

.image-52, .image-53 {
  height: 350px;
}

.column-47 {
  padding-right: 0;
}

.container-53 {
  justify-content: center;
  align-items: stretch;
  max-width: 1200px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.columns-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.image-54 {
  padding-bottom: 20px;
}

.image-55 {
  margin-right: 30px;
  padding-right: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

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

.code-embed {
  color: #e9e9e9;
  letter-spacing: 0;
  column-count: auto;
  overflow-wrap: normal;
  border: 0 solid #bd6969;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-style: normal;
  line-height: 150%;
  text-decoration: none;
  position: static;
  overflow: visible;
}

.code-embed-2 {
  background-color: #152547;
}

.tabs-menu {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #be6666;
  background-image: url('../images/Navbar-Logo-Left.png');
  background-position: 0 0;
  background-size: auto;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.tab-link-tab-2, .tab-link-tab-2:hover {
  background-color: #9e2e2e;
}

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

.tab-link-tab-1.w--current {
  background-color: #9e2e2e;
}

.text-block-80, .text-block-81 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.div-block-101 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.text-block-82 {
  color: #fdd70e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

.div-block-102 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 2.5rem;
  display: flex;
}

.text-block-83 {
  color: #fdd70e;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 100%;
}

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

.container-54 {
  flex: none;
  align-self: flex-end;
  max-width: 940px;
  min-height: 800px;
}

.text-block-84 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.image-59 {
  padding-left: 80px;
}

.navbar-logo-left-9-white-2 {
  background-image: url('../images/Navbar-Logo-Left.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  max-height: 10vh;
  margin-top: 0%;
}

.heading-4 {
  color: #fff;
  font-size: 2rem;
}

.heading-5 {
  color: #fdd70e;
  height: auto;
  margin: auto;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.mask-11 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 0;
  overflow: hidden;
}

.slider-11 {
  color: #fff;
  background-color: #0000;
  height: 500px;
  margin-top: 52px;
}

.image-60 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 90px;
}

.nav-link-5-copy-mob-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-5-copy-mob-2:hover {
  color: #fdd70e;
}

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

.nav-link-5-copy-mob-2.w--current {
  color: #d63f3f;
  display: none;
}

.div-block-103 {
  height: 250px;
  margin-top: -20px;
}

.div-block-104 {
  color: #e4e4e4;
}

.container-55 {
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  margin-top: auto;
  padding: 60px 20px;
  display: block;
}

.button-3 {
  background-color: #252e68;
  margin-top: 2rem;
  padding: 18px 30px;
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  box-shadow: 6px 6px #fdd70e;
}

.button-3:hover {
  color: #252e68;
  background-color: #fdd70e;
  box-shadow: 6px 6px #252e68;
}

.div-block-105 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rich-text-block {
  opacity: 1;
  mix-blend-mode: normal;
  background-image: url('../images/Rectangle-105.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  font-family: Poppins, sans-serif;
  overflow: scroll;
}

.column-52 {
  padding: 10px;
}

.div-block-106 {
  height: 100%;
}

.column-53 {
  padding: 10px;
}

.mob-magic-3 {
  background-color: #201ebe;
  background-image: url('../images/Group-14279-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: none;
}

.cardwrapper-5 {
  background-color: #f15f57;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  height: 350px;
  min-height: 0;
  padding: 1rem;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardwrapper-5:hover {
  background-color: #f15f57d6;
}

.text-block-85 {
  align-self: center;
  padding-left: 10px;
}

.column-54 {
  padding: 10px;
}

.text-block-86 {
  color: #fcf9e8;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 100%;
}

.div-block-107 {
  color: #fff;
  padding: 0 40px;
  font-family: Poppins, sans-serif;
}

.left-arrow-6 {
  display: none;
}

.text-block-87 {
  color: #000;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.div-block-108 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.list-2 {
  font-size: 20px;
}

.text-block-88 {
  color: #fcf9e8;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1.12rem;
}

.section-5 {
  z-index: 180;
  background-color: #f15f57;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: static;
}

.container-57 {
  flex: 1;
}

.div-block-109 {
  height: 250px;
  margin-bottom: 0;
  padding-top: 20px;
}

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

.slider-12 {
  display: none;
}

.image-61 {
  color: #f5f5f5;
  -webkit-text-stroke-color: #fff;
  background-color: #fdd70e00;
  width: 30px;
  max-width: none;
  height: 30px;
}

.slide-13 {
  opacity: 1;
  background-image: url('../images/Rectangle-105.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-110 {
  border-bottom: 1.5px solid #252e68;
  justify-content: space-between;
  padding-bottom: 1rem;
  display: flex;
}

.div-block-111 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: static;
  inset: 0% 0% 0;
}

.image-62 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.main_content-2 {
  background-image: url('../images/Desktop---19-2.png');
  background-position: 0 0;
  background-size: auto;
  height: auto;
  display: block;
}

.div-block-112 {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.image-63 {
  margin-left: 10px;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.image-64 {
  padding-right: 100px;
}

.text-span-12 {
  color: #fdd70e;
}

.cardwrapper-6 {
  background-color: #fdd70e;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  height: 350px;
  min-height: 0;
  padding: 1rem;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px 5px #0003;
}

.cardwrapper-6:hover {
  background-color: #fdd70eab;
}

.container-59 {
  opacity: .98;
  flex-flow: wrap;
  margin-top: -3px;
  display: block;
}

.nav-link-5-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-5-2:hover {
  color: #fdd70e;
}

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

.nav-link-5-2.w--current {
  color: #d63f3f;
  display: block;
}

.text-block-89 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.announcements {
  background-image: url('../images/Desktop---19-2.png');
  background-color:#ff0;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  margin: 3vh 0 0;
  display: flex;
  position: static;
}

.div-block-113 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.container-60 {
  max-width: 1240px;
  margin: auto;
  display: block;
}

.text-block-90 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
}

.paragraph-2 {
  font-size: 18px;
}

.image-65 {
  border-radius: 1rem;
}

.slide-14 {
  width: 100%;
  height: 100%;
}

.slider-13 {
  background-color: #ddd0;
  width: auto;
  max-width: 40rem;
  height: auto;
  max-height: none;
}

.button-primary-9 {
  color: #252e68;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-9:hover {
  color: #fff;
  background-color: #fdd70e;
}

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

.div-block-116 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.mask-12 {
  width: 80%;
  padding-right: 20px;
  overflow: visible;
}

.div-block-117 {
  height: 250px;
  padding-top: 20px;
}

.container-61 {
  width: 100%;
  max-width: none;
  margin-top: .1rem;
  margin-bottom: .1rem;
}

.text-block-91 {
  color: #1c1b6b;
  background-color: #f6cf00;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.right-arrow-6 {
  display: none;
}

.div-block-118 {
  height: auto;
  margin-bottom: 0;
  padding-bottom: 1rem;
}

.text-block-92 {
  color: #fff;
  text-align: justify;
  margin-top: 31px;
  padding-top: 25px;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 35px;
  font-weight: 500;
  line-height: 50px;
  overflow: auto;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: static;
  inset: 0%;
}

.text-block-93 {
  color: #fcf9e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.image-66 {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}

.heading-6 {
  color: #fcf9e8;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: .5rem;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.slide-15 {
  opacity: 1;
  font-family: Poppins, sans-serif;
}

.image-67 {
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  position: static;
}

.section-35 {
  text-align: center;
  background-image: url('../images/deets.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  min-height: 900px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
  position: static;
}

.column-55 {
  padding: 10px;
}

.div-block-119 {
  height: 250px;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-36 {
  background-color: #fdd70e;
  height: 100%;
  min-height: 600px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-block-94 {
  color: #252e68;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.text-block-95 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 100%;
}

.text-block-96 {
  color: #fff;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.text-block-8-4 {
  color: #fcf9e8;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 100%;
}

.text-span-13 {
  text-decoration: none;
}

.text-block-97 {
  color: #fcf9e8;
  text-align: left;
  padding-top: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
  text-decoration: none;
}

.footer-wrapper-5 {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-block-98 {
  color: #fcf9e8;
  text-align: right;
  padding-top: .5rem;
  font-family: Poppins, sans-serif;
  font-size: .7rem;
}

.text-block-99 {
  color: #fcf9e8;
  font-size: 1rem;
}

.text-span-14 {
  color: #ffd900;
}

.nav-link-8 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-8:hover {
  color: #fdd70e;
}

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

.nav-link-8.w--current {
  color: #f6cf00;
}

.text-span-15 {
  color: #fdd70e;
}

.nav-menu-two-copy-4 {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 20px;
  display: flex;
}

.div-block-120 {
  padding-left: 20px;
}

.image-68 {
  padding-bottom: 20px;
}

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

.columns-22 {
  display: none;
}

.container-63 {
  flex: none;
  align-self: flex-end;
  max-width: 940px;
  min-height: 800px;
}

.image-69 {
  padding-left: 80px;
}

.scroolred {
  opacity: 1;
  color: #fff;
  text-align: center;
  overflow-wrap: break-word;
  mix-blend-mode: luminosity;
  background-color: #0000;
  width: 100%;
  margin-top: 3px;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 30px;
  overflow: hidden;
}

.navbar-logo-left-9-white-3 {
  background-color: #fdd70e;
  height: auto;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.mask-13 {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  padding: 0;
  overflow: hidden;
}

.image-70 {
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 90px;
}

.nav-link-5-copy-mob-3 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-5-copy-mob-3:hover {
  color: #fdd70e;
}

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

.nav-link-5-copy-mob-3.w--current {
  color: #d63f3f;
  display: none;
}

.div-block-121 {
  height: 250px;
  margin-top: -20px;
}

.announcements-2 {
  background-image: url('../images/Desktop---19-2.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100vh;
  margin: 0 0 0;
  display: block;
  position: static;
}

.text-block-101 {
  color: #d63f3f;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 100%;
}

.text-block-101.logo2 {
  color: #d63f3f;
  text-align: right;
  flex: 0 auto;
  margin-top: 24px;
  font-size: 20px;
  position: static;
}

.div-block-122 {
  color: #e4e4e4;
}

.container-64 {
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  height: 100%;
  margin-top: auto;
  padding: 60px 20px;
  display: block;
}

.div-block-123 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-primary-10 {
  color: #d63f3f;
  letter-spacing: 2px;
  text-transform: capitalize;
  background-color: #fff;
  border-radius: 8px;
  margin-left: 10px;
  padding: 12px 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-10:hover {
  color: #fff;
  background-color: #fdd70e;
}

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

.button-primary-10.w--current {
  text-align: right;
}

.div-block-124 {
  height: 100%;
}

.mob-magic-4 {
  background-color: #201ebe;
  background-image: url('../images/Group-14279-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  display: none;
}

.text-block-102 {
  align-self: center;
  padding-left: 10px;
}

.heading-7 {
  color: #fdd70e;
  width: auto;
  height: auto;
  margin: 48px -52px auto auto;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
  display: block;
}

.navbar-brand-6 {
  display: flex;
}

.navbar-brand-6.w--current {
  background-color: #0000;
  display: flex;
}

.text-block-103 {
  color: #fcf9e8;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 2px;
  font-family: Poppins, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 100%;
}

.left-arrow-7 {
  display: none;
}

.text-block-104 {
  color: #fcf9e8;
  margin-top: 0;
  padding-top: 1rem;
  padding-bottom: 0;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1.12rem;
}

.section-37 {
  z-index: 180;
  background-color: #f15f57;
  justify-content: space-between;
  align-items: center;
  height: 40vh;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: flex;
  position: static;
}

.container-65 {
  flex: 1;
}

.div-block-125 {
  height: 250px;
  margin-bottom: 0;
  padding-top: 20px;
}

.heading-8 {
  color: #fcf9e8;
  height: auto;
  margin: 0;
  padding-top: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 4.5rem;
  line-height: 100%;
}

.image-71 {
  color: #f5f5f5;
  -webkit-text-stroke-color: #fff;
  background-color: #fdd70e00;
  width: 30px;
  max-width: none;
  height: 30px;
}

.div-block-126 {
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 10px;
  position: static;
  inset: 0% 0% 0;
}

.image-72 {
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.div-block-127 {
  justify-content: center;
  align-items: center;
  min-height: 800px;
  display: flex;
}

.image-73 {
  margin-left: 10px;
  margin-right: -10px;
  padding-top: 0;
  padding-bottom: 40px;
  position: relative;
}

.container-66 {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-74 {
  padding-right: 100px;
}

.text-span-16 {
  color: #fdd70e;
}

.text-block-105 {
  color: #252e68;
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 700;
}

.container-67 {
  max-width: 1240px;
  margin: auto;
  display: block;
}

.nav-link-5-3 {
  color: #d63f3f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  display: block;
}

.nav-link-5-3:hover {
  color: #fdd70e;
}

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

.nav-link-5-3.w--current {
  color: #d63f3f;
  display: block;
}

.div-block-128 {
  margin-top: -47px;
}

.slide-16 {
  width: 100%;
  height: 100%;
}

.main_content-3 {
  height: auto;
  display: block;
}

.div-block-129 {
  color: #fff;
  margin-top: 0;
  padding: 0;
  font-family: Poppins, sans-serif;
}

.div-block-130 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.navbar-wrapper-7 {
  color: #fdd70e;
  background-color: #ff0;
  justify-content: space-between;
  align-items: center;
  display: block;
}

.div-block-131 {
  height: 250px;
  padding-top: 20px;
}

.container-68 {
  width: 100%;
  max-width: 1240px;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.text-block-106 {
  color: #1c1b6b;
  background-color: #f6cf00;
  padding: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  font-weight: 600;
}

.right-arrow-7 {
  display: none;
}



.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-content: center;
  justify-items: center;
  height: auto;
  min-height: 0;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  position: static;
  inset: 0%;
}

.text-block-107 {
  color: #fcf9e8;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: Poppins, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 100%;
}

.image-75 {
  margin-left: 10px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
}
 body {
    /* Centering the page horizontally and vertically */
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center;    /* Centers vertically */
    min-height: 100vh;      /* Ensures body takes at least full viewport height */
    margin: 0;
    background-color: #ff0; /* Added: Light yellow background */
    padding: 20px; /* Add some padding around the content */
    box-sizing: border-box; /* Include padding in the element's total width and height */
  }

  .div-block-129 {
    width: 100%;
    max-width: 210mm; /* A4 width is 210mm. You can adjust this slightly. */
    background-color: #d63f3f; /* White background for the content area */
    padding: 25mm; /* A4 padding for top/bottom/sides, adjust as needed */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* Optional: subtle shadow for the "page" */
    box-sizing: border-box;
  }

  .div-block-132 {
    display: flex;
    flex-direction: column;
    gap: 20px; /* This creates space between each heading-9 div */
  }


.heading-form {
   
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #333;
    margin-bottom: 5px;
    display: block; /* Make labels take their own line */
}
  .heading-9 {
  font-family: Arial, sans-serif; /* Example font */
  line-height: 1.6;
  color: #333;
  text-align: justify; /* Justify text for a cleaner look like a document */

  /* Added: Light red transparent background */
  background-color: #fad707; /* RGB for Tomato red with 10% opacity */
  padding: 10px; /* Add some padding inside each heading-9 div for better visual */
  border-radius: 8px; /* Slightly rounded corners */

  /* Added: Subtle "float" effect */
  transition: transform 0.2s ease, box-shadow 0.2s ease; /* Smooth transition for hover effect */
}

/* Added: Hover effect for the "float" */
.heading-9:hover {
  transform: translateY(-3px); /* Lifts the element slightly */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Adds a stronger shadow when hovered */
}

/* Optional: Adjust font size for better readability on desktop */
@media (min-width: 768px) {
  .heading-9 {
    font-size: 16px;
  }
}

.heading-9.bld {
  font-weight: bold;
}
.contact-form {
    background-color: #f9f9f9; /* Slightly different background for the form area */
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    gap: 15px; /* Space between form elements */
    margin-top: 20px; /* Space above the form */
  }

  .contact-form label {
    font-family: Arial, sans-serif;
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    display: block; /* Make labels take their own line */
  }

  .contact-form input[type="text"],
  .contact-form input[type="email"],
  .contact-form input[type="tel"] {
    width: calc(100% - 20px); /* Adjust width to account for padding */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box; /* Include padding and border in the element's total width */
  }

  .contact-form button {
    background-color: #4CAF50; /* Green submit button */
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 18px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    align-self: flex-end; /* Align button to the right */
  }

  .contact-form button:hover {
    background-color: #45a049;
  }

  .form-group {
    margin-bottom: 10px; /* Space between each form field group */
  }
.image-76 {
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
  position: static;
}

.section-38 {
  text-align: center;
  background-image: url('../images/deets.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: space-around;
  align-items: flex-start;
  height: auto;
  min-height: 900px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  display: block;
  position: static;
}

.div-block-133 {
  height: 250px;
  margin-top: -20px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.section-39 {
  background-color: #fdd70e;
  height: 100%;
  min-height: 600px;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.text-block-108 {
  color: #252e68;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Proxima Nova Font, sans-serif;
  font-size: 1rem;
}

.text-block-109 {
  color: #fff;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.section-40 {
  display: flex;
}

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

.text-block-110 {
  color: #fff;
  text-align: justify;
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px;
  font-size: 16px;
}

.text-block-111, .text-block-112, .text-block-113 {
  color: #fff;
  font-size: 16px;
}

.text-block-114, .text-block-115 {
  color: #fff;
}

.column-60 {
  margin-top: 0;
  padding-top: 40px;
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-link, .navbar-button {
    justify-content: center;
  }

  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    z-index: 1000000000;
    background-color: #174e18;
    position: absolute;
  }

  .nav-menu-two {
    background-color: #ff5d5d;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button {
    padding: 12px;
  }

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

  .team-slider {
    background-color: #fcf9e8;
    padding-bottom: 0;
  }

  .centered-subheading {
    border-radius: 0;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .section-2 {
    overflow: hidden;
  }

  .heading, .heading-2, .heading-3 {
    font-size: 2.5rem;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .column {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .cardwrapper {
    height: auto;
    min-height: 0;
  }

  .div-block-7 {
    height: 140px;
  }

  .column-2 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .cardwrapper-2 {
    height: auto;
  }

  .columns {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    max-height: none;
    display: flex;
  }

  .section-3 {
    min-height: auto;
  }

  .section-4 {
    display: none;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .nav-menu-two-copy {
    background-color: #fff0;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0 20px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-6, .container-8 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

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

  .container-10, .container-11 {
    max-width: 728px;
  }

  .testimonial-slider-right {
    right: -20px;
  }

  .testimonial-slider-left {
    left: -20px;
  }

  .container-13, .container-14 {
    max-width: 728px;
  }

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

  .div-block-34 {
    height: auto;
    padding-bottom: 0;
  }

  .container-15 {
    max-width: 728px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .logo-image {
    height: 30px;
  }

  .marquee-content.scroll.reverse {
    width: auto;
    min-width: 100%;
  }

  .cardwrapper-copy {
    height: auto;
    min-height: 0;
  }

  .image-9 {
    width: 50vw;
  }

  .icon-2 {
    color: #252e68;
  }

  .nav-menu-two-copy-2 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .nav-menu-two-copy-copy {
    background-color: #fff0;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .image-11 {
    width: 50vw;
  }

  .card.content-center.testimonial-v6 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .mg-bottom-32px {
    margin-bottom: 24px;
  }

  .slider-mask {
    position: static;
  }

  .container-18 {
    max-width: 728px;
  }

  .section-15 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-left-2 {
    left: -20px;
  }

  .testimonial-slider-right-2 {
    right: -20px;
  }

  .container-19 {
    max-width: 728px;
  }

  .team-slide-wrapper-2 {
    width: 47%;
    margin-right: 6%;
  }

  .navbar-no-shadow-container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-regular {
    justify-content: space-around;
    display: flex;
  }

  .navbar-wrapper-2 {
    width: 100vw;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
    width: 100%;
  }

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

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
    font-size: .9rem;
  }

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

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

  .menu-button-2 {
    padding: 12px;
  }

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

  .section-17 {
    max-height: none;
  }

  .content {
    height: 100%;
  }

  .braanding, .web-design, .creative, .info, .content-class {
    height: 50vh;
  }

  .image-22 {
    width: 50vw;
  }

  .image-23, .image-24 {
    width: 40vw;
  }

  .icon-3 {
    color: #fff;
  }

  .icon-2-copy {
    color: #252e68;
  }

  .dropdown-3 {
    justify-content: space-around;
    min-width: 300px;
    display: flex;
  }

  .dropdown-toggle-3 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .section-18 {
    background-color: #19254b;
    height: 100vh;
  }

  .div-block-59 {
    width: 90vw;
    display: flex;
  }

  .container-28 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
    display: flex;
  }

  .dropdown-toggle-4 {
    border-radius: 20px;
    min-width: 50vw;
  }

  .dropdown-4 {
    background-color: #fff;
    border-radius: 30px;
  }

  .div-block-60 {
    justify-content: flex-start;
    display: flex;
  }

  .div-block-61 {
    align-self: center;
  }

  .text-block-40 {
    color: #19254b;
    padding-left: 20px;
    font-family: Poppins, sans-serif;
    font-size: 24px;
    font-weight: 700;
  }

  .icon-4 {
    color: #19254b;
    font-size: 30px;
  }

  .dropdown-list-2 {
    height: 300px;
  }

  .dropdown-list-2.w--open {
    background-color: #ddd0;
    margin-top: -30px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .dropdown-link-5 {
    background-color: #e9ca3e;
    font-family: Poppins, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .dropdown-link-6 {
    background-color: #f15f57;
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
    height: auto;
    min-height: 200px;
  }

  .nav-link-3 {
    width: 100%;
    height: 200px;
    min-height: 600px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container-29 {
    max-width: 728px;
  }

  .menu-button-3 {
    padding: 12px;
  }

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

  .icon-5 {
    color: #fff;
  }

  .container-30 {
    max-width: 728px;
  }

  .menu-button-4 {
    padding: 12px;
  }

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

  .container-31 {
    max-width: 728px;
  }

  .nav-menu-two-2 {
    background-color: #05a115;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    position: static;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .container-32, .container-34 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    text-align: right;
    background-color: #0000;
    order: 1;
    justify-content: center;
    display: flex;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 50vw;
    height: 300px;
    margin: auto 10px auto auto;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-5 {
    color: var(--color);
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5.w--current {
    display: block;
  }

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

  .mobile-margin-top-12, .button-primary-7 {
    display: none;
  }

  .menu-button-5 {
    padding: 12px;
    display: block;
  }

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

  .icon-6 {
    color: #252e68;
  }

  .nav-link-5-services {
    color: var(--white);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-menu-two-3-copy {
    background-color: #f15f57;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .icon-6-copy {
    color: #fff;
  }

  .mob-magic-2 {
    background-image: url('../images/Group-14278-2.png');
    display: block;
  }

  .container-36 {
    margin: auto;
    padding-bottom: 100px;
  }

  .dropdown-6 {
    width: 100%;
  }

  .columns-12 {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    max-height: none;
    display: flex;
  }

  .column-26 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .cardwrapper-3 {
    height: auto;
    min-height: 0;
  }

  .column-28 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .nav-menu-two-copy-3 {
    background-color: #fff0;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

  .container-46 {
    max-width: 728px;
  }

  .preloader {
    height: auto;
    min-height: auto;
    max-height: none;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .background-video {
    display: none;
  }

  .background-video-2 {
    width: 100%;
    height: 100vh;
    display: none;
  }

  .lottie-animation-2 {
    height: 100vh;
    min-height: 100vh;
  }

  .background-video-3 {
    display: none;
  }

  .background-video-4 {
    height: 100vh;
    display: none;
  }

  .lottie-animation-3 {
    height: auto;
  }

  .nav-link-5-copy.w--current, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    display: block;
  }

  .list-item-6 {
    color: #cfa3a3;
    display: block;
  }

  .list-item-7, .list-item-8, .list-item-9 {
    display: block;
  }

  .background-video-5 {
    width: 100vw;
    height: auto;
    min-height: 100vh;
    display: block;
  }

  .lottie-animation-4 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    margin: auto;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .background-video-6 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: auto;
    min-width: 100vw;
    height: 100%;
    max-height: 100vh;
    margin: auto;
    display: block;
  }

  .lottie-animation-5 {
    width: 100%;
    height: auto;
    position: relative;
  }

  .div-block-79 {
    min-width: 100vw;
    min-height: 100vh;
    display: none;
  }

  .background-video-7 {
    min-height: 100vh;
    display: block;
  }

  .background-video-8 {
    display: none;
  }

  .text-block-75, .text-block-77 {
    padding-right: 10px;
  }

  .text-block-78 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-5-copy {
    padding: 12px;
    display: block;
  }

  .menu-button-5-copy.w--open {
    color: #fff;
    background-color: #a6b1bf2e;
  }

  .icon-6-mug {
    color: #252e68;
  }

  .text-block-75-mad {
    padding-right: 10px;
  }

  .text-block-78-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-51 {
    max-width: 728px;
  }

  .nav-menu-wrapper-4 {
    background-color: #0000;
    justify-content: flex-end;
    width: 50%;
    margin: auto 0 auto auto;
    display: flex;
  }

  .nav-menu-two-4 {
    background-color: #fff;
    border: 1px solid #252e68;
    border-radius: 20px;
    flex-flow: column;
    order: 0;
    place-content: space-between;
    align-items: flex-end;
    width: 100%;
    min-height: 200px;
    margin: 10px auto auto;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

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

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

  .menu-button-6 {
    padding: 12px;
  }

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

  .nav-link-5-blue {
    color: var(--color);
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-link-5-blue.w--current {
    display: block;
  }

  .nav-link-5-copy {
    color: var(--color);
    padding-left: 5px;
    padding-right: 5px;
  }

  .button-primary-7-blue {
    display: none;
  }

  .menu-button-6-blue {
    color: #252e68;
    padding: 12px;
  }

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

  .icon-blue-mob {
    color: #252e68;
  }

  .list-item-10 {
    display: block;
  }

  .nav-link-5-copy {
    color: var(--color);
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-copy.w--current {
    display: block;
  }

  .nav-link-5-copy-mob {
    color: var(--color);
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-copy-mob.w--current {
    display: block;
  }

  .icon-mob {
    color: #fff;
  }

  .nav-link-5-blue-mob {
    color: var(--color);
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-blue-mob.w--current {
    display: block;
  }

  .heading-5 {
    font-size: 2.5rem;
  }

  .nav-link-5-copy-mob-2 {
    color: #252e68;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-copy-mob-2.w--current {
    display: block;
  }

  .container-55 {
    margin: auto;
    padding-bottom: 100px;
  }

  .column-53 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .mob-magic-3 {
    background-image: url('../images/Group-14278-2.png');
    display: block;
  }

  .cardwrapper-5 {
    height: auto;
  }

  .column-54 {
    flex-direction: column;
    justify-content: space-around;
    display: flex;
  }

  .div-block-107 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-108 {
    height: 140px;
  }

  .container-58 {
    max-width: 728px;
  }

  .cardwrapper-6 {
    height: auto;
    min-height: 0;
  }

  .nav-link-5-2 {
    color: #252e68;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-2.w--current {
    display: block;
  }

  .announcements {
    overflow: hidden;
  }

  .menu-button-7 {
    padding: 12px;
  }

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

  .button-primary-9 {
    display: none;
  }

  .div-block-116 {
    height: auto;
    padding-bottom: 0;
  }

  .columns-21 {
    flex-direction: row;
    justify-content: space-around;
    height: auto;
    max-height: none;
    display: flex;
  }

  .heading-6 {
    font-size: 2.5rem;
  }

  .section-35 {
    display: none;
  }

  .section-36 {
    min-height: auto;
  }

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

  .nav-menu-two-copy-4 {
    background-color: #fff0;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-top: 10px;
    padding: 20px 0 20px 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .container-62 {
    max-width: 728px;
  }

  .nav-link-5-copy-mob-3 {
    color: #252e68;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-copy-mob-3.w--current {
    display: block;
  }

  .announcements-2 {
    overflow: hidden;
  }

  .container-64 {
    margin: auto;
    padding-bottom: 100px;
  }

  .button-primary-10 {
    display: none;
  }

  .mob-magic-4 {
    background-image: url('../images/Group-14278-2.png');
    display: block;
  }

  .heading-7, .heading-8 {
    font-size: 2.5rem;
  }

  .container-66 {
    max-width: 728px;
  }

  .nav-link-5-3 {
    color: #252e68;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
  }

  .nav-link-5-3.w--current {
    display: block;
  }

  .div-block-129 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-130 {
    height: auto;
    padding-bottom: 0;
  }

  .heading-9 {
    font-size: 2.5rem;
  }

  .section-38 {
    display: none;
  }

  .section-39 {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  .hero-without-image {
    padding: 60px 15px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

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

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

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

  .team-slider {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

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

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

  .nav-menu-two-copy {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .logos-without-title {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .footer-wrapper-2 {
    flex-direction: column;
    align-items: center;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-small {
    padding: 60px 15px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .footer-wrapper-3 {
    flex-direction: column;
    align-items: center;
  }

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

  .logos-without-title-2 {
    padding: 60px 15px;
  }

  .clients-wrapper-three-2 {
    margin-bottom: -30px;
  }

  .clients-image-three-2 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .clients-image {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-container, .logo-container-2 {
    min-width: 150%;
  }

  .marquee-image.hide-mobile {
    display: none;
  }

  .nav-menu-two-copy-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .nav-menu-two-copy-copy {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .btn-circle-secondary {
    width: 56px;
    min-width: 56px;
    height: 56px;
    min-height: 56px;
    font-size: 22px;
    line-height: 24px;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    inset: auto 36% -86px auto;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    inset: auto auto -86px 36%;
  }

  .card.content-center.testimonial-v6 {
    padding: 44px 32px;
  }

  .avatar-circle._05 {
    width: 80px;
    max-width: 80px;
    height: 80px;
    max-height: 80px;
  }

  .text-200 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-300, .text-301 {
    font-size: 18px;
    line-height: 20px;
  }

  .testimonial-stack {
    padding: 60px 15px;
  }

  .testimonial-text-three {
    font-size: 20px;
    line-height: 28px;
  }

  .section-15 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-302, .text-303 {
    font-size: 16px;
    line-height: 18px;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .testimonial-slider-small-2 {
    padding: 60px 15px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .team-slider-2 {
    padding: 60px 15px;
  }

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

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

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

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

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

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

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

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

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

  .marquee-image-copy.hide-mobile {
    display: none;
  }

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

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

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

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

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

  .nav-menu-two-3-copy, .nav-menu-two-copy-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .footer-wrapper-4 {
    flex-direction: column;
    align-items: center;
  }

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

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

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

  .nav-menu-two-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

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

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

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

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

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

  .nav-link-5-blue, .nav-link-5-copy, .nav-link-5-copy, .nav-link-5-copy-mob, .nav-link-5-blue-mob, .nav-link-5-copy-mob-2, .nav-link-5-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .footer-wrapper-5 {
    flex-direction: column;
    align-items: center;
  }

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

  .nav-menu-two-copy-4 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

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

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

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .navbar-logo-left-2 {
    margin-bottom: -12vh;
  }

  .navbar-logo-left-container.shadow-three {
    justify-content: space-between;
    padding: 10px;
    display: flex;
  }

  .navbar-wrapper {
    justify-content: space-between;
    margin-left: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-menu-two {
    background-color: #252e68;
    flex-direction: column;
  }

  .menu-button {
    color: #fff;
    margin-right: -12px;
  }

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

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .section-2 {
    align-items: flex-end;
    height: 79vh;
    margin-top: -10vh;
  }

  .heading {
    font-size: 2rem;
  }

  .headersliderwrapper {
    flex-direction: column;
  }

  .text-block-2 {
    font-size: 1.4rem;
  }

  .heading-2, .heading-3 {
    font-size: 2rem;
  }

  .div-block-2 {
    margin-top: 1rem;
  }

  .div-block-3 {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .success-expeditions {
    max-height: none;
  }

  .text-block-4 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .text-block-6 {
    text-align: center;
    font-size: 1rem;
  }

  .cardwrapper {
    margin-right: 1px;
  }

  .image-2 {
    width: auto;
    max-width: 160px;
    height: 90px;
  }

  .cardwrapper-2 {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-8-2 {
    color: var(--color);
  }

  .columns {
    display: none;
  }

  .section-3 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-4-copy-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .text-block-6-copy {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .clients {
    height: auto;
  }

  .div-block-10 {
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-9 {
    font-size: 2rem;
    line-height: 120%;
  }

  .text-block-10 {
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 100%;
  }

  .container-5 {
    max-width: none;
  }

  .footer-wrapper {
    align-items: flex-start;
  }

  .footer-brand {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .footer-brand.w--current {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-two-copy {
    flex-direction: column;
    display: none;
  }

  .deetsindiaaddress {
    text-align: left;
    align-items: center;
  }

  .text-block-11 {
    width: 100%;
  }

  .text-block-12 {
    text-align: left;
    align-self: flex-start;
  }

  .text-block-12-copy {
    text-align: left;
    padding-top: .5rem;
  }

  .image-4 {
    padding-top: 20px;
  }

  .text-block-13 {
    text-align: center;
    display: none;
  }

  .column-5 {
    text-align: right;
  }

  .form-block {
    width: 100%;
  }

  .columns-2 {
    flex-direction: column;
  }

  .container-6 {
    max-width: none;
  }

  .section-6 {
    height: 70vh;
  }

  .container-7, .div-block-15 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-copy21 {
    margin-right: 0;
    padding-bottom: 0;
    font-size: 2.2rem;
    line-height: 130%;
  }

  .container-8 {
    max-width: none;
  }

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .section-7 {
    height: auto;
  }

  .about-text {
    padding-left: 10px;
    padding-right: 10px;
    line-height: 150%;
  }

  .text-block-14-co, .text-block-6-co {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-9 {
    height: 100%;
  }

  .div-block-24 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-17 {
    padding-bottom: 1rem;
    line-height: 120%;
  }

  .text-block-18 {
    text-align: left;
  }

  .div-block-25 {
    text-align: left;
    align-items: flex-start;
  }

  .container-10 {
    max-width: none;
  }

  .footer-wrapper-2 {
    align-items: center;
  }

  .text-block-20 {
    text-align: left;
  }

  .container-11 {
    max-width: none;
  }

  .section-10 {
    height: 70vh;
  }

  .container-12 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-27 {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-ser {
    font-size: 2rem;
  }

  .columns-4 {
    flex-direction: column;
    justify-content: space-around;
    height: auto;
    min-height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-7 {
    padding-top: 20px;
    padding-left: 0;
  }

  .div-block-29 {
    flex-direction: row;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .column-8 {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .column-9 {
    justify-content: flex-start;
    padding: 10px 0 20px;
  }

  .div-block-31 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .text-block-23 {
    font-size: .6rem;
  }

  .testimonial-card {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-slider-right {
    right: -10px;
  }

  .testimonial-slider-left {
    left: -10px;
  }

  .container-13 {
    max-width: none;
  }

  .div-block-32 {
    padding: 10px 10px 20px;
  }

  .text-block-26 {
    line-height: 100%;
  }

  .text-block-29 {
    text-align: left;
  }

  .container-14 {
    max-width: none;
  }

  .div-block-33 {
    text-align: left;
    align-items: center;
  }

  .cloneable-area-2 {
    max-width: 100%;
  }

  .accordion-item-q-text {
    font-size: 1.1em;
    line-height: 1.3em;
  }

  .container-15 {
    max-width: none;
  }

  .clients-wrapper-three-2 {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .clients-image {
    margin-left: 10px;
    margin-right: 10px;
  }

  .carousel-container-2 {
    border-radius: 0;
  }

  .logo-container {
    min-width: 300%;
  }

  .logo-image {
    height: 25px;
  }

  .logo-container-2 {
    min-width: 300%;
  }

  .carousel-container {
    border-radius: 0;
  }

  .div-block-35 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-16 {
    max-width: 100vw;
    margin-left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-10, .column-11 {
    padding-left: 0;
  }

  .marquee {
    overflow: hidden;
  }

  .marquee-content.scroll.reverse {
    width: auto;
    min-width: 100%;
  }

  .section-14 {
    overflow: hidden;
  }

  .div-block-36 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .subheroabout, .subheroabout-copy {
    font-size: 1rem;
  }

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

  .drop-icon {
    color: #fff;
  }

  .left-arrow-4, .right-arrow-4 {
    display: none;
  }

  .mask-4 {
    width: 70%;
    height: 334px;
    padding-right: 0;
    overflow: visible;
  }

  .cardwrapper-copy {
    height: auto;
  }

  .slider-4 {
    background-color: #ddd0;
    height: auto;
    padding-left: 10px;
    display: block;
  }

  .cardwrapper-2-copy {
    background-color: #fdd70e;
    height: 100%;
    margin-left: 0;
  }

  .text-block-7-copy-copy {
    color: #252e68;
  }

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

  .column-13 {
    text-align: center;
    justify-content: flex-start;
    align-self: flex-start;
    min-height: 200px;
    padding: 10px 0 20px;
  }

  .column-14 {
    text-align: center;
    justify-content: flex-start;
    min-height: 200px;
    padding: 10px 0 20px;
  }

  .image-9 {
    text-align: center;
    width: 90vw;
    padding: 0;
  }

  .column-15 {
    text-align: center;
    justify-content: flex-start;
    padding: 10px 0 20px;
  }

  .text-block-25-copy {
    line-height: 120%;
  }

  .columns-5, .columns-6 {
    display: flex;
  }

  .icon-2 {
    color: #fff;
  }

  .div-block-38 {
    padding: 10px;
  }

  .image-10 {
    width: 15px;
    height: 15px;
  }

  .nav-menu-two-copy-2 {
    background-color: #252e68;
    flex-direction: column;
  }

  .nav-menu-two-copy-copy {
    flex-direction: column;
    display: none;
  }

  .text-span-5 {
    display: inline;
  }

  .image-11 {
    width: 90vw;
    padding: 0;
  }

  .div-block-36-copy {
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .btn-circle-secondary.slider-arrow.right---center-center {
    right: 31%;
  }

  .btn-circle-secondary.slider-arrow.left---center-center {
    left: 31%;
  }

  .avatar-image {
    width: 100%;
  }

  .card.content-center.testimonial-v6 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .container-default {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-18 {
    max-width: none;
  }

  .testimonial-card-three {
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-info-four {
    text-align: center;
    flex-direction: column;
  }

  .section-15 {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .container-default-2, .container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .testimonial-slide-wrapper-2 {
    max-width: 100%;
    margin-right: 0%;
  }

  .testimonial-card-2 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .testimonial-slider-left-2 {
    left: -10px;
  }

  .testimonial-slider-right-2 {
    right: -10px;
  }

  .team-slider-2 {
    overflow: hidden;
  }

  .container-19 {
    max-width: none;
  }

  .centered-heading-3 {
    margin-bottom: 24px;
  }

  .team-slide-wrapper-2 {
    width: 100%;
    margin-right: 0%;
  }

  .navbar-no-shadow-container {
    display: none;
  }

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

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

  .carousel-container-2-2, .carousel-container-2-3 {
    border-radius: 0;
  }

  .columns-7 {
    flex-direction: column;
    height: auto;
  }

  .column-16 {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-43 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .page-copy {
    overflow: visible;
  }

  .braanding, .web-design, .creative {
    background-color: #162247;
    background-image: none;
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .info {
    background-color: #162247;
    background-image: none;
    height: auto;
  }

  .content-class {
    background-color: #162247;
    background-image: none;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: auto;
    padding-top: 40px;
  }

  .image-22 {
    width: 90vw;
  }

  .image-23 {
    width: 70vw;
    height: auto;
  }

  .image-24 {
    width: 70vw;
  }

  .text-block-35-logo {
    line-height: 100%;
  }

  .div-block-53 {
    background-position: 50% 0;
    background-repeat: no-repeat;
    height: 100%;
  }

  .div-block-54 {
    background-size: cover;
    height: 100%;
  }

  .div-block-55 {
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    min-width: 100%;
    height: 100%;
  }

  .div-block-56 {
    background-position: 50% 0;
    background-size: cover;
    height: 100%;
  }

  .marquee-copy {
    width: auto;
    min-width: 0%;
    max-width: 600%;
  }

  .column-18 {
    flex-direction: column;
    justify-content: space-between;
    height: 60vh;
    padding: 10px;
    display: flex;
  }

  .div-block-58 {
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .column-19 {
    height: 60vh;
    padding: 10px;
  }

  .column-20, .column-21 {
    flex-direction: column;
    justify-content: space-between;
    height: 60vh;
    padding: 10px;
    display: flex;
  }

  .icon-2-copy {
    color: #252e68;
  }

  .container-27 {
    height: 100%;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .container-29 {
    max-width: none;
  }

  .navbar-wrapper-3 {
    margin-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-5 {
    margin-bottom: -12vh;
  }

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

  .menu-button-3.w--open {
    background-color: #a6b1bf00;
  }

  .text-block-13-mob {
    text-align: left;
    margin-left: 0;
    display: block;
  }

  .navbar-logo-left-2-blue, .navbar-logo-left-5-blue {
    margin-bottom: -12vh;
  }

  .container-30 {
    max-width: none;
  }

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

  .menu-button-4.w--open {
    background-color: #a6b1bf00;
  }

  .container-31 {
    max-width: none;
  }

  .navbar-logo-left-6 {
    margin-bottom: -12vh;
  }

  .nav-menu-two-2 {
    background-color: #252e68;
    flex-direction: column;
  }

  .container-32 {
    max-width: none;
  }

  .navbar-logo-left-7 {
    margin-bottom: -12vh;
  }

  .navbar-logo-left-8 {
    height: 10vh;
    margin: 0 auto auto;
    position: static;
  }

  .navbar-logo-left-container-2.shadow-three {
    z-index: 1000;
    padding-left: 10px;
    padding-right: 10px;
    position: static;
  }

  .container-34 {
    max-width: none;
  }

  .navbar-wrapper-5 {
    width: 95%;
    display: block;
    position: static;
  }

  .nav-menu-wrapper-3 {
    z-index: 9999;
    background-color: #24080800;
    flex: 0 auto;
    display: block;
    position: static;
    inset: 10vh 0% auto;
  }

  .nav-menu-two-3 {
    z-index: 9999;
    background-color: var(--white);
    flex-direction: column;
    align-items: flex-end;
    width: 90vw;
    position: relative;
    inset: auto 0% 0%;
  }

  .nav-link-5 {
    padding-bottom: 10px;
  }

  .mobile-margin-top-12, .button-primary-7 {
    display: none;
  }

  .menu-button-5 {
    display: block;
  }

  .text-block-41 {
    color: #fff;
    font-size: 40px;
  }

  .icon-6 {
    color: #fff;
  }

  .text-block-41-services {
    font-size: 40px;
  }

  .nav-menu-two-3-copy {
    flex-direction: column;
  }

  .icon-6-copy {
    color: #252e68;
  }

  .mob-magic-2 {
    background-color: #252e68;
    background-image: none;
  }

  .container-36 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .columns-8 {
    flex-direction: column;
  }

  .section-19 {
    height: 120vh;
    margin: auto;
  }

  .div-block-62 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-3 {
    height: auto;
  }

  .text-block-53 {
    font-size: 1.5rem;
    line-height: 150%;
  }

  .section-23 {
    height: auto;
  }

  .div-block-68 {
    height: 1231px;
  }

  .section-24 {
    text-align: center;
    height: auto;
  }

  .container-41 {
    align-items: center;
  }

  .text-block-45-copy {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-25 {
    background-size: contain;
    height: 20vh;
  }

  .section-26 {
    height: auto;
  }

  .container-42 {
    align-items: center;
  }

  .container-43 {
    padding: 0;
  }

  .text-block-55 {
    line-height: 100%;
  }

  .div-block-72 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-12 {
    display: none;
  }

  .slider-10 {
    background-color: #ddd0;
    display: block;
  }

  .mask-10 {
    width: 70%;
    height: 300px;
    overflow: visible;
  }

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

  .cardwrapper-4 {
    margin-left: 10px;
  }

  .cardwrapper-2-copy-2 {
    background-color: #fdd70e;
    margin-left: 10px;
  }

  .text-block-8-3 {
    color: #252e68;
  }

  .text-block-59 {
    line-height: 120%;
  }

  .section-29 {
    height: auto;
  }

  .text-block-60 {
    padding-bottom: 2rem;
    line-height: 100%;
  }

  .div-block-76 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-two-copy-3 {
    flex-direction: column;
    display: none;
  }

  .container-46 {
    max-width: none;
  }

  .text-block-61, .text-block-62 {
    text-align: center;
  }

  .div-block-78 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .text-block-64 {
    color: #f6cf00;
    font-family: Poppins, sans-serif;
    font-size: .7rem;
    font-weight: 600;
    text-decoration: none;
  }

  .link-block-6 {
    padding-top: 0;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .column-30 {
    text-align: center;
    padding: 0;
  }

  .column-31 {
    text-align: right;
    padding: 0;
  }

  .column-32 {
    text-align: center;
    padding: 0;
  }

  .column-33 {
    text-align: left;
    padding: 0;
  }

  .columns-13 {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .preloader, .background-video {
    display: none;
  }

  .background-video-2 {
    width: 100%;
    min-width: auto;
    max-width: 100vw;
    height: auto;
    min-height: 100%;
    max-height: none;
    display: block;
  }

  .background-video-3 {
    display: none;
  }

  .background-video-4 {
    display: block;
  }

  .text-block-41-copy-services {
    color: #252e68;
    font-size: 40px;
  }

  .background-video-6, .div-block-79, .background-video-7 {
    display: none;
  }

  .section-30 {
    height: auto;
    min-height: auto;
    margin: auto;
  }

  .container-47 {
    height: auto;
    margin-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-14 {
    flex-direction: column;
    height: auto;
    padding-bottom: 20px;
    display: block;
  }

  .column-34 {
    height: 25%;
    padding-left: 0;
    padding-right: 0;
  }

  .column-35 {
    flex-direction: column;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: auto;
    margin: 0 auto auto;
    padding: 0;
    display: flex;
  }

  .image-34 {
    align-self: center;
    width: 90vw;
    max-height: none;
    margin: 0% auto;
    padding-top: 20px;
    padding-left: 0;
  }

  .text-block-66 {
    padding-top: 10px;
    font-size: 2rem;
  }

  .section-31 {
    height: auto;
    margin: 0 10px auto;
    padding-bottom: 0;
  }

  .container-48 {
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .columns-15 {
    flex-flow: column-reverse;
    order: 0;
    height: auto;
  }

  .column-36 {
    justify-content: center;
    height: 400px;
  }

  .column-37 {
    height: 75%;
    padding: 10px;
  }

  .text-block-68 {
    text-align: center;
    width: 100%;
    padding-top: 20px;
    padding-right: 0;
    font-size: 1rem;
  }

  .sec-3 {
    height: auto;
  }

  .text-block-72, .text-block-73 {
    display: none;
  }

  .section-32 {
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-49 {
    background-size: cover;
    height: 30vh;
  }

  .container-50 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .column-34-copy {
    height: auto;
    padding: 0;
  }

  .image-35 {
    display: none;
  }

  .image-37 {
    padding-top: 10px;
  }

  .column-38 {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-39 {
    justify-content: center;
    height: auto;
    padding-top: 10px;
    padding-left: 0;
  }

  .image-38 {
    height: 25%;
  }

  .div-block-83 {
    flex-direction: column;
    justify-content: space-between;
    display: block;
  }

  .image-40 {
    padding-top: 10px;
  }

  .div-block-84 {
    align-items: flex-start;
  }

  .text-block-78 {
    text-align: left;
    align-self: center;
    padding-left: 0;
  }

  .image-43 {
    height: 20%;
  }

  .background-video-9 {
    height: 100px;
    min-height: 250px;
  }

  .background-video-10 {
    min-width: 100%;
    height: auto;
    min-height: 200px;
  }

  .text-block-72-copy {
    font-size: 1.5rem;
    display: block;
  }

  .text-block-73-copy {
    padding-top: 10px;
    padding-bottom: 20px;
    line-height: 130%;
    display: block;
  }

  .image-44 {
    display: block;
  }

  .div-block-88 {
    background-size: cover;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .div-block-89 {
    background-position: 50%;
    background-size: cover;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .column-40 {
    padding: 0;
  }

  .div-block-90 {
    background-position: 50%;
    background-size: cover;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .div-block-91 {
    background-position: 50%;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .div-block-92 {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .column-41 {
    height: auto;
    min-height: auto;
    padding: 0;
  }

  .columns-17 {
    padding-top: 0;
  }

  .div-block-93 {
    padding-bottom: 20px;
  }

  .div-block-94 {
    background-repeat: no-repeat;
    background-size: cover;
    height: 20vh;
    margin-top: 10px;
    padding-top: 0;
  }

  .container-49-copy {
    height: 30vh;
  }

  .columns-15-copy {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 40px 40px 0;
  }

  .column-36-copy {
    justify-content: center;
  }

  .image-44-copy {
    display: block;
  }

  .div-block-95 {
    background-image: url('../images/02-Free-iPhone-15-Pro-On-Rock-Mockup-1-1.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    height: 90%;
    margin-top: 20px;
  }

  .div-block-96 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .column-36-mad {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: contain;
    justify-content: center;
    align-items: flex-end;
    height: 25%;
  }

  .div-block-97 {
    margin: 10vh auto auto;
  }

  .menu-button-5-copy {
    color: #ac6464;
  }

  .icon-6-mug {
    color: #252e68;
  }

  .columns-15-mad {
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 80vh;
    padding: 20px 20px 0;
  }

  .div-block-90-mad {
    background-position: 50%;
    background-size: cover;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .div-block-91-mad {
    background-position: 50%;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .column-38-mad {
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-92-cros {
    background-position: 50%;
    height: 40vh;
    min-height: auto;
    margin-bottom: 10px;
  }

  .text-block-78-copy {
    text-align: left;
    align-self: center;
    padding-left: 0;
  }

  .navbar-logo-left-container-3.shadow-three {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-51 {
    max-width: none;
  }

  .nav-menu-wrapper-4 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-two-4 {
    border: 1px solid #252e68;
    flex-direction: column;
    place-content: flex-end space-between;
    align-items: flex-end;
    padding-bottom: 20px;
  }

  .nav-dropdown-toggle-4 {
    padding-right: 0;
  }

  .menu-button-6.w--open {
    background-color: #a6b1bf29;
  }

  .text-block-41-blue {
    color: #252e68;
    font-size: 40px;
  }

  .nav-link-5-blue, .nav-link-5-copy {
    padding-bottom: 10px;
  }

  .button-primary-7-blue {
    display: none;
  }

  .menu-button-6-blue.w--open {
    background-color: #a6b1bf29;
  }

  .icon-blue-mob {
    color: #252e68;
  }

  .nav-link-5-copy, .nav-link-5-copy-mob, .nav-link-5-blue-mob {
    padding-bottom: 10px;
  }

  .column-42 {
    padding: 0 0 10px;
  }

  .column-43 {
    padding: 0;
  }

  .column-44, .column-45 {
    padding-left: 0;
    padding-right: 0;
  }

  .slide-11 {
    padding-left: 0;
  }

  .columns-18 {
    flex-flow: wrap;
    display: flex;
  }

  .section-34 {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .image-52, .image-53 {
    width: 100%;
    height: 150px;
  }

  .column-47 {
    padding-bottom: 20px;
    padding-left: 0;
  }

  .container-53 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .image-56 {
    padding-bottom: 20px;
  }

  .column-48 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-49, .column-50 {
    padding: 0;
  }

  .image-57 {
    padding-bottom: 20px;
  }

  .column-51 {
    order: 1;
  }

  .text-block-84 {
    color: #fff;
    font-size: 40px;
  }

  .heading-5 {
    font-size: 2rem;
  }

  .nav-link-5-copy-mob-2 {
    padding-bottom: 10px;
  }

  .container-55 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-105 {
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .slide-12 {
    padding-left: 0;
  }

  .mob-magic-3 {
    background-color: #252e68;
    background-image: none;
  }

  .cardwrapper-5 {
    height: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-86 {
    font-size: 1.4rem;
  }

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

  .div-block-107 {
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-56 {
    height: 100%;
    padding-bottom: 40px;
    overflow: hidden;
  }

  .section-5 {
    height: auto;
  }

  .container-58 {
    max-width: none;
  }

  .slider-12 {
    background-color: #ddd0;
    height: auto;
    padding-left: 10px;
    display: block;
  }

  .image-61 {
    width: 15px;
    height: 15px;
  }

  .div-block-111 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cardwrapper-6 {
    margin-right: 1px;
  }

  .nav-link-5-2 {
    padding-bottom: 10px;
  }

  .text-block-89 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .announcements {
    align-items: flex-end;
    height: 79vh;
    margin-top: -10vh;
  }

  .div-block-114 {
    margin-top: 1rem;
  }

  .image-65 {
    width: auto;
    max-width: 160px;
    height: 90px;
  }

  .div-block-115 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button-7.w--open {
    background-color: #a6b1bf29;
  }

  .button-primary-9 {
    display: none;
  }

  .mask-12 {
    width: 70%;
    height: 334px;
    padding-right: 0;
    overflow: visible;
  }

  .columns-21 {
    display: none;
  }

  .text-block-93 {
    font-size: 2rem;
    line-height: 120%;
  }

  .heading-6 {
    font-size: 2rem;
  }

  .section-36 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-94 {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-96 {
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 100%;
  }

  .text-block-8-4 {
    color: #252e68;
  }

  .column-56 {
    text-align: right;
    padding: 0;
  }

  .text-span-13 {
    display: inline;
  }

  .text-block-97 {
    text-align: center;
    display: none;
  }

  .footer-wrapper-5 {
    align-items: flex-start;
  }

  .text-block-98 {
    text-align: left;
    align-self: flex-start;
  }

  .text-block-99 {
    width: 100%;
  }

  .column-57 {
    text-align: center;
    padding: 0;
  }

  .nav-menu-two-copy-4 {
    flex-direction: column;
    display: none;
  }

  .image-68 {
    padding-top: 20px;
  }

  .text-block-100 {
    color: #f6cf00;
    font-family: Poppins, sans-serif;
    font-size: .7rem;
    font-weight: 600;
    text-decoration: none;
  }

  .link-block-10 {
    padding-top: 0;
    padding-bottom: 10px;
    text-decoration: none;
  }

  .column-58 {
    text-align: center;
    padding: 0;
  }

  .container-62 {
    max-width: none;
  }

  .column-59 {
    text-align: left;
    padding: 0;
  }

  .columns-22 {
    text-align: center;
    justify-content: center;
    display: block;
  }

  .nav-link-5-copy-mob-3 {
    padding-bottom: 10px;
  }

  .announcements-2 {
    align-items: flex-end;
    height: 79vh;
    margin-top: 0;
  }

  .text-block-101 {
    color: #fff;
    font-size: 40px;
  }

  .container-64 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-123 {
    flex-direction: row;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary-10 {
    display: none;
  }

  .mob-magic-4 {
    background-color: #252e68;
    background-image: none;
  }

  .heading-7 {
    font-size: 2rem;
  }

  .text-block-103 {
    font-size: 1.4rem;
  }

  .section-37 {
    height: auto;
  }

  .heading-8 {
    font-size: 2rem;
  }

  .image-71 {
    width: 15px;
    height: 15px;
  }

  .div-block-126 {
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .container-66 {
    max-width: none;
  }

  .text-block-105 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
  }

  .nav-link-5-3 {
    padding-bottom: 10px;
  }

  .div-block-128 {
    margin-top: 1rem;
  }

 
 

  .text-block-107 {
    font-size: 2rem;
    line-height: 120%;
  }

  .heading-9 {
    font-size: 2rem;
  }

  .section-39 {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .text-block-108 {
    text-align: center;
    font-size: 1rem;
  }

  .text-block-109 {
    padding-bottom: 0;
    font-size: 1.2rem;
    line-height: 100%;
  }
}


@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova Font';
  src: url('../fonts/Proxima-Nova-Font.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}