body,
html {
  margin: 0px;
  padding: 0px;
}

body * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Raleway", sans-serif;
}

html {
  scroll-behavior: smooth;
}

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

footer {
  border-top: 10px solid #13a0fc;
  padding-top: 70px;
  padding-bottom: 35px;
  background-color: #002436;
}

footer .outer__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .elem__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 320px;
}

footer .elem__foot .logos {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

footer .elem__foot .logos > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 20px;
}

footer .elem__foot .logos > a:last-child {
  margin-right: 0px;
}

footer .elem__foot .top__info > p {
  margin-top: 0px;
  margin-bottom: 13px;
  font-size: 14px;
  line-height: 28px;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

footer .elem__foot .top__info > span {
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 400;
  display: block;
}

footer .elem__foot .top__info > span a {
  color: #ffffff;
}

footer .elem__foot > a.link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  color: #ffffff;
}

footer .elem__foot .logo {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

footer .elem__foot > p {
  margin: 0px;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
  font-weight: 400;
}

footer .container {
  max-width: 1330px;
}

.reference {
  margin-top: 99px;
  margin-bottom: 25px;
}

.reference .outer__reference {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.reference .outer__reference > p {
  margin: 0px;
  font-size: 14px;
  line-height: 20px;
  color: #002436;
  font-weight: 400;
}

.reference .outer__reference > p a {
  color: #002436;
  text-decoration: underline;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.reference .outer__reference > p a:hover {
  opacity: 0.7;
}

.reference .outer__reference > p sup {
  line-height: 0px;
}

.reference .outer__reference > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 13px;
  line-height: 22px;
  color: #002436;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  margin-right: 15px;
}

.get__started {
  padding-top: 44px;
  padding-bottom: 45px;
}

.get__started .outer__started {
  padding: 80px 105px;
  background-color: #b8e3fe;
  border-radius: 16px;
}

.get__started .outer__started .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 24px;
}

.get__started .outer__started .btn > a {
  min-height: 42px;
  padding-left: 32px;
  padding-right: 32px;
  text-decoration: none;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  letter-spacing: 0.02em;
  background-color: #002436;
  border-radius: 34px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.get__started .outer__started .btn > a:hover {
  background-color: #13a0fc;
}

.get__started .outer__started > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
  max-width: 820px;
}

.get__started .outer__started > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
}

.our__thinking {
  padding: 45px 0px;
}

.our__thinking .outer__thinking .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.our__thinking .outer__thinking .grid .elem {
  display: block;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.our__thinking .outer__thinking .grid .elem:hover {
  -webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
}

.our__thinking .outer__thinking .grid .elem:hover .desc > h6 {
  color: #13a0fc;
}

.our__thinking .outer__thinking .grid .elem .desc {
  display: block;
  width: 100%;
}

.our__thinking .outer__thinking .grid .elem .desc > h6 {
  margin: 0px;
  font-size: 32px;
  line-height: 42px;
  font-weight: bold;
  color: #002436;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.our__thinking .outer__thinking .grid .elem .desc > span {
  display: block;
  text-align: left;
  font-size: 14px;
  margin-bottom: 16px;
  text-transform: uppercase;
  line-height: 20px;
  color: #13a0fc;
  letter-spacing: 0.02em;
}

.our__thinking .outer__thinking .grid .elem .media {
  position: relative;
  margin-bottom: 32px;
  height: 0px;
  padding-bottom: 76%;
}

.our__thinking .outer__thinking .grid .elem .media img {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 4px;
}

.our__thinking .outer__thinking > .top {
  text-align: center;
  margin-bottom: 48px;
}

.our__thinking .outer__thinking > .top > span {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 14px;
  color: #002436;
  font-weight: 400;
  text-transform: uppercase;
}

.our__thinking .outer__thinking > .top > h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.our__service {
  padding-top: 75px;
  padding-bottom: 45px;
}

.our__service .outer__service .more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.our__service .outer__service .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

.our__service .outer__service .grid > .elem {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
}

.our__service .outer__service .grid > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}

.our__service .outer__service .grid > .elem > h6 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 34px;
  color: #002436;
  font-weight: bold;
}

.our__service .outer__service .grid > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.our__service .outer__service > .top {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
}

.our__service .outer__service > .top > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
}

.our__service .outer__service > .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.regular-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 40px;
  border-radius: 250px;
  background-color: #13a0fc;
  text-decoration: none;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 400;
  padding-left: 32px;
  outline: none;
  cursor: pointer;
  border: 0px;
  padding-right: 32px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  letter-spacing: 0.02em;
}

.regular-btn:hover {
  background-color: #002436;
}

.regular-btn.dark {
  background-color: #002436;
}

.regular-btn.dark:hover {
  background-color: #13a0fc;
}

.features__wrapper {
  padding-top: 80px;
  padding-bottom: 72px;
  background-color: #f8f9fb;
}

.features__wrapper .outer__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.features__wrapper .outer__features .plates {
  max-width: 390px;
  width: 100%;
}

.features__wrapper .outer__features .plates > .elem__plate {
  margin-bottom: 16px;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
}

.features__wrapper .outer__features .plates > .elem__plate > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}

.features__wrapper .outer__features .plates > .elem__plate > h6 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 32px;
  color: #002436;
  font-weight: bold;
}

.features__wrapper .outer__features .plates > .elem__plate > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.features__wrapper .outer__features .plates > .elem__plate:last-child {
  margin-bottom: 0px;
}

.features__wrapper .outer__features > .left {
  width: 100%;
  max-width: 570px;
  margin-right: 50px;
}

.features__wrapper .outer__features > .left .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}

.features__wrapper .outer__features > .left > h6 {
  margin: 0px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
  margin-bottom: 32px;
}

.features__wrapper .outer__features > .left > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.features__wrapper .outer__features > .left > span {
  display: block;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.quote__wrapper {
  padding: 80px 0px;
  background-color: #002436;
}

.quote__wrapper .outer__quote > h6 {
  text-align: center;
  margin: 0px;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: bold;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.integrate__wrapper {
  padding-top: 105px;
  padding-bottom: 150px;
}

.integrate__wrapper .outer__integrate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.integrate__wrapper .outer__integrate .media {
  margin-top: 42px;
  max-width: 620px;
  width: 100%;
}

.integrate__wrapper .outer__integrate .media .double__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -40px;
}

.integrate__wrapper .outer__integrate .media .double__media > img {
  margin-bottom: 16px;
  border-radius: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.24);
  box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.24);
}

.integrate__wrapper .outer__integrate .media .double__media > img:last-child {
  margin-bottom: 0px;
}

.integrate__wrapper .outer__integrate .media > img {
  max-width: 100%;
}

.integrate__wrapper .outer__integrate > .desc {
  max-width: 570px;
}

.integrate__wrapper .outer__integrate > .desc .double {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 75px;
}

.integrate__wrapper .outer__integrate > .desc .double > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}

.integrate__wrapper .outer__integrate > .desc .double > .elem > h6 {
  margin-top: 0px;
  margin-bottom: 16px;
  font-size: 25px;
  line-height: 34px;
  color: #002436;
  font-weight: bold;
}

.integrate__wrapper .outer__integrate > .desc .double > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.integrate__wrapper .outer__integrate > .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.integrate__wrapper .outer__integrate > .desc > h6 {
  margin: 0px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
}

.integrate__wrapper .outer__integrate > .desc > span {
  display: block;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
  text-transform: uppercase;
}

.feedback__wrap {
  padding: 80px 0px;
  background-color: #f8f9fb;
}

.feedback__wrap .outer__feedback {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.feedback__wrap .outer__feedback .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback__wrap .outer__feedback .author .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedback__wrap .outer__feedback .author .desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #002436;
  font-weight: bold;
  letter-spacing: 0.04em;
}

.feedback__wrap .outer__feedback .author .desc > span {
  font-size: 14px;
  line-height: 21px;
  color: #002436;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.feedback__wrap .outer__feedback .author > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.feedback__wrap .outer__feedback .author > span img {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.feedback__wrap .outer__feedback > h6 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 32px;
  line-height: 40px;
  color: #002436;
  font-weight: bold;
}

.slick-dotted.slick-slider {
  margin-bottom: 0px;
}

footer .mobile__links {
  display: none;
}

.slick-dots {
  position: static;
  display: block;
  margin-top: 24px;
}

.slick-dots li button:before {
  content: none;
}

.slick-dots li {
  width: auto;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: auto;
  margin: 0px 8px;
}

.slick-dots li.slick-active button {
  background-color: #13a0fc;
}

.slick-dots li button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 12px;
  max-width: 12px;
  min-height: 12px;
  max-height: 12px;
  background-color: #e5e7ee;
  border-radius: 250px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

.integrate__wrapper .outer__integrate > .desc {
  margin-right: 45px;
}

.performance__wrapper {
  padding-top: 50px;
  padding-bottom: 65px;
}

.performance__wrapper .outer__performance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.performance__wrapper .outer__performance .desc {
  max-width: 570px;
  width: 100%;
}

.performance__wrapper .outer__performance .desc .list {
  margin-top: 32px;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid rgba(123, 136, 168, 0.2);
}

.performance__wrapper .outer__performance .desc .list > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7ee;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.performance__wrapper .outer__performance .desc .list > .elem:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.performance__wrapper .outer__performance .desc .list > .elem > p {
  margin: 0px;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
}

.performance__wrapper .outer__performance .desc .list > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}

.performance__wrapper .outer__performance .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.performance__wrapper .outer__performance .desc > h6 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
  letter-spacing: 0.02em;
  color: #002436;
}

.performance__wrapper .outer__performance .desc > span {
  display: block;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
  text-transform: uppercase;
}

.performance__wrapper .outer__performance > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 60px;
}

.performance__wrapper .outer__performance > .media img {
  min-width: 520px;
  max-width: 520px;
}

.customer__quote {
  padding: 80px 0px;
  background-color: #002436;
}

.customer__quote .outer__quote .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customer__quote .outer__quote .author .desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.customer__quote .outer__quote .author .desc > p {
  margin: 0px;
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  font-weight: bold;
}

.customer__quote .outer__quote .author .desc > span {
  font-size: 14px;
  line-height: 21px;
  color: #ffffff;
  font-weight: 400;
}

.customer__quote .outer__quote .author > .media {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.customer__quote .outer__quote .author > .media img {
  min-width: 60px;
  max-width: 60px;
  min-height: 60px;
  max-height: 60px;
  border-radius: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}

.customer__quote .outer__quote > span {
  display: block;
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #b8e3fe;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.customer__quote .outer__quote > h2 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
}

.company__logos {
  padding-top: 15px;
}

.company__logos .outer__logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero__section {
  padding-top: 195px;
}

.hero__section .outer__hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.hero__section .outer__hero .media__grid {
  max-width: 605px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 32px;
}

.hero__section
  .outer__hero
  .media__grid
  .row:nth-child(2)
  > .elem:nth-child(2) {
  overflow: hidden;
}

.hero__section
  .outer__hero
  .media__grid
  .row:nth-child(2)
  > .elem:nth-child(2)
  img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hero__section
  .outer__hero
  .media__grid
  .row:nth-child(1)
  > .elem:nth-child(2) {
  overflow: hidden;
}

.hero__section
  .outer__hero
  .media__grid
  .row:nth-child(1)
  > .elem:nth-child(2)
  img {
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.hero__section .outer__hero .media__grid .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 16px;
}

.hero__section .outer__hero .media__grid .elem:last-child {
  margin-bottom: 0px;
}

.hero__section .outer__hero .media__grid .elem > img {
  -webkit-box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.25);
  box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.25);
  border-radius: 16px;
  max-width: 100%;
}

