.card {
  background-color: #fefefe;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2.4rem;
  transition: all 0.3s ease;
}

.card--dark {
  background-color: #2a2a2a;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 2.4rem;
  transition: all 0.3s ease;
}

.card--hover {
  transition: all 0.3s ease;
}
.card--hover:hover {
  transform: translateY(-0.8rem);
}

.l-section {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.l-container, .container {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 10px;
  font-size: 0.5208333333vw;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
@media (max-width: 767.98px) {
  html {
    font-size: 8px;
  }
}
@media (max-width: 500px) {
  html {
    font-size: 6px;
  }
}

body {
  min-height: 100vh;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  color: #515256;
  background-color: #f7f7f7;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
  overflow-y: hidden;
}

img,
svg,
video,
canvas,
picture {
  display: block;
  max-width: 100%;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.15s ease;
  cursor: pointer;
}

button {
  border: none;
  background: none;
  font-family: inherit;
  cursor: pointer;
}

input,
textarea,
select {
  font: inherit;
}

hr {
  color: #c8c8c8;
  opacity: 0.4;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #515256;
  letter-spacing: 1px;
}

h1 {
  font-size: 6.4rem;
  line-height: 8rem;
  font-weight: 700;
}

h2 {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 64px;
}

h3 {
  font-size: 5rem;
}

h4 {
  font-size: 4rem;
}

h5 {
  font-size: 2.6rem;
  font-weight: 700;
  text-transform: uppercase;
}

h6 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 36px;
}

p {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 400;
  color: #515256;
  letter-spacing: 1px;
}

.heading-hero {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10rem;
  font-weight: 300;
  line-height: 1;
}

.heading-display {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 6.6rem;
  font-weight: 700;
  line-height: 1.1;
}

.heading-section {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1.1;
}

.heading-card {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
}

.label-overline {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #5b5b5b;
}

.text-lead {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.5;
}

.text-small {
  font-size: 1.6rem;
  line-height: 1.5;
}

.text-muted {
  color: #5b5b5b;
}

.text-white {
  color: #ffffff;
}

.text-primary {
  color: #fb6a23;
}

.section-title {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}

.section-desc {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: center;
}

.text-gradient {
  background: linear-gradient(90deg, #ffffff 17%, #fb6a23 65%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

* {
  letter-spacing: 1px;
}

.h5-small, .main-footer .footer-middle .footer-column .column-title {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
}

.p-small, .main-footer .footer-middle .footer-column .info-row .info-text, .main-footer .footer-middle .footer-column .info-row .footer-link {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  line-height: 30px;
  font-weight: 400;
  color: #515256;
}

.heading-label-lg {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fb6a23;
}

@media (max-width: 576px) {
  h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h2 {
    line-height: 42px;
  }
  h5 {
    font-size: 18px;
    line-height: 28px;
  }
  h6 {
    line-height: 28px;
    font-size: 16px;
  }
  p {
    font-size: 16px;
    line-height: 24px;
  }
  .heading-label-lg {
    font-size: 18px;
    line-height: 28px;
  }
  .p-small, .main-footer .footer-middle .footer-column .info-row .info-text, .main-footer .footer-middle .footer-column .info-row .footer-link {
    font-size: 14px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  h1 {
    font-size: 42px;
    line-height: 56px;
  }
  h2 {
    font-size: 32px;
    line-height: 48px !important;
  }
  h5 {
    font-size: 16px !important;
    line-height: 32px !important;
  }
  h6 {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  p {
    font-size: 18px !important;
    line-height: 26px !important;
  }
  .p-small, .main-footer .footer-middle .footer-column .info-row .info-text, .main-footer .footer-middle .footer-column .info-row .footer-link {
    font-size: 14px !important;
    line-height: 24px !important;
  }
}
.grid {
  display: grid;
  gap: 3rem;
}
.grid-cols-1 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .grid-cols-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 576px) {
  .grid-cols-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.sticky-header {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 9999 !important;
  height: 10rem !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem 4rem !important;
  transition: all 0.2s ease;
  backdrop-filter: blur(0px) !important;
  background: transparent !important;
  pointer-events: auto !important;
}
.sticky-header.scrolled {
  backdrop-filter: blur(50px) !important;
  background: rgba(245, 245, 245, 0.6) !important;
}
.sticky-header a {
  display: flex;
  align-items: center;
}
.sticky-header .logo {
  position: static !important;
  width: auto !important;
  height: 3.5rem !important;
  max-height: 100% !important;
  -o-object-fit: contain !important;
     object-fit: contain !important;
  margin: 0 !important;
}
.sticky-header .m-menu-button {
  position: relative !important;
  top: auto !important;
  right: auto !important;
  cursor: pointer !important;
  margin: 0 !important;
}
@media (max-width: 575.98px) {
  .sticky-header {
    height: 10rem !important;
    padding: 3rem 3rem !important;
  }
  .sticky-header .logo {
    height: 4.25rem !important;
  }
}
@media (min-width: 575.98px) and (max-width: 992px) {
  .sticky-header {
    height: 68px !important;
    padding: 30px 15px !important;
  }
  .sticky-header .logo {
    height: 26px !important;
  }
}

.m-menu-button:hover .burger .line {
  background: #fb6a23 !important;
}

.m-menu .m-menu-inner .main-items li:hover p,
.m-menu .m-menu-inner .main-items a.is-active p {
  color: #fb6a23 !important;
}
.m-menu .m-menu-inner .main-items > li a:hover span,
.m-menu .m-menu-inner .main-items > li a.is-active span {
  color: #fb6a23 !important;
}
.m-menu .m-menu-inner .main-items > li a.is-active span:after {
  border-color: #fb6a23 !important;
}
.m-menu .m-menu-inner .social-items a:hover span {
  color: #fb6a23 !important;
}

body[class*=colors_] .m-menu-button:hover .burger .line {
  background: #fb6a23 !important;
}
body[class*=colors_] .m-menu .m-menu-inner .main-items li:hover p,
body[class*=colors_] .m-menu .m-menu-inner .main-items a.is-active p {
  color: #fb6a23 !important;
}
body[class*=colors_] .m-menu .m-menu-inner .main-items > li a:hover span,
body[class*=colors_] .m-menu .m-menu-inner .main-items > li a.is-active span {
  color: #fb6a23 !important;
}
body[class*=colors_] .m-menu .m-menu-inner .main-items > li a.is-active span:after {
  border-color: #fb6a23 !important;
}
body[class*=colors_] .m-menu .m-menu-inner .social-items a:hover span {
  color: #fb6a23 !important;
}

.m-menu {
  z-index: 10001 !important;
  background: #ffffff !important;
}
.m-menu .head p {
  color: #515256 !important;
}
.m-menu .m-menu-inner .main-items > li a {
  color: #1c1c1c !important;
}
.m-menu .m-menu-inner .main-items > li a span {
  color: #7f7f7f !important;
}
.m-menu .m-menu-inner .main-items > li a p {
  color: #1c1c1c !important;
}
.m-menu .m-menu-inner .social-items a {
  color: #515256 !important;
}
.m-menu .m-menu-inner .social-items a span {
  color: #515256 !important;
}
.m-menu .m-menu-inner .social-items a .socialmedia_icons {
  color: #515256 !important;
}
.m-menu .mobile-menu-close {
  display: block !important;
}
.m-menu .mobile-menu-close .m-menu-button .burger .line {
  background: #1c1c1c !important;
}

.menu-overlay {
  position: fixed !important;
}

.l-section {
  font-family: "Source Sans Pro", sans-serif;
}

.l-grid {
  display: grid;
  gap: 3rem;
}
.l-grid--2 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .l-grid--2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.l-grid--3 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .l-grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .l-grid--3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-grid--4 {
  grid-template-columns: 1fr;
}
@media (min-width: 576px) {
  .l-grid--4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .l-grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.l-split {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 4rem;
  flex-wrap: nowrap;
}
.l-split--reverse {
  flex-direction: row-reverse;
}
.l-split__col {
  flex: 0 1 50%;
}
@media (max-width: 767.98px) {
  .l-split__col {
    flex: 0 0 100%;
  }
}
@media (max-width: 767.98px) {
  .l-split {
    flex-direction: column;
  }
  .l-split--reverse {
    flex-direction: column;
  }
}

.section-header {
  text-align: center;
  margin-bottom: 8rem;
}
.section-header__overline {
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #fb6a23;
  margin-bottom: 2rem;
}
.section-header__title {
  font-size: 5.2rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 4rem;
}
.section-header__description {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  max-width: 80rem;
  margin: 0 auto;
  color: #5b5b5b;
}

.site-footer {
  background-color: #252525;
  color: #ffffff;
  font-family: "Source Sans Pro", sans-serif;
  padding: 10rem 5rem;
}
.site-footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 168.2rem;
  margin: 0 auto;
  flex-wrap: wrap;
  gap: 6rem;
}
.site-footer__brand {
  width: 69.06rem;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.site-footer__heading {
  font-size: 5.2rem;
  font-weight: 300;
  line-height: 1;
  margin: 0;
  color: #ffffff;
}
.site-footer__tagline {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.3;
  color: #f2f2f2;
  margin: 0;
}
.site-footer__contact {
  width: 24.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
.site-footer__email-block {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.site-footer__email-block h5 {
  font-size: 4rem;
  font-weight: 300;
  color: #ffffff;
  margin: 0;
}
.site-footer__link {
  font-size: 2.6rem;
  font-weight: 300;
  color: #f2f2f2;
  text-decoration: none;
  transition: all 0.15s ease;
}
.site-footer__link:hover {
  color: #fb6a23;
}
.site-footer__social-label {
  font-size: 2.6rem;
  font-weight: 300;
  color: #f2f2f2;
  margin: 0 0 2rem;
}
.site-footer__social {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3rem;
  flex-wrap: wrap;
}
.site-footer__social-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}
.site-footer__social-icon img {
  width: 100%;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0.7;
  transition: all 0.2s ease;
}
.site-footer__social-icon:hover {
  transform: translateY(-3px);
}
.site-footer__social-icon:hover img {
  opacity: 1;
}
.site-footer__bottom {
  margin-top: 8rem;
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.site-footer__bottom .site-footer__bg-img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  min-width: 192rem;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 0;
  pointer-events: none;
}
.site-footer__copyright {
  position: relative;
  z-index: 1;
  font-size: 2.4rem;
  font-weight: 300;
  color: #f2f2f2;
  margin: 0;
  margin-top: 6rem;
  text-align: center;
}

.main-footer {
  background-color: #f7f7f7;
  color: #515256;
  font-family: "Source Sans Pro", sans-serif;
  padding-top: 10rem;
  padding-bottom: 5rem;
  position: relative;
  z-index: 3;
}
.main-footer .container {
  padding-left: 5rem;
  padding-right: 5rem;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
.main-footer .footer-top {
  text-align: center;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}
.main-footer .footer-middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 6rem;
  flex-wrap: wrap;
}
.main-footer .footer-middle .footer-column {
  min-width: 28rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.main-footer .footer-middle .footer-column .info-row {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}
.main-footer .footer-middle .footer-column .info-row .info-icon {
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 4px;
  flex-shrink: 0;
  margin-left: -2px;
}
.main-footer .footer-middle .footer-column .info-row .footer-link {
  text-decoration: underline;
  transition: all 0.2s ease;
}
.main-footer .footer-middle .footer-column .info-row .footer-link:hover {
  color: #fb6a23;
}
.main-footer .footer-middle .footer-column .email-section,
.main-footer .footer-middle .footer-column .follow-section {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.main-footer .footer-middle .footer-column .follow-section {
  margin-top: 1rem;
}
.main-footer .footer-middle .footer-column .social-icons {
  display: flex;
  align-items: center;
  gap: 2.9rem;
}
.main-footer .footer-middle .footer-column .social-icons .s-icon {
  width: 3rem;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.main-footer .footer-middle .footer-column .social-icons .s-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.4;
  transition: all 0.3s ease;
  filter: grayscale(1) brightness(0.2);
}
.main-footer .footer-middle .footer-column .social-icons .s-icon:hover {
  transform: translateY(-3px);
}
.main-footer .footer-middle .footer-column .social-icons .s-icon:hover img {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(47%) sepia(86%) saturate(1478%) hue-rotate(344deg) brightness(101%) contrast(97%);
}
.main-footer .footer-bottom {
  width: 100%;
  height: 29.34rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.main-footer .footer-bottom .footer-bg-img {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-width: 192rem;
  height: 42%;
  -o-object-position: bottom;
     object-position: bottom;
  z-index: 0;
  opacity: 0.7;
  pointer-events: none;
}
.main-footer .footer-bottom .copyright-txt {
  position: relative;
  z-index: 1;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #7f7f7f;
  margin: 0;
  margin-top: 3rem;
  text-align: center;
}
.main-footer hr {
  border: none;
  border-top: 1px solid #c8c8c8;
  margin: 3rem 0 0 0;
}

@media (max-width: 991.98px) {
  .main-footer {
    padding-top: 8rem;
  }
  .main-footer .footer-middle {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4rem;
  }
  .main-footer .footer-middle .footer-column .follow-section {
    margin-top: 2rem;
  }
}
@media (max-width: 850px) {
  .main-footer .footer-middle {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .main-footer {
    padding-top: 48px;
  }
  .main-footer .container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
  .main-footer .column-title {
    font-size: 14px !important;
  }
  .main-footer .footer-top {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 4rem;
  }
  .main-footer .footer-bottom {
    height: auto;
    padding-bottom: 14rem;
  }
  .main-footer .footer-bottom .footer-bg-img {
    height: 16%;
  }
  .main-footer .footer-bottom .copyright-txt {
    margin-top: 2rem;
    margin-bottom: 8rem;
  }
  .main-footer .social-icons .s-icon img {
    width: 100% !important;
    height: 100% !important;
  }
  .info-icon {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .main-footer {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .main-footer .footer-middle {
    flex-wrap: nowrap !important;
    gap: 6rem !important;
  }
  .copyright-txt {
    font-size: 14px !important;
  }
  .social-icons .s-icon {
    width: 20px !important;
    height: 20px !important;
  }
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  letter-spacing: 1px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  padding: 0 4rem;
  height: 7.5rem;
  border: 1px solid transparent;
  border-radius: 1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-transform: uppercase;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.btn:focus-visible {
  outline: 2px solid #fb6a23;
  outline-offset: 3px;
}
.btn__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 2.4rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.btn__icon img {
  width: 100%;
  height: auto;
  display: block;
}
.btn:hover .btn__icon {
  transform: translate3d(0.5rem, 0, 0);
}
.btn--primary {
  background-color: #fb6a23;
  color: #ffffff;
  border-color: #fb6a23;
}
.btn--primary:hover {
  background-color: #fb6a23;
  border-color: #fb6a23;
  transform: translateY(-0.2rem);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.25);
}
.btn--primary:active {
  transform: translateY(0);
}
.btn--primary .btn__icon img {
  filter: brightness(0) invert(1);
}
.btn--primary-outline {
  color: #fb6a23;
  border: 2px solid rgba(251, 106, 35, 0.8);
  border-radius: 1rem;
  height: 5.7rem;
}
.btn--primary-outline:hover {
  border: 2px solid rgba(251, 106, 35, 0.5);
  color: rgba(251, 106, 35, 0.8);
}
.btn--primary-outline:active {
  border: 2px solid #fb6a23;
  color: #fb6a23;
  transform: translateY(0);
}
.btn--primary-outline:focus {
  box-shadow: none;
}
.btn--primary-outline .btn__icon img {
  filter: brightness(0) invert(1);
}
.btn--primary-1 {
  background-color: rgba(255, 231, 217, 0.85);
  color: #515256;
  border-color: transparent;
  height: 5.7rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease, color 0.3s ease;
}
.btn--primary-1 .btn__icon img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(6%) saturate(246%) hue-rotate(190deg) brightness(97%) contrast(90%);
}
.btn--primary-1:hover {
  background-color: rgba(255, 231, 217, 0.8);
  color: rgba(81, 82, 86, 0.9);
  transform: scale(1.06);
}
.btn--primary-1:hover .btn__icon img {
  opacity: 0.9;
}
.btn--primary-1:active {
  background-color: rgb(255, 231, 217);
  color: #515256;
  transform: scale(0.98);
}
.btn--primary-1:active .btn__icon img {
  opacity: 1;
}
.btn--primary-1:focus {
  box-shadow: none;
}
.btn--secondary {
  background-color: transparent;
  color: #fb6a23;
  border-color: #fb6a23;
}
.btn--secondary:hover {
  background-color: #fb6a23;
  color: #ffffff;
}
.btn--secondary-1 {
  background-color: rgba(81, 82, 86, 0.12);
  color: #515256;
  border-color: transparent;
  height: 5.7rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease, color 0.3s ease;
}
.btn--secondary-1 .btn__icon img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(6%) saturate(246%) hue-rotate(190deg) brightness(97%) contrast(90%);
}
.btn--secondary-1:hover {
  background-color: rgba(81, 82, 86, 0.1);
  color: rgba(81, 82, 86, 0.7);
  transform: scale(1.06);
}
.btn--secondary-1:hover .btn__icon img {
  opacity: 0.7;
}
.btn--secondary-1:active {
  background-color: rgba(81, 82, 86, 0.2);
  color: #515256;
  transform: scale(0.98);
}
.btn--secondary-1:active .btn__icon img {
  opacity: 1;
}
.btn--secondary-1:focus {
  box-shadow: none;
}
.btn--secondary-2 {
  background-color: transparent;
  border: 2px solid rgba(81, 82, 86, 0.15);
  color: #515256;
  height: 5.7rem;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), border-color 0.3s ease, color 0.3s ease, background-color 0.3s ease;
}
.btn--secondary-2 .btn__icon img {
  filter: brightness(0) saturate(100%) invert(31%) sepia(6%) saturate(246%) hue-rotate(190deg) brightness(97%) contrast(90%);
}
.btn--secondary-2:hover {
  border-color: rgba(81, 82, 86, 0.1);
  color: rgba(81, 82, 86, 0.7);
  transform: scale(1.06);
}
.btn--secondary-2:hover .btn__icon img {
  opacity: 0.7;
}
.btn--secondary-2:active {
  color: #515256;
  background: transparent;
  transform: scale(0.98);
}
.btn--secondary-2:active .btn__icon img {
  filter: brightness(0) invert(1);
  opacity: 1;
}
.btn--secondary-2:focus {
  box-shadow: none;
}
.btn--ghost {
  background-color: transparent;
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.4);
}
.btn--ghost:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #ffffff;
}
.btn--link {
  background: none;
  border: none;
  padding: 0;
  height: auto;
  font-weight: 600;
  color: #fb6a23;
  gap: 1.5rem;
}
.btn--link:hover {
  opacity: 0.8;
}
.btn--large {
  height: 9rem;
  font-size: 2.8rem;
  padding: 0 6rem;
}
.btn--small {
  height: 5.5rem;
  font-size: 1.6rem;
  padding: 0 3rem;
}
.btn--block {
  width: 100%;
}
.btn--disabled, .btn[disabled] {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}

.btn-primary-outline, .btn-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 38rem;
  width: auto;
  max-width: 100%;
  height: 5.7rem;
  gap: 1rem;
  padding: 0 5rem;
  white-space: nowrap;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  font-size: 2rem;
  line-height: 100%;
  letter-spacing: 0.04em !important;
  text-align: center;
  text-transform: uppercase;
  border-radius: 1rem;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
}
.btn-primary-outline .btn-icon, .btn-primary .btn-icon,
.btn-primary-outline .arrow,
.btn-primary .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  backface-visibility: hidden;
}
.btn-primary-outline .btn-icon img, .btn-primary .btn-icon img,
.btn-primary-outline .arrow img,
.btn-primary .arrow img {
  width: 2.4rem;
  filter: brightness(0) invert(1);
  will-change: transform;
  display: block;
}
.btn-primary-outline:active, .btn-primary:active {
  transform: translateY(-0.2rem);
}
.btn-assessment.btn-primary-outline, .btn-assessment.btn-primary {
  min-width: 38rem;
  white-space: nowrap;
}

.btn-primary {
  background-color: #fb6a23;
  color: #ffffff;
  border: none;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease, box-shadow 0.3s ease;
}
.btn-primary:hover {
  background-color: #fb6a23;
  color: #ffffff;
  border-color: transparent;
  transform: scale(1.06);
  text-decoration: none;
}
.btn-primary:active {
  transform: scale(0.98);
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #fb6a23;
  border-color: transparent;
  box-shadow: none;
  outline: 3px solid #fb6a23;
  outline-offset: 2px;
}
.btn-primary span {
  color: #ffffff;
  display: flex;
  align-items: center;
}

.btn-primary-outline {
  background-color: transparent;
  color: #fb6a23;
  border: 1px solid #fb6a23;
}
.btn-primary-outline span {
  color: #ffffff;
  display: flex;
  align-items: center;
}
.btn-primary-outline {
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94), background-color 0.3s ease, box-shadow 0.3s ease;
}
.btn-primary-outline:hover {
  background-color: transparent;
  color: #fb6a23;
  border-color: #fb6a23;
  transform: scale(1.06);
  text-decoration: none;
}
.btn-primary-outline:active {
  transform: scale(0.98);
}
.btn-primary-outline:focus {
  color: #fb6a23;
  background-color: transparent;
  border-color: #fb6a23;
  box-shadow: none;
  outline: 3px solid #fb6a23;
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .btn {
    height: 48px;
    font-size: 14px;
    width: 208px;
  }
  .btn__icon {
    width: 3rem;
  }
}
@media (min-width: 575.98px) and (max-width: 992px) {
  .btn {
    height: 44px !important;
    font-size: 16px;
    width: 260px;
    border-radius: 10px;
  }
  .btn__icon {
    width: 3rem;
  }
}
.card {
  display: flex;
  flex-direction: column;
  padding: 4rem;
  overflow: hidden;
}
.card--light {
  background-color: #fefefe;
  border-color: rgba(200, 200, 200, 0.4);
}
.card--dark {
  color: #ffffff;
}
.card--outline {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.card--outline:hover {
  border-color: rgba(251, 106, 35, 0.5);
}
.card--hover:hover {
  box-shadow: 0 1.2rem 3rem rgba(0, 0, 0, 0.12);
}
.card__image-wrapper {
  margin: -4rem -4rem 3rem -4rem;
  overflow: hidden;
  border-top-left-radius: 2.4rem;
  border-top-right-radius: 2.4rem;
  height: 22rem;
}
.card__image-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}
.card:hover .card__image-wrapper img {
  transform: scale(1.04);
}
.card__icon {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
  margin-bottom: 3rem;
}
.card__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.card__tag {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fb6a23;
  border: 1px solid rgba(91, 91, 91, 0.4);
  border-radius: 200px;
  padding: 0.5rem 3rem;
  margin-bottom: 3rem;
  width: -moz-fit-content;
  width: fit-content;
}
.card__title {
  font-size: 4rem;
  font-weight: 300;
  line-height: 1.1;
  margin-bottom: 2rem;
  color: inherit;
}
.card__description {
  font-size: 2.6rem;
  font-weight: 300;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 3rem;
  flex: 1;
}
.card--light .card__description {
  color: #5b5b5b;
}
.card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid rgba(200, 200, 200, 0.2);
}
.card__meta {
  font-size: 1.2rem;
  color: #adadad;
}
.card__badge {
  display: flex;
  align-items: center;
  height: 4.7rem;
}
.card__badge img {
  height: 100%;
  width: auto;
  max-width: 16rem;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0.8;
}

.feature-item {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 3rem;
  background-color: #fefefe;
  border-radius: 1.6rem;
  padding: 4rem;
  box-shadow: 0 0.2rem 1.2rem rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}
.feature-item:hover {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.1);
  transform: translateY(-0.4rem);
}
.feature-item__icon {
  flex-shrink: 0;
  width: 7rem;
  height: 7rem;
}
.feature-item__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.feature-item__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 1rem;
}
.feature-item__title {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
  color: #515256;
  margin: 0;
}
.feature-item__description {
  font-size: 2.6rem;
  font-weight: 400;
  line-height: 1.5;
  color: #5b5b5b;
  margin: 0;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
.form__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
}
@media (max-width: 575.98px) {
  .form__row {
    grid-template-columns: 1fr;
  }
}
.form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.form__group.full-width, .form__group--full {
  grid-column: 1/-1;
}
.form__label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.95rem;
  font-weight: 300;
  line-height: 1;
  color: #ffffff;
}
.form__label span {
  color: #fb6a23;
  margin-left: 0.3rem;
}
.form__control {
  width: 100%;
  height: 4.6rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0.4rem;
  padding: 0 2rem;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
  transition: all 0.15s ease;
  -webkit-appearance: none;
}
.form__control::-moz-placeholder {
  font-size: 1.6rem;
  color: #adadad;
  font-weight: 300;
}
.form__control::placeholder {
  font-size: 1.6rem;
  color: #adadad;
  font-weight: 300;
}
.form__control:focus {
  outline: none;
  border-color: #fb6a23;
}
.form__control.error {
  border: 2px solid #ff4d4d;
}
.form__control.success {
  border: 2px solid #4caf7d;
}
.form textarea.form__control {
  height: auto;
  min-height: 8rem;
  resize: none;
  padding-top: 1rem;
}
.form textarea.form__control::-webkit-scrollbar {
  width: 0.6rem;
}
.form textarea.form__control::-webkit-scrollbar-thumb {
  background: #fb6a23;
  border-radius: 1rem;
}
.form select.form__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 4rem;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1.2rem center;
  background-size: 1.4rem;
}
.form select.form__control option {
  background-color: #212121;
  color: #ffffff;
}
.form__error {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
  color: #ff4d4d;
  line-height: 1;
  min-height: 1.4rem;
}
.form__hint {
  font-size: 1.2rem;
  color: #adadad;
}
.form__submit {
  width: 100%;
  height: 5.8rem;
  background-color: #fb6a23;
  color: #ffffff;
  font-size: 1.95rem;
  font-weight: 600;
  border: none;
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: "Source Sans Pro", sans-serif;
}
.form__submit:hover {
  background-color: #e25a15;
}
.form__submit:disabled {
  background-color: #b36518;
  cursor: not-allowed;
  opacity: 0.7;
}
.form__success {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  padding: 4rem 2rem;
  text-align: center;
}
.form__success svg {
  width: 5.6rem;
  height: 5.6rem;
  animation: form-success-pop 0.4s ease-out;
}
.form__success p {
  font-size: 2.4rem;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.6;
  max-width: 38rem;
  margin: 0;
}

