@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "Lexend Deca", sans-serif;
  line-height: 24px;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  scroll-behavior: smooth;
  height: 100%;
  position: relative;
}

body {
  margin: 0;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
  color: rgba(65, 65, 65, 0.9);
  text-align: left;
  overflow-x: hidden;
  min-height: 100%;
  position: relative;
}
button {
  cursor: pointer;
  font-family: "Lexend Deca", sans-serif;
}

input {
  font-family: "Lexend Deca", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: rgba(65, 65, 65, 0.9);
  text-decoration: none;
}
a:focus {
  outline: 0;
}

h1 {
  font-size: 5rem;
  line-height: 1.5;
  color: #ffb81d;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}
@media screen and (max-width: 1440px) {
  h1 {
    font-size: 4.0625rem;
    line-height: 5.6875rem;
  }
}
@media screen and (max-width: 991px) {
  h1 {
    font-size: 2.8125rem;
    line-height: 3.4375rem;
  }
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1875rem;
    line-height: 2.8125rem;
  }
}

h2 {
  font-size: 2.875rem;
  line-height: 3.625rem;
  font-weight: 700;
  color: #110302;
  margin: 0 0 0.9375rem;
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 2.1875rem;
    line-height: 2.5rem;
    margin: 0 0 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 1.875rem;
    line-height: 2.1875rem;
  }
}

h3 {
  font-size: 1.375rem;
  line-height: 1.875rem;
  font-weight: 500;
  color: #110302;
  margin: 0 0 0.9375rem;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.25rem;
    line-height: 1.875rem;
  }
}

h4 {
  font-size: 1.25rem;
  color: #110302;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}

h6 {
  font-size: 1.125rem;
}

p {
  font-size: 1rem;
  color: #5e6373;
  line-height: 1.75rem;
  font-weight: 500;
  margin: 0 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 0.875rem;
    line-height: 1.5rem;
    margin: 0 0 0.9375rem;
  }
}

.blocker {
  z-index: 150;
}

.container {
  width: 100%;
  max-width: 103.75rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}
@media only screen and (max-width: 1780px) {
  .container {
    max-width: 95rem;
  }
}
@media only screen and (max-width: 1600px) {
  .container {
    max-width: 86.25rem;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    max-width: 78.75rem;
  }
}
@media only screen and (max-width: 1320px) {
  .container {
    max-width: 70rem;
  }
}

.btn, .white-btn, .site-header-cta-wrap .site-header-cta, .primary-btn {
  display: inline-flex;
  padding: 0.875rem 1rem;
  cursor: pointer;
  position: relative;
  font-size: 0.9375rem;
  text-transform: uppercase;
  font-weight: 500;
  border-radius: 3.125rem;
  box-shadow: 0 0.625rem 0.625rem 0 rgba(0, 0, 0, 0.05);
  font-family: "Lexend Deca", sans-serif;
}
.btn:after, .white-btn:after, .site-header-cta-wrap .site-header-cta:after, .primary-btn:after {
  content: "";
  width: 1.625rem;
  height: 1.625rem;
  background-size: 100%;
  display: inline-block;
  margin-left: 0.625rem;
  transition: transform 0.4s ease;
}
.btn:hover:after, .white-btn:hover:after, .site-header-cta-wrap .site-header-cta:hover:after, .primary-btn:hover:after {
  transform: rotate(-45deg);
}