.hero__section .outer__hero .desc {
  margin-bottom: auto;
  padding-bottom: 60px;
  max-width: 605px;
  width: 100%;
}

.hero__section .outer__hero .desc .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 32px;
}

.hero__section .outer__hero .desc > h1 {
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 54px;
  line-height: 64px;
  color: #002436;
  font-weight: bold;
}

.hero__section .outer__hero .desc > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

header {
  position: absolute;
  left: 0px;
  width: 100%;
  top: 45px;
  z-index: 100;
}

header .outer__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .outer__header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .outer__header .menu > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .outer__header .menu > ul > li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}

header .outer__header .menu > ul > li > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  font-size: 15px;
  line-height: 22px;
  color: #002436;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

header .outer__header .menu > ul > li > a:hover {
  color: #13a0fc;
}

header .outer__header .menu > ul > li:last-child {
  margin-right: 0px;
}

header .outer__header .menu .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-left: 45px;
}

header .outer__header .menu .btns > a {
  min-height: 42px;
  margin-right: 18px;
}

header .outer__header .menu .btns > a:last-child {
  margin-right: 0px;
}

header .outer__header > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.hero__section .outer__hero .desc {
  margin-right: 30px;
}

.form__wrapper {
  padding: 140px 0px;
  background-color: #f8f9fb;
}

.form__wrapper .container {
  max-width: 815px;
  margin-left: auto;
  margin-right: auto;
}

.form__wrapper .outer__form form {
  margin-top: 24px;
}

.form__wrapper .outer__form form > .group__input {
  width: 100%;
  margin-bottom: 24px;
}

.form__wrapper .outer__form form > .group__input > textarea {
  width: 100%;
  resize: none;
  height: 125px;
  padding: 8px 24px;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  color: #002436;
  outline: none;
  text-decoration: none;
  font-size: 16px;
}

.form__wrapper .outer__form form > .group__input > input {
  width: 100%;
  height: 42px;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 16px;
  color: #002436;
  outline: none;
  text-decoration: none;
}

.form__wrapper .outer__form form > .group__input:last-child {
  margin-bottom: 0px;
}

.form__wrapper .outer__form .top {
  margin-bottom: 24px;
}

.form__wrapper .outer__form .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.form__wrapper .outer__form .top > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
}

.book__call {
  padding-top: 220px;
  padding-bottom: 70px;
}

.book__call .schedule__box {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.book__call .schedule__box .calendly {
  width: 100%;
}

.book__call .schedule__box > p {
  margin-top: 0px;
  margin-bottom: 40px;
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  color: #002436;
  font-weight: bold;
}

.book__call .outer__book {
  max-width: 605px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 32px;
}

.book__call .outer__book > p {
  text-align: center;
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.book__call .outer__book > span {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  color: #002436;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.book__call .outer__book > h2 {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 32px;
  font-size: 54px;
  line-height: 64px;
  color: #002436;
  font-weight: bold;
}

@media (max-width: 1280px) {
  .hero__section .outer__hero .desc > h1 {
    font-size: 48px;
    line-height: 58px;
  }

  .hero__section .outer__hero .desc {
    max-width: 505px;
  }

  .our__thinking {
    overflow: hidden;
  }

  .our__thinking .outer__thinking .grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: calc(100% + 24px);
    display: block;
    padding-bottom: 3px;
  }

  .our__thinking .outer__thinking .grid .slick-list {
    padding: 0 20% 0 0;
  }

  .our__thinking .outer__thinking .grid .slick-track {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .our__thinking .outer__thinking .grid .slick-slide {
    height: inherit !important;
  }

  .our__thinking .outer__thinking .grid .slick-slide {
    margin: 0 8px;
  }

  .our__thinking .outer__thinking .grid .slick-list {
    margin: 0 -8px;
  }
}

.more__wrapper {
  background-color: #f8f9fb;
  padding: 45px 0px;
}

.our__thinking .outer__thinking .grid .elem {
  background-color: #fff;
}

.bold {
  font-weight: bold !important;
}

.blog__article {
  padding-top: 220px;
  padding-bottom: 140px;
}

.blog__article .outer__blog {
  max-width: 605px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blog__article .outer__blog .content .subtitle {
  margin-top: 55px;
  margin-bottom: 35px;
}

.blog__article .outer__blog .content .subtitle > h4 {
  margin: 0px;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  font-weight: bold;
}

.blog__article .outer__blog .content .list {
  margin-bottom: 55px;
}

.blog__article .outer__blog .content .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: block;
}

.blog__article .outer__blog .content .list ul > li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  font-weight: 400;
  font-family: "Red Hat Text", sans-serif;
}

.blog__article .outer__blog .content .list ul > li span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  top: 7px;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border-radius: 250px;
  background-color: #13a0fc;
  margin-right: 19px;
}

.blog__article .outer__blog .content .list ul > li:last-child {
  margin-bottom: 0px;
}

.blog__article .outer__blog .content .list:last-child {
  margin-bottom: 0px;
}

.blog__article .outer__blog .content .media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 75px;
}

.blog__article .outer__blog .content .media:last-child {
  margin-bottom: 0px;
}

.blog__article .outer__blog .content .media img {
  max-width: 100%;
}

.blog__article .outer__blog .content .quote {
  margin: 55px 0px;
  padding-left: 40px;
  position: relative;
  margin-bottom: 75px;
}

.blog__article .outer__blog .content .quote:before {
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: calc(100% - 18px);
  background-color: #13a0fc;
  top: 9px;
}

.blog__article .outer__blog .content .quote > h6 {
  margin: 0px;
  font-size: 24px;
  line-height: 36px;
  font-family: "Red Hat Text", sans-serif;
  font-weight: 400;
  color: #000000;
}

.blog__article .outer__blog .content .quote:last-child {
  margin-bottom: 0px;
}

.blog__article .outer__blog .content > p {
  margin-top: 0px;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 30px;
}

.blog__article .outer__blog .content > p:last-child {
  margin-bottom: 0px;
}

.blog__article .outer__blog .media__long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% + 200px);
  margin-left: -100px;
}

.blog__article .outer__blog .media__long img {
  max-width: 100%;
  border-radius: 8px;
}

.blog__article .outer__blog > .title {
  display: block;
  margin-bottom: 40px;
}

.blog__article .outer__blog > .title > h2 {
  margin: 0px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  letter-spacing: 0.02em;
}

.blog__article .outer__blog > .title > h2:last-child {
  margin-bottom: 0px;
}

.blog__article .outer__blog > .title > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.blog__article .outer__blog > .title > span {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  color: #13a0fc;
  text-transform: uppercase;
}

@media (max-width: 1200px) {
  .more__wrapper {
    padding: 25px 0px;
  }

  .blog__article .outer__blog .content .subtitle > h4 {
    font-size: 27px;
    line-height: 27px;
  }

  .blog__article .outer__blog .content .subtitle {
    margin-top: 40px;
    margin-bottom: 25px;
  }

  .blog__article .outer__blog .content > p {
    margin-bottom: 20px;
  }

  .blog__article .outer__blog > .title > h2 {
    font-size: 34px;
    line-height: 40px;
  }

  .blog__article .outer__blog > .title > span {
    margin-bottom: 15px;
  }

  .blog__article .outer__blog .content .quote {
    margin-top: 35px;
    margin-bottom: 50px;
  }

  .blog__article .outer__blog .content .media {
    margin-bottom: 50px;
  }

  .blog__article .outer__blog .content .list {
    margin-bottom: 45px;
  }

  .blog__article .outer__blog > .title {
    margin-bottom: 25px;
  }

  .blog__article .outer__blog .media__long {
    margin-bottom: 35px;
  }

  .blog__article .outer__blog .content .quote > h6 {
    font-size: 21px;
    line-height: 30px;
  }

  .blog__article {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .book__call {
    padding-top: 170px;
  }

  .book__call .outer__book > h2 {
    font-size: 46px;
    line-height: 54px;
  }

  .form__wrapper {
    padding: 90px 0px;
  }

  .form__wrapper .outer__form .top > h6 {
    font-size: 36px;
    line-height: 44px;
  }

  header .outer__header > a img {
    max-width: 210px;
  }

  header .outer__header .menu > ul > li {
    margin-right: 20px;
  }

  .hero__section .outer__hero .media__grid .elem > img {
    border-radius: 10px;
  }

  .hero__section .outer__hero .desc > h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .hero__section .outer__hero .desc {
    max-width: 425px;
  }

  .hero__section {
    padding-top: 140px;
  }

  header {
    top: 25px;
  }

  header .outer__header .menu .btns {
    margin-left: 25px;
  }

  .hero__section .outer__hero .media__grid {
    max-width: 540px;
  }

  .customer__quote .outer__quote > h2 {
    font-size: 40px;
    line-height: 48px;
  }

  .customer__quote {
    padding: 60px 0px;
  }

  .performance__wrapper .outer__performance > .media img {
    min-width: 440px;
    max-width: 440px;
  }

  .performance__wrapper .outer__performance > .media {
    margin-right: 35px;
  }

  .integrate__wrapper .outer__integrate {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .integrate__wrapper .outer__integrate > .desc {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 45px;
  }

  .integrate__wrapper .outer__integrate .media {
    margin-top: 0px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
  }

  .integrate__wrapper .outer__integrate .media .double__media > img {
    max-width: 640px;
    width: 100%;
  }

  .integrate__wrapper .outer__integrate > .desc .double {
    margin-top: 35px;
    grid-column-gap: 40px;
  }

  .integrate__wrapper {
    padding: 70px 0px;
  }

  .quote__wrapper {
    padding: 64px 0px;
  }

  .our__service .outer__service > .top {
    margin-bottom: 35px;
  }

  .our__service .outer__service .grid > .elem {
    padding: 32px 24px;
  }

  .our__service .outer__service .grid {
    margin-bottom: 35px;
  }

  .our__service .outer__service .grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px;
  }

  .our__thinking {
    padding-bottom: 0px;
  }

  .our__thinking .outer__thinking .grid .elem .desc > h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .our__thinking .outer__thinking .grid .elem {
    padding: 16px;
  }

  .our__thinking .outer__thinking > .top {
    margin-bottom: 42px;
  }

  .our__thinking .outer__thinking > .top > h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .our__thinking .outer__thinking .grid > .elem .desc > h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .our__thinking .outer__thinking .grid > .elem {
    padding: 16px;
  }

  footer .elem__foot > p,
  footer .elem__foot > a.link {
    display: none;
  }

  footer {
    padding-top: 35px;
    padding-bottom: 40px;
  }

  footer .elem__foot {
    min-height: 0px;
  }

  footer .outer__footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  footer .outer__footer > .elem__foot {
    margin-bottom: 55px;
  }

  footer .outer__footer > .elem__foot:last-child {
    margin-bottom: 0px;
  }

  footer .elem__foot .logo img {
    max-width: 210px;
  }

  footer .mobile__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  footer .mobile__links > p {
    margin: 0px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
  }

  footer .mobile__links > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 15px;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
    font-weight: 400;
    text-decoration: underline;
  }

  footer .mobile__links > a:last-child {
    margin-bottom: 0px;
  }

  header .outer__header .menu .btns {
    margin-left: 20px;
  }

  header .outer__header .menu .btns > a {
    margin-right: 12px;
  }
}

.menu__btn {
  display: none;
}