@keyframes form-success-pop {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.modal__overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.modal__overlay.active {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}
.modal__container {
  background-color: #2a2a2a;
  width: 62.2rem;
  max-width: 90vw;
  max-height: 95vh;
  overflow-y: auto;
  border-radius: 1rem;
  position: relative;
  padding: 5rem 4rem;
  box-shadow: 0 1.5rem 5rem rgba(0, 0, 0, 0.6);
  animation: modal-pop 0.25s ease-out;
}
.modal__container::-webkit-scrollbar {
  width: 0;
}
.modal__close {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: transparent !important;
  border: none !important;
  cursor: pointer;
  z-index: 1000;
  padding: 0;
  line-height: 0;
  width: auto;
  height: auto;
}
.modal__close img {
  width: 2.2rem !important;
  height: 2.2rem !important;
  display: block;
}
.modal__close:hover img {
  filter: invert(65%) sepia(87%) saturate(2331%) hue-rotate(345deg) brightness(101%) contrast(97%);
}
.modal__title {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 3rem;
}
.modal__body {
  position: relative;
  z-index: 1;
}

@keyframes modal-pop {
  from {
    transform: translateY(-10px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.cta-section {
  background-image: url("../../assets/images/DAaas/CTA-bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 10rem 5rem;
  font-family: "Source Sans Pro", sans-serif;
  color: #ffffff;
}
.cta-section .cta-content-wrap {
  max-width: 168.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8rem;
}
.cta-section .cta-left {
  flex: 0 0 50%;
}
.cta-section .cta-left .main-heading-2 {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1.3;
  color: #ffffff;
  margin: 0;
}
.cta-section .cta-right {
  flex: 0 0 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.cta-section .cta-right .cta-subtitle {
  text-align: left;
  color: #ffffff;
  margin-bottom: 4rem;
  width: 100%;
  max-width: 71.2rem;
}
@media (max-width: 767.98px) {
  .cta-section {
    padding: 8rem 4rem;
    width: 100%;
  }
  .cta-section .container {
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .cta-section .cta-content-wrap {
    flex-direction: column;
    align-items: center;
    gap: 4rem;
    width: 100%;
  }
  .cta-section .cta-left {
    width: 100%;
    margin: 0;
  }
  .cta-section .cta-left .main-heading-2 {
    text-align: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
  .cta-section .cta-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
  .cta-section .cta-right .cta-subtitle {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 6rem;
    display: block;
    white-space: normal;
  }
}

@media (min-width: 576px) and (max-width: 991.98px) {
  .cta-section h2 {
    font-size: 32px !important;
  }
  .cta-section .container {
    margin-top: 0 !important;
  }
  .cta-section .cta-subtitle {
    margin-bottom: 30px !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}
@media (min-width: 992px) {
  .ellipse {
    position: absolute;
    height: 850px;
    width: 850px;
    background-color: #fff9f3;
    border-radius: 50%;
    filter: blur(100px);
    opacity: 0.9;
    z-index: 1;
    pointer-events: none;
  }
  .ellipse.index-banner {
    top: 50%;
    left: 0;
    transform: translateX(-60%);
    z-index: -1;
  }
  .ellipse.landing-hero {
    bottom: -425px;
    left: 0;
    transform: translateX(-55%);
  }
  .ellipse.r-footer {
    opacity: 0.7;
    bottom: 0;
    right: 0;
    transform: translateX(60%);
    z-index: -1;
    height: 570px;
  }
  .ellipse.l-footer {
    opacity: 0.7;
    bottom: 0;
    left: 0;
    transform: translateX(-60%);
    height: 570px;
    z-index: -1;
  }
  .ellipse.mlopps-ellipse {
    top: 50%;
    right: 0;
    transform: translate(55%, -50%);
    filter: blur(250px);
    z-index: -1;
  }
  .ellipse.last-service-ellipse {
    bottom: -425px;
    left: 0;
    transform: translateX(-55%);
    filter: blur(250px);
  }
}
.banner-section {
  background: radial-gradient(75% 45% at 50% 50%, #ffffff 0%, #f7f7f7 100%) !important;
}
.banner-section .hero-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  mix-blend-mode: exclusion;
}/*# sourceMappingURL=main.css.map */