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

html,
body,
p, ul, li {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  color: #070733;
  font-size: clamp(1rem, 0.8333333333vw, 0.8333333333vw);
}

a {
  text-decoration: none;
  cursor: pointer;
}

.seohide {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  clip-path: inset(50%);
  border: 0;
}

.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
}

.cm-header {
  grid-row: 1;
  padding-block: clamp(0.625rem, 0.78125vw, 0.78125vw);
  padding-inline: clamp(0.9375rem, 3.90625vw, 3.90625vw);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background-color: white;
  position: fixed;
  top: 0;
  left: 0;
  height: auto;
  width: 100%;
  z-index: 11;
  transition: all 0.3s ease-in;
}
.cm-header--scrolled {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.cm-header__rightcol {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 640px) {
  .cm-header__btn {
    position: fixed;
    right: 3.125rem;
    bottom: 3.125rem;
    z-index: 9;
  }
}
.cm-logo {
  display: inline-flex;
  line-height: 0;
  flex: auto;
}
.cm-logo img {
  height: clamp(1.25rem, 1.1458333333vw, 1.1458333333vw);
  width: auto;
}
.cm-logo__icon {
  height: clamp(1.875rem, 1.8229166667vw, 1.8229166667vw);
  width: auto;
  margin: 0 auto;
  flex: auto;
}
.cm-btn {
  display: inline-block;
  background-color: white;
  border: 0.0520833333vw solid #ed1a3a;
  color: #ed1a3a;
  font-size: clamp(0.875rem, 0.7291666667vw, 0.7291666667vw);
  border-radius: 5.2083333333vw;
  padding-block: clamp(0.5rem, 0.4166666667vw, 0.4166666667vw);
  padding-inline: clamp(0.9375rem, 0.78125vw, 0.78125vw);
  transition: all 0.2s ease-in-out;
  font-weight: 500;
  white-space: pre;
}
.cm-btn:hover {
  background-color: #ed1a3a;
  color: white;
}
.cm-btn-clr {
  background-color: #ed1a3a;
  color: white;
}
.cm-btn-clr:hover {
  background-color: #070733;
}
.cm-btn-lg {
  font-size: clamp(1rem, 0.9375vw, 0.9375vw);
  padding-block: clamp(0.625rem, 0.78125vw, 0.78125vw);
  padding-inline: clamp(1.125rem, 1.3020833333vw, 1.3020833333vw);
}
.cm-nav {
  list-style: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  background-color: white;
  z-index: 10;
  transition: all 0.3s ease-in-out;
  padding-block: clamp(2.1875rem, 1.8229166667vw, 1.8229166667vw);
  /*@media screen and (min-width: 1024px) {
      justify-content: flex-end;
      align-items: center;
      flex: auto;
      display: inline-flex;
  }*/
}
@media screen and (max-width: 1023px) {
  .cm-nav {
    text-align: center;
    width: 100vw;
    height: 0px;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav {
    text-align: left;
    width: 0px;
    overflow: clip;
    height: 100vh;
  }
}
@media screen and (max-width: 1023px) {
  .cm-nav.active {
    height: 100vh;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav.active {
    width: clamp(15.625rem, 16.6666666667vw, 16.6666666667vw);
  }
}
.cm-nav__wrapper {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(7, 7, 51, 0.2);
  z-index: -11;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.cm-nav__wrapper.active {
  opacity: 1;
  z-index: 10;
}
.cm-nav__link {
  font-size: clamp(1.3125rem, 1.09375vw, 1.09375vw);
  font-weight: 700;
  color: #070733;
  display: block;
  margin-bottom: clamp(1.875rem, 1.5625vw, 1.5625vw);
}
@media screen and (max-width: 1023px) {
  .cm-nav__link {
    display: block;
  }
}
@media screen and (min-width: 1024px) {
  .cm-nav__link {
    margin-left: clamp(2.5rem, 2.0833333333vw, 2.0833333333vw);
  }
}
.cm-content {
  grid-row: 2;
}
.cm-section {
  padding-inline: clamp(0.9375rem, 3.90625vw, 3.90625vw);
}
.cm-ftr {
  grid-row: 3;
  padding-inline: clamp(0.9375rem, 3.90625vw, 3.90625vw);
  background-color: #070733;
  color: white;
  padding-block: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
  margin-top: clamp(6.25rem, 5.2083333333vw, 5.2083333333vw);
  display: grid;
  grid-row-gap: clamp(2.1875rem, 2.6041666667vw, 2.6041666667vw);
}
@media screen and (min-width: 640px) {
  .cm-ftr {
    grid-template-columns: repeat(auto-fit, minmax(50%, 1fr));
  }
}
.cm-ftr p {
  color: white;
}
@media screen and (max-width: 639px) {
  .cm-ftr p {
    text-align: center;
  }
}
@media screen and (min-width: 640px) {
  .cm-ftr p:last-child {
    text-align: right;
  }
}
.cm-title {
  font-size: clamp(1.25rem, 1.3020833333vw, 1.3020833333vw);
  font-weight: 700;
  color: #9e9e9e;
  text-align: center;
}

.line {
  width: clamp(1.25rem, 1.1458333333vw, 1.1458333333vw);
  height: 0.125rem;
  background-color: #ed1a3a;
  border-radius: 0.125rem;
  display: block;
  margin-inline: auto;
  margin-block: clamp(0.25rem, 0.2083333333vw, 0.2083333333vw);
}
.line:nth-child(2) {
  width: 50%;
}
.line:nth-child(3) {
  width: 40%;
}

.hamburger {
  padding: 0rem;
  border: 0.0625rem solid white;
  border-radius: 6.25rem;
  border-color: #ed1a3a;
  width: 2.1875rem;
  height: 2.1875rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: white;
}
@media screen and (min-width: 480px) {
  .hamburger {
    margin-left: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
  }
}

.hamburger.active {
  background-color: white;
  border-color: #ed1a3a;
}
.hamburger.active .line {
  background-color: #ed1a3a;
}

.hamburger.active .line:nth-child(1) {
  -webkit-transform: translateY(3px) rotate(45deg);
  -ms-transform: translateY(3px) rotate(45deg);
  -o-transform: translateY(3px) rotate(45deg);
  transform: translateY(3px) rotate(45deg);
}

.hamburger.active .line:nth-child(2) {
  display: none;
}

.hamburger.active .line:nth-child(3) {
  width: clamp(1.25rem, 1.1458333333vw, 1.1458333333vw);
  -webkit-transform: translateY(-3px) rotate(-45deg);
  -ms-transform: translateY(-3px) rotate(-45deg);
  -o-transform: translateY(-3px) rotate(-45deg);
  transform: translateY(-3px) rotate(-45deg);
}

.banner {
  height: 55vh;
  position: relative;
  isolation: isolate;
  overflow: clip;
}
.banner-text {
  opacity: 0;
  transition: opacity 1s ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  padding: 5vw;
}
.banner-text__item {
  font-size: clamp(2.1875rem, 3.125vw, 3.125vw);
  font-weight: 400;
  text-align: center;
}
.banner-text__item span {
  font-weight: 700;
  color: #ed1a3a;
  display: inline-block;
}
.banner-text.active {
  opacity: 1;
}
.banner-wrap {
  width: 100%;
  position: absolute;
  text-align: center;
  left: 0;
  bottom: clamp(1.5625rem, 1.3020833333vw, 1.3020833333vw);
}

.services {
  padding-inline: clamp(0.9375rem, 3.90625vw, 3.90625vw);
  padding-block: clamp(3.125rem, 5.2083333333vw, 5.2083333333vw);
  text-align: center;
}
.services-wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: clamp(2.1875rem, 2.6041666667vw, 2.6041666667vw);
  text-align: left;
  padding-bottom: clamp(1.5625rem, 1.8229166667vw, 1.8229166667vw);
}
@media screen and (min-width: 640px) {
  .services-wrap {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1400px) {
  .services-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
.services-list {
  line-height: clamp(1.5625rem, 1.3020833333vw, 1.3020833333vw);
  padding: clamp(1.25rem, 1.3020833333vw, 1.3020833333vw);
  transition: all 0.3s ease-in-out;
}
.services-list:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  border-radius: 0.625rem;
}
.services-list p {
  font-size: clamp(1rem, 0.8333333333vw, 0.8333333333vw);
  margin-bottom: clamp(0.625rem, 0.78125vw, 0.78125vw);
}
.services-list p:last-child {
  margin-bottom: 0;
}
.services-title {
  color: #ed1a3a;
  font-size: clamp(1.25rem, 1.09375vw, 1.09375vw);
  margin-bottom: clamp(1.25rem, 1.0416666667vw, 1.0416666667vw);
}
.services-fig {
  width: clamp(5rem, 4.1666666667vw, 4.1666666667vw);
  margin-bottom: clamp(0.9375rem, 0.78125vw, 0.78125vw);
}

.clients {
  padding-block: clamp(2.1875rem, 3.125vw, 3.125vw);
  margin-bottom: clamp(2.1875rem, 3.125vw, 3.125vw);
  list-style: none;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  grid-row-gap: clamp(2.1875rem, 2.6041666667vw, 2.6041666667vw);
  grid-column-gap: clamp(2.1875rem, 2.6041666667vw, 2.6041666667vw);
  text-align: center;
}
.clients-fig {
  filter: grayscale(2) saturate(2);
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.clients-fig:hover {
  filter: none;
  transform: scale(1.1);
}
.clients-list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about {
  width: 100%;
  padding-top: clamp(2.1875rem, 1.8229166667vw, 1.8229166667vw);
  display: grid;
  gap: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
}
@media screen and (min-width: 640px) {
  .about {
    grid-template-columns: calc(65% - 1.3020833333vw) calc(35% - 1.3020833333vw);
  }
}
.about-content img {
  width: clamp(5rem, 4.1666666667vw, 4.1666666667vw);
  margin-bottom: clamp(0.9375rem, 0.78125vw, 0.78125vw);
}
.about-content p {
  font-size: clamp(1rem, 0.8333333333vw, 0.8333333333vw);
  line-height: clamp(1.5625rem, 1.3020833333vw, 1.3020833333vw);
  margin-bottom: clamp(0.9375rem, 0.78125vw, 0.78125vw);
}
.about-column {
  padding-top: clamp(2.1875rem, 1.8229166667vw, 1.8229166667vw);
  display: grid;
  gap: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
}
@media screen and (min-width: 640px) {
  .about-column {
    grid-template-columns: calc(50% - 2.6041666667vw) calc(50% - 2.6041666667vw);
  }
}
.about-blocks {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.about-blocks__fig {
  width: clamp(5rem, 4.1666666667vw, 4.1666666667vw);
}
.about-blocks__stat {
  font-size: clamp(6.25rem, 5.2083333333vw, 5.2083333333vw);
  position: relative;
}
.about-blocks__stat::after {
  content: "+";
  font-size: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
  color: #ed1a3a;
  position: absolute;
  left: calc(100% + 5px);
  top: 20%;
}

.form {
  margin-block: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
}
.form-row {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: clamp(3.125rem, 2.6041666667vw, 2.6041666667vw);
  grid-row-gap: clamp(1.25rem, 2.6041666667vw, 2.6041666667vw);
  margin-bottom: clamp(1.25rem, 1.0416666667vw, 1.0416666667vw);
}
@media screen and (min-width: 640px) {
  .form-row {
    grid-template-columns: 1fr 1fr;
  }
}
.form-row input,
.form-row input[type=email],
.form-row input[type=tel],
.form-row input:focus,
.form-row textarea:focus,
.form-row textarea {
  font-family: "Montserrat", sans-serif;
  border-left: none;
  border-right: none;
  border-top: none;
  border-bottom: 1px solid #070733;
  font-size: clamp(1.25rem, 1.0416666667vw, 1.0416666667vw);
  font-weight: 300;
  outline: none;
  padding-block: clamp(0.625rem, 0.5208333333vw, 0.5208333333vw);
  width: 100%;
}
.form-row textarea {
  resize: none;
  border-bottom: 1px solid #070733;
  height: 100px;
}
.form-row input[type=submit] {
  border: none;
  border-radius: 100px;
  font-weight: 400;
  color: white;
  background-color: #ed1a3a;
  text-transform: uppercase;
  margin-top: clamp(1.5625rem, 1.3020833333vw, 1.3020833333vw);
}
.form-row--full {
  grid-template-columns: 1fr;
}

.fullscreen {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: -200vh;
  left: 0;
  background-color: white;
  padding-top: clamp(5rem, 6.25vw, 6.25vw);
  text-align: center;
  transition: top 0.5s ease-in-out;
  z-index: 15;
}
.fullscreen.active {
  top: 0;
}
.fullscreen-content {
  padding: clamp(1.5625rem, 1.5625vw, 1.5625vw);
  max-width: clamp(40rem, 33.3333333333vw, 33.3333333333vw);
  margin: 0 auto;
  height: 100vh;
  overflow: scroll;
}
.fullscreen-content > img {
  height: clamp(3.75rem, 5.2083333333vw, 5.2083333333vw);
  margin: clamp(1.875rem, 1.5625vw, 1.5625vw);
}
.fullscreen-close {
  position: absolute;
  top: clamp(1.25rem, 1.0416666667vw, 1.0416666667vw);
  right: clamp(1.25rem, 1.0416666667vw, 1.0416666667vw);
  width: clamp(1.875rem, 1.5625vw, 1.5625vw);
  height: clamp(1.875rem, 1.5625vw, 1.5625vw);
  border-radius: 100%;
  border: none;
  background-color: #ed1a3a;
  color: white;
  font-size: clamp(2.5rem, 2.0833333333vw, 2.0833333333vw);
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 0;
  cursor: pointer;
}

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