@media (max-width: 991px) {
  .more__wrapper {
    padding: 0px;
  }

  .our__thinking .outer__thinking > .top {
    margin-bottom: 30px;
  }

  .blog__article .outer__blog .media__long {
    width: calc(100% + 40px);
    margin-left: -20px;
  }

  .book__call .outer__book {
    margin-bottom: 20px;
  }

  .book__call .schedule__box > p {
    margin-bottom: 25px;
  }

  .form__wrapper .outer__form .top > h6 {
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 15px;
  }

  .blog__article {
    padding-top: 100px;
    padding-bottom: 45px;
  }

  .form__wrapper {
    padding: 55px 0px;
  }

  .book__call {
    padding-top: 100px;
    padding-bottom: 45px;
  }

  .book__call .schedule__box > p {
    font-size: 21px;
    line-height: 26px;
  }

  .book__call .outer__book > span {
    margin-bottom: 15px;
  }

  .book__call .outer__book > h2 {
    margin-bottom: 15px;
    font-size: 36px;
    line-height: 44px;
  }

  .outer__header > a {
    position: relative;
    z-index: 2;
  }

  .menu__btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu__btn > a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 40px;
    min-height: 40px;
  }

  .menu__btn > a.opened > span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 8.5px;
  }

  .menu__btn > a.opened > span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: 8.5px;
  }

  .menu__btn > a.opened > span:nth-child(2) {
    opacity: 0;
  }

  .menu__btn > a > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: 0px;
    bottom: auto;
    margin-bottom: 6px;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }

  .menu__btn > a > span:last-child {
    margin-bottom: 0px;
  }

  .menu__btn > a > span:nth-child(2) {
    min-width: 40px;
    height: 3px;
    background-color: #13a0fc;
  }

  .menu__btn > a > span:nth-child(1),
  .menu__btn > a > span:nth-child(3) {
    min-width: 30px;
    height: 3px;
    background-color: #13a0fc;
  }

  .menu__btn > a > span:last-child {
    top: auto;
    bottom: 0px;
  }

  header {
    top: 18px;
  }

  .hero__section .outer__hero .desc .btn {
    margin-top: 24px;
  }

  .hero__section .outer__hero {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 640px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .hero__section .outer__hero .desc {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .hero__section .outer__hero .media__grid {
    max-width: 640px;
    width: 100%;
  }

  header .outer__header .menu {
    position: fixed;
    top: -100%;
    -webkit-transition: 0.6s ease all;
    transition: 0.6s ease all;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
  }

  header .outer__header .menu > ul {
    margin-right: auto;
    display: block;
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: auto;
    margin-top: 155px;
  }

  header .outer__header .menu > ul > li {
    width: 100%;
    margin-bottom: 24px;
  }

  header .outer__header .menu > ul > li > a {
    font-size: 24px;
    line-height: 32px;
    color: #002436;
    font-weight: 400;
  }

  header .outer__header .menu > ul > li:last-child {
    margin-bottom: 0px;
  }

  header .outer__header .menu .btns {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 28px;
    margin-left: 0px;
  }

  header .outer__header .menu .btns > a {
    white-space: nowrap;
  }

  .hero__section {
    padding-top: 103px;
  }

  .hero__section .outer__hero .desc > h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 24px;
  }

  .company__logos .outer__logos {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .company__logos .outer__logos > .elem {
    margin: 5px 0px;
  }

  .company__logos .outer__logos > .elem:nth-child(1) img {
    max-width: 72px;
  }

  .company__logos .outer__logos > .elem:nth-child(2) img {
    max-width: 52px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(3) img {
    max-width: 145px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(4) img {
    max-width: 115px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(5) img {
    max-width: 65px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(6) img {
    max-width: 84px !important;
  }

  .customer__quote .outer__quote > span {
    margin-bottom: 24px;
  }

  .customer__quote .outer__quote > h2 {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
  }

  .performance__wrapper .outer__performance .desc {
    margin-top: 50px;
  }

  .performance__wrapper .outer__performance .desc > span {
    margin-bottom: 24px;
  }

  .performance__wrapper .outer__performance .desc .list {
    margin-top: 24px;
    padding: 32px 24px;
  }

  .performance__wrapper .outer__performance .desc > h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .performance__wrapper .outer__performance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .performance__wrapper .outer__performance > .media {
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    width: 100%;
  }

  .performance__wrapper .outer__performance > .media img {
    min-width: 0px;
    max-width: 100%;
    width: 100%;
  }

  .performance__wrapper .outer__performance .desc {
    max-width: 100%;
  }

  .integrate__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .integrate__wrapper .outer__integrate > .desc > h6 {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 24px;
  }

  .integrate__wrapper .outer__integrate > .desc > span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .integrate__wrapper .outer__integrate > .desc .double {
    grid-column-gap: 15px;
  }

  .integrate__wrapper .outer__integrate > .desc .double > .elem > h6 {
    font-size: 24px;
    line-height: 28px;
  }

  .quote__wrapper .outer__quote > h6 {
    font-size: 28px;
    line-height: 36px;
  }

  .features__wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .features__wrapper .outer__features {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .features__wrapper .outer__features > .left {
    margin-right: 0px;
    max-width: 100%;
  }

  .features__wrapper .outer__features > .left .btn {
    margin-top: 24px;
  }

  .features__wrapper .outer__features .plates > .elem__plate {
    padding: 32px 24px;
  }

  .features__wrapper .outer__features .plates {
    max-width: 100%;
    margin-top: 35px;
  }

  .features__wrapper .outer__features > .left > h6 {
    font-size: 28px;
    line-height: 35px;
    margin-bottom: 24px;
  }

  .features__wrapper .outer__features > .left > span {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 24px;
  }

  .our__service .outer__service > .top > p br {
    display: none;
  }

  .our__service .outer__service .grid {
    grid-template-columns: 1fr;
    grid-row-gap: 16px;
  }

  .our__service .outer__service > .top > h6 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 24px;
  }

  .our__service {
    padding-top: 44px;
    padding-bottom: 25px;
  }

  .get__started .outer__started {
    padding: 64px 24px;
  }

  .get__started .outer__started > h6 {
    font-size: 32px;
    line-height: 40px;
  }

  .reference .outer__reference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .reference .outer__reference > span {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .reference {
    margin-bottom: 70px;
    margin-top: 0px;
  }

  .get__started {
    padding-bottom: 54px;
  }

  .feedback__wrap {
    padding: 45px 0px;
  }

  .feedback__wrap .outer__feedback > h6 {
    font-size: 26px;
    line-height: 34px;
    margin-bottom: 24px;
  }

  .feedback__wrap .outer__feedback {
    max-width: 640px;
  }

  .performance__wrapper {
    padding-top: 35px;
    padding-bottom: 45px;
  }

  .performance__wrapper .outer__performance .desc > span {
    line-height: 20px;
  }

  .form__wrapper .outer__form form > .group__input > textarea,
  .form__wrapper .outer__form form > .group__input > input {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form__wrapper .outer__form form > .group__input {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .blog__article .outer__blog .content .media,
  .blog__article .outer__blog .content .list,
  .blog__article .outer__blog .content .quote {
    margin-bottom: 35px;
  }

  .blog__article .outer__blog > .title > h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
  }

  .book__call .outer__book > h2 {
    font-size: 30px;
    line-height: 38px;
  }

  .book__call .outer__book > span {
    margin-bottom: 10px;
  }

  .customer__quote .outer__quote .author > .media img {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }

  .company__logos .outer__logos {
    max-width: 340px;
    margin-left: auto;
    margin-right: auto;
  }

  .performance__wrapper .outer__performance .desc .list > .elem {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .performance__wrapper .outer__performance .desc .list > .elem > span {
    margin-right: 0px;
    margin-bottom: 8px;
  }

  .performance__wrapper .outer__performance .desc .list > .elem > p {
    font-size: 20px;
    line-height: 26px;
  }

  .integrate__wrapper .outer__integrate .media .double__media > img {
    width: calc(100% - 30px);
  }

  .feedback__wrap .outer__feedback > h6 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  .feedback__wrap .outer__feedback .author > span img {
    min-width: 48px;
    max-width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
}

@media (max-width: 540px) {
  .hero__section .outer__hero .media__grid .elem > img {
    border-radius: 8px;
  }

  .hero__section .outer__hero .media__grid {
    grid-column-gap: 9px;
  }

  .hero__section .outer__hero .media__grid .elem {
    margin-bottom: 9px;
  }
}

@media (max-width: 480px) {
  .form__wrapper {
    padding: 40px 0px;
  }

  .customer__quote .outer__quote .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .customer__quote .outer__quote .author > .media {
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .customer__quote .outer__quote .author .desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .features__wrapper .outer__features > .left > h6 br {
    display: none;
  }

  .our__thinking .outer__thinking .grid .slick-list {
    padding: 0 12% 0 0;
  }

  .feedback__wrap {
    padding: 35px 0px;
  }

  .feedback__wrap .outer__feedback > h6 {
    font-size: 19px;
    line-height: 24px;
  }

  .feedback__wrap .outer__feedback .author > span {
    margin-right: 10px;
  }

  .feedback__wrap .outer__feedback .author > span img {
    min-width: 40px;
    max-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }

  .feedback__wrap .outer__feedback .author .desc > p,
  .feedback__wrap .outer__feedback .author .desc > span {
    font-size: 13px;
    line-height: 19px;
  }

  .feedback__wrap .outer__feedback .author {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .feedback__wrap .outer__feedback .author > span {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .feedback__wrap .outer__feedback .author .desc {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .blog__article .outer__blog .content .quote > h6 {
    font-size: 19px;
    line-height: 27px;
  }

  .blog__article .outer__blog .content .quote {
    padding-left: 25px;
  }
}

@media (max-width: 375px) {
  .blog__article .outer__blog .media__long {
    width: calc(100% + 20px);
    margin-left: -10px;
  }

  header .outer__header .menu .btns > a {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero__section .outer__hero .desc > h1 {
    font-size: 32px;
    line-height: 40px;
  }

  .company__logos .outer__logos {
    max-width: 290px;
  }

  .customer__quote .outer__quote > h2 {
    font-size: 27px;
    line-height: 34px;
  }

  .integrate__wrapper .outer__integrate > .desc .double {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }

  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .company__logos .outer__logos > .elem:nth-child(4) img {
    max-width: 90px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(3) img {
    max-width: 120px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(1) img {
    max-width: 60px !important;
  }

  .company__logos .outer__logos > .elem:nth-child(6) img {
    max-width: 70px !important;
  }
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Clash";
  src: url("../fonts/ClashGrotesk-Bold.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: "Clash";
  src: url("../fonts/ClashGrotesk-Semibold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Clash";
  src: url("../fonts/ClashGrotesk-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Clash";
  src: url("../fonts/ClashGrotesk-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Satoshi";
  src: url("../fonts/Satoshi-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

html {
  scroll-behavior: auto;
}

header {
  top: 35px;
}

p > em {
  padding: 0;
}

p > a > em {
  padding: 0 4px;
}

.more__wrapper {
  margin-top: 120px;
}

.blog__article .content ul {
  list-style-type: none;
  padding-left: 0;
}

.blog__article .content li {
  line-height: 1.9em;
  padding-bottom: 10px;
  margin-left: 30px;
}

.blog__article .content li:before {
  content: " ";
  display: inline-flex;
  position: relative;
  min-width: 8px;
  max-width: 8px;
  min-height: 8px;
  max-height: 8px;
  border-radius: 250px;
  background-color: #13a0fc;
  margin-right: 20px;
  margin-left: -30px;
}

.calendly > iframe {
  min-height: 890px;
}

ul.slick-dots li {
  display: none;
}

.customer__quote.customer__slow-loading-ads .outer__quote > span {
  line-height: 30px;
}

.customer__quote.customer__slow-loading-ads .outer__quote > h2 {
  font-family: Raleway;
  font-size: 25px;
  font-weight: 700;
  line-height: 29.35px;
  letter-spacing: 0.02em;
  text-align: center;
  margin-bottom: 0;
}

.our__revenue {
  padding-top: 75px;
  padding-bottom: 45px;
  background: rgba(248, 249, 251, 1);
}

.our__revenue .outer__revenue .more {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin: 0 0 48px 0;
}

.our__revenue .outer__revenue .more h6 {
  font-family: Raleway;
  font-size: 25px;
  font-weight: 700;
  line-height: 29.35px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0 0 32px;
}

.our__revenue .outer__revenue .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

.our__revenue .outer__revenue .grid > .elem {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
}

.our__revenue .outer__revenue .grid > .elem > span {
  display: inline-flex;
  margin-bottom: 15px;
}

.our__revenue .outer__revenue .grid > .elem > h6 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 34px;
  color: #002436;
  font-weight: bold;
}

.our__revenue .outer__revenue .grid > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.our__revenue .outer__revenue > .top {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 70px;
  text-align: center;
}

.our__revenue .outer__revenue > .top > h6 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
}

.our__revenue .outer__revenue > .top > p {
  margin: 0px;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
}

.company__logos.company__logos-slow-loading-ads {
  padding: 40px 0;
}

.our__service.our__service-slow-loading-ads {
  padding-bottom: 0;
}

.our__service.our__service-slow-loading-ads .outer__service > .top {
  margin-bottom: 40px;
}

.our__service.our__service-slow-loading-ads .outer__service > .top > h6 {
  margin-bottom: 0;
}

.grey__section {
  padding: 80px 0px;
  background-color: #f8f9fb;
}

.grey__section .outer__grey {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grey__section .top {
  text-align: center;
  margin-bottom: 48px;
}

.grey__section .top > span {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
  text-transform: uppercase;
}

.grey__section .top > h2 {
  margin: 0px;
  font-size: 40px;
  line-height: 47px;
  color: #002436;
  font-weight: bold;
  letter-spacing: 0.02em;
}

.grey__section .top > h6 {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
}

.grey__section .outer__grey > .content {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.grey__section .outer__grey > .content img {
  width: 100%;
  height: auto;
  max-width: 623px;
  aspect-ratio: auto;
  object-fit: contain;
  display: block;
  font-family: Raleway, sans-serif;
  overflow: clip;
}

.grey__section .outer__grey .left__side {
  display: inline-flex;
  margin-right: 60px;
}

.grey__section .outer__grey .right__side {
  max-width: 604px;
}

.grey__section .outer__grey .right__side p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
}

.company__logos {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-width: 1px 0px;
  border-style: solid;
  border-color: #e5e7ee;
}

.company__logos_header {
  font-weight: 700;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #002436;
}

.outer__logos > .elem {
  flex: 0 0 auto;
}

.reference {
  margin-top: 75px;
}

.program__wrapper {
  padding-top: 80px;
  padding-bottom: 72px;
}

.program__wrapper .outer__program {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.program__wrapper .outer__program .left {
  max-width: 604px;
  width: 100%;
}

.program__wrapper .outer__program .left > h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #002436;
  margin: 0px;
}

.program__wrapper .outer__program .left > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #002436;
}

.program__wrapper .outer__program .plates {
  max-width: 570px;
  width: 100%;
}

.program__wrapper .outer__program .plates > .elem__plate {
  margin-bottom: 16px;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
}

.program__wrapper .outer__program .plates > .elem__plate img {
  display: inline-flex;
  margin-bottom: 4px;
  margin-right: 20px;
}

.program__wrapper .outer__program .plates > .elem__plate h6 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 32px;
  color: #002436;
  font-weight: bold;
}

.program__wrapper .outer__program .plates > .elem__plate p {
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
  padding-left: 30px;
}

.program__wrapper .outer__program .plates > .elem__plate hr {
  margin: 25px 0;
  height: 0px;
  border: 1px solid #e5e7ee;
}

.benefits {
  padding-top: 44px;
  padding-bottom: 25px;
  background: #eef9ff;
}

.benefits .outer__benefits {
  max-width: 923px;
  margin: auto;
}

.benefits .outer__benefits > .top > h6 {
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 24px;
  margin-top: 0px;
}

.benefits .outer__benefits > .top {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}

.benefits .outer__benefits .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

.benefits .outer__benefits .grid > .elem {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
  background-color: #fff;
}

.benefits .outer__benefits .grid > .elem > h6 {
  margin: 0px;
  margin: 15px 0;
  font-size: 25px;
  line-height: 34px;
  color: #002436;
  font-weight: bold;
}

.benefits .outer__benefits .grid > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.why__wrapper {
  padding: 80px 0px;
  background-color: #002436;
}

.why__wrapper .outer__why > span {
  display: block;
  text-align: center;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
  color: #b8e3fe;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.why__wrapper .outer__why > h6 {
  max-width: 884px;
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin: 0px auto;
}

.study__wrapper {
  padding-top: 80px;
  padding-bottom: 72px;
}

.study__wrapper .top {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
}

.study__wrapper .top > h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #002436;
}

.study__wrapper .top > h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #002436;
}

.study__wrapper .top > p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #002436;
}

.study__wrapper .outer__study {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.study__wrapper .outer__study .left {
  max-width: 604px;
  width: 100%;
  padding-right: 60px;
}

.study__wrapper .outer__study .left > h6 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13a0fc;
  margin-bottom: 10px;
  margin-top: 28px;
}

.study__wrapper .outer__study .left > p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  margin-top: 0px;
}

.study__wrapper .outer__study .plates {
  width: 100%;
  padding-top: 16px;
}

.study__wrapper .outer__study .plates > .elem__plate {
  margin-bottom: 16px;
  padding: 32px;
  background-color: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
}

.study__wrapper .outer__study .plates > .elem__plate > .grid {
  display: flex;
}

.study__wrapper .outer__study .plates > .elem__plate > .grid > .cell {
  align-content: center;
}

.study__wrapper .outer__study .plates > .elem__plate img {
  margin-right: 20px;
}

.study__wrapper .outer__study .plates > .elem__plate h2 {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13a0fc;
  margin-bottom: 20px;
  margin-top: 0px;
}

.study__wrapper .outer__study .plates > .elem__plate h6 {
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #3ab31b;
  margin: 0px;
}

.study__wrapper .outer__study .plates > .elem__plate p {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  margin: 0px;
}

.study__wrapper .outer__study .plates > .elem__plate hr {
  margin: 25px 0;
  height: 0px;
  border: 1px solid #e5e7ee;
}

.vertical {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.study__hero {
  background: #002436;
  margin-top: 120px;
  height: 660px;
  overflow: hidden;
}

.study__hero .outer__hero h1 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #b8e3fe;
}

.study__hero .outer__hero p {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #ffffff;
  align-self: stretch;
  width: 80%;
}

.study__hero .outer__hero .desc {
  padding: 107px 0px 65px 0px;
}

.study__hero .outer__hero .image {
  border-radius: 8px 8px 0px 0px;
  height: 350px;
  background-size: cover;
  background-position-y: top;
}

.case__study .outer__features h6 {
  font-weight: 700 !important;
  margin: 0px !important;
  font-size: 14px !important;
  line-height: 16px !important;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #13a0fc !important;
}

.case__study {
  background-color: #ffffff;
  padding-bottom: 0px;
}

.case__study .outer__features .plates > .elem__plate {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  background: linear-gradient(0deg, #f8f9fb, #f8f9fb), #ffffff;
  border: 1px solid rgba(123, 136, 168, 0.2);
  border-radius: 8px;
}

.case__study .outer__features .plates > .elem__plate ul {
  margin: 0px;
  padding-left: 24px;
  font-size: 18px;
}

.case__study .outer__features .plates > .elem__plate ul li {
  line-height: 26px;
  padding-left: 2px;
}

.case__study .outer__features {
  align-items: start;
}

.case__study .outer__features > .left {
  max-width: 760px;
}

.case__study .outer__features .study__section {
  margin-bottom: 80px;
}

.case__study .outer__features .study__section img {
  width: 100%;
}

.case__study .outer__features .study__section h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #002436;
}

.case__study .outer__features .study__section h3 {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: 0.02em;
  color: #3ab31b;
}

.case__study .outer__features .study__section h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #3ab31b;
}

.case__study .outer__features .study__section ul {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  padding: 0px;
  list-style-type: none;
}

.case__study .outer__features .study__section ul h3 {
  font-weight: 700;
  font-size: 20px;
  line-height: 20px;
  color: #3ab31b;
  margin: 8px 0 4px 0;
}

.case__study .outer__features .study__section ul li:not(:first-child) h3 {
  border-top: 1px solid #e5e7ee;
  padding-top: 10px;
}

.case__study .outer__features .study__section ul::marker {
  color: #fff;
  z-index: -5;
}

.case__study .outer__features .study__section p {
  font-size: 18px;
  line-height: 30px;
  color: #002436;
}

.case__study .outer__features .study__section blockquote {
  width: 100%;
  border-left: 8px solid #13a0fc;
  padding-left: 60px;
  margin-left: 0px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.case__study .outer__features .study__section blockquote p {
  font-family: "Red Hat Text";
  font-size: 24px;
  line-height: 36px;
}

.case__study .outer__features .plates {
  padding-bottom: 52px;
}

.case__study .outer__features .plates > .elem__plate img {
  max-width: 100%;
}

.quote__author {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.quote__author img {
  width: 60px !important;
  height: 60px !important;
  border-radius: 70px;
  margin-right: 16px;
}

.quote__author .avatar__name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
}

.project__service {
  padding-bottom: 45px;
}

.project__service .grid {
  display: flex;
  flex-direction: row;
}

.project__service .grid > .elem {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
  width: 287px;
  margin-right: 32px;
}

.project__service .grid > .elem > span {
  display: inline-flex;
  margin-bottom: 15px;
}

.project__service .top {
  padding-bottom: 45px;
}

.project__service .top > h2 {
  margin: 0px;
}

.project__service h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #002436;
}

.project__service h6 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #002436;
  margin: 0px;
}

.project__service p {
  font-size: 16px;
  line-height: 26px;
  color: #002436;
}

.banner__section .outer__banner {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 48px 80px;
  margin: 80px 0px;
  max-width: 1242px;
  min-height: 264.14px;
  background:
    linear-gradient(0deg, rgba(58, 179, 27, 0.03), rgba(58, 179, 27, 0.03)),
    #ffffff;
  border: 1px solid #e5e7ee;
  box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.25);
  border-radius: 8px;
}

.banner__section {
  border-top: 1px solid #e5e7ee;
}

.banner__section .outer__banner h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 29px;
  letter-spacing: 0.02em;
  color: #002436;
}

.banner__section .outer__banner h2 > span {
  color: #3ab31b;
}

.banner__section .outer__banner > .left__side {
  width: 50%;
}

.banner__section .outer__banner > .right__side {
  width: 50%;
}

.banner__section .outer__banner > .right__side .btn {
  float: right;
}

.revenue__wrapper {
  padding: 50px 0px 150px 0px;
}

.revenue__wrapper .outer__revenue {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.revenue__wrapper .outer__revenue > .desc {
  margin-right: 0px;
  margin-bottom: 45px;
  max-width: 570px;
}

.revenue__wrapper .outer__revenue > .desc > p {
  font-size: 18px;
  line-height: 30px;
  color: #002436;
}

.revenue__wrapper .outer__revenue > .desc > strong {
  font-size: 18px;
  line-height: 30px;
}

.revenue__wrapper .outer__revenue > .desc > h6 {
  margin: 32px 0px 0px 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #002436;
}

.revenue__wrapper .outer__revenue > .desc > span {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #002436;
}

.hero__section .outer__hero > .desc span {
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #002436;
}

.revenue__wrapper .outer__revenue .media {
  margin-top: -200px;
  max-width: 620px;
  width: 100%;
  float: right;
  margin-right: -24px;
}

.revenue__wrapper .outer__revenue .media > img {
  width: 100%;
}

.revenue__wrapper .outer__revenue .media .double__media {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: -500px;
  max-width: 440px;
}

.revenue__wrapper .outer__revenue .media .double__media > img {
  max-width: 640px;
  padding-bottom: 16px;
  width: 100%;
}

.revenue__wrapper .outer__revenue > .desc .double {
  margin-top: 35px;
  grid-column-gap: 40px;
}

.customer__quote .outer__quote h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  margin-top: 32px;
  margin-bottom: 32px;
}

.customer__quote .outer__quote > .media {
  text-align: center;
}

.customer__quote .outer__quote > .media img {
  height: 31.55px;
}

.company__logos h6 {
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #002436;
  margin-top: 0px;
}

.optimisation__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 70px 135px;
  border-bottom: 1px solid #e5e7ee;
}

.optimisation__wrapper .outer__optimisation {
  display: flex;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.optimisation__wrapper .outer__optimisation > .desc {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 609px;
}

.optimisation__wrapper .outer__optimisation > .desc h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #002436;
  margin: 0px 40px;
}

.optimisation__wrapper .outer__optimisation > .desc p {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #002436;
}

.optimisation__wrapper .outer__optimisation > .desc .more {
  text-align: center;
  padding-top: 6px;
}

.short__text__block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 135px;
  background: #002436;
  border-top: 5px solid #13a0fc;
  border-radius: 4px;
}

.short__text__block p {
  font-weight: 700;
  font-size: 26px;
  line-height: 31px;
  text-align: center;
  color: #ffffff;
  max-width: 800px;
  margin: auto;
}

.short__text__block span {
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  color: #13a0fc;
}

.short__text__block sup a {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

.short__text__block sup a:visited {
  color: rgba(255, 255, 255, 0.6);
}

.twosides__wrapper {
  display: flex;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.twosides__wrapper > .left__side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 100px 80px 100px 135px;
  background-color: rgb(248, 249, 251);
  width: 50%;
  height: 100%;
  align-self: stretch;
}

.twosides__wrapper > .left__side > .content {
  max-width: 541px;
  margin-left: auto;
}

.twosides__wrapper > .left__side span {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #002436;
}

.twosides__wrapper > .left__side h6 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #002436;
  margin: 0px;
  padding-top: 32px;
}

.twosides__wrapper > .left__side p {
  font-size: 18px;
  line-height: 30px;
  color: #002436;
}

.twosides__wrapper .list {
  margin-top: 32px;
  width: 100%;
  padding: 32px;
  border-radius: 8px;
  border: 1px solid rgba(123, 136, 168, 0.2);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  border: 1px solid rgba(123, 136, 168, 0.2);
  border-radius: 8px;
}

.twosides__wrapper .list > .elem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e5e7ee;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.twosides__wrapper .list .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 24px;
}

.twosides__wrapper .list .elem > p {
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 0px;
}

.twosides__wrapper .list > .elem:last-child {
  margin-bottom: 0px;
  border-bottom: 0px;
  padding-bottom: 0px;
}

.twosides__wrapper > .right__side {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 100px 135px 100px 80px;
  background: rgba(19, 160, 252, 0.1);
  width: 50%;
  align-self: stretch;
}

.twosides__wrapper > .right__side > .content {
  margin-right: auto;
  max-width: 541px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px;
}

.twosides__wrapper > .right__side h6 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #002436;
  margin: 0px 0px 32px 0px;
}

.twosides__wrapper > .right__side .quote__author {
}

.twosides__wrapper > .right__side .quote__author > .author__name {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.04em;
  color: #002436;
}

.twosides__wrapper > .right__side .quote__author > .author__name strong {
  font-weight: 700;
}

.twosides__wrapper > .right__side .quote__author > .media img {
  width: 60px;
  height: 60px;
  border-radius: 60px;
}

.twosides__wrapper > .right__side .more {
  text-align: center;
  padding-top: 48px;
}

.our__service-new {
  padding: 195px 0 70px;
}

.our__service-new.our__service-new--grayed {
  padding: 70px;
  background: rgba(246, 246, 248, 1);
}

.our__service-new .outer__service.desktop {
  display: flex;
}

.our__service-new .outer__service.mobile {
  display: none;
}

.our__service-new .outer__service {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our__service-new .outer__service .top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
}

.our__service-new .outer__service .top span {
  font-family: Raleway, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16.44px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-transform: uppercase;
}

.our__service-new .outer__service .top h6 {
  font-family: Raleway, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 46.96px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 24px 0;
}

.our__service-new .outer__service .top p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.our__service-new .outer__service .bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
  min-height: 700px;
}

.our__service-new .outer__service .bottom .desc span {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.our__service-new .outer__service .bottom .desc .list {
  margin-top: 24px;
  background: rgba(255, 255, 255, 1);
  border: 1px solid rgba(123, 136, 168, 0.2);
  padding: 12px 32px;
  max-width: 650px;
}

.our__service-new .outer__service .bottom .desc .list .elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(229, 231, 238, 1);
  padding: 24px 0;
}

.our__service-new .outer__service .bottom .desc .list .elem:last-child {
  border-bottom: none;
}

.our__service-new .outer__service .bottom .desc .list .elem span {
}

.our__service-new .outer__service .bottom .desc .list .elem span img {
  margin-right: 16px;
}

.our__service-new .outer__service .bottom .desc .list .elem p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.48px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.our__service-new .outer__service .bottom .desc .list .elem p strong {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.48px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.our__service-new .outer__service .bottom .grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  margin: 60px 20px 40px 0;
}

.our__service-new .outer__service .grid > .elem {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
}

.our__service-new .outer__service .grid > .elem > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 15px;
}

.our__service-new .outer__service .grid > .elem > h6 {
  margin: 0px;
  margin-bottom: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 34px;
  color: #002436;
  font-weight: bold;
}

.our__service-new .outer__service .grid > .elem > p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.our__service-new .customer__quote {
  background-color: inherit;
  padding: 0;
}

.our__service-new .customer__quote .outer__quote span {
  font-family: Raleway;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 36, 54, 1);
}

.our__service-new .customer__quote .outer__quote h2 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.57px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 36, 54, 1);
}

.our__service-new .customer__quote .outer__quote .author {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.our__service-new .customer__quote .outer__quote .author .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.our__service-new .customer__quote .outer__quote .author .desc > p {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 36, 54, 1);
  margin: 12px 0 0;
}

.our__service-new .customer__quote .outer__quote .author .desc > span {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 36, 54, 1);
}

.our__service-new .customer__quote .outer__quote .author > .media.media__logo {
  margin: 32px 0;
}

.our__service-new .customer__quote .outer__quote .author > .media img {
  max-width: 240px;
  min-height: auto;
  min-width: auto;
}

.our__service-new .outer__service .more .arrow-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: Raleway;
  font-size: 12px;
  font-weight: 700;
  line-height: 14.09px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  color: rgba(0, 36, 54, 1);
  text-decoration: none;
  text-transform: uppercase;
  width: 100%;
}

