@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/Rubik-Regular.woff2") format("woff2"), url("../assets/fonts/Rubik-Regular.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  src: url("../assets/fonts/Rubik-Medium.woff2") format("woff2"), url("../assets/fonts/Rubik-Medium.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  src: url("../assets/fonts/Rubik-SemiBold.woff2") format("woff2"), url("../assets/fonts/Rubik-SemiBold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  src: url("../assets/fonts/Rubik-Bold.woff2") format("woff2"), url("../assets/fonts/Rubik-Bold.woff") format("woff");
}
@font-face {
  font-display: swap;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  src: url("../assets/fonts/Rubik-Black.woff2") format("woff2"), url("../assets/fonts/Rubik-Black.woff") format("woff");
}
/*Content width:*/
/*Breakpoints:*/
/*offset*/
/*Fonts:*/
/*Color:*/
/*
$min - font-size
$max - maximum font size (optional)
$lock-min  - minimum viewport width (optional)
$lock-max - maximum viewport width (optional)
*/
/* strip units helper function */
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 400;
  line-height: 1.4;
}
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span {
  color: #595FE5;
}
.h1 {
  font-size: 44px;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 72px;
    line-height: 1.15;
  }
}
.h2 {
  font-size: 36px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 56px;
    line-height: 1.3;
  }
}
.h3 {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 48px;
    line-height: 1.3;
  }
}
.h4 {
  font-size: 30px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 36px;
  }
}
.h5 {
  font-size: 24px;
  text-transform: uppercase;
}
@media (min-width: 1024px) {
  .h5 {
    font-size: 30px;
  }
}
.d1, .d2 {
  font-weight: 400;
  line-height: 1.4;
}
.d1 {
  font-size: 22px;
}
@media (min-width: 1024px) {
  .d1 {
    font-size: 24px;
  }
}
.d2 {
  font-size: 19px;
}
@media (min-width: 1024px) {
  .d2 {
    font-size: 20px;
  }
}
.p1, .p2, .p3 {
  font-weight: 400;
  line-height: 1.4;
}
.p1 {
  font-size: 17px;
}
@media (min-width: 1024px) {
  .p1 {
    font-size: 18px;
  }
}
.p2 {
  font-size: 15px;
}
@media (min-width: 1024px) {
  .p2 {
    font-size: 16px;
  }
}
.p3 {
  font-size: 12px;
}
@media (min-width: 1024px) {
  .p3 {
    font-size: 14px;
  }
}
.p4 {
  font-size: 13px;
}
.link {
  position: relative;
  font-size: 16px;
  font-weight: 600;
}
.link::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: currentColor;
  content: "";
  transition: width 0.3s ease-in-out;
}
.link:hover::after {
  width: 100%;
}
.btn-l, .btn-m, .btn-s, .tags {
  font-weight: 500;
  line-height: 1.4;
  text-transform: uppercase;
}
.btn-l {
  font-size: 20px;
}
.btn-m {
  font-size: 18px;
}
.btn-s {
  font-size: 16px;
}
.tags {
  font-size: 14px;
}
*, *::after, *::before {
  box-sizing: border-box;
}
html {
  box-sizing: border-box;
}
body {
  position: relative;
  display: flex;
  min-width: 320px;
  min-height: 100vh;
  flex-direction: column;
  padding: 0;
  margin: 0;
  background-color: #FFFFFF;
  color: #131E35;
  font-family: "Rubik", "Helvetica", "Arial", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, p, ul, ol, li, button {
  padding: 0;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.container {
  max-width: calc($content-width + ($container-offset * 2));
  padding: 0 16px;
  margin: 0 auto;
}
.main {
  flex-grow: 1;
}
.lock {
  overflow: hidden;
}
.lock-popup {
  overflow: hidden;
}
.visually-hidden {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  padding: 0;
  border: 0;
  margin: -1px;
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  white-space: nowrap;
}
.index-page > section, .faq-page > section, .about-page > section, .portfolio-page > section, .service-details-page > section {
  margin: 56px 0;
}
@media (min-width: 1024px) {
  .index-page > section, .faq-page > section, .about-page > section, .portfolio-page > section, .service-details-page > section {
    margin: 120px 0;
  }
}
.index-page > section:first-child, .faq-page > section:first-child, .about-page > section:first-child, .portfolio-page > section:first-child, .service-details-page > section:first-child {
  margin: 0 0 56px 0;
}
@media (min-width: 1024px) {
  .index-page > section:first-child, .faq-page > section:first-child, .about-page > section:first-child, .portfolio-page > section:first-child, .service-details-page > section:first-child {
    margin: 0 0 120px 0;
  }
}
.index-page > section:last-child, .faq-page > section:last-child, .about-page > section:last-child, .portfolio-page > section:last-child, .service-details-page > section:last-child {
  margin: 56px 0 0 0;
}
@media (min-width: 1024px) {
  .index-page > section:last-child, .faq-page > section:last-child, .about-page > section:last-child, .portfolio-page > section:last-child, .service-details-page > section:last-child {
    margin: 120px 0 0 0;
  }
}
.main-overlay {
  position: fixed;
  z-index: 40;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  pointer-events: none;
  transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  visibility: hidden;
}
.main-overlay.is-active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
:root {
  --marquee-width: 100vw;
  --marquee-elements: 7;
  --marquee-margin: 16px;
  --marquee-elements-displayed: 3;
  --marquee-element-width: calc((var(--marquee-width) / var(--marquee-elements-displayed)) + var(--marquee-margin));
  --marquee-animation-duration: calc(var(--marquee-elements) * 2s);
}
@media (min-width: 640px) {
  :root {
    --marquee-elements-displayed: 4;
  }
}
@media (min-width: 768px) {
  :root {
    --marquee-elements-displayed: 4.5;
  }
}
@media (min-width: 1024px) {
  :root {
    --marquee-elements-displayed: 6;
  }
}