.primary-btn {
  background: linear-gradient(89.2deg, #FF9500 3.11%, #FF0000 99.31%);
  color: #ffffff;
}
.primary-btn:after {
  background: url(../images/white-cta-arrow.svg);
}
.primary-btn:hover {
  background: #FF6600;
}

.white-btn, .site-header-cta-wrap .site-header-cta {
  background: #ffffff;
  color: #f66e12;
}
.white-btn:after, .site-header-cta-wrap .site-header-cta:after {
  background: url(../images/dark-cta-arrow.svg);
}
.white-btn:hover, .site-header-cta-wrap .site-header-cta:hover {
  background: #FF6600;
  color: #ffffff;
}
.white-btn:hover:after, .site-header-cta-wrap .site-header-cta:hover:after {
  background: url(../images/white-cta-arrow.svg);
}

.site-header {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  margin: 0 auto;
  z-index: 99;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 1139px) {
  .site-header {
    background: #f66e12;
  }
}
.site-header .container {
  padding: 0 1.875rem;
  width: 100%;
  max-width: 118.75rem;
}
@media screen and (max-width: 1440px) {
  .site-header .container {
    padding: 0 1.25rem;
  }
}

.site-header-wraper {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1139px) {
  .site-header-wraper {
    flex-wrap: wrap;
  }
}

.site-header-left {
  display: flex;
  flex-basis: auto;
  align-items: center;
  padding: 1.25rem 0;
}
.site-header-left .custom-logo-link img {
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1139px) {
  .site-header-left {
    display: flex;
    flex-basis: 100%;
    justify-content: space-between;
    align-items: center;
    margin: 0;
    padding: 1.25rem 0;
    position: relative;
    z-index: 100;
    background: #f66e12;
  }
}

.site-header-right {
  flex-basis: 75%;
  display: flex;
  justify-content: end;
  align-items: center;
  transition: opacity 0.4s ease;
}
@media screen and (max-width: 1139px) {
  .site-header-right {
    position: fixed;
    flex-basis: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    background: #f66e12;
    padding: 7.5rem 1.25rem;
    max-height: 100vh;
    overflow: auto;
  }
}

.site-header-navigation {
  height: 100%;
  /* display: flex; */
  /* align-items: center; */
}
@media screen and (max-width: 1139px) {
  .site-header-navigation {
    height: auto;
  }
}
.site-header-navigation .primary-main-nav {
  list-style: none;
  padding: 0;
  height: 100%;
}
@media screen and (max-width: 1139px) {
  .site-header-navigation .primary-main-nav {
    height: auto;
    display: flex;
    flex-direction: column;
  }
}
.site-header-navigation .primary-main-nav .sub-menu {
  position: absolute;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  top: 98%;
  padding: 0;
  z-index: 1;
  border-top: 0.0625rem solid #dedede;
  box-shadow: 0 0.25rem 0.375rem -0.0625rem rgba(0, 0, 0, 0.1);
  display: none;
  background: #ffffff;
}
.site-header-navigation .primary-main-nav .sub-menu > li > a {
  padding: 0.5rem 1rem;
  position: relative;
  display: flex;
  color: #414141;
  margin: 0;
  font-size: 1rem;
  align-items: center;
  border-radius: 0.625rem;
}
.site-header-navigation .primary-main-nav .sub-menu > li > a:hover {
  background: #fee2c6;
}
@media screen and (max-width: 1139px) {
  .site-header-navigation .primary-main-nav .sub-menu {
    position: relative;
    left: 0;
    right: 0;
    width: 100%;
  }
}
.site-header-navigation .primary-main-nav > li {
  height: 100%;
  position: relative;
  display: inline-block;
  transition: color 0.3s ease;
}
@media screen and (max-width: 1139px) {
  .site-header-navigation .primary-main-nav > li {
    margin: 0.625rem 0;
    display: block;
  }
}
.site-header-navigation .primary-main-nav > li > a {
  position: relative;
  text-decoration: none;
  font-size: 1.125rem;
  line-height: 1.25rem;
  padding: 0 0.9375rem;
  border: none;
  outline: none;
  color: #ffffff;
  transition: color 0.3s ease;
  height: 100%;
  display: inline-flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1139px) {
  .site-header-navigation .primary-main-nav > li > a {
    width: 100%;
    padding: 0;
    justify-content: center;
  }
}
.site-header-navigation .primary-main-nav > li > a:after {
  content: "";
  background: #FF6600;
  width: 100%;
  height: 0.1875rem;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
  z-index: 9;
}
@media screen and (max-width: 1139px) {
  .site-header-navigation .primary-main-nav > li > a:after {
    display: none;
  }
}
.site-header-navigation .primary-main-nav > li .sub-menu {
  left: 50%;
  transform: translateX(-50%);
  width: 20rem;
  padding: 1rem;
  border-radius: 0.9375rem;
  list-style: none;
  top: 100%;
}
@media screen and (max-width: 1139px) {
  .site-header-navigation .primary-main-nav > li .sub-menu {
    left: 0;
    transform: unset;
    width: 100%;
  }
}
.site-header-navigation .primary-main-nav > li:hover > .sub-menu {
  display: block;
}
.site-header-navigation .primary-main-nav > li:hover > a:after {
  opacity: 1;
}

.site-header-menu-toggle {
  display: none;
}
@media screen and (max-width: 1139px) {
  .site-header-menu-toggle {
    display: block;
    position: relative;
    transform: rotate(0deg);
    transition: 0.5s ease-in-out;
    background: none;
    border: none;
    width: 2.8125rem;
    height: 1.75rem;
    margin: 0;
    cursor: pointer;
  }
  .site-header-menu-toggle span {
    display: block;
    position: absolute;
    height: 0.25rem;
    width: 100%;
    background: #ffffff;
    border-radius: 0.5625rem;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  .site-header-menu-toggle span:nth-child(1) {
    top: 0;
  }
  .site-header-menu-toggle span:nth-child(2), .site-header-menu-toggle span:nth-child(3) {
    top: 0.75rem;
  }
  .site-header-menu-toggle span:nth-child(4) {
    top: 1.5rem;
  }
}

@media screen and (max-width: 1139px) {
  body.menu-open {
    overflow: hidden;
  }
  body.menu-open .site-header-menu-toggle span:nth-child(1), body.menu-open .site-header-menu-toggle span:nth-child(4) {
    top: 1.125rem;
    width: 0;
    left: 50%;
  }
  body.menu-open .site-header-menu-toggle span:nth-child(2) {
    transform: rotate(45deg);
  }
  body.menu-open .site-header-menu-toggle span:nth-child(3) {
    transform: rotate(-45deg);
  }
  body.menu-open .site-header-right {
    display: block;
  }
}

.site-header-cta-wrap {
  padding-left: 1.125rem;
}
.site-header-cta-wrap .site-header-cta {
  padding: 0.625rem 1rem;
  margin-left: 1.25rem;
}
@media screen and (max-width: 1139px) {
  .site-header-cta-wrap {
    padding-left: 0;
    margin-top: 1.25rem;
    text-align: center;
  }
}

@media screen and (min-width: 1140px) {
  .site-header-scroll-down,
  .site-header-scroll-up,
  .site-header:hover {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(4px);
    border: 1px solid rgba(255, 255, 255, 0.18);
  }
  .site-header-scroll-down .site-header-left .custom-logo-link img,
  .site-header-scroll-up .site-header-left .custom-logo-link img,
  .site-header:hover .site-header-left .custom-logo-link img {
    filter: unset;
  }
  .site-header-scroll-down .site-header-right,
  .site-header-scroll-up .site-header-right,
  .site-header:hover .site-header-right {
    opacity: 1;
    visibility: visible;
  }
  .site-header-scroll-down .primary-main-nav > li > a,
  .site-header-scroll-up .primary-main-nav > li > a,
  .site-header:hover .primary-main-nav > li > a {
    color: #414141;
  }
  .site-header-scroll-down .site-header-cta-wrap .site-header-cta,
  .site-header-scroll-up .site-header-cta-wrap .site-header-cta,
  .site-header:hover .site-header-cta-wrap .site-header-cta {
    background: linear-gradient(89.2deg, #FF9500 3.11%, #FF0000 99.31%);
    color: #ffffff;
  }
  .site-header-scroll-down .site-header-cta-wrap .site-header-cta:after,
  .site-header-scroll-up .site-header-cta-wrap .site-header-cta:after,
  .site-header:hover .site-header-cta-wrap .site-header-cta:after {
    background: url(../images/white-cta-arrow.svg);
  }
  .site-header-scroll-down .site-header-cta-wrap .site-header-cta:hover,
  .site-header-scroll-up .site-header-cta-wrap .site-header-cta:hover,
  .site-header:hover .site-header-cta-wrap .site-header-cta:hover {
    background: #FF6600;
  }
}
.site-footer {
  width: 100%;
  background: #ffe8d9;
  padding: 1.875rem 0 2.5rem;
}
.site-footer .site-top-footer-row {
  padding: 0 0 1.25rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.13);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .site-footer .site-top-footer-row {
    flex-wrap: wrap;
  }
}
.site-footer .site-top-footer-business-stats-col {
  display: flex;
  flex-basis: 70%;
}
@media screen and (max-width: 1023px) {
  .site-footer .site-top-footer-business-stats-col {
    flex-basis: 100%;
  }
}
.site-footer .site-top-footer-business-stats-lists {
  display: flex;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
@media screen and (max-width: 1440px) {
  .site-footer .site-top-footer-business-stats-lists {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .site-footer .site-top-footer-business-stats-lists {
    flex-wrap: wrap;
    margin-left: -0.5625rem;
    margin-right: -0.5625rem;
    justify-content: space-between;
    width: 100%;
  }
}
.site-footer .site-top-footer-business-stats-list {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
@media screen and (max-width: 1440px) {
  .site-footer .site-top-footer-business-stats-list {
    /* margin-right: 25px;*/
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .site-footer .site-top-footer-business-stats-list {
    /* margin-right: 18px;*/
    padding-left: 0.5625rem;
    padding-right: 0.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-top-footer-business-stats-list {
    flex-basis: 48%;
    margin-right: 0;
    text-align: center;
    padding: 0 0 1.25rem;
  }
}
.site-footer .site-top-footer-business-stats-list-title {
  color: #000000;
  font-size: 1.25rem;
  margin: 0 0 0.625rem;
}
.site-footer .site-top-footer-business-stats-list-desc {
  color: rgba(0, 0, 0, 0.6);
  font-size: 0.875rem;
  line-height: 1.5rem;
  margin: 0;
}
.site-footer .site-top-footer-business-cta-wrap {
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  position: relative;
  padding: 1.25rem 2.5rem;
  flex-basis: 30%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
  text-align: center;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .site-footer .site-top-footer-business-cta-wrap {
    width: 100%;
    margin: 1.25rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .site-top-footer-business-cta-wrap {
    flex-basis: 100%;
    padding: 1.875rem;
  }
}
.site-footer .site-top-footer-business-cta-title {
  font-size: 1.125rem;
  line-height: 1.625rem;
  font-weight: 500;
  color: #ffffff;
  margin: 0 0 0.9375rem;
}
.site-footer .site-top-footer-business-cta-btn-wrap {
  margin: 0.625rem 0 0;
}
.site-footer .site-top-footer-business-cta-btn-wrap .white-btn, .site-footer .site-top-footer-business-cta-btn-wrap .site-header-cta-wrap .site-header-cta, .site-header-cta-wrap .site-footer .site-top-footer-business-cta-btn-wrap .site-header-cta {
  padding: 0.625rem 1rem;
}
@media screen and (max-width: 1023px) {
  .site-footer .site-top-footer-business-cta-col {
    flex-basis: 100%;
  }
}

.site-mid-footer {
  padding: 2.5rem 0 1.5625rem;
}
@media (max-width: 767px) {
  .site-mid-footer {
    padding: 1.875rem 0 0.625rem;
  }
}
.site-mid-footer .site-mid-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media (max-width: 991px) {
  .site-mid-footer .site-mid-footer-row {
    justify-content: flex-start;
  }
}
.site-mid-footer .site-mid-footer-col {
  flex: 0 1 20%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .site-mid-footer .site-mid-footer-col {
    flex: 0 1 33.33%;
    padding: 0 1rem 1.25rem;
  }
}
@media (max-width: 767px) {
  .site-mid-footer .site-mid-footer-col {
    flex-basis: 50%;
  }
}
.site-mid-footer .site-footer-link-lists {
  list-style: none;
  padding: 0;
}
.site-mid-footer .site-footer-link-lists .menu-item-has-children > a,
.site-mid-footer .site-footer-link-lists > .menu-item > a {
  font-size: 1.125rem;
  color: #000000;
  font-weight: 500;
}
.site-mid-footer .site-footer-link-lists .menu-item-has-children > a[href="#"],
.site-mid-footer .site-footer-link-lists > .menu-item > a[href="#"] {
  pointer-events: none;
}
.site-mid-footer .sub-menu {
  list-style: none;
}
.site-mid-footer .sub-menu li {
  margin: 0.625rem 0 0;
  color: rgba(0, 0, 0, 0.6);
  font-size: 1rem;
  line-height: 1.625rem;
}
.site-mid-footer .sub-menu li a {
  color: rgba(0, 0, 0, 0.6);
}
.site-mid-footer .sub-menu li a:hover {
  color: black;
}
@media (max-width: 1200px) {
  .site-mid-footer .sub-menu li {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.site-bottom-footer {
  padding: 2.5rem 0 0;
  border-top: 0.0625rem solid rgba(0, 0, 0, 0.13);
}
@media screen and (max-width: 767px) {
  .site-bottom-footer {
    padding: 1.875rem 0 0;
  }
}
.site-bottom-footer .site-bottom-footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
}
.site-bottom-footer .site-bottom-footer-product-col {
  flex-basis: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .site-bottom-footer .site-bottom-footer-product-col {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .site-bottom-footer .site-bottom-footer-product-col {
    flex-basis: 100%;
    text-align: center;
    margin: 1.25rem 0 0;
  }
}
.site-bottom-footer .site-bottom-footer-product-title {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 400;
  margin: 0 0 1.375rem;
}
@media screen and (max-width: 1023px) {
  .site-bottom-footer .site-bottom-footer-product-title {
    font-size: 0.875rem;
    line-height: 1.375rem;
  }
}
.site-bottom-footer .site-bottom-footer-product-items {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.site-bottom-footer .site-bottom-footer-product-item {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  flex: 0 0 11.25rem;
  max-width: 11.25rem;
}
@media screen and (max-width: 1023px) {
  .site-bottom-footer .site-bottom-footer-product-item {
    margin-bottom: 0.625rem;
  }
}
.site-bottom-footer .site-bottom-footer-product-item a {
  display: block;
  height: 100%;
  align-content: center;
}
.site-bottom-footer .site-bottom-footer-product-item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}
.site-bottom-footer .site-bottom-footer-social-title {
  font-size: 0.9375rem;
  line-height: 1.5rem;
  color: #000000;
  font-weight: 400;
  margin: 0 0 1.375rem;
}
.site-bottom-footer .site-bottom-footer-social-links {
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .site-bottom-footer .site-bottom-footer-social-links {
    justify-content: center;
  }
}
.site-bottom-footer .site-bottom-footer-social-col {
  flex-basis: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 1023px) {
  .site-bottom-footer .site-bottom-footer-social-col {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .site-bottom-footer .site-bottom-footer-social-col {
    flex-basis: 100%;
    text-align: center;
    margin: 1.25rem 0 0;
  }
}
.site-bottom-footer .site-bottom-footer-social-link {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.site-bottom-footer .site-bottom-footer-social-link a {
  display: block;
  color: #FF6600;
}
.site-bottom-footer .site-bottom-footer-social-link a svg {
  display: block;
}
.site-bottom-footer .site-bottom-footer-social-link a:hover {
  color: rgba(255, 102, 0, 0.8);
}
.site-bottom-footer .site-bottom-footer-protection-col {
  flex-basis: auto;
  padding-left: 1rem;
  padding-right: 1rem;
  align-content: center;
}
@media screen and (max-width: 1023px) {
  .site-bottom-footer .site-bottom-footer-protection-col {
    flex-basis: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .site-bottom-footer .site-bottom-footer-protection-col {
    flex-basis: 100%;
    text-align: center;
    margin: 1.25rem 0 0;
  }
}
.site-bottom-footer .site-bottom-footer-protection-items {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .site-bottom-footer .site-bottom-footer-protection-items {
    text-align: center;
  }
}
.site-bottom-footer .site-bottom-footer-protection-item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.site-bottom-footer .site-bottom-footer-protection-item a {
  display: block;
}
.site-bottom-footer .site-bottom-footer-protection-item a img {
  display: block;
}

.site-copyright {
  background: #ff8400;
  padding: 0.625rem 0;
  color: #ffffff;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.site-copyright p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #ffffff;
  margin: 0;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
  padding-top: 1.875rem;
}

.form-col-half {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .form-col-half {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.form-col-full {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
}

.form-group {
  position: relative;
  margin-bottom: 1.875rem;
}
.form-group label {
  position: absolute;
  top: -0.8125rem;
  left: 0.5rem;
  font-size: 0.8125rem;
  background: #ffffff;
  padding: 0 0.5rem;
  color: rgba(51, 51, 51, 0.7);
  font-weight: 500;
  display: inline-block;
  z-index: 1;
}
.form-group br {
  display: none;
}
.form-group p {
  margin: 0;
}

.form-file-control, .form-control {
  border: 0.09375rem solid #d4e0ed;
  background: transparent;
  width: 100%;
  font-weight: 400;
  font-size: 1rem;
  border-radius: 0.3125rem;
  outline: 0;
  color: rgba(51, 51, 51, 0.5);
  line-height: initial;
  height: 3.375rem;
}

.form-control {
  padding: 0 0.9375rem;
}

textarea.form-control {
  height: initial;
  padding: 0.9375rem;
  resize: vertical;
}

.form-file-control {
  padding: 0.9375rem;
}

input.primary-btn {
  background: #FF9500 url(../images/white-cta-arrow.svg) no-repeat right 0.9375rem center;
  border: none;
  padding: 1rem 3.125rem 1rem 1.25rem;
}
@media screen and (max-width: 767px) {
  input.primary-btn {
    font-size: 0.875rem;
  }
}
input.primary-btn:hover {
  background: #FF6600 url(../images/white-cta-arrow.svg) no-repeat right 0.9375rem center;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-not-valid.wpcf7-not-valid {
  color: #ff0000 !important;
  border-color: #ff0000;
}

.wpcf7-not-valid-tip:not(:empty) {
  color: #ff0000;
  font-size: 0.75rem 0.3125rem;
}

@media screen and (max-width: 991px) {
  .form-btn-col {
    text-align: left;
  }
}
.breadcrumb-lists {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.breadcrumb-lists li {
  display: inline-block;
  position: relative;
  color: white;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.breadcrumb-lists li a {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumb-lists li a:hover {
  color: white;
}
.breadcrumb-lists li:not(:last-child)::after {
  content: "»";
  margin: 0 8px;
  pointer-events: none;
}

.error-404-section {
  padding: 9.375rem 0;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
}
@media screen and (max-width: 1600px) {
  .error-404-section {
    padding: 8.125rem 0 6.25rem;
  }
}
@media screen and (max-width: 1320px) {
  .error-404-section {
    padding: 8.125rem 0 5rem;
  }
}
@media screen and (max-width: 767px) {
  .error-404-section {
    padding: 8.125rem 0 3.125rem;
  }
}

.error-404-box {
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: bottom;
  padding: 5.625rem;
  background-size: contain;
  border-radius: 0.625rem;
}
@media only screen and (max-width: 767px) {
  .error-404-box {
    padding: 25px;
  }
}

.error-404-box-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.error-404-img-col {
  flex: 0 0 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 991px) {
  .error-404-img-col {
    flex: 0 0 100%;
  }
}

.error-404-img-wrap {
  text-align: center;
}

.error-404-info-col {
  flex: 0 0 50%;
  padding-top: 1.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media only screen and (max-width: 991px) {
  .error-404-info-col {
    flex: 0 0 100%;
  }
}
@media only screen and (max-width: 767px) {
  .error-404-info-col {
    padding-top: 1.125rem;
  }
}

.error-404-info-heading {
  font-weight: 700;
  font-size: 6.25rem;
  line-height: 1.25;
  margin: 0;
  margin-bottom: 2.25rem;
}
@media only screen and (max-width: 1320px) {
  .error-404-info-heading {
    font-size: 4rem;
    line-height: 4.6875rem;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .error-404-info-heading {
    font-size: 3.5rem;
    line-height: 4rem;
  }
}

.error-404-info-subheading {
  color: #FF6600;
  font-size: 2rem;
  line-height: 1.15;
  margin-bottom: 48px;
}
@media only screen and (max-width: 1320px) {
  .error-404-info-subheading {
    margin: 0.625rem 0 0.9375rem;
    font-size: 1.375rem;
    line-height: 2.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .error-404-info-subheading {
    font-size: 1.125rem;
    line-height: 1.5625rem;
  }
}

.error-404-info-desc {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  opacity: 0.9;
  margin-bottom: 1.5rem;
  color: #5e6373;
}
@media only screen and (max-width: 1320px) {
  .error-404-info-desc {
    margin: 1.5625rem 0 0;
    font-size: 1rem;
    line-height: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .error-404-info-desc {
    margin-top: 0.75rem;
  }
}

.error-404-info-para {
  font-size: 1.5rem;
  line-height: 1.25;
  font-weight: 500;
  margin-bottom: 1.5rem;
  opacity: 0.9;
}
.error-404-info-para a {
  color: #FF6600;
}
@media only screen and (max-width: 1320px) {
  .error-404-info-para {
    margin-top: 0.625rem;
    font-size: 1rem;
    line-height: 1.75rem;
    margin-bottom: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .error-404-info-para {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}

.blog-list-page--hero-section {
  width: 100%;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  position: relative;
  display: flex;
  padding: 9.375rem 0;
}
@media screen and (max-width: 991px) {
  .blog-list-page--hero-section {
    padding: 6.25rem 0 3.125rem;
  }
}

.blog-list-page--heading {
  color: #ffffff;
  margin: 0 0 1.5625rem;
  text-align: center;
  font-size: 3.75rem;
}
@media only screen and (max-width: 1366px) {
  .blog-list-page--heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-list-page--heading {
    font-size: 2.1875rem;
  }
}

.blog-list-page--description {
  width: 90%;
  margin: auto;
  text-align: center;
}
.blog-list-page--description p {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .blog-list-page--description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 980px) {
  .blog-list-page--description {
    width: 100%;
  }
}

.blog-list-page--hero-form {
  display: flex;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.blog-list-page--hero-form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.blog-list-page--hero-form .blog-list-page--hero-form-input {
  flex-basis: 53%;
  padding: 0 1.25rem;
  background: transparent;
  width: 100%;
  height: 3.6875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 0.0625rem solid rgba(205, 205, 205, 0.8);
  border-radius: 0.3125rem;
  color: #f0f0f0;
  font-weight: 400;
}
.blog-list-page--hero-form .blog-list-page--hero-form-btn {
  background: #ffffff;
  height: 3.6875rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #FF6600;
  padding: 0 1.875rem;
  border-radius: 0.25rem;
  cursor: pointer;
  border: none;
  margin-left: 0.9375rem;
  transition: all 0.3s ease-in-out;
}
.blog-list-page--hero-form .blog-list-page--hero-form-btn:hover {
  background: #FF6600;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  .blog-list-page--hero-form {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .blog-list-page--hero-form {
    flex-wrap: wrap;
  }
  .blog-list-page--hero-form .blog-list-page--hero-form-input {
    flex-basis: 100%;
    padding: 0 1.25rem;
    height: 3.125rem;
  }
  .blog-list-page--hero-form .blog-list-page--hero-form-btn {
    flex-basis: 100%;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0 20px;
    margin: 15px 0 0;
  }
}

.blog-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0;
}
@media only screen and (max-width: 1600px) {
  .blog-grids {
    margin: 3.75rem 0;
  }
}
@media screen and (max-width: 991px) {
  .blog-grids {
    margin: 2.5rem 0;
  }
}

.blog-grid-pagination:not(:empty) {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1600px) {
  .blog-grid-pagination:not(:empty) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .blog-grid-pagination:not(:empty) {
    margin-bottom: 2.5rem;
  }
}
.blog-grid-pagination:not(:empty) .page-numbers {
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid #e4e4e4;
  border-radius: 0.625rem;
  color: #333333;
  margin: 0 0.625rem;
}
.blog-grid-pagination:not(:empty) .page-numbers.prev, .blog-grid-pagination:not(:empty) .page-numbers.next {
  border: 0;
}
.blog-grid-pagination:not(:empty) .page-numbers:hover, .blog-grid-pagination:not(:empty) .page-numbers.current {
  background: #FF6600;
  color: #ffffff;
  border-color: #FF6600;
}
@media screen and (max-width: 767px) {
  .blog-grid-pagination:not(:empty) .page-numbers {
    margin: 0 0.1875rem;
    padding: 0.25rem 0.625rem;
  }
}

.blog-grid {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .blog-grid {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .blog-grid {
    flex-basis: 100%;
  }
}

.blog-grid-box {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-grid-img-wrap .featured-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-grid-category span + span {
  display: none;
}

.blog-grid-inner-wrap {
  position: relative;
  border-bottom: 1px solid rgba(160, 160, 160, 0.18);
}

.blog-grid-img-link {
  display: block;
}

.blog-grid-category {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  line-height: initial;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  pointer-events: none;
}

.blog-grid-meta-wrap {
  padding: 1.5625rem;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .blog-grid-meta-wrap {
    padding: 1.25rem;
  }
}

.blog-grid-author-wrap {
  display: flex;
  align-items: center;
  padding: 1.5625rem;
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  .blog-grid-author-wrap {
    padding: 1.25rem;
    padding-top: 0;
  }
}
.blog-grid-author-wrap .author-name {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.blog-grid-title a {
  color: inherit;
}
.blog-grid-title a:hover {
  text-decoration: underline;
}

.blog-grid-content p {
  margin-bottom: 0;
}

.blog-grid-author-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.9375rem;
}

.detail-blogpage-header {
  width: 100%;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  position: relative;
  display: flex;
  padding: 9.375rem 0 4rem;
}
@media screen and (max-width: 991px) {
  .detail-blogpage-header {
    padding: 6.25rem 0 3.125rem;
  }
}

.post-thumbnail:not(:empty) {
  margin-bottom: 3.125rem;
}
.post-thumbnail:not(:empty) img {
  width: 100%;
}

.detail-blogpage-header-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0.5625rem;
}
.detail-blogpage-header-link a svg {
  width: 2.5rem;
  margin-right: 0.625rem;
}

.detail-blogpage-title {
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.35;
  word-break: break-word;
  font-size: 3.75rem;
}
@media only screen and (max-width: 1366px) {
  .detail-blogpage-title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .detail-blogpage-title {
    font-size: 2.1875rem;
  }
}

.detail-blogpage-tags-meta {
  display: none;
}

.detail-blogpage-postdata-meta {
  color: #ffffff;
  margin-bottom: 2rem;
}
.detail-blogpage-postdata-meta a {
  color: rgba(255, 255, 255, 0.8);
}

.detail-blogpage-categories-meta a {
  color: #ffffff;
  padding: 0.1875rem 0.75rem;
  border-radius: 0.25rem;
  background: #000000;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.detail-blogpage-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin: 5rem auto;
}
.detail-blogpage-content h1 {
  color: #110302;
}
.detail-blogpage-content ul {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.detail-blogpage-content ul li {
  list-style: square;
  margin-bottom: 0.5rem;
}
.detail-blogpage-content ol {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.detail-blogpage-content ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
}
.detail-blogpage-content blockquote {
  border-right: none;
  border-left: 0.25rem solid #c0c0c0;
  margin: 1.5rem 0;
  padding: 1rem;
}
.detail-blogpage-content blockquote p:last-child {
  margin-bottom: 0.5rem;
}
.detail-blogpage-content table,
.detail-blogpage-content hr {
  margin-bottom: 1rem;
}
.detail-blogpage-content .code-toolbar {
  background: #333;
  padding: 0.3125rem;
  border-radius: 0.75rem;
  color: #ffffff;
  display: block;
  word-wrap: break-word;
  margin: 3.125rem 0;
}
.detail-blogpage-content .code-toolbar > pre {
  margin: 0;
  border-radius: 0.75rem;
}
.detail-blogpage-content code:not([class*=lang]) {
  display: inline-block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
  background: #3e3e3e;
  margin-bottom: 0.375rem;
  line-height: normal;
  font-size: 0.875em;
}
.detail-blogpage-content .post-navigation {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .detail-blogpage-content {
    margin: 3.75rem auto;
  }
}
@media screen and (max-width: 991px) {
  .detail-blogpage-content {
    margin: 2.5rem auto;
  }
}

@media screen and (min-width: 1200px) {
  .detail-blogpage-content .code-toolbar {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
}
/* WebKit Browsers (Chrome, Safari) */
.detail-blogpage-content ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.detail-blogpage-content ::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 8px;
}
.detail-blogpage-content ::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 8px;
  cursor: pointer;
}
.detail-blogpage-content ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
.detail-blogpage-content ::-moz-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.detail-blogpage-content ::-moz-scrollbar-track {
  background: #ebebeb;
  border-radius: 8px;
}
.detail-blogpage-content ::-moz-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 8px;
  cursor: pointer;
}
.detail-blogpage-content ::-moz-scrollbar-thumb:hover {
  background: #555;
}

.blog-slider-grids {
  display: flex;
  flex-wrap: wrap;
}
.blog-slider-grids:not(.slick-initialized) .blog-slider-grid + .blog-slider-grid {
  display: none;
}

.blog-slider-grid {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.blog-slider-grid-box {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.blog-slider-grid-img-wrap .featured-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog-slider-grid-category span + span {
  display: none;
}

.blog-slider-grid-inner-wrap {
  position: relative;
  border-bottom: 1px solid rgba(160, 160, 160, 0.18);
}

.blog-slider-grid-img-link {
  display: block;
}

.blog-slider-grid-category {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  line-height: initial;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  pointer-events: none;
}

.blog-slider-grid-meta-wrap {
  padding: 1.5625rem;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .blog-slider-grid-meta-wrap {
    padding: 1.25rem;
  }
}

.blog-slider-grid-author-wrap {
  display: flex;
  align-items: center;
  padding: 1.5625rem;
  padding-top: 0;
}
@media screen and (max-width: 1280px) {
  .blog-slider-grid-author-wrap {
    padding: 1.25rem;
    padding-top: 0;
  }
}
.blog-slider-grid-author-wrap .author-name {
  font-size: 0.875rem;
  opacity: 0.9;
  margin-bottom: 0;
}

.blog-slider-grid-title a {
  color: inherit;
}
.blog-slider-grid-title a:hover {
  text-decoration: underline;
}

.blog-slider-grid-content p {
  margin-bottom: 0;
}

.blog-slider-grid-author-img {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 0.9375rem;
}

.blog-slider-grid-btn-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.blog-slider-next {
  transform: rotate(180deg);
}

.blog-slider-next,
.blog-slider-prev {
  width: 2.875rem;
  height: 2.5rem;
  border: 0.125rem solid #FF6600;
  background: transparent;
  border-radius: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.blog-slider-next:after,
.blog-slider-prev:after {
  content: "";
  display: inline-block;
  background: url(../images/left-side-arrow-dark-secondary.svg) no-repeat;
  margin: 0 auto;
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.blog-slider-next:not(.slick-disabled):hover,
.blog-slider-prev:not(.slick-disabled):hover {
  background: #FF6600;
}
.blog-slider-next:not(.slick-disabled):hover:after,
.blog-slider-prev:not(.slick-disabled):hover:after {
  background-image: url(../images/left-side-arrow-white.svg);
}
.blog-slider-next.slick-disabled,
.blog-slider-prev.slick-disabled {
  border-color: #858585;
  cursor: no-drop;
  opacity: 0.8;
}
.blog-slider-next.slick-disabled:after,
.blog-slider-prev.slick-disabled:after {
  background-image: url(../images/left-side-arrow-grey.svg);
}

.testimonial-carousel-inner:not(.slick-initialized) .testimonial-item + .testimonial-item {
  display: none;
}

.testimonial-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.testimonial-box {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.testimonial-image-container {
  position: relative;
}
.testimonial-image-container img {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.testimonial-video-trigger {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.testimonial-video-trigger:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.testimonial-video-trigger:hover {
  color: rgba(255, 102, 0, 0.9);
}
.testimonial-video-trigger:hover:before {
  width: 125%;
  height: 125%;
}
.testimonial-video-trigger svg {
  display: block;
}

.testimonial-content {
  padding: 1.5625rem;
  flex: 1;
}
.testimonial-content svg {
  color: #ffad00;
  display: block;
  margin-bottom: 1rem;
}
.testimonial-content p:last-of-type {
  margin-bottom: 0;
}
@media screen and (max-width: 1280px) {
  .testimonial-content {
    padding: 1.25rem;
  }
}

.testimonial-footer {
  padding: 0 1.5625rem 1.5625rem;
}
.testimonial-footer .testimonial-client-name {
  color: #3f3f3f;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  margin: 0;
}
@media screen and (max-width: 1280px) {
  .testimonial-footer {
    padding: 1.25rem;
  }
}

.testimonial-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
.testimonial-video-modal .testimonial-video-modal-body video,
.testimonial-video-modal .testimonial-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  .testimonial-video-modal {
    padding: 1rem;
  }
}

.testimonial-controls {
  display: flex;
  justify-content: center;
  margin-top: 2.5rem;
}

.testimonial-next-btn {
  transform: rotate(180deg);
}

.testimonial-next-btn,
.testimonial-prev-btn {
  width: 2.875rem;
  height: 2.5rem;
  border: 0.125rem solid #FF6600;
  background: transparent;
  border-radius: 1.125rem;
  transition: all 0.3s ease-in-out;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.testimonial-next-btn:after,
.testimonial-prev-btn:after {
  content: "";
  display: inline-block;
  background: url(../images/left-side-arrow-dark-secondary.svg) no-repeat;
  margin: 0 auto;
  background-size: 100%;
  width: 0.875rem;
  height: 0.875rem;
  transition: all 0.3s ease-in-out;
}
.testimonial-next-btn:not(.slick-disabled):hover,
.testimonial-prev-btn:not(.slick-disabled):hover {
  background: #FF6600;
}
.testimonial-next-btn:not(.slick-disabled):hover:after,
.testimonial-prev-btn:not(.slick-disabled):hover:after {
  background-image: url(../images/left-side-arrow-white.svg);
}
.testimonial-next-btn.slick-disabled,
.testimonial-prev-btn.slick-disabled {
  border-color: #858585;
  cursor: no-drop;
  opacity: 0.8;
}
.testimonial-next-btn.slick-disabled:after,
.testimonial-prev-btn.slick-disabled:after {
  background-image: url(../images/left-side-arrow-grey.svg);
}

.faq-box {
  border: 1px solid #e4e4e4;
  border-radius: 0.3125rem;
  margin: 0 0 1.25rem;
  padding: 0 1.25rem;
}
.faq-box.active {
  border-bottom: 2px solid #FF6600;
}
.faq-box.active .faq-title {
  border-color: #e4e4e4;
}
.faq-box.active .faq-title::after {
  opacity: 0;
}
.faq-box:last-child {
  margin: 0;
}

.faq-title {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 1.25rem 1.25rem 1.25rem 0;
  position: relative;
  font-weight: 600;
  border-bottom: 1px solid transparent;
  margin: 0;
  font-size: 1.25rem;
  line-height: 2rem;
}
.faq-title::before {
  content: "";
  clear: both;
  display: block;
  background: #FF6600;
  height: 0.1875rem;
  width: 1.125rem;
  border-radius: 0.1875rem;
  position: absolute;
  right: 0;
}
.faq-title::after {
  content: "";
  clear: both;
  display: block;
  background: #FF6600;
  height: 1.125rem;
  width: 0.1875rem;
  border-radius: 0.1875rem;
  position: absolute;
  right: 0.4375rem;
}
@media screen and (max-width: 767px) {
  .faq-title {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 0.9375rem 1.875rem 0.9375rem 0;
  }
  .faq-title::before {
    height: 0.125rem;
    width: 0.75rem;
  }
  .faq-title::after {
    height: 0.75rem;
    width: 0.125rem;
    right: 0.3125rem;
  }
}

.faq-inner-body {
  padding: 1.25rem 0;
}
.faq-inner-body p {
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 767px) {
  .faq-inner-body p {
    font-size: 0.875rem;
  }
}

.faq-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 0.9375rem;
}
.faq-bullets li {
  margin: 0 0 0.625rem;
  position: relative;
  padding-left: 1.125rem;
}
.faq-bullets li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FF6600;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.625rem;
}
.faq-bullets li:last-child {
  margin: 0;
}

.bottom-consultation-row {
  display: flex;
  flex-wrap: wrap;
}

.bottom-consultation-info-col {
  flex: 0 0 40%;
  max-width: 40%;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  padding: 7.5rem 3.125rem;
}
@media screen and (max-width: 1600px) {
  .bottom-consultation-info-col {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1320px) {
  .bottom-consultation-info-col {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .bottom-consultation-info-col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .bottom-consultation-info-col {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.bottom-consultation-form {
  background: #ffffff;
  padding: 7.5rem 3.125rem;
  flex: 0 0 60%;
  max-width: 60%;
}
@media screen and (max-width: 1600px) {
  .bottom-consultation-form {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media screen and (max-width: 1320px) {
  .bottom-consultation-form {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media screen and (max-width: 991px) {
  .bottom-consultation-form {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}
@media screen and (max-width: 980px) {
  .bottom-consultation-form {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.bottom-consultation-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.bottom-consultation-link-item {
  padding: 0 0.625rem 0.625rem;
}
.bottom-consultation-link-item a {
  display: flex;
  align-items: center;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  line-height: initial;
}
.bottom-consultation-link-item a:hover {
  color: white;
}
.bottom-consultation-link-item a img {
  margin-right: 0.625rem;
}
.bottom-consultation-link-item a span {
  border-bottom: 0.125rem dotted;
  display: inline-block;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}

.bottom-consultation-experience {
  width: 100%;
  padding: 1.875rem 0 0;
}
.bottom-consultation-experience > p {
  color: #ffffff;
  font-weight: 500;
  font-size: 1.125rem;
}

.bottom-consultation-experience-item {
  margin: 1.875rem 0 0;
  display: flex;
  align-items: self-start;
}

.bottom-consultation-experience-img {
  flex-basis: 3.125rem;
}
.bottom-consultation-experience-img img {
  width: 2.25rem;
}

.bottom-consultation-experience-content .bottom-consultation-experience-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.bottom-consultation-experience-content .bottom-consultation-experience-desc {
  font-size: 0.875rem;
  margin: 0.3125rem 0 0;
  line-height: 1.5rem;
  color: #ffffff;
  font-weight: 400;
}

.bottom-consultation-partners {
  margin: 1.875rem 0 0;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

.bottom-consultation-partner-item {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  flex: 0 0 6.25rem;
  max-width: 6.25rem;
}
.bottom-consultation-partner-item img {
  width: 100%;
}

.bottom-consultation-form-top-desc p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .bottom-consultation-form-top-desc p {
    font-size: 1rem;
  }
}

@keyframes slideToLeft {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
@keyframes slideToRight {
  0% {
    transform: translateX(-50%);
  }
  to {
    transform: translateX(0);
  }
}
.global--cta-section {
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  padding: 1.875rem 0 0;
}
@media (max-width: 767px) {
  .global--cta-section {
    padding: 3.125rem 0;
  }
}

.global--cta-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.global--cta-txt-col {
  flex-basis: 60%;
  padding: 2.5rem 0 4.375rem;
}
@media (max-width: 767px) {
  .global--cta-txt-col {
    flex-basis: 100%;
    text-align: center;
    padding: 0;
  }
}

.global--cta-heading {
  color: #ffffff;
}

.global--cta-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.125rem;
}
@media (max-width: 767px) {
  .global--cta-text {
    font-size: 1rem;
  }
}

.global--cta-btn-wrap {
  margin: 2.5rem 0 0;
}
@media (max-width: 767px) {
  .global--cta-btn-wrap {
    margin: 1.875rem 0 0;
  }
  .global--cta-btn-wrap .white-btn, .global--cta-btn-wrap .site-header-cta-wrap .site-header-cta, .site-header-cta-wrap .global--cta-btn-wrap .site-header-cta {
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
  }
}

.global--cta-lists {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 1.5625rem 0 0;
  padding: 0;
  list-style: none;
}
.global--cta-lists li {
  padding-left: 1.875rem;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  margin-right: 0.9375rem;
  font-weight: 400;
}
.global--cta-lists li::before {
  content: "";
  width: 1.25rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 0.3125rem;
  background: url(../images/white-tick-mark.svg) center center/100% no-repeat;
  opacity: 0.9;
}
@media (max-width: 1024px) {
  .global--cta-lists li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .global--cta-lists {
    justify-content: center;
    margin: 1.25rem 0 0;
  }
  .global--cta-lists li {
    width: auto;
  }
  .global--cta-lists li::before {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.global--cta-img-col {
  flex-basis: 35%;
}
.global--cta-img-col img {
  display: block;
}
@media (max-width: 767px) {
  .global--cta-img-col {
    flex-basis: 100%;
    display: none;
  }
}

.global--digital-success-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .global--digital-success-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--digital-success-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--digital-success-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--digital-success-row {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.global--digital-success-txt-col {
  flex-basis: 45%;
  position: relative;
}
@media screen and (max-width: 979px) {
  .global--digital-success-txt-col {
    flex-basis: 100%;
    text-align: center;
  }
}

.global--digital-success-info-col {
  flex-basis: 52%;
  padding-left: 1.25rem;
  position: relative;
}
@media screen and (max-width: 979px) {
  .global--digital-success-info-col {
    flex-basis: 100%;
    padding-left: 0;
    margin-top: 30px;
    position: relative;
  }
}

.global--digital-success-info-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .global--digital-success-info-row {
    justify-content: space-between;
  }
}

.global--digital-success-brand-col {
  flex-basis: 50%;
  padding-right: 1.25rem;
}
@media screen and (max-width: 979px) {
  .global--digital-success-brand-col {
    padding-right: 0;
    flex-basis: 48%;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .global--digital-success-brand-col {
    flex-basis: 100%;
  }
}

.global--digital-success-logo-col {
  flex-basis: 50%;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  backdrop-filter: blur(50px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.75rem 0;
  border-radius: 0.625rem;
}
@media screen and (max-width: 979px) {
  .global--digital-success-logo-col {
    flex-basis: 48%;
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .global--digital-success-logo-col {
    flex-basis: 100%;
  }
}

.global--digital-success-text p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .global--digital-success-text p {
    font-size: 1rem;
  }
}

.global--digital-success-btn-wrap {
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .global--digital-success-btn-wrap {
    margin-top: 1.25rem;
  }
  .global--digital-success-btn-wrap .primary-btn {
    padding: 12px 16px;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
  }
}

.global--digital-success-brand-wrap {
  padding: 1.25rem;
  border-radius: 0.625rem;
  border: 1px solid rgba(160, 160, 160, 0.18);
  box-shadow: 0 0.25rem 2.75rem 0 rgba(115, 45, 0, 0.09);
  background: #ffffff;
  height: 100%;
}
.global--digital-success-brand-wrap .global--digital-success-brand-title {
  font-size: 1.25rem;
  line-height: 1.875rem;
  font-weight: 500;
}

.global--digital-success-brand-lists {
  list-style: none;
}
.global--digital-success-brand-lists li {
  font-weight: 500;
  margin: 0 0 0.9375rem;
  padding-left: 2rem;
  position: relative;
}
.global--digital-success-brand-lists li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25rem;
  background: url(../images/yellow-list-check.svg) no-repeat;
  width: 1.375rem;
  height: 1.375rem;
  background-size: 100%;
}

.global--digital-success-logo-list-row {
  position: relative;
  overflow: hidden;
  height: 4.375rem;
  margin: 0 0 0.9375rem;
}

.global--digital-success-logo-lists {
  display: flex;
  min-width: 150%;
  justify-content: space-around;
  column-gap: 18px;
  position: absolute;
}
.global--digital-success-logo-lists li {
  border-radius: 8px;
  background: #fafafa;
  height: 4.375rem;
  min-width: 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}
.global--digital-success-logo-lists li img {
  max-height: 100%;
  object-fit: contain;
}

.global--digital-success-logo-stack {
  animation: slideToLeft 50s linear infinite;
}
.global--digital-success-logo-stack:hover {
  animation-play-state: paused !important;
}

.global--digital-success-logo-list-row:nth-child(2n) .global--digital-success-logo-stack {
  animation: slideToRight 50s linear infinite;
}

.global--digital-success-award-row {
  margin: 1.25rem 0 0;
  display: flex;
  justify-content: space-around;
  gap: 0.625rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 979px) {
  .global--digital-success-award-row {
    margin: 0;
    justify-content: center;
    gap: 0.9375rem;
    flex-wrap: wrap;
  }
}

.global--digital-success-award-col {
  height: 5rem;
  min-width: 7.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #ffffff;
}
.global--digital-success-award-col:hover {
  background: #ffffff;
  cursor: default;
  border-color: #FF6600;
}
@media screen and (max-width: 1440px) {
  .global--digital-success-award-col {
    height: 4.375rem;
    min-width: 7.125rem;
  }
}
@media screen and (max-width: 979px) {
  .global--digital-success-award-col {
    min-width: initial;
    width: 9.375rem;
  }
}

.global--digital-success-award-link {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0.25rem;
}

.global--blog-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .global--blog-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--blog-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--blog-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--blog-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: -1rem;
  margin-right: -1rem;
}
@media screen and (max-width: 767px) {
  .global--blog-row {
    text-align: center;
  }
}

.global--blog-txt-col {
  flex: 0 0 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .global--blog-txt-col {
    flex: 0 0 100%;
  }
}

.global--blog-text p {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .global--blog-text p {
    font-size: 1rem;
  }
}

.global--blog-link-col {
  flex: 0 0 50%;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media screen and (max-width: 767px) {
  .global--blog-link-col {
    flex: 0 0 100%;
  }
}

.global--blog-btn-link {
  display: inline-block;
  text-decoration: underline;
  color: #FF6600;
  margin: 2.5rem 0 0;
  font-weight: 400;
  font-size: 1.125rem;
}
.global--blog-btn-link:after {
  content: "";
  display: inline-block;
  background: url(../images/right-side-arrow.svg) no-repeat center;
  background-size: cover;
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width: 767px) {
  .global--blog-btn-link:after {
    display: none;
  }
}
.global--blog-btn-link:hover {
  text-decoration: none;
}
.global--blog-btn-link:hover:after {
  margin-left: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .global--blog-btn-link {
    margin: 1.25rem 0 0;
    font-size: 1rem;
  }
}

.global--blog-btn-wrap {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .global--blog-btn-wrap {
    text-align: center;
  }
}

.global--blog-grids {
  margin-top: 100px;
}
@media only screen and (max-width: 1320px) {
  .global--blog-grids {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 767px) {
  .global--blog-grids {
    margin-top: 2.5rem;
  }
}

.global--review-section {
  padding: 7.5rem 0;
  background: #f4f4f4;
}
@media screen and (max-width: 1600px) {
  .global--review-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--review-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--review-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--review-heading-wrap {
  text-align: center;
}
.global--review-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .global--review-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .global--review-heading-wrap p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.global--review-wrap {
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .global--review-wrap {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .global--review-wrap {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .global--review-wrap {
    padding: 1rem;
  }
}

.global--faq-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .global--faq-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--faq-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--faq-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--faq-heading-wrap {
  text-align: center;
}
.global--faq-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .global--faq-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .global--faq-heading-wrap p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.global--faq-wrap {
  margin-top: 5rem;
  max-width: 60.625rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1600px) {
  .global--faq-wrap {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .global--faq-wrap {
    margin-top: 2.5rem;
  }
}

.global--tech-stack-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .global--tech-stack-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--tech-stack-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--tech-stack-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--tech-stack-heading-wrap {
  text-align: center;
}
.global--tech-stack-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .global--tech-stack-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .global--tech-stack-heading-wrap p {
    font-size: 1rem;
  }
}

.global--tech-stack-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.global--tech-stack-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.global--tech-stack-tab-content-wrap {
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .global--tech-stack-tab-content-wrap {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .global--tech-stack-tab-content-wrap {
    margin-top: 2.5rem;
  }
}

.global--tech-stack-tab-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.global--tech-stack-box-img {
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.625rem;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #ffffff;
  height: 7.5rem;
  flex: 0 1 20%;
  max-width: 20%;
}
@media screen and (max-width: 1024px) {
  .global--tech-stack-box-img {
    flex: 0 1 25%;
    max-width: 25%;
  }
}
@media screen and (max-width: 991px) {
  .global--tech-stack-box-img {
    flex: 0 1 33.33%;
    max-width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .global--tech-stack-box-img {
    flex: 0 1 50%;
    max-width: 50%;
  }
}
.global--tech-stack-box-img img {
  max-height: 100%;
  object-fit: contain;
}

.global--tech-stack-tab-btn-lists {
  list-style: none;
  padding: 0;
  display: flex;
}
.global--tech-stack-tab-btn-lists .slick-arrow {
  width: 3.375rem;
  height: 3.375rem;
  border: 0.125rem solid #FF6600;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  position: unset;
  transform: unset;
  font-size: 0;
  flex: 0 0 54px;
  border-radius: 50%;
}
@media screen and (max-width: 767px) {
  .global--tech-stack-tab-btn-lists .slick-arrow {
    width: 3.125rem;
    height: 3.125rem;
  }
}
.global--tech-stack-tab-btn-lists .slick-arrow.slick-next {
  transform: rotate(180deg);
}
.global--tech-stack-tab-btn-lists .slick-arrow:before {
  content: "";
  display: inline-block;
  background: url(../images/left-side-arrow-dark-secondary.svg) no-repeat;
  margin: 0 auto;
  background-size: 100%;
  width: 1rem;
  height: 1rem;
  transition: all 0.3s ease-in-out;
}
.global--tech-stack-tab-btn-lists .slick-arrow:not(.slick-disabled):hover {
  background: #FF6600;
}
.global--tech-stack-tab-btn-lists .slick-arrow:not(.slick-disabled):hover:before {
  background-image: url(../images/left-side-arrow-white.svg);
}
.global--tech-stack-tab-btn-lists .slick-arrow.slick-disabled {
  border-color: #858585;
  cursor: no-drop;
  opacity: 0.8;
}
.global--tech-stack-tab-btn-lists .slick-arrow.slick-disabled:before {
  background-image: url(../images/left-side-arrow-grey.svg);
  opacity: 1;
}

.global--tech-stack-tab-btn {
  background-color: #ffffff;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 1.75rem;
  font-weight: 600;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  padding: 0.75rem 2rem;
  position: relative;
  text-align: center;
  cursor: pointer;
}
.global--tech-stack-tab-btn.slick-active {
  background: #FF6600;
  color: #ffffff;
}
.global--tech-stack-tab-btn:not(.slick-active):hover {
  color: #FF6600;
}
@media screen and (max-width: 767px) {
  .global--tech-stack-tab-btn {
    padding: 0.625rem 1rem;
  }
}

.global--tech-stack-tab-content {
  padding-top: 2rem;
}

.global--industries-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .global--industries-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--industries-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--industries-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--industries-heading-wrap {
  text-align: center;
}
.global--industries-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .global--industries-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .global--industries-heading-wrap p {
    font-size: 1rem;
  }
}

.global--industries-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.global--industries-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.global--industries-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .global--industries-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .global--industries-row {
    margin-top: 2.5rem;
  }
}

.global--industries-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 25%;
}
@media screen and (max-width: 991px) {
  .global--industries-col {
    flex-basis: 50%;
    padding: 0 0.625rem;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .global--industries-col {
    flex-basis: 100%;
  }
}

.global--industries-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 1.25rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .global--industries-box {
    padding: 1.25rem;
  }
}

.global--industries-box-title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .global--industries-box-title {
    margin-bottom: 0.9375rem;
  }
}

.global--industries-box-img {
  width: 5.625rem;
  height: 5.625rem;
  margin: 1.25rem auto;
}
.global--industries-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .global--industries-box-img {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
  }
}

.global--hiring-model-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .global--hiring-model-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .global--hiring-model-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .global--hiring-model-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.global--hiring-model-heading-wrap {
  text-align: center;
}
.global--hiring-model-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .global--hiring-model-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .global--hiring-model-heading-wrap p {
    font-size: 1rem;
  }
}

.global--hiring-model-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.global--hiring-model-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.global--hiring-model-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .global--hiring-model-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .global--hiring-model-row {
    margin-top: 2.5rem;
  }
}

.global--hiring-model-col {
  margin-top: 1.25rem;
  padding: 0 0.625rem;
  flex-basis: 33.333%;
}
@media screen and (max-width: 991px) {
  .global--hiring-model-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .global--hiring-model-col {
    flex-basis: 100%;
  }
}

.global--hiring-model-box {
  height: 100%;
  border: 0.0625rem solid rgba(255, 102, 0, 0.2);
  border-radius: 0.3125rem;
  padding: 3.75rem 2.5rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
}
.global--hiring-model-box:hover {
  background: #ffffff;
  border-color: #FF6600;
  box-shadow: 0 1rem 2.5rem rgba(251, 201, 166, 0.2);
}
@media screen and (max-width: 991px) {
  .global--hiring-model-box {
    padding: 1.875rem 1.25rem;
  }
}

.global--hiring-model-box-title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .global--hiring-model-box-title {
    margin-bottom: 0.9375rem;
  }
}

.global--hiring-model-box-img {
  width: 3.125rem;
  height: 3.125rem;
  margin: 0 0 1.25rem;
}
.global--hiring-model-box-img img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.global--hiring-model-box-desc p {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 767px) {
  .global--hiring-model-box-desc p {
    font-size: 0.875rem;
  }
}

.global--hiring-model-box-desc-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 1.25rem;
}
.global--hiring-model-box-desc-bullets li {
  margin: 0 0 0.625rem;
  position: relative;
  padding-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.3125rem;
  margin-bottom: 0.9375rem;
}
.global--hiring-model-box-desc-bullets li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FF6600;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.625rem;
}
.global--hiring-model-box-desc-bullets li:last-child {
  margin: 0;
}

.global--company-section {
  padding: 2.5rem 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .global--company-section {
    padding: 1.875rem 0 0;
  }
}

.global--company-title {
  position: relative;
  width: 90%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  flex-basis: 100%;
  margin: 0 0 1.5625rem;
  font-size: 1.125rem;
  font-weight: 400;
}
.global--company-title:before {
  content: "";
  height: 0.197px;
  width: 100%;
  background: rgba(179, 67, 0, 0.4);
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.global--company-title span {
  padding: 0 2.1875rem;
  background: #ffffff;
  display: inline-block;
  position: relative;
}
.global--company-title strong {
  color: #FF6600;
  font-weight: 500;
}

.global--company-lists-wrap {
  max-width: 90%;
  margin: auto;
  position: relative;
  padding-bottom: 1.25rem;
}
.global--company-lists-wrap:after {
  width: 100%;
  content: "";
  height: 0.0125rem;
  background: rgba(179, 67, 0, 0.4);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.global--company-img {
  display: inline-block;
  border-radius: 0.25rem;
  padding: 0.5rem;
  aspect-ratio: 16/9;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.global--company-img img {
  width: 9.375rem;
  object-fit: contain;
  height: 100%;
}

.front-page--hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 7.5rem 0;
  background-color: #f66e12;
}
@media screen and (max-width: 1600px) {
  .front-page--hero-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .front-page--hero-section {
    min-height: 37.5rem;
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .front-page--hero-section {
    padding: 7.5rem 0 3.125rem;
    min-height: unset;
    background-image: none !important;
    text-align: center;
  }
}

.front-page--hero-background-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 980px) {
  .front-page--hero-background-video {
    display: none;
  }
}

.front-page--hero-content {
  position: relative;
}

.front-page--hero-heading {
  color: #ffffff;
  margin: 0 0 1.875rem;
}

.front-page--hero-text-animation-lists {
  width: 9.375rem;
  display: inline-block;
  border-radius: 0.625rem;
  border: 1.5px solid rgba(255, 255, 255, 0.2);
  padding: 1rem 0.625rem;
  background: rgba(255, 255, 255, 0.05);
  color: #fee600;
  text-align: left;
}

.front-page--hero-text {
  font-size: 1.5625rem;
  color: #ffffff;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .front-page--hero-text {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page--hero-text {
    font-size: 1.125rem;
  }
}

.front-page--hero-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 8.4375rem -0.5rem 0;
}
@media (max-width: 979px) {
  .front-page--hero-badge-wrap {
    margin: 4.0625rem 0 0;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .front-page--hero-badge-wrap {
    margin: 2.1875rem 0 0;
  }
}
.front-page--hero-badge-wrap .front-page--hero-badge-img {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.9375rem;
}

.front-page--hero-bottom-text {
  font-size: 1.25rem;
  color: #ffffff;
  margin: 1.875rem 0 0;
}
@media (max-width: 1320px) {
  .front-page--hero-bottom-text {
    margin: 1.25rem 0 0;
  }
}
@media screen and (max-width: 980px) {
  .front-page--hero-bottom-text {
    margin: 3.125rem 0 0;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page--hero-bottom-text {
    margin: 1.25rem 0 0;
  }
}
.front-page--hero-bottom-text a {
  font-size: 1.375rem;
  color: #ffffff;
  font-weight: 500;
  text-decoration: underline;
}
.front-page--hero-bottom-text a:hover {
  color: #fee600;
}
@media screen and (max-width: 980px) {
  .front-page--hero-bottom-text a {
    font-size: 1.125rem;
  }
}

.front-page--resource-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .front-page--resource-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .front-page--resource-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .front-page--resource-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.front-page--resource-heading-wrap {
  text-align: center;
}
.front-page--resource-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .front-page--resource-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--resource-heading-wrap p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.front-page--resource-eyebrow {
  color: #FF6600;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
}

.front-page--resource-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.front-page--resource-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.front-page--resource-row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: space-between;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .front-page--resource-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .front-page--resource-row {
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page--resource-row {
    flex-wrap: wrap-reverse;
    padding: 1rem;
  }
}

.front-page--resource-img-col {
  flex-basis: 45%;
  padding-left: 1rem;
  padding-right: 1rem;
  align-content: center;
}
@media screen and (max-width: 980px) {
  .front-page--resource-img-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--resource-img-col {
    flex-basis: 100%;
  }
}
.front-page--resource-img-col img {
  width: 100%;
}

.front-page--resource-img-wrap {
  position: relative;
}

.front-page--resource-txt-col {
  flex-basis: 45%;
  padding-left: 1rem;
  padding-right: 1rem;
  align-content: center;
}
@media screen and (max-width: 980px) {
  .front-page--resource-txt-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--resource-txt-col {
    flex-basis: 100%;
    text-align: center;
  }
}
.front-page--resource-txt-col p {
  font-size: 1rem;
}

@media screen and (max-width: 991px) {
  .front-page--resource-quote-icon svg {
    width: 5rem;
    height: 5rem;
  }
}
.front-page--resource-quote-text {
  font-size: 2.875rem;
  line-height: 3.625rem;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}
@media screen and (max-width: 991px) {
  .front-page--resource-quote-text {
    font-size: 1.375rem;
    line-height: 1.875rem;
  }
}

.front-page--resource-quote-author {
  margin: 1.875rem 0 0.625rem;
  color: #FF6600;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1;
}
@media screen and (max-width: 991px) {
  .front-page--resource-quote-author {
    font-size: 1.125rem;
    margin: 1.25rem 0 0;
  }
}

.front-page--resource-quote-icon {
  color: rgba(0, 0, 0, 0.15);
}

.front-page--resource-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.front-page--resource-play-btn:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.front-page--resource-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.front-page--resource-play-btn:hover:before {
  width: 125%;
  height: 125%;
}
.front-page--resource-play-btn svg {
  display: block;
}

#front-page--resource-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
#front-page--resource-video-modal .front-page--resource-video-modal-body video,
#front-page--resource-video-modal .front-page--resource-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  #front-page--resource-video-modal {
    padding: 1rem;
  }
}

.front-page--about-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .front-page--about-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .front-page--about-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .front-page--about-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.front-page--about-row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .front-page--about-row {
    flex-wrap: wrap;
    padding: 1rem;
  }
}

.front-page--about-img-col {
  flex-basis: 45%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (max-width: 980px) {
  .front-page--about-img-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--about-img-col {
    display: none;
  }
}
.front-page--about-img-col img {
  width: 100%;
}

.front-page--about-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.front-page--about-play-btn:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.front-page--about-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.front-page--about-play-btn:hover:before {
  width: 125%;
  height: 125%;
}
.front-page--about-play-btn svg {
  display: block;
}

#front-page--about-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
#front-page--about-video-modal .front-page--about-video-modal-body video,
#front-page--about-video-modal .front-page--about-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  #front-page--about-video-modal {
    padding: 1rem;
  }
}

.front-page--about-txt-col {
  flex-basis: 45%;
  padding-left: 1rem;
  padding-right: 1rem;
  align-content: center;
}
@media screen and (max-width: 980px) {
  .front-page--about-txt-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--about-txt-col {
    flex-basis: 100%;
    text-align: center;
  }
}
.front-page--about-txt-col p {
  font-size: 1rem;
}

.front-page--about-eyebrow {
  color: #FF6600;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
}

.front-page--about-bottom-text {
  font-size: 1.25rem;
}
@media screen and (max-width: 767px) {
  .front-page--about-bottom-text {
    font-size: 1.125rem;
  }
}

.front-page--about-btn-wrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page--about-btn-wrap {
    margin-top: 1.875rem;
  }
  .front-page--about-btn-wrap .primary-btn {
    font-size: 0.875rem;
    display: inline-flex;
    align-items: center;
    padding: 0.75rem 1rem;
  }
}

.front-page--offers-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .front-page--offers-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .front-page--offers-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .front-page--offers-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.front-page--offers-heading-wrap {
  text-align: center;
}
.front-page--offers-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .front-page--offers-heading-wrap p {
    width: 100%;
  }
}

.front-page--offers-eyebrow {
  color: #FF6600;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 0.625rem;
}

.front-page--offers-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.front-page--offers-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.front-page--offers-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .front-page--offers-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .front-page--offers-row {
    margin-top: 2.5rem;
  }
}

.front-page--offers-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 50%;
}
@media screen and (max-width: 767px) {
  .front-page--offers-col {
    flex-basis: 100%;
  }
}

.front-page--offers-box {
  display: flex;
  flex-direction: column;
  background: #fcfcfc;
  border: 1px solid #f3f1f1;
  border-radius: 0.3125rem;
  padding: 1.5625rem;
  position: relative;
  height: 100%;
}

.front-page--offers-box-img {
  width: 100%;
  margin: 0 0 0.625rem;
}
.front-page--offers-box-img img {
  width: 40px;
  height: 40px;
}
.front-page--offers-box-img.front-page--offers-box-white-img {
  display: none;
}

.front-page--offers-box-content-title a {
  color: inherit;
}

.front-page--offers-box-content-description {
  color: #666;
}

.front-page--offers-box-content-lists {
  margin: 20px 0 0;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}
.front-page--offers-box-content-lists li {
  flex-basis: 48%;
  margin-bottom: 0.625rem;
  font-weight: 500;
  padding-left: 1.875rem;
  position: relative;
  font-weight: 400;
}
.front-page--offers-box-content-lists li:before {
  content: "";
  background: url("../images/dark-list-check.svg") no-repeat center;
  width: 1.25rem;
  height: 1.25rem;
  background-size: 100%;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
.front-page--offers-box-content-lists li a {
  color: #656565;
}
.front-page--offers-box-content-lists li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1024px) {
  .front-page--offers-box-content-lists li {
    flex-basis: 100%;
  }
}

.front-page--offers-move {
  width: 40px;
  height: 46px;
  border: 2px solid #858585;
  background: transparent;
  border-radius: 18px;
  position: absolute;
  top: 30px;
  right: 30px;
  transition: all 0.3s ease-in-out;
}
.front-page--offers-move:after {
  content: "";
  background: url("../images/grey-move-arrow.svg") no-repeat;
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: 15px;
  background-size: 100%;
  width: 14px;
  height: 14px;
  transform: rotate(-8deg);
  transition: all 0.3s ease-in-out;
}
.front-page--offers-move:hover {
  width: 35px;
  height: 35px;
  border-radius: 14px;
}
.front-page--offers-move:hover:after {
  transform: rotate(0deg);
  top: 8px;
}

@media screen and (max-width: 767px) {
  .front-page--offers-col:nth-child(2n) .front-page--offers-box {
    background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-box-img:not(.front-page--offers-box-white-img) {
    display: none;
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-box-white-img {
    display: block;
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-box-content-title,
  .front-page--offers-col:nth-child(2n) .front-page--offers-box-content-description {
    color: #ffffff;
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-box-content-lists li:before {
    background-image: url("../images/white-list-check.svg");
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-box-content-lists li a {
    color: #ffffff;
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-move {
    border: 2px solid #ffffff;
    background: #ffffff;
  }
  .front-page--offers-col:nth-child(2n) .front-page--offers-move:after {
    background: url("../images/dark-move-arrow.svg") no-repeat;
  }
}
@media screen and (min-width: 768px) {
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box {
    background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box-img:not(.front-page--offers-box-white-img),
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box-img:not(.front-page--offers-box-white-img) {
    display: none;
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box-white-img,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box-white-img {
    display: block;
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box-content-title,
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box-content-description,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box-content-title,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box-content-description {
    color: #ffffff;
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box-content-lists li:before,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box-content-lists li:before {
    background-image: url("../images/white-list-check.svg");
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-box-content-lists li a,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-box-content-lists li a {
    color: #ffffff;
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-move,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-move {
    border: 2px solid #ffffff;
    background: #ffffff;
  }
  .front-page--offers-col:nth-child(4n+2) .front-page--offers-move:after,
  .front-page--offers-col:nth-child(4n+3) .front-page--offers-move:after {
    background: url("../images/dark-move-arrow.svg") no-repeat;
  }
}
.front-page--drive-success-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .front-page--drive-success-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .front-page--drive-success-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .front-page--drive-success-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.front-page--drive-success-heading-wrap {
  text-align: center;
}
.front-page--drive-success-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .front-page--drive-success-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--drive-success-heading-wrap p {
    font-size: 1rem;
  }
}

.front-page--drive-success-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.front-page--drive-success-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.front-page--drive-success-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
  border-radius: 10px;
  overflow: hidden;
  /*border: rem(1px) solid rgba($secondary-color, 0.2);*/
}
@media only screen and (max-width: 1600px) {
  .front-page--drive-success-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .front-page--drive-success-row {
    margin-top: 2.5rem;
  }
}

.front-page--drive-success-col {
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .front-page--drive-success-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .front-page--drive-success-col {
    flex-basis: 100%;
  }
}
.front-page--drive-success-col:nth-child(odd) .front-page--drive-success-box {
  background: #f66e12;
}
.front-page--drive-success-col:nth-child(odd) .front-page--drive-success-box-title,
.front-page--drive-success-col:nth-child(odd) .front-page--drive-success-box-desc {
  color: #ffffff;
}

.front-page--drive-success-box {
  height: 100%;
  /*border: rem(1px) solid rgba($pale-periwinkle, 0.7);*/
  /*border-radius: rem(10px);*/
  /*border: rem(1px) solid rgba($secondary-color, 0.2);*/
  padding: 1.25rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  /*flex-direction: column;*/
  position: relative;
  background: #ffffff;
}

.front-page--drive-success-box-img {
  width: 3.75rem;
  height: 3.75rem;
  flex: 0 0 3.75rem;
}
.front-page--drive-success-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.front-page--drive-success-box-info {
  flex: 1 1 auto;
  padding-left: 1.25rem;
}

.front-page--drive-success-box-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #333333;
  margin: 0 0 0.5rem 0;
}
@media screen and (max-width: 767px) {
  .front-page--drive-success-box-title {
    font-size: 1.125rem;
  }
}

.front-page--drive-success-box-desc {
  color: #202020;
  font-weight: 400;
}

.digital-marketing-page--hero-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  min-height: 100vh;
  padding: 9.375rem 0;
}
.digital-marketing-page--hero-section:after {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--hero-section {
    width: 100%;
    min-height: initial;
    padding: 9.375rem 0 3.125rem;
  }
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--hero-section {
    background-size: 0;
    background-color: #d45500;
  }
}

.digital-marketing-page--hero-row {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.digital-marketing-page--hero-left-col {
  flex-basis: 50%;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--hero-left-col {
    flex-basis: 100%;
  }
}

.digital-marketing-page--hero-right-col {
  flex-basis: 31%;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--hero-right-col {
    flex-basis: 100%;
    margin: 1.875rem 0 0;
  }
}

.digital-marketing-page--hero-content .breadcrumb-lists {
  position: initial;
  font-weight: 400;
  margin: 0 0 1.875rem;
}
@media only screen and (max-width: 1366px) {
  .digital-marketing-page--hero-content .breadcrumb-lists {
    margin: 0 0 1.25rem;
  }
}

.digital-marketing-page--hero-badge-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.25rem;
}

.digital-marketing-page--hero-badge-img {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

.digital-marketing-page--hero-heading {
  font-size: 3.75rem;
  color: #ffffff;
  margin: 0 0 1.5625rem;
}
@media only screen and (max-width: 1366px) {
  .digital-marketing-page--hero-heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--hero-heading {
    font-size: 2.1875rem;
  }
}

.digital-marketing-page--hero-text {
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 0 0.9375rem;
  line-height: 1.8125rem;
}
@media only screen and (max-width: 1366px) {
  .digital-marketing-page--hero-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.digital-marketing-page--hero-bullet-lists {
  margin: 1.25rem 0 0;
  list-style: none;
  padding-left: 0;
}
.digital-marketing-page--hero-bullet-lists li {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
  font-size: 1.125rem;
  position: relative;
  margin: 0 0 0.75rem;
  padding-left: 1.25rem;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--hero-bullet-lists li {
    font-size: 16px;
  }
}
.digital-marketing-page--hero-bullet-lists li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 0.5rem;
  height: 0.5rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
}

.digital-marketing-page--hero-form {
  display: flex;
  margin-top: 2.5rem;
}
.digital-marketing-page--hero-form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.digital-marketing-page--hero-form .digital-marketing-page--hero-form-input {
  flex-basis: 53%;
  padding: 0 1.25rem;
  background: transparent;
  width: 100%;
  height: 3.6875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.8);
  border-radius: 0.3125rem;
  color: #f0f0f0;
  font-weight: 400;
}
.digital-marketing-page--hero-form .digital-marketing-page--hero-form-btn {
  background: #ffffff;
  height: 3.6875rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #FF6600;
  padding: 0 1.875rem;
  border-radius: 0.25rem;
  cursor: pointer;
  border: none;
  margin-left: 0.9375rem;
  transition: all 0.3s ease-in-out;
}
.digital-marketing-page--hero-form .digital-marketing-page--hero-form-btn:hover {
  background: #FF6600;
  color: #ffffff;
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--hero-form {
    flex-wrap: wrap;
  }
  .digital-marketing-page--hero-form .digital-marketing-page--hero-form-input {
    flex-basis: 100%;
    padding: 0 1.25rem;
    height: 3.125rem;
  }
  .digital-marketing-page--hero-form .digital-marketing-page--hero-form-btn {
    flex-basis: 100%;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0 20px;
    margin: 15px 0 0;
  }
}

.digital-marketing-page--hero-flip-card-wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: -0.625rem;
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--hero-flip-card-wrap {
    gap: 0.3125rem;
  }
}

.digital-marketing-page--hero-flip-card {
  width: 10.25rem;
  height: 10.25rem;
  perspective: 1000px;
}
.digital-marketing-page--hero-flip-card:nth-child(2) {
  width: 13.1875rem;
  height: 13.1875rem;
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--hero-flip-card {
    width: 10rem;
    height: 10rem;
  }
  .digital-marketing-page--hero-flip-card:nth-child(2) {
    width: 11.25rem;
    height: 11.25rem;
  }
}
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  aspect-ratio: 1;
}
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-front,
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #FF6600;
  border-radius: 100%;
  color: #ffffff;
  padding: 0.625rem;
}
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-front-lead {
  font-size: 2.625rem;
  line-height: 1.2;
  margin: 0 0 0.5rem;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-front-lead {
    font-size: 2.1875rem;
  }
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-front-lead {
    font-size: 1.875rem;
  }
}
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-front-txt {
  font-size: 0.8125rem;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0.3125rem;
}
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-back {
  transform: rotateY(180deg);
}
.digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-back-txt {
  font-size: 0.8125rem;
  font-weight: 500;
  display: block;
  text-transform: uppercase;
  display: block;
  margin: 0 0 0.625rem;
  padding-top: 0.9375rem;
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--hero-flip-card .digital-marketing-page--hero-flip-card-back-txt {
    margin: 0 0 0.625rem;
    padding-top: 0.9375rem;
    line-height: 1.3;
  }
}
.digital-marketing-page--hero-flip-card:hover .digital-marketing-page--hero-flip-card-inner {
  transform: rotateY(180deg);
}
.digital-marketing-page--hero-flip-card:nth-child(2) .digital-marketing-page--hero-flip-card-front,
.digital-marketing-page--hero-flip-card:nth-child(2) .digital-marketing-page--hero-flip-card-back {
  background-color: #008755;
}

.digital-marketing-page--review-box {
  width: 100%;
  background: #ffffff;
  border-radius: 0.9375rem;
  padding: 1.5625rem;
}

.digital-marketing-page--client-img {
  width: 5.5rem;
  display: block;
  margin: 0 auto 0.9375rem;
}
.digital-marketing-page--client-img img {
  width: 100%;
  display: block;
}

.digital-marketing-page--client-name {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
}
.digital-marketing-page--client-name:before {
  content: "- ";
}

.digital-marketing-page--offers-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .digital-marketing-page--offers-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .digital-marketing-page--offers-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .digital-marketing-page--offers-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.digital-marketing-page--offers-heading-wrap {
  text-align: center;
}
.digital-marketing-page--offers-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .digital-marketing-page--offers-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .digital-marketing-page--offers-heading-wrap p {
    font-size: 1rem;
  }
}

.digital-marketing-page--offers-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.digital-marketing-page--offers-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.digital-marketing-page--offers-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .digital-marketing-page--offers-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--offers-row {
    margin-top: 2.5rem;
  }
}

.digital-marketing-page--offers-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--offers-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .digital-marketing-page--offers-col {
    flex-basis: 100%;
  }
}

.digital-marketing-page--offers-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 0.3125rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.digital-marketing-page--offers-box:hover {
  border-color: #FF6600;
  box-shadow: 0 1rem 2.5rem rgba(251, 201, 166, 0.2);
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--offers-box {
    padding: 1.25rem;
  }
}

.digital-marketing-page--offers-box-title {
  margin: 0 0 1.25rem;
}
.digital-marketing-page--offers-box-title a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--offers-box-title {
    margin: 0 0 0.9375rem;
  }
}

.digital-marketing-page--offers-box-desc {
  margin: 0 0 1.25rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--offers-box-desc {
    margin: 0 0 0.9375rem;
  }
}

.digital-marketing-page--offers-box-link {
  text-align: right;
}
.digital-marketing-page--offers-box-link a {
  color: #FF6600;
  display: block;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.digital-marketing-page--offers-box-link a:after {
  content: "";
  background: url(../images/know-more-arrow-icon.png) top center no-repeat;
  position: relative;
  width: 0.9375rem;
  height: 0.6875rem;
  background-size: 100%;
  top: 0;
  left: 0.375rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.digital-marketing-page--offers-box-link a:hover::after {
  left: 0.875rem;
}

.digital-marketing-page--opportunities-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .digital-marketing-page--opportunities-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .digital-marketing-page--opportunities-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .digital-marketing-page--opportunities-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.digital-marketing-page--opportunities-heading-wrap {
  text-align: center;
}
.digital-marketing-page--opportunities-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .digital-marketing-page--opportunities-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .digital-marketing-page--opportunities-heading-wrap p {
    font-size: 1rem;
  }
}

.digital-marketing-page--opportunities-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.digital-marketing-page--opportunities-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.digital-marketing-page--opportunities-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .digital-marketing-page--opportunities-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-row {
    margin-top: 2.5rem;
  }
}

.digital-marketing-page--opportunities-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 50%;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-col {
    flex-basis: 100%;
    padding: 0;
    margin-top: 0.9375rem;
  }
}

.digital-marketing-page--opportunities-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 1.25rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
}
.digital-marketing-page--opportunities-box:hover {
  border-color: #FF6600;
  box-shadow: 0 1rem 2.5rem rgba(251, 201, 166, 0.2);
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-box {
    padding: 1.25rem;
  }
}

.digital-marketing-page--opportunities-box-title {
  margin: 0 0 1.25rem;
}
.digital-marketing-page--opportunities-box-title a {
  color: inherit;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-box-title {
    margin: 0 0 0.9375rem;
  }
}

.digital-marketing-page--opportunities-box-desc {
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-box-desc {
    margin: 0 0 0.9375rem;
  }
}

.digital-marketing-page--opportunities-box-link {
  padding: 1.875rem 0 0;
  border-top: 0.0625rem solid #d9d9d9;
}
.digital-marketing-page--opportunities-box-link a {
  color: #FF6600;
  display: block;
  font-size: 1rem;
  line-height: 1.1875rem;
}
.digital-marketing-page--opportunities-box-link a:after {
  content: "";
  background: url(../images/know-more-arrow-icon.png) top center no-repeat;
  position: relative;
  width: 0.9375rem;
  height: 0.6875rem;
  background-size: 100%;
  top: 0;
  left: 0.375rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.digital-marketing-page--opportunities-box-link a:hover::after {
  left: 0.875rem;
}
@media screen and (max-width: 479px) {
  .digital-marketing-page--opportunities-box-link a {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-box-link {
    padding: 1.25rem 0 0;
  }
}

.digital-marketing-page--opportunities-box-img {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .digital-marketing-page--opportunities-box-img {
    position: absolute;
    right: 3.125rem;
    top: 40%;
    margin-bottom: 0;
  }
}

.digital-marketing-page--opportunities-lists {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  flex: 1;
}
.digital-marketing-page--opportunities-lists li {
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
}
.digital-marketing-page--opportunities-lists li:before {
  content: "";
  background: url(../images/secondary-circle-list-check.svg) no-repeat center;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--opportunities-lists {
    margin: 0 0 1.25rem;
  }
}

.digital-marketing-page--digital-success-section {
  background: #fff6f0;
}

.digital-marketing-page--revenue-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .digital-marketing-page--revenue-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .digital-marketing-page--revenue-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .digital-marketing-page--revenue-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.digital-marketing-page--revenue-heading-wrap {
  text-align: center;
}
.digital-marketing-page--revenue-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .digital-marketing-page--revenue-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .digital-marketing-page--revenue-heading-wrap p {
    font-size: 1rem;
  }
}

.digital-marketing-page--revenue-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.digital-marketing-page--revenue-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.digital-marketing-page--revenue-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .digital-marketing-page--revenue-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--revenue-row {
    margin-top: 2.5rem;
  }
}

.digital-marketing-page--revenue-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 25%;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--revenue-col {
    flex-basis: 50%;
    padding: 0 0.625rem;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .digital-marketing-page--revenue-col {
    flex-basis: 100%;
  }
}

.digital-marketing-page--revenue-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 1.25rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--revenue-box {
    padding: 1.25rem;
  }
}

.digital-marketing-page--revenue-box-title {
  margin: 0 0 1.25rem;
}

.digital-marketing-page--revenue-box-img {
  text-align: right;
}

.digital-marketing-page--revenue-lists {
  list-style: none;
  padding: 0;
  margin: 0 0 1.875rem;
  flex: 1;
}
.digital-marketing-page--revenue-lists li {
  margin-bottom: 0.625rem;
  padding-left: 1.875rem;
  position: relative;
}
.digital-marketing-page--revenue-lists li:before {
  content: "";
  background: url(../images/secondary-circle-list-check.svg) no-repeat center;
  width: 1.125rem;
  height: 1.125rem;
  position: absolute;
  left: 0;
  top: 0.25rem;
}
@media screen and (max-width: 991px) {
  .digital-marketing-page--revenue-lists {
    margin: 0 0 1.25rem;
  }
}

.digital-marketing-page--tech-stack-section {
  background: #fff6f0;
}

.faq-page--hero-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  padding: 9.375rem 0 6.25rem;
}
.faq-page--hero-section:after {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  pointer-events: none;
}
@media screen and (max-width: 991px) {
  .faq-page--hero-section {
    width: 100%;
    padding: 9.375rem 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-page--hero-section {
    padding: 6.25rem 0 3.125rem;
  }
}
@media screen and (max-width: 479px) {
  .faq-page--hero-section {
    background-size: 0;
    background-color: #d45500;
  }
}

.faq-page--hero-wrap {
  text-align: center;
  position: relative;
  z-index: 2;
}
.faq-page--hero-wrap .breadcrumb-lists {
  position: initial;
  font-weight: 400;
  justify-content: center;
}

.faq-page--hero-heading {
  font-size: 3.75rem;
  color: #ffffff;
  margin: 0 0 1.5625rem;
}
@media only screen and (max-width: 1366px) {
  .faq-page--hero-heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .faq-page--hero-heading {
    font-size: 2.1875rem;
  }
}

.faq-page--hero-text {
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 0 0.9375rem;
  line-height: 1.8125rem;
}
@media only screen and (max-width: 1366px) {
  .faq-page--hero-text {
    font-size: 1rem;
    line-height: 1.625rem;
  }
}

.faq-page--faq-wrap.global--faq-wrap {
  margin: 0 auto;
  max-width: unset;
  padding: 1.25rem 1.25rem 2rem;
}
@media screen and (max-width: 767px) {
  .faq-page--faq-wrap.global--faq-wrap {
    padding: 0.9375rem 0.5rem 1.25rem;
  }
}

.faq-page--collapse-wrap {
  max-width: 75rem;
  margin: 0 auto;
  margin-bottom: 2rem;
  border: 0.0625rem solid #e4e4e4;
  border-radius: 0.3125rem;
  padding: 0 1.25rem;
}
.faq-page--collapse-wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .faq-page--collapse-wrap {
    margin-bottom: 1.25rem;
  }
}

.faq-page--collapse-heading {
  text-decoration: none;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  padding: 1.25rem 1.25rem 1.25rem 0;
  position: relative;
  font-weight: 600;
  border-bottom: 0.0625rem solid transparent;
  margin: 0;
  font-size: 1.75rem;
  line-height: 1.25;
}
.faq-page--collapse-heading:before {
  content: "";
  clear: both;
  display: block;
  background: #FF6600;
  height: 0.1875rem;
  width: 1.125rem;
  border-radius: 0.1875rem;
  position: absolute;
  right: 0;
}
.faq-page--collapse-heading:after {
  content: "";
  clear: both;
  display: block;
  background: transparent;
  height: 1.125rem;
  width: 0.1875rem;
  border-radius: 0.1875rem;
  position: absolute;
  right: 0.4375rem;
}
.faq-page--collapse-heading.active {
  border-color: #e4e4e4;
}
.faq-page--collapse-heading.active::after {
  background: #FF6600;
}
@media screen and (max-width: 991px) {
  .faq-page--collapse-heading {
    font-size: 1.625rem;
  }
}
@media screen and (max-width: 767px) {
  .faq-page--collapse-heading {
    font-size: 1.375rem;
    padding: 0.9375rem 1.875rem 0.9375rem 0;
  }
  .faq-page--collapse-heading:before {
    height: 0.125rem;
    width: 0.75rem;
  }
  .faq-page--collapse-heading:after {
    height: 0.75rem;
    width: 0.125rem;
    right: 0.3125rem;
  }
}

.faq-page--faq-play-btn-wrap {
  text-align: right;
}
.faq-page--faq-play-btn-wrap .faq-page--faq-play-btn {
  color: #FF6600;
  font-size: 1rem;
  line-height: 1.25rem;
  display: inline-flex;
  align-items: center;
  transition: all 0.4s ease;
}
.faq-page--faq-play-btn-wrap .faq-page--faq-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.faq-page--faq-play-btn-wrap .faq-page--faq-play-btn:hover svg {
  transform: scale(1.15);
}
.faq-page--faq-play-btn-wrap svg {
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  transition: all 0.4s ease;
}

.faq-page--faq-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
.faq-page--faq-modal .faq-page--faq-modal-body video,
.faq-page--faq-modal .faq-page--faq-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  .faq-page--faq-modal {
    padding: 1rem;
  }
}

.contact-page--hero-section {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  position: relative;
  display: flex;
  background-repeat: no-repeat;
  padding: 9.375rem 0;
}
.contact-page--hero-section:after {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
}
@media screen and (max-width: 991px) {
  .contact-page--hero-section {
    width: 100%;
    padding: 9.375rem 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--hero-section {
    padding: 6.25rem 0 3.125rem;
  }
}
@media screen and (max-width: 479px) {
  .contact-page--hero-section {
    background-size: 0;
    background-color: #d45500;
  }
}

.contact-page--hero-row {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-page--hero-left-col {
  flex-basis: 40%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact-page--hero-left-col {
    flex-basis: 100%;
  }
}

.contact-page--hero-right-col {
  flex-basis: 47%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .contact-page--hero-right-col {
    flex-basis: 100%;
    margin: 3.125rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--hero-right-col {
    margin: 5rem 0 0;
  }
}

.contact-page--hero-experience {
  width: 100%;
}
.contact-page--hero-experience > p {
  margin: 30px 0 0;
  color: #ffffff;
  font-weight: 300;
  opacity: 0.9;
  font-size: 1.25rem;
  line-height: 1.8125rem;
}
@media screen and (max-width: 1440px) {
  .contact-page--hero-experience > p {
    margin: 1.25rem 0 0;
  }
}
@media screen and (max-width: 1380px) {
  .contact-page--hero-experience > p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-page--hero-experience > p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--hero-experience > p {
    margin-top: 0.625rem;
  }
}

.contact-page--hero-experience-item {
  display: flex;
  margin: 2.5rem 0 0;
  align-items: center;
}
@media screen and (max-width: 991px) {
  .contact-page--hero-experience-item {
    margin: 1.875rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--hero-experience-item {
    margin: 1.25rem 0 0;
  }
}

.contact-page--hero-experience-img {
  flex-basis: 3.75rem;
}
.contact-page--hero-experience-img img {
  width: 3rem;
}
@media screen and (max-width: 991px) {
  .contact-page--hero-experience-img {
    flex-basis: 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--hero-experience-img {
    flex-basis: 10%;
  }
}

.contact-page--hero-experience-content {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .contact-page--hero-experience-content {
    flex-basis: 85%;
  }
}
.contact-page--hero-experience-content .contact-page--hero-experience-title {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}
.contact-page--hero-experience-content .contact-page--hero-experience-desc {
  font-size: 0.875rem;
  margin: 0.3125rem 0 0;
  line-height: 1.2;
  color: #ffffff;
  font-weight: 400;
}

.contact-page--hero-client-logo-wrap {
  position: relative;
  overflow: hidden;
  height: 4.375rem;
  margin: 5rem 0 1.875rem;
}
@media screen and (max-width: 991px) {
  .contact-page--hero-client-logo-wrap {
    margin: 3.125rem 0 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--hero-client-logo-wrap {
    display: none;
  }
}

.contact-page--hero-client-logo-stack {
  animation: slideToLeft 50s linear infinite;
}

.contact-page--hero-client-logo-lists {
  display: flex;
  min-width: 150%;
  justify-content: space-around;
  column-gap: 1.125rem;
  position: absolute;
}
.contact-page--hero-client-logo-lists li {
  border-radius: 0.5rem;
  background: #fafafa;
  height: 4.375rem;
  min-width: 7.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.625rem;
}

.contact-page--links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.875rem;
  font-weight: 500;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.contact-page--link-item {
  padding: 0 0.625rem 0.625rem;
}
.contact-page--link-item a {
  display: flex;
  align-items: center;
  position: relative;
  color: rgba(255, 255, 255, 0.8);
  line-height: initial;
}
.contact-page--link-item a:hover {
  color: white;
}
.contact-page--link-item a img {
  margin-right: 0.625rem;
}
.contact-page--link-item a span {
  border-bottom: 0.125rem dotted;
  display: inline-block;
  padding-bottom: 0.125rem;
  padding-top: 0.125rem;
}

.contact-page--hero-right-wrap {
  background: #ffffff;
  border-radius: 1.25rem;
  z-index: 1;
  position: relative;
}

.contact-page--hero-right-top-wrap {
  padding: 2.1875rem 2.1875rem 1.25rem;
  background: #f0f0f0;
  border-radius: 1.25rem 1.25rem 0 0;
}
@media only screen and (max-width: 1440px) {
  .contact-page--hero-right-top-wrap {
    padding: 1.5625rem 2.1875rem 1.25rem;
  }
}
@media only screen and (max-width: 1380px) {
  .contact-page--hero-right-top-wrap {
    padding: 1.5625rem 1.875rem 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page--hero-right-top-wrap {
    padding: 1.5625rem 1.25rem 1.25rem;
  }
}

.contact-page--hero-form-wrap {
  padding: 0 2.1875rem 2.1875rem;
}
@media only screen and (max-width: 1380px) {
  .contact-page--hero-form-wrap {
    padding: 0 1.875rem 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .contact-page--hero-form-wrap {
    padding: 0 1.25rem 1.25rem;
  }
}
.contact-page--hero-form-wrap textarea {
  height: 5rem;
}

.contact-page--hero-top-title {
  font-weight: 700;
  margin: 0 0 0.3125rem;
  font-size: 2rem;
  line-height: 2.375rem;
}
@media only screen and (max-width: 1380px) {
  .contact-page--hero-top-title {
    font-size: 1.75rem;
    line-height: 1.2;
  }
}

.contact-page--hero-top-desc p {
  font-size: 0.875rem;
  color: rgba(32, 32, 32, 0.9);
  line-height: 1.3;
}

.contact-page--hero-consultation-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #202020;
  font-size: 0.875rem;
}
@media only screen and (max-width: 1380px) {
  .contact-page--hero-consultation-links {
    font-size: 0.8125rem;
  }
}

.contact-page--hero-consultation-link-item {
  position: relative;
}
.contact-page--hero-consultation-link-item a {
  display: flex;
  align-items: center;
  padding-left: 1.3125rem;
  position: relative;
}
.contact-page--hero-consultation-link-item a:hover {
  text-decoration: underline;
  color: #000000;
}
.contact-page--hero-consultation-link-item a img {
  width: 1.25rem;
  height: 1.25rem;
  object-fit: contain;
}
.contact-page--hero-consultation-link-item a span {
  display: inline-block;
  margin-left: 0.625rem;
}
@media only screen and (max-width: 1380px) {
  .contact-page--hero-consultation-link-item a {
    padding-left: 0.9375rem;
  }
  .contact-page--hero-consultation-link-item a span {
    margin-right: 0.375rem;
  }
}
.contact-page--hero-consultation-link-item:before {
  content: "";
  width: 1px;
  height: 76%;
  position: absolute;
  left: 0.625rem;
  top: 12%;
  background: rgba(65, 65, 65, 0.3);
}
@media only screen and (max-width: 1380px) {
  .contact-page--hero-consultation-link-item:before {
    left: 0.4375rem;
  }
}
.contact-page--hero-consultation-link-item:first-child a {
  padding-left: 0;
}
.contact-page--hero-consultation-link-item:first-child:before {
  display: none;
}

.contact-page--contact-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .contact-page--contact-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .contact-page--contact-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .contact-page--contact-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.contact-page--contact-heading-wrap {
  text-align: center;
}
.contact-page--contact-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .contact-page--contact-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--contact-heading-wrap p {
    font-size: 1rem;
  }
}

.contact-page--contact-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.contact-page--contact-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.contact-page--contact-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .contact-page--contact-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .contact-page--contact-row {
    margin-top: 2.5rem;
  }
}

.contact-page--contact-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .contact-page--contact-col {
    flex-basis: 50%;
    padding: 0 0.625rem;
    margin-top: 0.9375rem;
  }
}
@media screen and (max-width: 767px) {
  .contact-page--contact-col {
    flex-basis: 100%;
  }
}

.contact-page--contact-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 1.25rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .contact-page--contact-box {
    padding: 1.25rem;
  }
}

.contact-page--contact-box-title {
  margin: 0 0 1.25rem;
}

.contact-page--contact-box-img {
  margin: 0 0 1.875rem;
}

.contact-page--contact-lists {
  list-style: none;
  padding: 0;
  margin: 0;
  flex: 1;
}
.contact-page--contact-lists li {
  margin-bottom: 0.625rem;
  position: relative;
}
.contact-page--contact-lists li a:hover {
  color: rgba(0, 0, 0, 0.9);
  text-decoration: underline;
}
@media screen and (max-width: 991px) {
  .contact-page--contact-lists {
    margin: 0 0 1.25rem;
  }
}

.contact-page--map-section {
  background: #858585;
}
.contact-page--map-section iframe {
  width: 100%;
  min-height: 400px;
  display: block;
}

.about-page--hero-section {
  width: 100%;
  align-items: center;
  position: relative;
  display: flex;
  padding: 9.375rem 0;
}
.about-page--hero-section:after {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
}
@media screen and (max-width: 991px) {
  .about-page--hero-section {
    width: 100%;
    padding: 9.375rem 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .about-page--hero-section {
    padding: 6.25rem 0 3.125rem;
  }
}
@media screen and (max-width: 479px) {
  .about-page--hero-section {
    background-size: 0;
    background-color: #d45500;
  }
}

.about-page--hero-row {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-page--hero-left-col {
  flex-basis: 55%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-page--hero-left-col {
    flex-basis: 100%;
  }
}

.about-page--hero-right-col {
  flex-basis: 40%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .about-page--hero-right-col {
    flex-basis: 100%;
  }
}
.about-page--hero-heading {
  color: #ffffff;
  margin: 0 0 1.5625rem;
  margin-bottom: 1.25rem;
  padding-top: 3rem;
}
@media only screen and (max-width: 1366px) {
  .about-page--hero-heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .about-page--hero-heading {
    font-size: 2.1875rem;
  }
}

.about-page--hero-text p {
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 0 0.9375rem;
  line-height: 1.8125rem;
}

.about-page--hero-stat-lists {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}

.about-page--hero-stat-list {
  flex-basis: 25%;
  margin: 2.1875rem 0;
  text-align: left;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .about-page--hero-stat-list {
    margin: 0.9375rem 0;
    flex-basis: 50%;
  }
}

.about-page--hero-stat-number {
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.75rem;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.about-page--hero-stat-label {
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  color: #ffffff;
}

.about-page--hero-right-wrap {
  position: relative;
  text-align: center;
}

.about-page--hero-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.about-page--hero-play-btn:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.about-page--hero-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.about-page--hero-play-btn:hover:before {
  width: 125%;
  height: 125%;
}
.about-page--hero-play-btn svg {
  display: block;
}

.about-page--hero-right-wrap > img {
  width: 100%;
}

#about-page--hero-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
#about-page--hero-video-modal .about-page--about-video-modal-body video,
#about-page--hero-video-modal .about-page--about-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  #about-page--hero-video-modal {
    padding: 1rem;
  }
}

.about-page--owner-section {
  position: relative;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
@media only screen and (max-width: 1600px) {
  .about-page--owner-section {
    padding-top: 6.25rem;
    padding-bottom: 6.25rem;
  }
}
@media only screen and (max-width: 1320px) {
  .about-page--owner-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-page--owner-section {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.about-page--owner-row {
  display: flex;
  flex-wrap: wrap;
}

.about-page--owner-img-col {
  width: 39%;
  position: relative;
}
@media only screen and (max-width: 991px) {
  .about-page--owner-img-col {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .about-page--owner-img-col {
    width: 100%;
  }
}

.about-page--owner-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.about-page--owner-play-btn:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.about-page--owner-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.about-page--owner-play-btn:hover:before {
  width: 125%;
  height: 125%;
}
.about-page--owner-play-btn svg {
  display: block;
}

.about-page--owner-img > img {
  width: 100%;
}

#about-page--owner-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
#about-page--owner-video-modal .about-page--owner-video-modal-body video,
#about-page--owner-video-modal .about-page--owner-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  #about-page--owner-video-modal {
    padding: 1rem;
  }
}

.about-page--owner-name-wrap {
  position: absolute;
  right: -4.125rem;
  top: 67%;
  background: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(251, 201, 166, 0.3);
  border-radius: 0.5rem;
  text-align: center;
  padding: 1.0625rem 1.875rem 0.875rem;
}
@media only screen and (max-width: 1280px) {
  .about-page--owner-name-wrap {
    padding: 0.6875rem 1.3125rem;
    right: -3.75rem;
    top: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .about-page--owner-name-wrap {
    right: -4.3125rem;
    top: 54%;
  }
}
@media only screen and (max-width: 991px) {
  .about-page--owner-name-wrap {
    padding: 1.1875rem 2.75rem;
    right: -2.4375rem;
    top: 69%;
  }
}
@media only screen and (max-width: 767px) {
  .about-page--owner-name-wrap {
    padding: 0.6875rem;
    right: -1rem;
    top: 62%;
  }
}

.about-page--owner-name {
  font-size: 1rem;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .about-page--owner-name {
    font-size: 0.875rem;
  }
}

.about-page--owner-designation {
  font-size: 0.875rem;
  text-align: left;
}
@media only screen and (max-width: 1280px) {
  .about-page--owner-designation {
    padding-left: 1.8125rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-page--owner-designation {
    padding-left: 2.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .about-page--owner-designation {
    font-size: 0.75rem;
  }
}
.about-page--owner-designation:before {
  content: "- ";
}

.about-page--owner-purpose-col {
  width: 61%;
  padding-left: 13rem;
  padding-top: 2.25rem;
}
@media only screen and (max-width: 1280px) {
  .about-page--owner-purpose-col {
    padding-top: 1.875rem;
    padding-left: 12.1875rem;
  }
}
@media only screen and (max-width: 1024px) {
  .about-page--owner-purpose-col {
    padding-top: 0;
  }
}
@media only screen and (max-width: 991px) {
  .about-page--owner-purpose-col {
    width: 100%;
    padding-left: 4rem;
    padding-top: 0.5rem;
  }
}

.about-page--owner-box + .about-page--owner-box {
  margin-top: 2.8125rem;
}
@media only screen and (max-width: 1280px) {
  .about-page--owner-box + .about-page--owner-box {
    margin-top: 1.25rem;
  }
}
@media only screen and (max-width: 991px) {
  .about-page--owner-box + .about-page--owner-box {
    margin-top: 0.5rem;
  }
}

.about-page--owner-box-img {
  position: relative;
  left: -3.75rem;
  top: 2.25rem;
}
.about-page--owner-box-img img {
  width: 2.5rem;
  height: 2.5rem;
  object-fit: contain;
}

.about-page--owner-box-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.about-page--owner-box-desc {
  margin-top: 0.625rem;
  font-size: 1.125rem;
  line-height: 1.8125rem;
}

.about-page--core-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .about-page--core-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .about-page--core-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .about-page--core-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.about-page--core-heading-wrap {
  text-align: center;
}
.about-page--core-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .about-page--core-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--core-heading-wrap p {
    font-size: 1rem;
  }
}

.about-page--core-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.about-page--core-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.about-page--core-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .about-page--core-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .about-page--core-row {
    margin-top: 2.5rem;
  }
}

.about-page--core-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .about-page--core-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--core-col {
    flex-basis: 100%;
  }
}

.about-page--core-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 0.3125rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
.about-page--core-box:hover {
  border-color: #FF6600;
  box-shadow: 0 1rem 2.5rem rgba(251, 201, 166, 0.2);
}
@media screen and (max-width: 991px) {
  .about-page--core-box {
    padding: 1.25rem;
  }
}

.about-page--core-box-title {
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 991px) {
  .about-page--core-box-title {
    margin: 0 0 0.9375rem;
  }
}

.about-page--core-box-desc {
  margin: 0 0 1.25rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .about-page--core-box-desc {
    margin: 0 0 0.9375rem;
  }
}

.about-page--core-box-img {
  margin: 0 0 1.25rem;
}
.about-page--core-box-img img {
  width: 3.125rem;
  height: 3.125rem;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .about-page--core-box-img {
    margin: 0 0 0.9375rem;
  }
}

.about-page--differentiators-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .about-page--differentiators-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .about-page--differentiators-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .about-page--differentiators-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.about-page--differentiators-heading-wrap {
  text-align: center;
}
.about-page--differentiators-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .about-page--differentiators-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--differentiators-heading-wrap p {
    font-size: 1rem;
  }
}

.about-page--differentiators-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.about-page--differentiators-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.about-page--differentiators-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .about-page--differentiators-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .about-page--differentiators-row {
    margin-top: 2.5rem;
  }
}

.about-page--differentiators-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .about-page--differentiators-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--differentiators-col {
    flex-basis: 100%;
  }
}

.about-page--differentiators-box {
  height: 100%;
  border: 0.0625rem solid rgba(255, 102, 0, 0.2);
  border-radius: 0.3125rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .about-page--differentiators-box {
    padding: 1.25rem;
  }
}

.about-page--differentiators-box-title {
  margin: 0;
}

.about-page--differentiators-box-count {
  font-size: 7.5rem;
  line-height: 1;
  display: block;
  background: -webkit-linear-gradient(#f66e12, transparent 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  order: 5;
  padding-left: 2rem;
}
@media screen and (max-width: 767px) {
  .about-page--differentiators-box-count {
    font-size: 5rem;
    padding-left: 1.5rem;
  }
}

.about-page--differentiators-box-head {
  margin: 0 0 1.25rem;
  display: flex;
}
@media screen and (max-width: 991px) {
  .about-page--differentiators-box-head {
    margin: 0 0 0.9375rem;
  }
}

.about-page--differentiators-box-desc {
  margin: 0 0 1.25rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .about-page--differentiators-box-desc {
    margin: 0 0 0.9375rem;
  }
}

.about-page--team-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .about-page--team-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .about-page--team-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .about-page--team-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.about-page--team-heading-wrap {
  text-align: center;
}
.about-page--team-heading-wrap > p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .about-page--team-heading-wrap > p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--team-heading-wrap > p {
    font-size: 1rem;
  }
}
.about-page--team-heading-wrap > p + p {
  margin-top: 0.9375rem;
}

.about-page--team-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.about-page--team-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.about-page--team-box-img {
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .about-page--team-box-img {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .about-page--team-box-img {
    margin-top: 2.5rem;
  }
}
.about-page--team-box-img img {
  width: 100%;
}

.about-page--infrastructure-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .about-page--infrastructure-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .about-page--infrastructure-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .about-page--infrastructure-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.about-page--infrastructure-heading-wrap {
  text-align: center;
}
.about-page--infrastructure-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .about-page--infrastructure-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--infrastructure-heading-wrap p {
    font-size: 1rem;
  }
}

.about-page--infrastructure-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.about-page--infrastructure-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.about-page--infrastructure-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .about-page--infrastructure-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .about-page--infrastructure-row {
    margin-top: 2.5rem;
  }
}

.about-page--infrastructure-col {
  flex-basis: 25%;
}
@media screen and (max-width: 991px) {
  .about-page--infrastructure-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .about-page--infrastructure-col {
    flex-basis: 100%;
  }
}

.about-page--infrastructure-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 0.3125rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .about-page--infrastructure-box {
    padding: 1.25rem;
  }
}

.about-page--infrastructure-box-title {
  margin-bottom: 1.25rem;
}
@media screen and (max-width: 991px) {
  .about-page--infrastructure-box-title {
    margin-bottom: 0.9375rem;
  }
}

.about-page--infrastructure-box-img {
  width: 3.125rem;
  height: 3.125rem;
  margin: 1.25rem auto;
}
.about-page--infrastructure-box-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .about-page--infrastructure-box-img {
    width: 4.375rem;
    height: 4.375rem;
    margin: 0.9375rem auto;
  }
}

.list-case-study-page--hero-section {
  width: 100%;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  position: relative;
  display: flex;
  padding: 9.375rem 0;
}
@media screen and (max-width: 991px) {
  .list-case-study-page--hero-section {
    padding: 6.25rem 0 3.125rem;
  }
}

.list-case-study-page--heading {
  color: #ffffff;
  margin: 0 0 1.5625rem;
  text-align: center;
  font-size: 3.75rem;
}
@media only screen and (max-width: 1366px) {
  .list-case-study-page--heading {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .list-case-study-page--heading {
    font-size: 2.1875rem;
  }
}

.list-case-study-page--description {
  width: 90%;
  margin: auto;
  text-align: center;
}
.list-case-study-page--description p {
  font-size: 1.125rem;
  line-height: 1.8125rem;
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 767px) {
  .list-case-study-page--description p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 980px) {
  .list-case-study-page--description {
    width: 100%;
  }
}

.list-case-study-page--hero-form {
  display: flex;
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.list-case-study-page--hero-form ::placeholder {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}
.list-case-study-page--hero-form .list-case-study-page--hero-form-input {
  flex-basis: 53%;
  padding: 0 1.25rem;
  background: transparent;
  width: 100%;
  height: 3.6875rem;
  font-size: 1rem;
  line-height: 1.25rem;
  border: 0.0625rem solid rgba(205, 205, 205, 0.8);
  border-radius: 0.3125rem;
  color: #f0f0f0;
  font-weight: 400;
}
.list-case-study-page--hero-form .list-case-study-page--hero-form-btn {
  background: #ffffff;
  height: 3.6875rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.375rem;
  color: #FF6600;
  padding: 0 1.875rem;
  border-radius: 0.25rem;
  cursor: pointer;
  border: none;
  margin-left: 0.9375rem;
  transition: all 0.3s ease-in-out;
}
.list-case-study-page--hero-form .list-case-study-page--hero-form-btn:hover {
  background: #FF6600;
  color: #ffffff;
}
@media screen and (max-width: 980px) {
  .list-case-study-page--hero-form {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .list-case-study-page--hero-form {
    flex-wrap: wrap;
  }
  .list-case-study-page--hero-form .list-case-study-page--hero-form-input {
    flex-basis: 100%;
    padding: 0 1.25rem;
    height: 3.125rem;
  }
  .list-case-study-page--hero-form .list-case-study-page--hero-form-btn {
    flex-basis: 100%;
    height: 3.125rem;
    font-size: 1rem;
    line-height: 1.375rem;
    padding: 0 20px;
    margin: 15px 0 0;
  }
}

.case-study-grids {
  display: flex;
  flex-wrap: wrap;
  margin: 5rem 0;
}
@media only screen and (max-width: 1600px) {
  .case-study-grids {
    margin: 3.75rem 0;
  }
}
@media screen and (max-width: 991px) {
  .case-study-grids {
    margin: 2.5rem 0;
  }
}

.case-study-grid-pagination:not(:empty) {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-bottom: 5rem;
}
@media only screen and (max-width: 1600px) {
  .case-study-grid-pagination:not(:empty) {
    margin-bottom: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .case-study-grid-pagination:not(:empty) {
    margin-bottom: 2.5rem;
  }
}
.case-study-grid-pagination:not(:empty) .page-numbers {
  padding: 0.625rem 0.9375rem;
  border: 0.0625rem solid #e4e4e4;
  border-radius: 0.625rem;
  color: #333333;
  margin: 0 0.625rem;
}
.case-study-grid-pagination:not(:empty) .page-numbers.prev, .case-study-grid-pagination:not(:empty) .page-numbers.next {
  border: 0;
}
.case-study-grid-pagination:not(:empty) .page-numbers:hover, .case-study-grid-pagination:not(:empty) .page-numbers.current {
  background: #FF6600;
  color: #ffffff;
  border-color: #FF6600;
}
@media screen and (max-width: 767px) {
  .case-study-grid-pagination:not(:empty) .page-numbers {
    margin: 0 0.1875rem;
    padding: 0.25rem 0.625rem;
  }
}

.case-study-grid {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .case-study-grid {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .case-study-grid {
    flex-basis: 100%;
  }
}

.case-study-grid-box {
  display: flex;
  flex-direction: column;
  border-radius: 0.625rem;
  overflow: hidden;
  border: 1.5px solid rgba(160, 160, 160, 0.18);
  background: #ffffff;
  overflow: hidden;
  transition: transform 0.3s ease;
  height: 100%;
}

.case-study-grid-img-wrap .featured-image {
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.case-study-grid-category span + span {
  display: none;
}

.case-study-grid-inner-wrap {
  position: relative;
  border-bottom: 1px solid rgba(160, 160, 160, 0.18);
}

.case-study-grid-img-link {
  display: block;
}

.case-study-grid-category {
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  background: rgba(0, 0, 0, 0.6);
  line-height: initial;
  color: #ffffff;
  padding: 0.25rem 0.625rem;
  font-weight: 500;
  border-radius: 0.3125rem;
  font-size: 0.75rem;
  pointer-events: none;
}

.case-study-grid-meta-wrap {
  padding: 1.5625rem;
  flex: 1;
}
@media screen and (max-width: 1280px) {
  .case-study-grid-meta-wrap {
    padding: 1.25rem;
  }
}

.case-study-grid-title a {
  color: inherit;
}
.case-study-grid-title a:hover {
  text-decoration: underline;
}

.case-study-grid-content p {
  margin-bottom: 0;
}

.case-study-grid-link-wrap {
  padding: 0 1.5625rem 1.5625rem;
}
@media screen and (max-width: 1280px) {
  .case-study-grid-link-wrap {
    padding: 0 1.25rem 1.25rem;
  }
}
.case-study-grid-link-wrap a {
  color: #FF6600;
  display: block;
  font-size: 0.875rem;
  line-height: 1.1875rem;
}
.case-study-grid-link-wrap a:after {
  content: "";
  background: url(../images/know-more-arrow-icon.png) top center no-repeat;
  position: relative;
  width: 0.9375rem;
  height: 0.6875rem;
  background-size: 100%;
  top: 0;
  left: 0.375rem;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}
.case-study-grid-link-wrap a:hover::after {
  left: 0.875rem;
}

.list-case-study-page--no-case-study-title {
  margin: 5rem auto;
  font-size: 1.5rem;
  text-align: center;
  font-weight: 400;
}

.detail-case-study-page-header {
  width: 100%;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
  position: relative;
  display: flex;
  padding: 9.375rem 0 4rem;
}
@media screen and (max-width: 991px) {
  .detail-case-study-page-header {
    padding: 6.25rem 0 3.125rem;
  }
}

.post-thumbnail:not(:empty) {
  margin-bottom: 3.125rem;
}
.post-thumbnail:not(:empty) img {
  width: 100%;
}

.detail-case-study-page-header-link a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  padding: 0.5625rem;
}
.detail-case-study-page-header-link a svg {
  width: 2.5rem;
  margin-right: 0.625rem;
}

.detail-case-study-page-title {
  margin-bottom: 2rem;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.35;
  word-break: break-word;
  font-size: 3.75rem;
}
@media only screen and (max-width: 1366px) {
  .detail-case-study-page-title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 991px) {
  .detail-case-study-page-title {
    font-size: 2.1875rem;
  }
}

.detail-case-study-page-tags-meta {
  display: none;
}

.detail-case-study-page-postdata-meta {
  color: #ffffff;
  margin-bottom: 2rem;
}
.detail-case-study-page-postdata-meta a {
  color: rgba(255, 255, 255, 0.8);
}

.detail-case-study-page-categories-meta a {
  color: #ffffff;
  padding: 0.1875rem 0.75rem;
  border-radius: 0.25rem;
  background: #000000;
  margin-right: 0.75rem;
  margin-bottom: 0.5rem;
  display: inline-block;
}

.detail-case-study-page-content {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  margin: 5rem auto;
}
.detail-case-study-page-content h1 {
  color: #110302;
}
.detail-case-study-page-content ul {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.detail-case-study-page-content ul li {
  list-style: square;
  margin-bottom: 0.5rem;
}
.detail-case-study-page-content ol {
  margin: 0;
  margin-bottom: 1.5rem;
  padding-left: 2rem;
}
.detail-case-study-page-content ol li {
  list-style: decimal;
  margin-bottom: 0.5rem;
}
.detail-case-study-page-content blockquote {
  border-right: none;
  border-left: 0.25rem solid #c0c0c0;
  margin: 1.5rem 0;
  padding: 1rem;
}
.detail-case-study-page-content blockquote p:last-child {
  margin-bottom: 0.5rem;
}
.detail-case-study-page-content table,
.detail-case-study-page-content hr {
  margin-bottom: 1rem;
}
.detail-case-study-page-content .code-toolbar {
  background: #333;
  padding: 0.3125rem;
  border-radius: 0.75rem;
  color: #ffffff;
  display: block;
  word-wrap: break-word;
  margin: 3.125rem 0;
}
.detail-case-study-page-content .code-toolbar > pre {
  margin: 0;
  border-radius: 0.75rem;
}
.detail-case-study-page-content code:not([class*=lang]) {
  display: inline-block;
  padding: 0.375rem 0.5rem;
  border-radius: 0.25rem;
  color: #ffffff;
  background: #3e3e3e;
  margin-bottom: 0.375rem;
  line-height: normal;
  font-size: 0.875em;
}
.detail-case-study-page-content .post-navigation {
  display: none;
}
@media only screen and (max-width: 1600px) {
  .detail-case-study-page-content {
    margin: 3.75rem auto;
  }
}
@media screen and (max-width: 991px) {
  .detail-case-study-page-content {
    margin: 2.5rem auto;
  }
}

@media screen and (min-width: 1200px) {
  .detail-case-study-page-content .code-toolbar {
    margin-left: -3.125rem;
    margin-right: -3.125rem;
  }
}
/* WebKit Browsers (Chrome, Safari) */
.detail-case-study-page-content ::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.detail-case-study-page-content ::-webkit-scrollbar-track {
  background: #ebebeb;
  border-radius: 8px;
}
.detail-case-study-page-content ::-webkit-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 8px;
  cursor: pointer;
}
.detail-case-study-page-content ::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/* Firefox */
.detail-case-study-page-content ::-moz-scrollbar {
  width: 8px;
  height: 8px;
  border-radius: 8px;
}
.detail-case-study-page-content ::-moz-scrollbar-track {
  background: #ebebeb;
  border-radius: 8px;
}
.detail-case-study-page-content ::-moz-scrollbar-thumb {
  background: #6d6d6d;
  border-radius: 8px;
  cursor: pointer;
}
.detail-case-study-page-content ::-moz-scrollbar-thumb:hover {
  background: #555;
}

.saas-page--hero-section {
  width: 100%;
  align-items: center;
  position: relative;
  display: flex;
  padding: 9.375rem 0;
}
.saas-page--hero-section:after {
  width: 100%;
  height: 100%;
  opacity: 0.9;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, #FF9500 0%, #FF6F00 97.78%);
}
@media screen and (max-width: 991px) {
  .saas-page--hero-section {
    width: 100%;
    padding: 9.375rem 0 3.125rem;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--hero-section {
    padding: 6.25rem 0 3.125rem;
  }
}
@media screen and (max-width: 479px) {
  .saas-page--hero-section {
    background-size: 0;
    background-color: #d45500;
  }
}

.saas-page--hero-row {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.saas-page--hero-left-col {
  flex-basis: 55%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .saas-page--hero-left-col {
    flex-basis: 100%;
  }
}

.saas-page--hero-right-col {
  flex-basis: 40%;
  position: relative;
}
@media screen and (max-width: 991px) {
  .saas-page--hero-right-col {
    flex-basis: 100%;
  }
}
.saas-page--hero-heading {
  color: #ffffff;
  margin: 0 0 1.5625rem;
  margin-bottom: 1.25rem;
  padding-top: 3rem;
  line-height: 1.1;
  font-size: 3.375rem;
}
@media only screen and (max-width: 1366px) {
  .saas-page--hero-heading {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .saas-page--hero-heading {
    font-size: 2.25rem;
  }
}

.saas-page--hero-text p {
  color: #ffffff;
  font-size: 1.125rem;
  margin: 0 0 0.9375rem;
  line-height: 1.8125rem;
}

.saas-page--cta-btn-wrap {
  margin: 2.1875rem 0;
}
@media only screen and (max-width: 767px) {
  .saas-page--cta-btn-wrap {
    margin: 0.9375rem 0;
  }
}

.saas-page--hero-right-wrap {
  position: relative;
  text-align: center;
}

.saas-page--hero-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.saas-page--hero-play-btn:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.saas-page--hero-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.saas-page--hero-play-btn:hover:before {
  width: 125%;
  height: 125%;
}
.saas-page--hero-play-btn svg {
  display: block;
}

.saas-page--hero-right-wrap > img {
  width: 100%;
}

#saas-page--hero-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
#saas-page--hero-video-modal .saas-page--about-video-modal-body video,
#saas-page--hero-video-modal .saas-page--about-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  #saas-page--hero-video-modal {
    padding: 1rem;
  }
}

.saas-page--growth-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .saas-page--growth-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .saas-page--growth-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .saas-page--growth-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.saas-page--growth-heading-wrap {
  text-align: center;
}
.saas-page--growth-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .saas-page--growth-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--growth-heading-wrap p {
    font-size: 1rem;
  }
}

.saas-page--growth-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.saas-page--growth-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.saas-page--growth-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .saas-page--growth-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .saas-page--growth-row {
    margin-top: 2.5rem;
  }
}

.saas-page--growth-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 25%;
}
@media screen and (max-width: 1024px) {
  .saas-page--growth-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--growth-col {
    flex-basis: 100%;
  }
}

.saas-page--growth-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 0.625rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .saas-page--growth-box {
    padding: 1.25rem;
  }
}

.saas-page--growth-box-title {
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 991px) {
  .saas-page--growth-box-title {
    margin: 0 0 0.9375rem;
  }
}

.saas-page--growth-box-desc {
  margin: 0 0 1.25rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .saas-page--growth-box-desc {
    margin: 0 0 0.9375rem;
  }
}

.saas-page--growth-box-img {
  margin: 0 0 1.25rem;
}
.saas-page--growth-box-img img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .saas-page--growth-box-img {
    margin: 0 0 0.9375rem;
  }
  .saas-page--growth-box-img img {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.saas-page--strategies-section {
  padding: 7.5rem 0;
  background: #fff6f0;
}
@media screen and (max-width: 1600px) {
  .saas-page--strategies-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .saas-page--strategies-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .saas-page--strategies-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.saas-page--strategies-heading-wrap {
  text-align: center;
}
.saas-page--strategies-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .saas-page--strategies-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--strategies-heading-wrap p {
    font-size: 1rem;
  }
}

.saas-page--strategies-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.saas-page--strategies-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.saas-page--strategies-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .saas-page--strategies-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .saas-page--strategies-row {
    margin-top: 2.5rem;
  }
}

.saas-page--strategies-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 991px) {
  .saas-page--strategies-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--strategies-col {
    flex-basis: 100%;
  }
}

.saas-page--strategies-box {
  height: 100%;
  border: 0.0625rem solid rgba(255, 102, 0, 0.2);
  border-radius: 1.25rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  background: #ffffff;
}
@media screen and (max-width: 991px) {
  .saas-page--strategies-box {
    padding: 1.25rem;
  }
}

.saas-page--strategies-box-title {
  margin: 0 0 1.25rem;
}
@media screen and (max-width: 991px) {
  .saas-page--strategies-box-title {
    margin: 0 0 0.9375rem;
  }
}

.saas-page--strategies-box-desc {
  margin: 0 0 1.25rem;
  flex: 1;
}
@media screen and (max-width: 991px) {
  .saas-page--strategies-box-desc {
    margin: 0 0 0.9375rem;
  }
}

.saas-page--strategies-box-img {
  margin: 0 0 1.25rem;
}
.saas-page--strategies-box-img img {
  width: 5rem;
  height: 5rem;
  object-fit: contain;
}
@media screen and (max-width: 991px) {
  .saas-page--strategies-box-img {
    margin: 0 0 0.9375rem;
  }
  .saas-page--strategies-box-img img {
    width: 3.75rem;
    height: 3.75rem;
  }
}

.saas-page--development-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .saas-page--development-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .saas-page--development-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .saas-page--development-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.saas-page--development-heading-wrap {
  text-align: center;
}
.saas-page--development-heading-wrap p {
  width: 90%;
  margin: auto;
  font-size: 1.125rem;
  color: #414141;
  line-height: 1.8125rem;
}
@media screen and (max-width: 980px) {
  .saas-page--development-heading-wrap p {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--development-heading-wrap p {
    font-size: 1rem;
  }
}

.saas-page--development-heading {
  position: relative;
  margin-bottom: 2.5rem;
}
.saas-page--development-heading:after {
  content: "";
  background: #FF6600;
  width: 5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -1.25rem;
}

.saas-page--development-row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5rem;
}
@media only screen and (max-width: 1600px) {
  .saas-page--development-row {
    margin-top: 3.75rem;
  }
}
@media screen and (max-width: 991px) {
  .saas-page--development-row {
    margin-top: 2.5rem;
  }
}

.saas-page--development-col {
  padding-right: 0.625rem;
  margin-top: 1.25rem;
  padding-left: 0.625rem;
  flex-basis: 33.33%;
}
@media screen and (max-width: 1024px) {
  .saas-page--development-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--development-col {
    flex-basis: 100%;
  }
}

.saas-page--development-box {
  height: 100%;
  border: 0.0625rem solid rgba(212, 224, 237, 0.7);
  border-radius: 0.3125rem;
  padding: 1.875rem;
  transition: all 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 991px) {
  .saas-page--development-box {
    padding: 1.25rem;
  }
}

.saas-page--development-box-title {
  margin: 0 0 1.25rem;
  /*display: flex;*/
}
@media screen and (max-width: 991px) {
  .saas-page--development-box-title {
    margin: 0 0 0.9375rem;
  }
}

.saas-page--development-box-count {
  font-size: 5rem;
  line-height: 1;
  display: block;
  margin-bottom: 1.25rem;
  background: -webkit-linear-gradient(#f66e12, transparent 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  /*order: 5;*/
  /*padding-left: 2rem;*/
}
@media screen and (max-width: 767px) {
  .saas-page--development-box-count {
    font-size: 3.75rem;
    margin-bottom: 0.9375rem;
    /*padding-left: 1.5rem;*/
  }
}

.saas-page--development-box-desc {
  margin: 0;
  flex: 1;
}

.saas-page--partner-section {
  padding: 7.5rem 0;
  background: #ffffff;
}
@media screen and (max-width: 1600px) {
  .saas-page--partner-section {
    padding: 6.25rem 0;
  }
}
@media screen and (max-width: 1320px) {
  .saas-page--partner-section {
    padding: 5rem 0;
  }
}
@media screen and (max-width: 980px) {
  .saas-page--partner-section {
    padding: 3.125rem 0 3.125rem;
  }
}

.saas-page--partner-row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .saas-page--partner-row {
    flex-wrap: wrap;
    padding: 1rem;
  }
}

.saas-page--partner-right-col {
  flex-basis: 45%;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (max-width: 980px) {
  .saas-page--partner-right-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--partner-right-col {
    flex-basis: 90%;
    margin: 0 auto 1.875rem;
  }
}
.saas-page--partner-right-col img {
  width: 100%;
  display: block;
}

.saas-page--partner-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FF6600;
  z-index: 1;
}
.saas-page--partner-play-btn:before {
  content: "";
  background: #FF6600;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
  z-index: -1;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.saas-page--partner-play-btn:hover {
  color: rgba(255, 102, 0, 0.9);
}
.saas-page--partner-play-btn:hover:before {
  width: 125%;
  height: 125%;
}
.saas-page--partner-play-btn svg {
  display: block;
}

#saas-page--partner-video-modal {
  max-width: 56.25rem;
  width: calc(90% - 2rem);
  padding: 1.5rem;
}
#saas-page--partner-video-modal .saas-page--about-video-modal-body video,
#saas-page--partner-video-modal .saas-page--about-video-modal-body iframe {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border: none;
}
@media screen and (max-width: 767px) {
  #saas-page--partner-video-modal {
    padding: 1rem;
  }
}

.saas-page--partner-left-col {
  flex-basis: 45%;
  padding-left: 1rem;
  padding-right: 1rem;
  align-content: center;
}
@media screen and (max-width: 980px) {
  .saas-page--partner-left-col {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 767px) {
  .saas-page--partner-left-col {
    flex-basis: 100%;
  }
}
.saas-page--partner-left-col p {
  font-size: 1rem;
}

.partner-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 0.9375rem;
}
.partner-bullets li {
  margin: 0 0 0.625rem;
  position: relative;
  padding-left: 1.125rem;
}
.partner-bullets li:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: #FF6600;
  border-radius: 50%;
  position: absolute;
  left: 0.25rem;
  top: 0.625rem;
}
.partner-bullets li:last-child {
  margin: 0;
}

/*# sourceMappingURL=base-style.css.map */