.twosides__wrapper.twosides__wrapper--services-new {
  height: 710px;
}

.twosides__wrapper.twosides__wrapper--services-new .left__side {
  background: rgba(19, 160, 252, 0.1);
}

.twosides__wrapper.twosides__wrapper--services-new .left__side .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.twosides__wrapper.twosides__wrapper--services-new .left__side .content h6 {
  font-family: Raleway;
  font-size: 32px;
  font-weight: 700;
  line-height: 37.57px;
  letter-spacing: 0.02em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  padding: 32px 0;
}

.metric__image {
  margin-top: 60px;
}

.twosides__wrapper.twosides__wrapper--services-new
  .left__side
  .content
  .quote__author {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.twosides__wrapper.twosides__wrapper--services-new
  .left__side
  .content
  .quote__author
  .author__name {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: Raleway;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.twosides__wrapper.twosides__wrapper--services-new
  .left__side
  .content
  .quote__author
  .author__name
  strong {
  font-family: Raleway;
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.04em;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.twosides__wrapper.twosides__wrapper--services-new .left__side .content .more {
  margin-top: 32px;
}

.twosides__wrapper.twosides__wrapper--services-new .right__side {
  background: rgba(19, 160, 252, 0.05);
}

.twosides__wrapper.twosides__wrapper--services-new .right__side .content {
  min-width: 550px;
  max-width: 710px;
}

.twosides__wrapper.twosides__wrapper--services-new .right__side .content h6 {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.twosides__wrapper.twosides__wrapper--services-new .right__side .content p {
  font-family: Raleway;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 5px;
}

.twosides__wrapper.twosides__wrapper--services-new .right__side .content .list {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.twosides__wrapper.twosides__wrapper--services-new
  .right__side
  .content
  .list
  .elem {
  border-bottom: 1px solid rgba(229, 231, 238, 1);
  width: 100%;
}

.twosides__wrapper.twosides__wrapper--services-new
  .right__side
  .content
  .list
  .elem:last-child {
  border-bottom: none;
}

.twosides__wrapper.twosides__wrapper--services-new
  .right__side
  .content
  .list
  .elem
  p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 700;
  line-height: 23.48px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}

.twosides__wrapper.twosides__wrapper--services-new .right__side .content .btn {
  margin-top: 24px;
}

.menu > ul {
  height: 42px;
}

.menu > ul > li {
  height: 100%;
  align-items: center;
}

.menu .dropdown {
  position: relative;
  display: inline-block;
}

.menu .dropdown .menu-dropdown > a:not(:last-child) {
  border-bottom: 1px solid #e5e7ee;
}

.menu .dropdown > a::after {
  content: " ";
  transition: background 0.3s;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 6px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  background-image: url("/img/dropdown-down.svg");
}

/*    .menu .dropdown>a:hover::after {
        background-image: url("/img/dropdown-up.svg");
    }*/

.menu .menu-dropdown {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s;
  top: 42px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: -1;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  width: fit-content;
  min-width: 160px;
  background: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  padding: 0 16px;
}

.menu .menu-dropdown a {
  color: black;
  padding: 12px 0px;
  text-decoration: none;
  display: block;
  text-wrap-mode: nowrap;
}

.menu .dropdown:hover .menu-dropdown {
  display: block;
  z-index: 1;
  opacity: 1;
}

.menu .menu-dropdown a:hover {
  color: #13a0fc;
}

.blog__article .outer__blog .content > p > img {
  display: flex;
  align-items: center;
  width: calc(100% + 100px);
  margin: 50px 0 50px -50px;
  object-fit: cover;
  padding: 0 25px;
}

.careers__head {
  margin-top: 120px;
  text-align: center;
}

.careers__head .outer__careers {
  max-width: 723px;
  margin: auto;
  padding: 12px 0 48px 0;
}

.careers__head .outer__careers > h2 {
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  letter-spacing: 0.02em;
  color: #002436;
}

.careers__head .outer__careers > h3 {
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #002436;
}

.careers__head .outer__careers > p {
  font-size: 18px;
  line-height: 30px;
  color: #002436;
  align-self: stretch;
}

.job__wrapper {
  padding-top: 120px;
  padding-bottom: 80px;
}

.job__wrapper .outer__job {
  display: flex;
  justify-content: space-between;
}

.job__wrapper .outer__job .desc > .elem {
  margin-bottom: 24px;
}

.job__wrapper .outer__job .desc ul,
.job__wrapper .outer__job .desc ol {
  font-size: 18px;
  line-height: 28px;
  color: #1f1c1c;
  padding-left: 22px;
}

.job__wrapper .outer__job .desc ol li {
  margin-left: 4px;
}

.job__wrapper .outer__job .desc ul li {
  list-style: none;
  display: list-item;
  margin-left: 4px;
}

.job__wrapper .outer__job .desc ul li:before {
  content: "";
  width: 2px;
  height: 2px;
  background: #000;
  border: 1px #000 solid;
  border-radius: 2px;
  margin-top: 12px;
  margin-left: -15px;
  position: absolute;
}

.job__wrapper .outer__job .desc p {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: "Raleway";
  font-size: 18px;
  line-height: 30px;
  color: #1f1c1c;
  align-self: stretch;
}

.job__wrapper .outer__job .desc p:last-child {
  margin-bottom: 0px;
}

.job__wrapper .outer__job .desc h3 {
  margin-top: 0px;
  margin-bottom: 24px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
  color: #1f1c1c;
}

.job__wrapper .outer__job .desc > .elem:last-child {
  margin-bottom: 0px;
}

.job__wrapper .outer__job .box {
  min-width: 595px;
  max-width: 595px;
  margin-left: 84px;
}

.job__wrapper .outer__job .box .bottom > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Clash", sans-serif;
  color: #0033a0;
}

.job__wrapper .outer__job .box .bottom > a:hover {
  color: #ffd500;
}

.job__wrapper .outer__job .box .bottom > a:hover span svg path {
  stroke: #ffd500;
}

.job__wrapper .outer__job .box .bottom > a p {
  transition: 0.3s ease all;
  margin: 0px;
}

.job__wrapper .outer__job .box .bottom > a span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 1px;
}

.job__wrapper .outer__job .box .bottom > a span svg path {
  transition: 0.3s ease all;
}

.job__wrapper .outer__job .box > .inn {
  width: 100%;
  max-width: 515px;
  margin-left: auto;
  margin-right: 0;
  position: sticky;
  top: 60px;
  padding: 60px 48px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  gap: 16px;
  margin: 0 auto;
  background: linear-gradient(0deg, #f8f9fb, #f8f9fb), #ffffff;
  border: 1px solid rgba(123, 136, 168, 0.2);
  border-radius: 8px;
}

.job__wrapper .outer__job .box > .inn > p {
  margin-top: 0px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 28px;
  color: #1f1c1c;
  font-weight: 400;
}

.job__wrapper .outer__job .box > .inn > p a {
  color: #13a0fc;
  text-decoration: underline;
  transition: 0.3s ease all;
}

.job__wrapper .outer__job .box > .inn > p a:hover {
  color: #ffd500;
}

.job__wrapper .outer__job .box > .inn > h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #1f1c1c;
}

.job__wrapper .list {
  border-top: 2px solid #ededed;
  padding-top: 32px;
  padding-bottom: 32px;
  margin-bottom: 80px;
  border-bottom: 2px solid #ededed;
}

.job__wrapper .list ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-top: -12px;
  margin-left: -32px;
  margin-bottom: -12px;
}

.job__wrapper .list ul > li {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 12px 32px;
}

.job__wrapper .list ul > li > span {
  font-family: "Satoshi", sans-serif;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #13a0fc;
  margin-bottom: 8px;
  opacity: 0.9;
}

.job__wrapper .list ul > li > p {
  margin: 0px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  color: #1f1c1c;
}

.job__wrapper .head__job {
  margin-bottom: 35px;
}

.job__wrapper .head__job > h2 {
  margin: 0px;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  color: #1f1c1c;
}

.job__wrapper .head__job > ul {
  padding: 0px;
  list-style-type: none;
  margin: 0px;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  justify-content: flex-start;
}

.job__wrapper .head__job > ul > li {
  font-family: "Satoshi", sans-serif;
  display: inline-flex;
  margin-right: 16px;
  font-size: 18px;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #13a0fc;
  opacity: 0.9;
}

.job__wrapper .head__job > ul > li:last-child {
  margin-right: 0px;
}

.apply__jobs {
  padding: 64px 0px;
  background-color: #f6f6f8;
}

.apply__jobs .outer__apply {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.apply__jobs .outer__apply .elem {
  display: flex;
  justify-content: flex-start;
  padding: 16px;
  background-color: #ffffff;
  text-decoration: none;
}

.apply__jobs .outer__apply .elem .desc {
  padding: 6px 18px 20px 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.apply__jobs .outer__apply .elem .desc .info > h3 {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #13a0fc;
  font-weight: 400;
}

.apply__jobs .outer__apply .elem .desc .info > p {
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #002436;
}

.benefits__wrapper {
  color: #333;
}

.benefits__wrapper .get__started {
  padding-top: 80px;
}

.benefits__wrapper .hero {
  background-color: #fff;
  padding: 120px 0;
}

.benefits__wrapper .more {
  margin-top: 26px;
  font-family: "Raleway";
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
}

.benefits__wrapper .hero .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

.benefits__wrapper .hero .desc h1 {
  max-width: 490px;
  margin-bottom: 20px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 48px;
  line-height: 56px;
  letter-spacing: 0.02em;
  color: #002436;
}

.benefits__wrapper .hero .desc p {
  margin-bottom: 20px;
  font-family: "Raleway";
  font-size: 20px;
  line-height: 28px;
  color: #002436;
  max-width: 380px;
}

.benefits__wrapper .hero .right__side {
  max-width: 696px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  padding: 48px;
  gap: 16px;
  background:
    linear-gradient(0deg, rgba(19, 160, 252, 0.05), rgba(19, 160, 252, 0.05)),
    #ffffff;
  border: 1px solid #e5e7ee;
  box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.25);
  border-radius: 8px;
}

.benefits__wrapper .hero .right__side h3 {
  margin: 0 0 20px 0;
  font-family: "Raleway";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #13a0fc;
}

.benefits__wrapper .hero .right__side p {
  margin: 0;
  font-family: "Raleway";
  font-size: 18px;
  line-height: 21px;
  color: #002436;
}

.benefits__wrapper .hero .stats {
  display: flex;
  padding: 0px;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 20px;
  align-items: flex-start;
}

.benefits__wrapper .hero .stats div {
  flex-direction: row;
  display: flex;
  align-items: center;
}

.benefits__wrapper .hero .stats div span {
  font-family: "Raleway";
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
  color: #002436;
}

.benefits__wrapper .hero .stats h6 {
  margin: 0;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 30px;
  line-height: 35px;
  color: #3ab31b;
}

.benefits__wrapper .hero .stats h6::after {
  content: "";
  width: 35px;
  height: 0px;
  border: 1px solid rgba(0, 36, 54, 0.3);
  transform: rotate(90deg);
  margin: 0 16px;
}

.ad-experts {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 100px 135px;
  background: rgba(19, 160, 252, 0.05);
  border-top: 1px solid #e5e7ee;
}

.ad-experts .container,
.ad-hygiene .container,
.technical-fitness .container,
.faster-ads .container,
.get__started .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 12px;
}

.get__started .outer__started {
  width: 100%;
}

.benefits__wrapper .get__started .outer__started {
  margin-bottom: 48px;
}

.ad-experts .desc {
  max-width: 541px;
}

.ad-experts .desc h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #002436;
  margin-bottom: 20px;
}

