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

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

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

@font-face {
  font-family: Matrice;
  src: url('../fonts/Matrice-Extrabold1.otf') format("opentype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-color-01: #1a1a1a;
  --80px: 80px;
  --48px: 48px;
  --poppins: Matrice, Verdana, sans-serif;
  --40px: 40px;
  --primary-color: #fe451a;
  --white: white;
  --20: 20px;
  --32px: 32px;
  --text-color-02: #757677;
  --16px: 16px;
  --18px: 18px;
  --14px: 14px;
  --transparent-bg: #fff0;
  --secondary-color: #ffe00b;
  --24px: 24px;
  --open-sans: "Open Sans", sans-serif;
  --background-color: #f7f7f7;
  --line-height: 96px;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

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

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

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

h1 {
  color: var(--text-color-01);
  font-size: var(--80px);
  line-height: var(--80px);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
}

h2 {
  color: var(--text-color-01);
  font-size: var(--48px);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 60px;
}

h3 {
  color: #1a1a1a;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 45px;
  font-weight: 700;
  line-height: 60px;
}

h4 {
  font-family: var(--poppins);
  color: #1a1a1a;
  font-size: var(--40px);
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 39px;
}

h5 {
  color: #1a1a1a;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  line-height: 33px;
}

h6 {
  color: #1a1a1a;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: #fff;
  cursor: pointer;
  background-color: #f94d1c00;
  border-radius: 30px;
  padding: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline;
}

strong {
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}

.button-with-circle-icon {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--20);
  line-height: var(--40px);
  text-transform: capitalize;
  cursor: pointer;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: auto;
  max-height: none;
  padding: 16px 35px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.w--current {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  transition-property: none;
  display: flex;
}

.heading {
  text-align: center;
}

.heading.white {
  font-family: var(--poppins);
  color: var(--white);
  font-size: var(--48px);
  font-weight: 800;
}

.all_container {
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.all_container.testmonial-container {
  max-width: none;
}

.icon {
  z-index: 11;
  width: 25px;
  max-width: 101%;
  height: 25px;
  margin-left: 10px;
  position: relative;
}

.icon.dark {
  filter: invert();
}

.heading600 {
  color: var(--text-color-01);
  font-size: var(--20);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
}

.heading600.faq-qus {
  font-family: var(--poppins);
  text-align: left;
  font-weight: 700;
}

.body-text-regular {
  font-family: var(--poppins);
  color: var(--text-color-02);
  font-size: var(--16px);
  font-weight: 400;
  line-height: 24px;
}

.body-text-regular.testmonial-padding {
  color: var(--text-color-01);
  font-size: var(--18px);
  text-align: left;
  width: 50%;
  margin-bottom: 0;
  padding-top: 40px;
  padding-bottom: 32px;
  font-style: italic;
  font-weight: 500;
}

.body-text-medium {
  font-family: var(--poppins);
  color: var(--text-color-02);
  font-size: var(--18px);
  margin-bottom: 0;
  padding-bottom: 40px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 400;
  line-height: 28px;
}

.header-one {
  background-color: var(--transparent-bg);
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0;
  padding-right: 0;
  display: block;
  position: relative;
  inset: 0% 0 0 0%;
}

.nav-logo {
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 22px;
  display: flex;
}

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

.header-block {
  justify-content: space-between;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
}

.container-full--head {
  text-align: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.header-style {
  background-color: #fff3;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: auto;
  margin: 0 140px;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0 0 0%;
}

.header-style.left {
  background-color: var(--transparent-bg);
  border-radius: 0;
  width: 80%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 45px 0 30px;
  position: relative;
  inset: auto;
}

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

.modal {
  z-index: 999;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal-bg {
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #00000052;
  width: 100%;
  height: 100%;
}

.modal-container {
  background-color: #fff;
  border-radius: 4px;
  width: 100%;
  max-width: 35rem;
  padding: 2rem;
  position: absolute;
}

.close-link {
  color: #1e1e1e;
  cursor: pointer;
  text-decoration: none;
  position: absolute;
  inset: 15px 20px auto auto;
}

.close-text {
  color: var(--primary-color);
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  transform: rotate(45deg);
}

.field-label {
  color: var(--secondary-color);
  background-color: #0000;
  margin-bottom: 20px;
  padding-top: 10px;
  font-size: 18px;
}

.field-label:focus {
  border: 1px solid var(--primary-color);
}

.search-input {
  border: 1px solid var(--primary-color);
  font-family: var(--poppins);
  color: var(--text-color-01);
  font-size: var(--18px);
  line-height: var(--24px);
  border-radius: 33px;
  margin-bottom: 20px;
  padding: 26px 15px;
  font-weight: 400;
}

.header-style-block {
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin: 40px 20px 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.header-button {
  -webkit-clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(16% 0, 100% 0, 100% 100%, 0% 100%);
  width: 50%;
  margin-left: -26px;
}

.footer-section {
  text-align: left;
  background-image: url('../images/footer-bg.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 328px;
}

.footer-middel {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 83px;
  display: flex;
}

.footer-block.one {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.footer-block.two {
  text-align: left;
  width: auto;
}

.footer-block.four {
  width: 20%;
}

.footer-social-media {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link-block {
  border: 1px solid var(--white);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  padding: 0;
  transition: opacity .5s;
  display: flex;
}

.link-block:hover {
  border-style: solid;
  border-color: var(--primary-color);
  background-color: var(--primary-color);
}

.footer-title {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 32px;
  font-weight: 600;
}

.footer-add {
  color: var(--white);
  font-size: var(--16px);
  margin-bottom: 0;
  line-height: 24px;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: center;
  background-color: #4c4b4a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-bottom-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.2vw 10%;
  display: flex;
}

.paragraph-6 {
  font-family: var(--open-sans);
  color: var(--white);
  font-size: var(--16px);
  font-weight: 400;
  line-height: 24px;
}

.news-letter {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--primary-color);
  flex-flow: column;
  margin-top: 0;
  margin-bottom: -200px;
  padding: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-title {
  font-family: var(--poppins);
  color: var(--white);
  text-align: center;
  font-weight: 700;
}

.news-letter-shape-01 {
  position: absolute;
  inset: 0% 130px auto auto;
}

.cat-section {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  font-weight: 500;
  display: flex;
  position: relative;
}

.news-letter-shape-02 {
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: visible;
}

.circle-link {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #8c9fac66;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-link.light {
  background-color: var(--primary-color);
  color: var(--white);
  font-size: var(--20);
  text-align: center;
  border-style: none;
  border-radius: 36px;
  width: auto;
  height: auto;
  padding: 23px 35px;
  font-weight: 600;
}

.link-hover-fill {
  background-color: var(--secondary-color);
  border-radius: 36px;
  display: none;
  position: absolute;
  inset: 0%;
}

.link-hover-fill.light {
  background-color: var(--secondary-color);
  color: var(--white);
  border-radius: 50px;
}

.button-text-01.light {
  z-index: 1;
  position: relative;
}

.sc-main-button {
  z-index: 20;
  grid-column-gap: 1em;
  background-color: var(--secondary-color);
  color: var(--white);
  letter-spacing: 0;
  text-transform: capitalize;
  border: 1px #46d0f2;
  border-radius: 100px;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding: 17px 35px;
  font-weight: 600;
  text-decoration: none;
  transition: color .4s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sc-main-button:hover {
  color: var(--white);
}

.sc-button-text {
  z-index: 5;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}

.sc-btn-icon {
  width: 25px;
  height: 25px;
  font-size: 1.9em;
}

.sc-main-btn-bg-animation {
  z-index: 2;
  background-color: var(--primary-color);
  display: flex;
  position: absolute;
  inset: 0%;
}

.address-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: flex-start;
  display: flex;
}

.footer-number {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--white);
  font-size: var(--16px);
  align-items: flex-start;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: flex;
}

.footer-number.one {
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-number:hover {
  color: var(--primary-color);
}

.slider-item {
  background-color: #000;
  background-image: url('../images/bg-block.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding: 200px 10px 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-block {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.banner-shape-02 {
  max-width: none;
  height: 418px;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.banner-shape-03 {
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
}

.popup-close {
  z-index: 2;
  color: #000;
  cursor: pointer;
  background-color: #e9e9e9;
  border-radius: 999em;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  inset: 1em 1em auto auto;
}

.popup-wrapper {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.popup-video {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.popup-toggle {
  cursor: pointer;
}

.popup-background {
  z-index: 0;
  background-color: #000000a6;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.popup-content {
  margin: 2.5em 3em;
}

.popup-content.has-video {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  overflow: hidden;
}

.popup-inner {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.popup-content-wrapper {
  z-index: 1;
  background-color: #fff;
  border-radius: 1.2em;
  width: 90vw;
  max-width: 55em;
  max-height: 90%;
  position: relative;
  overflow: auto;
}

.popup-content-wrapper.video {
  background-color: #0000;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  height: 90vh;
  max-height: 675px;
  display: flex;
  overflow: visible;
}

.popup-close-icon {
  width: 1em;
  height: 1em;
}

.about-us-01 {
  flex-flow: column;
  padding: 8% 5% 7%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-section {
  display: flex;
  overflow: visible;
}

.about-right {
  width: 100%;
  padding-left: 0;
}

.title-section {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: auto;
  display: flex;
}

.sub-title {
  color: var(--primary-color);
  font-family: Matrice, Verdana, sans-serif;
  font-size: var(--24px);
  border: 1px #000;
  width: auto;
  margin-top: 0;
  font-weight: 600;
  line-height: 36px;
  position: relative;
}

.subtitle {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

.sub-title-absulate {
  background-color: var(--primary-color);
  width: 25px;
  height: 2px;
  display: block;
  position: relative;
  inset: 0% auto 0% 0%;
}

.sub-title-absulate-one {
  background-color: var(--primary-color);
  width: 25px;
  height: 2px;
  display: none;
  position: relative;
  inset: 0% auto 0% 0%;
}

.about-services {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5rem;
  display: grid;
}

.a-services-01 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.services-icon-two {
  border-radius: 5px 5px 0;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.heading-21 {
  font-family: var(--poppins);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 24px;
  font-weight: 700;
}

.paragraph-7 {
  font-family: var(--poppins);
  color: var(--text-color-02);
  font-size: var(--16px);
  line-height: 24px;
}

.s-icon-bg-two {
  background-color: var(--primary-color);
  border-radius: 5px 5px 30px;
  justify-content: center;
  align-items: center;
  width: 75px;
  height: 75px;
  display: flex;
  position: relative;
}

.s-icon-bg-two.yellow {
  background-color: var(--secondary-color);
}

.icon-fix-two {
  z-index: auto;
  background-color: #f94d1c4f;
  border-radius: 5px 5px 30px;
  width: 75px;
  height: 75px;
  position: absolute;
  inset: -10px 10% auto -10px;
}

.button-03 {
  z-index: 100;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--secondary-color);
  border-radius: 35px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 69px;
  padding: 21px 50px;
  text-decoration: none;
  transition: all .2s ease-in;
  display: flex;
  position: relative;
}

.button-03:hover {
  background-color: var(--secondary-color);
}

.button-three-text {
  font-family: var(--poppins);
  color: var(--text-color-01);
  font-size: var(--18px);
  font-weight: 700;
}

.cursor {
  z-index: 99999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.cursor-dot {
  background-color: var(--secondary-color);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5px;
  height: 5px;
  display: flex;
  position: relative;
}

.cursor-circle {
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  position: absolute;
}

.page-wrapper {
  flex-flow: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.best-creative-agency {
  background-color: var(--background-color);
  margin-top: 70px;
  padding-bottom: 120px;
  padding-left: 5%;
  padding-right: 5%;
}

.main-title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Matrice, Verdana, sans-serif;
  font-weight: 700;
}

.faq-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  display: flex;
}

.google-map {
  background-image: url('../images/bg-block.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 45%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.faq-left {
  width: 55%;
  padding-top: 120px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-question-wrap {
  background-color: var(--white);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 40px;
  display: flex;
}

.faq-answer-wrap {
  background-color: var(--white);
  overflow: hidden;
}

.faq-arrow-box {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: var(--text-color-01);
  width: 14px;
  height: 2px;
}

.vertical-line {
  background-color: var(--text-color-01);
  width: 2px;
  height: 14px;
  position: absolute;
}

.testimonial-section {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.testimonials-block {
  background-color: var(--background-color);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 10rem;
  display: flex;
}

.testimonials-left {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.testimonials-slider {
  align-self: stretch;
  padding-top: 60px;
  padding-left: 5%;
  padding-right: 5%;
}

.testimonials-slider-block {
  background-color: var(--transparent-bg);
  width: auto;
  height: auto;
}

.testimonials-item {
  margin-right: 10%;
}

.t-iocn {
  position: static;
}

.testmonial-author-section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  display: flex;
}

.ui-designer {
  color: var(--primary-color);
  text-align: center;
  padding-top: 4px;
  font-weight: 600;
  line-height: 21px;
}

.author-img-testmonial {
  border-radius: 100px;
  width: 350px;
  height: auto;
}

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

.left-arrow-2 {
  width: 80px;
  height: 36px;
  display: block;
  inset: auto 70px -100px 0%;
}

.right-arrow-2 {
  width: 80px;
  height: 36px;
  display: block;
  inset: auto 0% -100px 70px;
}

.header-one-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--primary-color);
  text-align: center;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding: 25px 10px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-menu-list {
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.navbar-menu-bar-top, .navbar-menu-bar-bottom {
  background-color: var(--primary-color);
  border-radius: 20px;
  width: 52px;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.header-bg-absulate {
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  background-color: #fff3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.back-to-top {
  z-index: 999;
  background-color: var(--primary-color);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 5%;
  right: 3%;
  overflow: hidden;
}

.arrow-up {
  transform: rotate(-90deg);
}

.text-size-regular {
  color: #333;
  margin-bottom: 0;
  margin-left: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
}

.text-size-regular.white {
  font-family: var(--poppins);
  color: var(--background-color);
  font-weight: 500;
}

.brand-grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #fff;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: .6rem;
}

.brand-image {
  filter: saturate(0%);
}

.div-block {
  padding: 21px;
}

.div-block.verti {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.heading-style-h4.thin {
  font-family: Matrice, Verdana, sans-serif;
  font-weight: 700;
}

.heading-style-h4.thin.mie {
  text-align: center;
}

.heading-style-h4._2 {
  font-family: var(--poppins);
  color: var(--background-color);
  font-size: 2.5rem;
  font-weight: 700;
}

.heading-style-h4._3 {
  font-family: var(--poppins);
  color: var(--background-color);
  font-size: 1.8rem;
  font-weight: 700;
}

.section-27 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3%;
  display: block;
}

.wrapper {
  width: 80%;
  position: relative;
}

.h1-roll-up-copy {
  font-family: var(--poppins);
  color: var(--secondary-color);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 110%;
  position: static;
}

.h1-roll-up {
  font-family: var(--poppins);
  color: var(--white);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 110%;
  position: absolute;
  inset: 0% 0% auto;
}

.sub-heading {
  font-size: var(--18px);
}

.sub-heading.white {
  color: var(--white);
}

.sub-heading.white.mid {
  font-family: var(--poppins);
  text-align: center;
  line-height: 29px;
}

.f-s {
  background-color: #0000;
  height: 100%;
}

.f-form-button-wrapper.is---1 {
  grid-column-gap: .625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-success-title {
  font-family: var(--poppins);
  letter-spacing: -.045em;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
}

.f-input-wrapper {
  width: 100%;
  position: relative;
}

.f-form {
  background-color: #ededed00;
  height: auto;
  overflow: visible;
}

.f-txt-field-label {
  text-align: center;
  letter-spacing: 0;
  margin-bottom: .125rem;
  font-family: Matrice, Verdana, sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.8rem;
}

.f-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 3rem;
}

.f-container.is--video-left {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: minmax(35vw, 35rem) 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  padding-right: 0;
  display: block;
  position: relative;
}

.f-form-steps-wrap.is---1 {
  height: 100%;
}

.f-lottie-animation {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.f-success-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.f-form-parent-left {
  margin-bottom: 0;
}

.f-success-message-wrapper {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 41px;
  display: flex;
}

.select-field {
  color: #202020;
  background-color: #fff;
  border-radius: 10px;
  min-height: 50px;
  font-family: Matrice, Verdana, sans-serif;
}

.error-message {
  color: #ff2b00;
  background-color: #fafafa;
  border-radius: 5px;
  margin: .25rem 4px 3px 6px;
  padding: 3px 8px;
  font-size: .8rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.f-form-steps-item.is---1 {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding: 0;
  display: flex;
  overflow: visible;
}

.f-steps-input-copy {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hide {
  display: none;
}

.f-steps-wrap.is--1 {
  grid-row-gap: 2.5rem;
  background-color: var(--background-color);
  border: 1px solid #ddd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 37.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 22px;
  display: flex;
}

.textarea-2 {
  border-radius: 10px;
  min-height: 200px;
}

.f-input-grid-2cols-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.f-form-button {
  font-family: var(--poppins);
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #fe451a;
  border-bottom: 5px solid #c73513;
  border-left: 2px solid #c73513;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.65rem;
  font-weight: 700;
  text-decoration: none;
  transition: border-width .2s;
  display: flex;
}

.f-form-button:hover {
  border-bottom-width: 2px;
  border-left-width: 1px;
}

.testimonial-wrapper {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  padding: 13px;
  display: flex;
  position: relative;
}

.mask-2 {
  overflow: visible;
}

.button-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.number-circle {
  color: #ff3131;
  font-size: 3rem;
  line-height: 4rem;
}

.div-block-61 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 65%;
  display: flex;
}

.work-steps {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  display: flex;
}

.section-27-marginbot {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--text-color-01);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 60px 5% 7rem;
  display: flex;
}

.double-block {
  grid-column-gap: 5%;
  grid-row-gap: 5%;
  margin-top: 1rem;
  margin-bottom: 1rem;
  display: flex;
}

.circle {
  border: 1px solid var(--background-color);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 100px;
  min-height: 100px;
  display: flex;
}

.duble-inside {
  width: 40%;
}

.duble-inside._70 {
  width: 70%;
}

.step-number {
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.line-hori {
  background-color: #f4f4f6;
  border-bottom: 2px #dfe0e2;
  width: 100%;
  height: 2px;
  margin-top: 5%;
  margin-bottom: 5%;
}

.line-hori.smaller {
  background-color: var(--text-color-02);
  margin-top: 2%;
  margin-bottom: 2%;
}

.paragraph-9, .paragraph-10 {
  font-family: var(--poppins);
  color: var(--background-color);
}

.a-cta {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: var(--secondary-color);
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-left-radius: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.ceo-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--secondary-color);
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  flex-flow: column;
  width: 80%;
  padding: 13px;
  display: flex;
  position: absolute;
  inset: auto auto 0% 0%;
}

.ceo-tutle {
  font-family: Matrice, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 2rem;
}

.text-block-9 {
  font-family: Matrice, Verdana, sans-serif;
}

.paragraph-11 {
  font-family: var(--poppins);
  line-height: 24px;
}

.number {
  color: var(--background-color);
  font-size: 3rem;
  line-height: 4rem;
}

.number.dark {
  color: var(--text-color-01);
}

.big-font {
  font-weight: 700;
}

.div-block-62 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 80%;
  display: flex;
}

.text-field, .text-block-10 {
  font-family: var(--poppins);
}

.f-input-grid-2cols-copy-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.checkbox {
  width: 16px;
  height: 16px;
}

.checkbox-label {
  font-family: var(--poppins);
  color: #313131;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
}

.link-2 {
  font-size: 14px;
  text-decoration: none;
}

.pp {
  background-color: #757575;
  padding: 0% 26px 26px;
}

.rich-text-block-3 {
  font-family: var(--poppins);
  color: #fff;
  padding-top: 30vh;
}

.section-2 {
  background-image: url('../images/ID-2-1-p-500.png');
  background-position: 0 20px;
  background-repeat: no-repeat;
  background-size: 300px;
  justify-content: center;
  align-items: center;
  margin-top: 5%;
  padding: 4% 4% 20%;
  display: flex;
  position: relative;
}

.section-2.backgrounf {
  background-color: #fff;
  background-image: none;
  flex-flow: column;
  margin-top: 0%;
  padding-bottom: 4%;
}

.image-column {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-radius: 25px;
  width: 80%;
  min-height: 74vh;
  position: relative;
  overflow: hidden;
}

.display-none {
  display: none;
}

.hover-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.hover-image._6 {
  object-fit: cover;
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.code-embed-2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 0;
}

.circular-tag {
  background-color: var(--text-color-01);
  background-image: url('../images/Untitled-design---2025-05-15T103937.127-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  margin-bottom: 15px;
  margin-left: 15px;
  position: absolute;
  inset: 0% 0% auto auto;
}

@media screen and (min-width: 1280px) {
  .header-style.left {
    width: 80%;
  }

  .header-style-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-button {
    width: 40%;
  }

  .title-section.faq {
    padding-left: 0;
  }

  .faq-left {
    padding-left: 80px;
  }
}

@media screen and (min-width: 1440px) {
  .icon {
    width: 20px;
    height: 20px;
  }

  .nav-logo {
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .header-style-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .link-hover-fill.light {
    background-color: var(--secondary-color);
  }

  .sc-main-button {
    background-color: var(--secondary-color);
    color: var(--white);
    font-size: var(--20);
    border-style: none;
    height: 62px;
    padding: 17px 35px;
    line-height: 26px;
    text-decoration: none;
  }

  .sc-main-button:hover {
    color: var(--white);
  }

  .sc-button-text {
    font-size: var(--20);
    letter-spacing: 0;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 26px;
    text-decoration: none;
  }

  .sc-btn-icon {
    width: 25px;
    height: 25px;
  }

  .sc-main-btn-bg-animation {
    background-color: var(--primary-color);
  }

  .title-section.faq {
    padding-left: 0;
  }

  .faq-left {
    padding-left: 100px;
  }

  .div-block.verti {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-27-marginbot {
    margin-top: 2rem;
    padding: 5rem 5% 8rem;
  }
}

@media screen and (min-width: 1920px) {
  .all_container.testmonial-container {
    max-width: 1370px;
    margin-right: 200px;
  }

  .header-style.left {
    width: 85%;
  }

  .header-style-block {
    margin-left: 140px;
    margin-right: 140px;
  }

  .header-button {
    width: 15%;
  }

  .about-section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-right {
    padding-right: 350px;
    position: relative;
  }

  .title-section.faq {
    padding-left: 0;
  }

  .faq-left {
    padding-left: 250px;
  }
}

@media screen and (max-width: 991px) {
  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding: .125rem 2rem;
  }

  .body-text-regular.testmonial-padding {
    width: 100%;
  }

  .header-one {
    inset: auto;
    overflow: visible;
  }

  .nav-menu {
    background-color: var(--secondary-color);
    flex-flow: column;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 0;
    padding: 20px;
    top: auto;
  }

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

  .header-style.left {
    width: auto;
  }

  .header-style-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
  }

  .header-button {
    -webkit-clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0% 0, 100% 0, 100% 100%, 0% 100%);
    width: auto;
    margin-left: 0;
  }

  .footer-middel {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .footer-block.one, .footer-block.four {
    width: auto;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-bottom-2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-direction: column;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .news-letter-shape-02 {
    display: none;
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .slider-item {
    padding-left: 10px;
    padding-right: 10px;
  }

  .banner-shape-02, .banner-shape-03 {
    display: none;
  }

  .popup-content-wrapper {
    max-height: 92%;
  }

  .navbar-menu-icon {
    background-color: var(--transparent-bg);
  }

  .navbar-menu-icon.w--open {
    background-color: var(--transparent-bg);
    border-radius: 10px;
  }

  .about-section {
    display: block;
  }

  .about-right {
    width: 100%;
    padding-top: 30px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .about-services {
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-title {
    font-size: var(--40px);
  }

  .faq-section {
    flex-flow: column;
  }

  .google-map {
    width: 100%;
    margin-top: 50px;
  }

  .faq-left {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonial-section {
    padding-bottom: 0;
  }

  .testimonials-block {
    flex-flow: column;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-left {
    width: 100%;
  }

  .testmonial-author-section {
    flex-flow: row;
    width: 100%;
  }

  .header-one-button {
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-menu-list {
    flex-flow: column;
    align-items: flex-start;
  }

  .navbar-menu-bar-top, .navbar-menu-bar-bottom {
    width: 40px;
    height: 3px;
  }

  .header-bg-absulate {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }

  .text-size-regular {
    font-size: .9375rem;
    line-height: 1.4375rem;
  }

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

  .f-container.is--video-left {
    grid-template-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
  }

  .f-steps-wrap.is--1 {
    width: 100%;
    max-width: none;
  }

  .testimonial-wrapper {
    flex-flow: column;
  }

  .section-2 {
    margin-top: 10%;
    padding-bottom: 10%;
  }

  .image-column {
    width: 100%;
    min-height: 70vh;
  }
}

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

  .header-style.left {
    width: 100%;
  }

  .header-button {
    width: 45%;
    display: none;
  }

  .footer-bottom-2 {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .newsletter-title {
    font-size: var(--32px);
  }

  .circle-link {
    width: 160px;
    height: 160px;
  }

  .popup-video {
    margin-top: -12em;
  }

  .popup-content {
    margin: 3em 2em;
  }

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

  .heading-21.mid {
    text-align: center;
  }

  .best-creative-agency {
    margin-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .testimonials-slider-block {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .author-img-testmonial {
    width: 250px;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .heading-style-h4._2 {
    line-height: 3.2rem;
  }

  .heading-style-h4._3 {
    line-height: 2.5rem;
  }

  .h1-roll-up-copy, .h1-roll-up {
    font-size: 2.5rem;
  }

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--video-left {
    padding: .8rem 1.1rem;
  }

  .mask-2, .div-block-61 {
    width: 100%;
  }

  .work-steps, .double-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .duble-inside, .duble-inside._70 {
    width: 100%;
  }

  .a-cta {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    padding: 4%;
  }

  .image-column {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .heading.white {
    font-size: var(--32px);
    line-height: var(--48px);
  }

  .body-text-regular.testmonial-padding {
    font-size: var(--14px);
    line-height: 20px;
  }

  .header-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header-style.left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-middel {
    grid-template-columns: 1fr;
  }

  .newsletter-title {
    line-height: var(--40px);
  }

  .circle-link {
    width: 140px;
    height: 140px;
    font-size: 10px;
  }

  .link-hover-fill.light {
    display: none;
  }

  .button-text-01.light {
    text-align: center;
    font-size: 14px;
  }

  .slider-item {
    padding-top: 200px;
    padding-bottom: 150px;
  }

  .title-block {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .banner-shape-02, .banner-shape-03 {
    display: block;
  }

  .popup-video {
    margin-top: -5.8em;
  }

  .about-us-01 {
    padding-top: 80px;
  }

  .about-services {
    display: block;
  }

  .a-services-01 {
    margin-bottom: 40px;
  }

  .best-creative-agency {
    padding-bottom: 80px;
  }

  .main-title {
    font-size: var(--32px);
    line-height: 40px;
  }

  .faq-left, .testimonial-section {
    padding-top: 80px;
  }

  .testmonial-author-section {
    flex-flow: column;
  }

  .left-arrow-2, .right-arrow-2 {
    bottom: -50px;
  }

  .text-size-regular {
    font-size: .875rem;
  }

  .brand-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr;
    padding: .4rem;
  }

  .heading-style-h4.thin.mie {
    font-size: var(--32px);
  }

  .heading-style-h4._2 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .heading-style-h4._3 {
    font-size: 32px;
  }

  .h1-roll-up-copy {
    font-size: 2rem;
  }

  .sub-heading.white.mid {
    font-size: var(--16px);
    line-height: 25px;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-txt-field-label {
    font-size: 1rem;
  }

  .f-container.is--video-left {
    width: 100%;
    padding: 0;
  }

  .f-form-button {
    text-align: center;
    letter-spacing: .1em;
    font-size: 15px;
    line-height: 25px;
  }

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

  .section-2 {
    flex-flow: column;
    padding-right: 8%;
  }

  .image-column {
    order: -1;
    width: 100%;
    min-height: 350px;
    margin-top: 20px;
    margin-left: 4%;
    display: block;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7436c741-4e34-ac77-616d-8d9e1b6f15de-a69c8fb3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Matrice';
  src: url('../fonts/Matrice-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matrice';
  src: url('../fonts/Matrice-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matrice';
  src: url('../fonts/Matrice-Bold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matrice';
  src: url('../fonts/Matrice-Extrabold1.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}