.ad-experts .desc p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #002436;
}

.ad-experts .media {
  width: 587px;
  margin-left: 114px;
}

.ad-experts .media .horiz {
  display: block;
}

.ad-experts .media .vert {
  display: none;
}

.ad-hygiene {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 100px 135px;
  gap: 48px;
  background: #002436;
  border-top: 1px solid #e5e7ee;
}

.ad-hygiene .media img {
  max-width: 587px;
}

.ad-hygiene .container .desc {
  margin-left: 64px;
}

.ad-hygiene .container .desc h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #ffffff;
}

.ad-hygiene .container .desc p {
  font-family: "Raleway";
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}

.ad-hygiene .desc .list {
  margin: 28px 0;
  width: max-content;
  max-width: 590px;
  display: flex;
  align-items: flex-start;
  padding: 10px 24px;
  gap: 16px;
  border: 1px solid rgba(123, 136, 168, 0.6);
  border-radius: 8px;
  padding: 24px 24px 10px 24px;
}

.ad-hygiene .desc .list .elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(96, 96, 96, 0.6);
  margin-top: -10px;
}

.ad-hygiene .desc .list .elem p {
  font-family: "Raleway";
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.ad-hygiene .desc .list .elem p strong {
  font-weight: 700;
}

.ad-hygiene .desc .list .elem:last-child {
  border-bottom: none;
}

.ad-hygiene .desc .list .elem span img {
  margin-right: 16px;
  max-width: 17px;
}

.ad-hygiene .list,
.faster-ads .grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.technical-fitness {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #f8f9fb;
}

.technical-fitness .container .desc {
  padding: 100px 0;
}

.technical-fitness .container .desc h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #002436;
}

.technical-fitness .container .desc p {
  font-family: "Raleway";
  font-size: 18px;
  line-height: 28px;
  color: #002436;
}

.technical-fitness .container .desc .list {
  max-width: 541px;
  width: max-content;
  margin-top: 16px;
  padding: 0 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  border: 1px solid rgba(123, 136, 168, 0.2);
  border-radius: 8px;
  background-color: #fff;
}

.technical-fitness .container .desc .list .elem {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-bottom: 1px solid rgba(229, 231, 238, 1);
  font-family: "Raleway";
  font-size: 16px;
  line-height: 19px;
  color: #002436;
}

.technical-fitness .container .desc .list .elem:last-child {
  border-bottom: none;
}

.technical-fitness .container .desc .list span p {
  font-family: Raleway;
  font-size: 20px;
  font-weight: 400;
  line-height: 23.48px;
  letter-spacing: 0.02em;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
  margin: 0;
}

.technical-fitness .container .desc .list span img {
  margin-right: 16px;
}

.technical-fitness .container {
  gap: 80px;
}

.technical-fitness .container .media {
  margin-top: 100px;
}

.faster-ads {
  border: 1px solid #e5e7ee;
}

.faster-ads .container {
  flex-direction: column;
  align-items: start;
  max-width: 923px;
  padding: 80px 0;
}

.faster-ads .container h2 {
  font-family: "Raleway";
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: 0.02em;
  color: #002436;
  margin: 0;
}

.faster-ads .container p {
  font-family: "Raleway";
  font-size: 18px;
  line-height: 28px;
  color: #002436;
}

.faster-ads .grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  margin-top: 14px;
  margin-bottom: 8px;
}

.faster-ads .grid .elem {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
  max-width: 287px;
}

.faster-ads .grid .elem h6 {
  margin: 0px;
  margin-bottom: 15px;
  font-size: 25px;
  line-height: 34px;
  color: #002436;
  font-weight: bold;
}

.faster-ads .grid .elem p {
  margin: 0px;
  font-size: 16px;
  line-height: 26px;
  color: #002436;
  font-weight: 400;
}

.faster-ads .grid .elem span {
  line-height: 2em;
}

pre code,
pre code span {
  font-family: "Cascadia Code", "Raleway", sans-serif;
}

.company__logos .nextjs_images,
.company__logos .home_logos {
  column-gap: 64px;
  row-gap: 30px;
  max-width: 950px;
  flex-wrap: wrap;
  margin: auto;
  justify-content: center;
}

.company__logos .nextjs_images {
  max-width: 950px;
}

.company__logos .home_logos {
  max-width: 1100px;
}

.improve__scores {
  display: block;
  width: 100%;
  align-items: center;
  padding: 8px;
  margin: 19px;
  background: rgba(19, 160, 252, 0.05);
  border-radius: 2px;
  font-family: "Raleway";
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #002436;
}

.improve__scores .green {
  color: #3ab31b;
}

.send__email {
  width: 100%;
  max-width: 500px;
}

.email-form {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 8px;
}

.email-form input {
  width: 100%;
  max-width: 320px;
  height: 42px;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  margin: 8px 8px 8px 0;
  padding: 8px 24px;
  font-size: 16px;
  color: #002436;
  outline: none;
  text-decoration: none;
}

.email-form button[type="submit"] {
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.02em;
  color: #ffffff;
  border: 0.75px solid #13a0fc;
}

.email-form-status {
  color: #13a0fc;
  text-align: center;
}

a.dropdown-button.desktop {
  display: block;
}

a.dropdown-button.mobile {
  display: none !important;
}

.content table {
  width: 100%;
  border-collapse: collapse;
  margin: 40px 0;
  border: 1px solid #E5E7EE;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.05);
}

.content thead {
  background-color: #002436;
  color: #FFFFFF;
  font-weight: bold;
}

.content th,
.content td {
  padding: 12px 20px;
  text-align: left;
  border-bottom: 1px solid #E5E7EE;
  font-family: "Raleway", sans-serif;
}

.content tbody tr:last-child td {
  border-bottom: none;
}

.content tbody tr:hover {
  background-color: #F8F9FB;
}

@media (max-width: 991px) {
  .blog__article .outer__blog .media__long {
    width: 100%;
    margin: 0;
    margin-bottom: 25px;
  }

  .blog__article .outer__blog .content > p > img {
    margin: 50px 0 50px -17px;
    width: calc(100% + 17px);
  }

  header .outer__header .menu .menu-dropdown a {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.4em !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }

  .menu .dropdown.active .menu-dropdown a {
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
    line-height: 1.4em !important;
  }

  .menu .dropdown.active .menu-dropdown {
    width: auto;
    box-sizing: border-box;
  }

  .menu .dropdown:hover .menu-dropdown {
    display: none;
  }

  .menu > ul > li {
    height: auto;
    padding-top: 0;
    margin-top: 0px;
  }

  .menu .dropdown {
    height: auto;
  }

  .menu .dropdown a {
    font-size: 20px;
    line-height: 1.3em;
    padding: 0;
  }

  .menu .dropdown > a.dropdown-button.mobile::after {
    margin-top: 10px;
  }

  .menu .dropdown.active .menu-dropdown {
    height: auto;
    opacity: 1;
    margin-top: 10px;
    margin-bottom: 15px;
  }

  header {
    top: 25px;
  }

  .container {
    padding-left: 17px;
    padding-right: 17px;
  }

  .more__wrapper {
    margin-top: 100px;
  }

  .study__hero .outer__hero .image {
    height: 550px;
  }

  .our__service-new.our__service-new--grayed {
    padding: 70px 0;
  }

  .our__service-new .outer__service .bottom {
    flex-direction: column;
  }

  .our__service-new .outer__service .bottom .media img {
    max-width: 100%;
  }

  .our__service-new .outer__service .bottom .desc .list .elem p {
    font-size: 16px;
    line-height: 20px;
  }

  .our__service-new .outer__service .bottom .desc .list .elem p strong {
    font-size: 16px;
    line-height: 20px;
  }

  .company__logos .outer__logos.nextjs_images > .elem:nth-child(1) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.nextjs_images > .elem:nth-child(2) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.nextjs_images > .elem:nth-child(3) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.nextjs_images > .elem:nth-child(4) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.nextjs_images > .elem:nth-child(5) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.nextjs_images > .elem:nth-child(6) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(1) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(2) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(3) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(4) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(5) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(6) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(7) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(8) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .company__logos .outer__logos.home_logos > .elem:nth-child(9) img {
    max-width: 160px !important;
    max-height: 40px !important;
  }

  .twosides__wrapper.twosides__wrapper--services-new .left__side .content {
    margin: auto;
  }

  .twosides__wrapper.twosides__wrapper--services-new .left__side .content h6 {
    font-size: 24px;
    line-height: 32px;
  }

  .twosides__wrapper.twosides__wrapper--services-new {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto;
  }

  .twosides__wrapper.twosides__wrapper--services-new .right__side .content {
    min-width: auto;
    width: 100%;
    margin: auto;
  }

  .twosides__wrapper.twosides__wrapper--services-new
    .right__side
    .content
    .list {
    padding: 12px 32px;
  }

  .twosides__wrapper.twosides__wrapper--services-new
    .right__side
    .content
    .list
    .elem {
    padding: 12px 0;
    margin: 0;
  }

  .twosides__wrapper.twosides__wrapper--services-new
    .right__side
    .content
    .list
    .elem
    p {
    font-size: 16px;
    line-height: 20px;
  }

  .metric__image {
    margin-top: 60px;
  }

  .our__service-new .customer__quote .outer__quote h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .our__service-new .outer__service .top h6 {
    font-size: 32px;
    line-height: 40px;
  }

  .our__service-new .outer__service .bottom .grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .banner__section .outer__banner {
    flex-direction: column;
    padding: 32px 32px;
  }

  .banner__section .outer__banner > .left__side {
    width: 100%;
  }

  .banner__section .outer__banner > .right__side {
    width: 100%;
    text-align: center;
  }

  .banner__section .outer__banner > .right__side .btn {
    float: none;
    padding-top: 32px;
  }

  .revenue__wrapper .outer__revenue {
    flex-direction: column;
  }

  .revenue__wrapper .outer__revenue .media {
    margin-top: 20px;
  }

  .revenue__wrapper .outer__revenue .media .double__media {
    padding: 0px 40px;
    margin-top: 32px;
  }

  .revenue__wrapper {
    padding: 10px 0px 120px 0px;
  }

  .hero__section .outer__hero .desc > h1 {
    font-size: 36px !important;
  }

  .twosides__wrapper > .left__side {
    padding: 32px;
  }

  .twosides__wrapper > .right__side {
    padding: 32px;
  }

  .short__text__block {
    padding: 8px 0px;
  }

  .optimisation__wrapper {
    padding: 40px 0px 0px 0px;
  }

  .optimisation__wrapper .outer__optimisation > .media {
    padding: 32px;
    width: calc(100vw - 64px);
  }

  .optimisation__wrapper .outer__optimisation > .media img {
    width: 100%;
  }

  .optimisation__wrapper .outer__optimisation {
    flex-direction: column;
  }

  .twosides__wrapper {
    flex-direction: column;
  }

  .twosides__wrapper > .left__side {
    width: 100%;
  }

  .twosides__wrapper > .right__side {
    width: 100%;
  }

  .case__study {
    padding-top: 15px;
  }

  .case__study .outer__features {
    flex-direction: column-reverse;
  }

  .case__study .outer__features .plates > .elem__plate {
    margin-bottom: 8px;
  }

  .case__study .outer__features .study__section h2 {
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #002436;
  }

  .case__study .outer__features .study__section h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: #3ab31b;
  }

  .case__study .outer__features .study__section blockquote p {
    font-size: 22px;
    line-height: 32px;
  }

  .study__hero {
    margin-top: 100px;
  }

  .study__hero .outer__hero .desc {
    padding: 52px 0px 20px 0px;
  }

  .case__study .outer__features .study__section blockquote {
    padding-left: 36px;
  }

  .case__study .outer__features .study__section {
    margin-bottom: 56px;
  }

  .project__service h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 33px;
    letter-spacing: 0.02em;
    color: #002436;
  }

  .project__service {
    padding-bottom: 0px;
  }

  .project__service .grid > .elem {
    padding: 24px;
  }

  .menu > ul > li {
    height: 62px;
    padding-top: 28px;
    margin-top: 0px;
  }

  .menu > ul > li:not(:first-child) {
    border-top: 1px solid #e5e7ee;
  }

  .menu .dropdown {
    display: inline-block !important;
    height: auto;
  }

  .menu .dropdown a {
    border: none !important;
    font-size: 24px;
    line-height: 36px;
    padding: 0;
  }

  .menu .dropdown > a::after {
    margin-top: 12px;
  }

  .menu .dropdown .menu-dropdown {
    height: 0px;
    position: relative;
    border: none;
    box-shadow: none;
    display: none;
  }

  .menu .dropdown.active {
    border: none;
  }
  /*        .menu .dropdown.active > a::after {
            background-image: url('/img/dropdown-up.svg');
        }*/
  .menu .dropdown.active .menu-dropdown {
    height: auto;
    opacity: 1;
    margin-top: -12px;
    margin-bottom: 24px;
    display: block;
  }

  a.dropdown-button.desktop {
    display: none !important;
  }

  a.dropdown-button.mobile {
    display: block !important;
  }

  .study__hero .outer__hero h1 {
    font-weight: 400;
  }

  .study__hero .outer__hero p {
    font-size: 32px;
    line-height: 38px;
  }

  .apply__jobs .outer__apply {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .job__wrapper .outer__job {
    flex-direction: column;
  }

  .job__wrapper .outer__job .box {
    min-width: auto;
    margin: auto;
  }

  .benefits__wrapper .hero {
    padding: 100px 0 64px 0;
  }

  .benefits__wrapper .hero .right__side {
    padding: 32px 24px;
  }

  .benefits__wrapper .hero .container .desc {
    margin-bottom: 16px;
  }

  .benefits__wrapper .hero .container {
    flex-direction: column;
  }

  .benefits__wrapper .hero .desc h1 {
    font-family: "Raleway";
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.02em;
    color: #002436;
    margin-top: 0;
  }

  .ad-experts {
    padding: 64px 16px;
  }

  .ad-experts .media {
    min-width: auto;
    margin: 60px 0 0 0;
    width: fit-content;
  }

  .ad-experts .media .horiz {
    display: none;
  }

  .ad-experts .media .vert {
    display: flex;
    margin: auto;
    width: 100%;
    justify-content: center;
  }

  .ad-experts .media .vert img {
    width: 100%;
  }

  .ad-experts .container,
  .ad-hygiene .container,
  .technical-fitness .container {
    flex-direction: column;
  }

  .ad-hygiene {
    padding: 64px 16px;
  }

  .ad-hygiene .container .desc {
    margin: auto;
  }

  .ad-hygiene .desc .list {
    width: auto;
    margin: auto;
  }

  .ad-hygiene .media img {
    width: 100%;
  }

  .technical-fitness .container .desc {
    padding: 32px 0;
  }

  .technical-fitness .container .desc .list {
    width: auto;
    margin: 32px auto;
    padding: 0 24px;
  }

  .technical-fitness .container .media {
    margin: 0 0 64px 0;
  }

  .technical-fitness .container .media img {
    width: 100%;
  }

  .technical-fitness .container {
    gap: 0px;
  }

  .faster-ads {
    padding: 0 16px;
    justify-content: center;
  }

  .faster-ads .container .grid {
    display: flex;
  }

  .faster-ads .container .more {
    margin: auto;
    margin-top: 32px;
  }

  .faster-ads .grid .elem {
    max-width: 100%;
    width: 100%;
    padding: 24px;
  }

  .get__started .outer__started .btn > a {
    margin: auto;
  }

  .benefits__wrapper .get__started {
    padding-top: 48px;
    padding-bottom: 0px;
  }
}

@media (max-width: 670px) {
  .project__service .grid {
    flex-direction: column;
  }

  .project__service .grid > .elem {
    width: 100%;
  }

  .project__service .grid > .elem:not(:last-child) {
    margin-bottom: 16px;
  }

  .project__service .top {
    padding-bottom: 32px;
  }

  .study__hero {
    height: auto;
  }

  .study__hero .outer__hero .desc {
    padding: 52px 0px 0px 0px;
  }

  .study__hero .outer__hero p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
  }

  .study__hero .outer__hero .image {
    max-height: 185px;
  }

  calendly > iframe {
    min-height: 1480px;
  }

  .grey__section .outer__grey > .content {
    display: block;
  }

  .grey__section .outer__grey > .content .vertical {
    transform: translateY(0);
    padding-top: 20px;
  }

  .grey__section .outer__grey .left__side {
    margin-right: 0px;
  }

  .program__wrapper .outer__program {
    display: block;
  }

  .benefits .outer__benefits .grid {
    display: block;
  }

  .benefits .outer__benefits .grid > .elem {
    margin: 10px 0;
  }

  .study__wrapper .outer__study {
    display: block;
  }

  .program__wrapper .outer__program .plates > .elem__plate img {
    display: none;
  }

  .program__wrapper .outer__program .plates > .elem__plate p {
    padding-left: 0px;
  }

  .grey__section {
    padding: 40px 0px;
  }

  .apply__jobs .outer__apply {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .our__service-new .outer__service.desktop {
    display: none;
  }

  .our__service-new .outer__service.mobile {
    display: flex;
  }

  .company__logos .nextjs_images {
    gap: 24px;
  }

  .company__logos .home_logos {
    gap: 24px;
  }

  .email-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 8px;
  }

  .email-form button[type="submit"] {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 32px;
    gap: 10px;
    background: #13a0fc;
    border: 2px solid #13a0fc;
    border-radius: 34px;
  }

  .our__service-new {
    padding: 115px 0 0 0;
  }

  .thanks-message {
    max-width: 300px;
    text-align: center;
    margin: 14px auto 0px auto;
  }
}

/* Blog Section */
.blog__section {
  padding: 75px 0 45px;
  background-color: #f8f9fb;
}

.blog__section .outer__blog > .top {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  text-align: center;
}

.blog__section .outer__blog > .top > span {
  display: block;
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 30px;
  color: #002436;
  font-weight: 400;
  text-transform: uppercase;
}

.blog__section .outer__blog > .top > h6 {
  margin: 0px;
  font-size: 40px;
  line-height: 48px;
  color: #002436;
  font-weight: bold;
}

.blog__section .blog__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
  margin-bottom: 40px;
}

.blog__section .blog__card {
  padding: 32px;
  background-color: #ffffff;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blog__section .blog__card .tag {
  margin-bottom: 24px;
}

.blog__section .blog__card .tag .category,
.blog__section .blog__card .tag .type {
  display: inline-block;
  padding: 4px 12px;
  background-color: #002436;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  border-radius: 12px;
  margin-right: 8px;
}

.blog__section .blog__card .tag .type {
  background-color: #13a0fc;
}

.blog__section .blog__card h5 {
  margin: 0 0 auto 0;
  font-size: 24px;
  line-height: 32px;
  color: #002436;
  font-weight: bold;
  flex-grow: 1;
}

.blog__section .blog__card .read__more {
  display: inline-block;
  margin-top: 24px;
  color: #13a0fc;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  transition: 0.3s ease all;
}

.blog__section .blog__card .read__more:hover {
  color: #002436;
}

.blog__section .outer__blog .more {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Mobile Responsive */
@media (max-width: 1024px) {
  .blog__section .blog__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-row-gap: 32px;
  }
  
  .blog__section .outer__blog > .top {
    margin-bottom: 42px;
  }
  
  .blog__section .outer__blog > .top > h6 {
    font-size: 32px;
    line-height: 40px;
  }
  
  .blog__section .blog__card h5 {
    font-size: 22px;
    line-height: 30px;
  }
}

@media (max-width: 768px) {
  .blog__section .blog__grid {
    grid-template-columns: 1fr;
    grid-row-gap: 24px;
  }
  
  .blog__section .blog__card {
    padding: 24px;
  }
  
  .blog__section .blog__card h5 {
    font-size: 20px;
    line-height: 28px;
  }
  
  .blog__section {
    padding: 44px 0 25px;
  }
  
  .blog__section .outer__blog > .top {
    margin-bottom: 35px;
  }
}

@media (max-width: 480px) {
  .blog__section .blog__card {
    padding: 20px;
  }
  
  .blog__section .blog__card h5 {
    font-size: 18px;
    line-height: 26px;
  }
  
  .blog__section .blog__card .tag .category,
  .blog__section .blog__card .tag .type {
    font-size: 11px;
    padding: 3px 10px;
  }
  
  .blog__section .outer__blog > .top > h6 {
    font-size: 28px;
    line-height: 36px;
  }
  
  .blog__section {
    padding: 35px 0 20px;
  }
}

/* Contact New Page Styles */
.contact-new__wrapper {
  padding: 180px 0 0;
  background: #ffffff;
  position: relative;
  z-index: 2;
  padding-bottom: 0;
}

.contact-new__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.contact-new__left {
  flex: 0 0 554px;
  width: 554px;
  max-width: 554px;
}

.contact-new__label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #7a8b9a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 40px;
  font-weight: 500;
}

.contact-new__title {
  margin: 0 0 32px;
  font-size: 48px;
  line-height: 56px;
  color: #002436;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.contact-new__description {
  margin: 0 0 40px;
  font-size: 18px;
  line-height: 28px;
  color: #5a6c7d;
  font-weight: 400;
}

.contact-new__email {
  display: inline-block;
  color: #13a0fc;
  font-size: 18px;
  line-height: 30px;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.contact-new__email:hover {
  opacity: 0.8;
}

.contact-new__right {
  flex: 0 0 536px;
  width: 536px;
  max-width: 536px;
}

.contact-new__form-card {
  background: #0F2442;
  border-radius: 16px;
  padding: 56px 48px;
  box-shadow: 0 20px 60px rgba(0, 36, 54, 0.25);
  position: relative;
  z-index: 3;
}

.contact-new__form-title {
  margin: 0 0 16px;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
}

.contact-new__form-subtitle {
  margin: 0 0 32px;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.contact-new__form {
  margin: 0;
}

.contact-new__input-group {
  margin-bottom: 20px;
}

.contact-new__input,
.contact-new__textarea {
  width: 100%;
  padding: 16px 20px;
  background: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #002436;
  outline: none;
  transition: all 0.3s ease;
  font-family: "Satoshi", sans-serif;
}

.contact-new__input::placeholder,
.contact-new__textarea::placeholder {
  color: #9ca3af;
  opacity: 0.8;
}

.contact-new__input:focus,
.contact-new__textarea:focus {
  border-color: #13a0fc;
  box-shadow: 0 0 0 3px rgba(19, 160, 252, 0.1);
}

.contact-new__textarea {
  resize: vertical;
  min-height: 120px;
}

.contact-new__submit {
  margin-top: 28px;
}

.contact-new__button {
  width: 100%;
  padding: 16px 32px;
  background: #00B4FF;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: "Satoshi", sans-serif;
}

.contact-new__button:hover {
  background: #0099dd;
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(0, 180, 255, 0.3);
}

.contact-new__status {
  margin: 16px 0 0;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
}

/* Partner Logos Section */
.contact-new__logos {
  padding: 280px 0 80px;
  background: #f8f9fb;
  border-top: 1px solid #e5e7ee;
  margin-top: -250px;
  position: relative;
  z-index: 1;
}

.contact-new__logos-title {
  margin: 0 0 48px;
  font-size: 14px;
  line-height: 20px;
  color: #7a8b9a;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: left;
  font-weight: 500;
  padding-left: 0;
}

.contact-new__logos-grid {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 48px;
}

.contact-new__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-new__logo-item img {
  height: auto;
  opacity: 1;
}

.contact-new__logo-item img[src*="logo-natw.png"],
.contact-new__logo-item img[src*="logo-hello.png"] {
  mix-blend-mode: multiply;
  filter: contrast(1.1);
}

/* Responsive Styles */
@media (max-width: 1024px) {
  .contact-new__content {
    flex-direction: column;
    gap: 32px;
  }

  .contact-new__left {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .contact-new__right {
    flex: 1 1 auto;
    width: 100%;
    max-width: 100%;
  }

  .contact-new__title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media (max-width: 768px) {
  .contact-new__wrapper {
    padding: 100px 0 40px;
  }

  .contact-new__title {
    font-size: 32px;
    line-height: 42px;
  }

  .contact-new__form-card {
    padding: 32px 24px;
  }

  .contact-new__form-title {
    font-size: 26px;
    line-height: 34px;
  }

  .contact-new__logos {
    padding: 60px 0;
    margin-top: 0;
  }

  .contact-new__logos-grid {
    gap: 32px;
  }

  .contact-new__logo-item img {
    max-width: 120px \!important;
  }
}

@media (max-width: 480px) {
  .contact-new__wrapper {
    padding: 80px 0 40px;
  }

  .contact-new__label {
    font-size: 12px;
    margin-bottom: 24px;
  }

  .contact-new__title {
    font-size: 28px;
    line-height: 36px;
  }

  .contact-new__description {
    font-size: 16px;
    line-height: 26px;
  }

  .contact-new__form-card {
    padding: 24px 20px;
    border-radius: 12px;
  }

  .contact-new__form-title {
    font-size: 22px;
    line-height: 30px;
  }

  .contact-new__logos-grid {
    gap: 24px;
  }

  .contact-new__logo-item img {
    max-width: 100px !important;
  }
}

/* Article Midway Box Styles */
.article-midway-box {
  margin: 48px auto;
  padding: 48px;
  border-radius: 8px;
  border: 1px solid #e5e7ee;
  box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.25);
  max-width: 604px;
}

@media (max-width: 768px) {
  .article-midway-box {
    margin: 32px 16px;
    padding: 24px;
  }
}

.midway-box-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  text-align: left;
}

.midway-box-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}

.article-midway-box h3 {
  color: #002436;
  font-family: 'Raleway', sans-serif;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin: 0;
}

.article-midway-box p {
  color: #002436;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  margin: 0;
  opacity: 0.8;
}

.midway-box-form {
  display: flex;
  gap: 16px;
  width: 100%;
  align-items: center;
}

.midway-box-input {
  flex: 1;
  padding: 12px 24px;
  background-color: #ffffff;
  border: 1px solid #e5e7ee;
  border-radius: 8px;
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  color: #002436;
  box-shadow: 6px 10px 28px rgba(204, 204, 204, 0.25);
  outline: none;
  transition: all 0.3s ease;
}

.midway-box-input::placeholder {
  color: #002436;
  opacity: 0.6;
}

.midway-box-input:focus {
  border-color: #13a0fc;
  box-shadow: 0 0 0 2px rgba(19, 160, 252, 0.2), 6px 10px 28px rgba(204, 204, 204, 0.25);
}

.midway-box-btn {
  padding: 12px 32px;
  background-color: #13a0fc;
  color: #ffffff;
  border: 2px solid #13a0fc;
  border-radius: 34px;
  font-family: 'Raleway', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.02em;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.midway-box-btn:hover {
  background-color: #0d8de0;
  border-color: #0d8de0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(19, 160, 252, 0.3);
}

.midway-box-btn:active {
  transform: translateY(0);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .article-midway-box {
    padding: 32px 24px;
    margin: 32px 16px;
    border-radius: 8px;
    max-width: calc(100% - 32px);
  }

  .article-midway-box h3 {
    font-size: 24px;
  }

  .article-midway-box p {
    font-size: 14px;
    line-height: 24px;
  }

  .midway-box-form {
    flex-direction: column;
    gap: 12px;
  }

  .midway-box-input,
  .midway-box-btn {
    width: 100%;
  }

  .midway-box-input {
    padding: 10px 20px;
  }

  .midway-box-btn {
    padding: 10px 28px;
  }
}
