/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*FILE: fonts */
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8fZwjimrq1Q_.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z-PZwjimrq1Q_.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8_Zwjimrq1Q_.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z8vZwjimrq1Q_.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZOg3z_PZwjimrqw.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Montserrat Regular"), local("Montserrat-Regular"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gTD_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3g3D_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gbD_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gfD_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local("Montserrat Medium"), local("Montserrat-Medium"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_ZpC3gnD_vx3rCs.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gTD_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F,
    U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3g3D_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gbD_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1,
    U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gfD_vx3rCubqg.woff2)
      format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
    U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local("Montserrat SemiBold"), local("Montserrat-SemiBold"),
    url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_bZF3gnD_vx3rCs.woff2)
      format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA,
    U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215,
    U+FEFF, U+FFFD;
}

/*FILE: root*/
body {
  margin: 0;
}

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

*::selection {
  background-color: rgba(var(--primary-rgb), 0.3);
}

:root {
  --black: #000000;
  --white: #ffffff;
  --primary: #00c1f1;
  --primary-rgb: 0, 193, 241;
  --primary-text: #ffffff;
  --black-text: #252737;
  --black-lighter-text: #525466;
  --main-lightgray: #edfcff;
  --header-gradient-start: #edfcffff;
  --why-dc-grad-end: #f2fdff;
  --by-industry-grad-end: #f8ffff;
  --primary-dark: #00375f;
  --footer-bg: #252737;
  --footer-border: #edfcff20;
}

a,
.like-link {
  text-decoration: none;
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
a:hover,
.like-link:hover {
  transition-duration: 200ms;
  opacity: 0.5;
}

.link-to-btn:hover {
  transition-duration: 400ms;
  opacity: 1;
}

button {
  cursor: pointer;
}

a:focus,
button:focus {
  outline: none;
}

@keyframes fadeInUp {
  0% {
    opacity: 0%;
    transform: translateY(30px);
  }
}

.s-width-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.m-width-wrapper {
  max-width: 1008px;
  margin: 0 auto;
}
.feedback-wrapper {
  position: relative;
  width: 100%;
  height: 630px;
  max-width: 1008px;
  margin: 0 auto;
}

.feedback-wrapper .feedback-card {
  position: absolute;
  visibility:hidden;
  opacity: 0;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
}

.feedback-wrapper .feedback-card.active {
  opacity: 1;
  visibility: visible;
}

.l-width-wrapper {
  max-width: 1216px;
  margin: 0 auto;
}

/*FILE: page landing*/
.page-landing {
  font-weight: 600;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI",
    "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
    "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-landing button {
  box-shadow: none;
}
.inner_content .cover-gradient {
  background: linear-gradient(
    to bottom,
    var(--header-gradient-start) 40%,
    var(--white) 90%
  );
  background-repeat: no-repeat;
}

/*FILE: header*/
.page-landing.header {
  padding: 0 24px;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.page-landing.header .wrapper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1216px;
}
.page-landing.header .wrapper a.logo {
  animation: fadeInUp 600ms cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
.page-landing.header .wrapper nav > ul {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  animation: fadeInUp 600ms cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  animation-delay: 150ms;
}
.page-landing.header .wrapper nav > ul li {
  display: block;
}
.page-landing.header .wrapper .menu-link,
.page-landing.header .wrapper .menu-link:visited {
  display: block;
  font-size: 15px;
  line-height: 24px;
  color: var(--black-text);
  padding: 24px 18px;
}
.page-landing.header .wrapper .actions {
  display: flex;
  align-items: center;
  animation: fadeInUp 600ms cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
  animation-delay: 300ms;
}
.page-landing.header .wrapper .actions button {
  margin-left: 14px;
}
.page-landing.header .mobile-menu-toggle {
  display: none;
}

@media screen and (max-width: 1200px) {
  .page-landing.header {
    padding-right: 0;
  }
  .page-landing.header::before {
    pointer-events: none;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-image: linear-gradient(
      to bottom,
      var(--header-gradient-start) 0%,
      var(--header-gradient-start) 50%,
      #fff0 51%,
      #fff0 100%
    );
    background-size: 200% 200%;
    background-position-y: 100%;
    background-repeat: no-repeat;
    z-index: -1;
    transition: background-position 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  .page-landing.header .wrapper {
    pointer-events: none;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 24px;
    padding-top: 24px;
    top: 0;
    left: 0;
    width: 100%;
  }
  .page-landing.header .wrapper .logo {
    pointer-events: initial;
    display: block;
    max-width: 185px;
  }
  .page-landing.header .wrapper .logo svg {
    max-width: 100%;
  }
  .page-landing.header .wrapper nav,
  .page-landing.header .wrapper .actions {
    pointer-events: none;
    opacity: 0;
    transform: translateY(-50px);
    transition: all 300ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    will-change: transform opacity;
  }
  .page-landing.header .wrapper nav {
    transition-delay: 100ms;
  }
  .page-landing.header .wrapper nav ul {
    margin-top: 20px;
    margin-left: 25px;
    flex-direction: column;
  }
  .page-landing.header .wrapper nav ul li > a:not(.logo) {
    padding: 5px;
  }
  .page-landing.header .wrapper .actions {
    margin-top: 50px;
    padding-right: 24px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition-delay: 0ms;
  }
  .page-landing.header .wrapper .actions a {
    margin-left: 15px;
  }
  .page-landing.header .mobile-menu-toggle {
    pointer-events: initial;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 72px;
    height: 72px;
    padding: 24px;
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
  }
  .page-landing.header .mobile-menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background-color: var(--black-text);
    transition: all 400ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .page-landing.header.mobile-opened {
    position: fixed;
  }
  .page-landing.header.mobile-opened::before {
    pointer-events: initial;
    background-position-y: 0%;
    transition: background-position 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .page-landing.header.mobile-opened .wrapper nav,
  .page-landing.header.mobile-opened .wrapper .actions {
    pointer-events: initial;
    opacity: 1;
    transform: translateY(0);
    transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  .page-landing.header.mobile-opened .wrapper .actions {
    transition-delay: 100ms;
  }
  .page-landing.header.mobile-opened .mobile-menu-toggle span:nth-child(1) {
    transform: translateY(11px) rotate(45deg);
  }
  .page-landing.header.mobile-opened .mobile-menu-toggle span:nth-child(2) {
    transform: translateY(0px) rotate(-45deg);
  }
  .page-landing.header.mobile-opened .mobile-menu-toggle span:nth-child(3) {
    transform: translateY(11px);
    opacity: 0;
  }
}

/*FILE: component button*/
.button {
  display: block;
  font-weight: 600;
  padding: 12px 22px;
  border: none;
  font-size: 16px;
  line-height: 1.5;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  height: unset;
}
.button.primary {
  background-color: var(--primary);
  color: var(--primary-text);
}
.button.primary:hover {
  background-color: rgba(var(--primary-rgb), 0.85);
  transform: translateY(-10%);
  box-shadow: 0 1.2px 1.3px rgba(var(--primary-rgb), 0.121),
    0 4.6px 4.5px rgba(var(--primary-rgb), 0.179),
    0 11px 20px rgba(var(--primary-rgb), 0.3);
}
.button.secondary {
  background-color: transparent;
  border: 2px solid var(--primary);
  color: var(--primary);
}
.button.secondary:hover {
  background-color: rgba(var(--primary-rgb), 0.2);
  border: 2px solid transparent;
}
.button.rounded {
  border-radius: 100px;
}

/*FILE: cover*/
.page-landing.cover {
  padding: 24px;
  padding-top: 72px;
  padding-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.page-landing.cover > * {
  animation: fadeInUp 600ms cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
.page-landing.cover h1 {
  text-align: center;
  line-height: 1.09;
  margin-top: 160px;
  margin-bottom: 0;
  font-size: 88px;
  color: var(--black-text);
  animation-delay: 450ms;
}
.page-landing.cover h2 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.33;
  color: var(--black-lighter-text);
  animation-delay: 600ms;
}
.page-landing.cover .primary {
  margin-top: 56px;
  font-size: 20px;
  line-height: 1.6;
  padding: 12px 38px;
  animation-delay: 750ms;
}
.page-landing.cover p {
  font-size: 16px;
  margin-top: 25px;
  line-height: 1.2;
  color: var(--black-lighter-text);
  animation-delay: 900ms;
}
.page-landing.cover .video-modal-trigger {
  color: var(--black-text);
  margin-top: 48px;
  letter-spacing: 1.33;
  display: flex;
  align-items: center;
  animation-delay: 1050ms;
  background: transparent;
  border: none;
  font-weight: inherit;
  box-shadow: none;
  font-size: 16px;
  font-weight: 600;
  height: unset;
  line-height: 1.15;
}
.inner_content {
  background-color: white;
}
.inner_content .page-landing svg {
  display: initial;
}
.page-landing.cover .video-modal-trigger svg {
  margin-right: 15px;
}

@media screen and (max-width: 1200px) {
  .page-landing.cover h1 {
    margin-top: 88px;
    font-size: 48px;
    line-height: 1.17;
  }
  .page-landing.cover h2 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 32px;
  }
  .page-landing.cover .primary {
    margin-top: 40px;
    padding: 8px 19px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.cover p {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.cover .video-modal-trigger {
    margin-top: 40px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.cover .video-modal-trigger svg {
    margin-right: 9px;
  }
}

/*FILE: modal*/
.modal-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease-in-out;
  will-change: opacity;
}
.modal-wrapper.shown {
  opacity: 1;
  visibility: visible;
  pointer-events: initial;
}
.modal-wrapper.shown .video-modal {
  transform: scale(1);
}
.modal-wrapper .closing-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000000d0;
  border: none;
}
.modal-wrapper .video-modal {
  position: relative;
  padding-top: 39.3%;
  width: 70%;
  transform: scale(0.8);
  transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.modal-wrapper .video-modal iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-wrapper .closing-button {
  width: 40px;
  height: 31px;
  opacity: 0.5;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  border: none;
  background-color: transparent;
  right: -55px;
  top: 0;
  transition: opacity 300ms ease-in-out;
}
.modal-wrapper .closing-button span {
  width: 40px;
  height: 2px;
  background-color: var(--white);
  transform-origin: center left;
}
.modal-wrapper .closing-button span:first-child {
  transform: rotate(45deg);
}
.modal-wrapper .closing-button span:last-child {
  transform: rotate(-45deg);
}
.modal-wrapper .closing-button:hover {
  transition-duration: 50ms;
  opacity: 1;
}

/*FILE: Squares*/
.page-landing.squares {
  overflow: hidden;
  margin-top: 69px;
}
.page-landing.squares .squares-wrapper {
  display: flex;
  align-items: flex-start;
  --squares-width: 296px;
  --squares-margins: 16px;
  animation: squaresAnimation alternate infinite linear;
  animation-duration: calc(8 * 4000ms);
  /* animation: squaresAnimation calc(var(--card-quantity) * 4000ms) alternate infinite linear; */
  padding-bottom: 6px;
}
.page-landing.squares .squares-wrapper > * {
  flex-shrink: 0;
  width: var(--squares-width);
  height: var(--squares-width);
  margin: 0 var(--squares-margins);
  border-radius: 16px;
  box-shadow: 0 0 4px 4px rgba(17, 17, 17, 0.05);
  animation: fadeInUpSquares 600ms cubic-bezier(0.215, 0.61, 0.355, 1) backwards;
}
.page-landing.squares .squares-wrapper > img {
  object-fit: cover;
}
.page-landing.squares .squares-wrapper > *:nth-child(even) {
  margin-top: 46px;
}
.page-landing.squares .squares-wrapper > *:nth-child(odd) {
  margin-top: 6px;
}
.page-landing.squares .squares-wrapper > *:nth-child(1) {
  animation-delay: 1100ms;
}
.page-landing.squares .squares-wrapper > *:nth-child(2) {
  animation-delay: 1200ms;
}
.page-landing.squares .squares-wrapper > *:nth-child(3) {
  animation-delay: 1300ms;
}
.page-landing.squares .squares-wrapper > *:nth-child(4) {
  animation-delay: 1400ms;
}
.page-landing.squares .squares-wrapper > *:nth-child(5) {
  animation-delay: 1500ms;
}
.page-landing.squares .squares-wrapper > *:nth-child(6) {
  animation-delay: 1600ms;
}
.page-landing.squares .squares-wrapper > *:nth-child(7) {
  animation-delay: 1700ms;
}

@keyframes squaresAnimation {
  100% {
    transform: translateX(
      calc(
        calc(
            calc(
                var(--squares-quantity) *
                  calc(var(--squares-width) + calc(var(--squares-margins) * 2))
              ) - 100vw
          ) * -1
      )
    );
  }
}

@media screen and (max-width: 1200px) {
  .page-landing.squares {
    margin-top: 53px;
  }
  .page-landing.squares .squares-wrapper {
    --squares-width: 160px;
    --squares-margins: 8px;
  }
  .page-landing.squares .squares-wrapper > *:nth-child(even) {
    margin-top: 30px;
  }
  .page-landing.squares .squares-wrapper > *:nth-child(odd) {
    margin-top: 6px;
  }
}

@keyframes fadeInUpSquares {
  0% {
    opacity: 0%;
    transform: translateY(25%);
  }
}

.inner-content {
  background-color: white;
}

/* FILE: see our */
.page-landing.see-our {
  overflow-x: hidden;
  position: relative;
  padding-top: 236px;
  padding-bottom: 122px;
  padding-left: 24px;
  padding-right: 24px;
}
.page-landing.see-our .line-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.page-landing.see-our .line-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.page-landing.see-our .m-width-wrapper {
  display: flex;
  justify-content: space-between;
}
.page-landing.see-our .m-width-wrapper .left-column {
  flex: 0 0 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
.page-landing.see-our .m-width-wrapper .left-column h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.13;
  color: var(--black);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.see-our .m-width-wrapper .left-column .button-animation-wrapper {
  transition: opacity 600ms 100ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms 100ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.see-our
  .m-width-wrapper
  .left-column
  .button-animation-wrapper
  .primary {
  font-size: 20px;
  line-height: 1.2;
  padding: 16px 27px;
}
.page-landing.see-our .m-width-wrapper .right-column {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(55% + 112px);
  max-width: calc(55% + 112px);
  min-height: 357px;
  margin-right: -112px;
  position: relative;
  transition: opacity 600ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
@media screen and (max-width: 700px) {
  .page-landing.see-our .m-width-wrapper .right-column {
    min-height: 632px;
  }
}
.page-landing.see-our
  .m-width-wrapper
  .right-column
  .card:not(.current)
  .contest-example
  > * {
  opacity: 0;
}
.page-landing.see-our .m-width-wrapper > .button-animation-wrapper {
  transition: opacity 600ms 400ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.see-our .m-width-wrapper > .button-animation-wrapper .primary {
  display: none;
  margin-top: 60px;
  padding: 8px 25px;
  font-size: 16px;
  line-height: 1.5;
}
.page-landing.see-our .not-visible .left-column > .button-animation-wrapper,
.page-landing.see-our .not-visible .left-column > h2,
.page-landing.see-our .not-visible .right-column,
.page-landing.see-our
  .not-visible
  .m-width-wrapper
  > .button-animation-wrapper {
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
}

@media screen and (max-width: 1300px) {
  .page-landing.see-our .m-width-wrapper .right-column {
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .page-landing.see-our {
    padding-top: 98px;
    padding-bottom: 64px;
  }
  .page-landing.see-our .m-width-wrapper {
    flex-direction: column;
  }
  .page-landing.see-our .m-width-wrapper .left-column {
    align-items: center;
  }
  .page-landing.see-our .m-width-wrapper .left-column h2 {
    text-align: center;
    font-size: 36px;
    line-height: 1.33;
    margin-bottom: 48px;
  }
  .page-landing.see-our
    .m-width-wrapper
    .left-column
    .button-animation-wrapper
    .primary {
    display: none;
  }
  .page-landing.see-our .m-width-wrapper .right-column {
    max-width: 100%;
  }
  .page-landing.see-our .m-width-wrapper .button-animation-wrapper {
    align-self: center;
  }
  .page-landing.see-our .m-width-wrapper .button-animation-wrapper > .primary {
    display: block;
  }
}

/* FILE: contest example */
.for-swiping-wrapper {
  width: 100%;
  height: 352px;
}

.contest-example {
  width: 100%;
  max-width: 100%;
  height: 352px;
  /* border-radius: 16px; */
  box-shadow: 0 2px 16px 0 rgba(130, 130, 130, 0.24);
  background-color: var(--white);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}
.contest-example .reviews-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
  will-change: opacity;
  transition: opacity 600ms;
}
.contest-example .reviews-wrapper .one-review-wrapper {
  flex: 0 0 100%;
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.contest-example .reviews-wrapper .one-review-wrapper h3 {
  padding: 16px;
  background-color: var(--main-lightgray);
  color: var(--black-text);
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  font-style: italic;
}
.contest-example .reviews-wrapper .one-review-wrapper .col {
  width: 50%;
}
.contest-example .reviews-wrapper .one-review-wrapper .review {
  margin-right: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contest-example .reviews-wrapper .one-review-wrapper .review h3 {
  display: block;
  background-color: var(--main-lightgray);
  padding: 16px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
  line-height: 1.2;
  color: var(--black-text);
  margin: 0;
}
.contest-example .reviews-wrapper .one-review-wrapper .review .person-info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.contest-example .reviews-wrapper .one-review-wrapper .review .person-info img {
  width: 32px;
  border-radius: 99px;
}
.contest-example
  .reviews-wrapper
  .one-review-wrapper
  .review
  .person-info
  .name-company {
  font-size: 12px;
  line-height: 1.33;
  margin-left: 16px;
}
.contest-example
  .reviews-wrapper
  .one-review-wrapper
  .review
  .person-info
  .name-company
  b {
  font-weight: 600;
  color: var(--black-text);
  margin: 0;
}
.contest-example
  .reviews-wrapper
  .one-review-wrapper
  .review
  .person-info
  .name-company
  p {
  font-weight: 400;
  margin: 0;
  color: var(--black-lighter-text);
}
.contest-example .reviews-wrapper .one-review-wrapper .review .number {
  color: var(--black-lighter-text);
  font-weight: 500;
  font-size: 14px;
  margin-left: 4px;
  display: flex;
}
.contest-example .reviews-wrapper .one-review-wrapper .review .number span {
  display: block;
  width: 24px;
  text-align: left;
  font-size: 18px;
  margin-right: 20px;
}
.contest-example .reviews-wrapper .one-review-wrapper .images {
  margin-left: 16px;
  display: grid;
  grid-gap: 14px;
  grid-template-areas: "a a b" "a a c" "d e f";
}
.contest-example .reviews-wrapper .one-review-wrapper .images div {
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
  transform-origin: top left;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div img {
  display: block;
  border-radius: 4px;
  width: 100%;
  max-height: 84px;
  object-fit: cover;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-0 {
  grid-area: a;
  transition-delay: 400ms;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-0 img {
  max-height: 182px;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-1 {
  grid-area: b;
  transition-delay: 800ms;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-2 {
  grid-area: c;
  transition-delay: 700ms;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-3 {
  grid-area: d;
  transition-delay: 800ms;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-4 {
  grid-area: e;
  transition-delay: 700ms;
}
.contest-example .reviews-wrapper .one-review-wrapper .images div.area-5 {
  grid-area: f;
  transition-delay: 600ms;
}
.contest-example .clickers {
  flex: 0 0 48px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 18px;
  transition: opacity 600ms;
  will-change: opacity;
}
.contest-example .clickers button {
  padding: 8px;
  background-color: transparent;
  border: none;
}
.contest-example .clickers button span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: var(--main-lightgray);
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.contest-example .clickers button.active span {
  background-color: var(--primary);
}
.contest-example button.flip {
  position: absolute;
  width: 50%;
  height: 85%;
  top: 0;
  background: transparent;
  border: none;
  transition: opacity 600ms;
  will-change: opacity;
}
.contest-example button.flip.prev {
  left: 0;
}
.contest-example button.flip.next {
  right: 0;
}
.contest-example .one-review-wrapper-top {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.one-review-wrapper-images-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
}
.one-review-wrapper-images-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.one-review-wrapper-images-bottom {
  display: flex;
  justify-content: space-between;
}
.one-review-wrapper-images-right img,
.one-review-wrapper-images-bottom img {
  width: 68px;
  height: 68px;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}
.contest-example .one-review-wrapper-left {
  width: 256px;
}
.contest-example .one-review-wrapper-right {
  width: 229px;
}
.contest-example .one-review-wrapper-bottom {
  margin-top: auto;
  display: flex;
  justify-content: center;
}
.contest-example .number {
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.one-review-wrapper-top .person-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
}
.one-review-wrapper-top .person-info img {
  display: block;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  border-radius: 50%;
}
.one-review-wrapper-images-left img {
  display: block;
  width: 148px;
  height: 148px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (max-width: 700px) {
  .for-swiping-wrapper {
    height: 632px;
  }
  .contest-example {
    height: 455px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .contest-example .reviews-wrapper .one-review-wrapper {
    flex-direction: column;
    justify-content: space-between;
  }
  .contest-example .reviews-wrapper .one-review-wrapper .col {
    width: 100%;
  }
  .contest-example .reviews-wrapper .one-review-wrapper .review {
    flex-grow: 1;
    margin-bottom: 32px;
  }
  .contest-example .reviews-wrapper .one-review-wrapper .images {
    margin-left: 0;
  }
}

.not-visible .contest-example .reviews-wrapper .one-review-wrapper .images div {
  opacity: 0;
  transform: scale(0);
  visibility: hidden;
}

/* FILE: How it works */
.page-landing.how-it-works {
  margin-top: -30px;
  background-color: white;
  background-color: transparent;
  background-image: linear-gradient(
    to bottom,
    #ffffff00 8.2vw,
    var(--header-gradient-start) 8.3vw,
    var(--white) 100%
  );
}
.page-landing.how-it-works .m-width-wrapper {
  padding: 24px;
  padding-top: 102px;
}
.page-landing.how-it-works .m-width-wrapper h2 {
  margin: 0;
  font-size: 64px;
  line-height: 1.13;
  text-align: center;
  color: #252737;
  transition: opacity 600ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.how-it-works .m-width-wrapper .steps {
  margin-top: 42px;
  position: relative;
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner {
  position: relative;
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .step {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .step .info,
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot {
  flex: 0 1 437px;
  transition: opacity 600ms 500ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms 500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .step .info {
  padding: 54px 53px 54px 0;
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .step .info h3 {
  margin: 0;
  font-size: 32px;
  line-height: 1.25;
  color: var(--black-text);
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .step .info p {
  margin: 0;
  margin-top: 24px;
  font-size: 20px;
  line-height: 1.6;
  color: var(--black-lighter-text);
  font-weight: 400;
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .step .number {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-color: var(--primary);
  color: var(--white);
  z-index: 1;
  transition: opacity 600ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  background-repeat: no-repeat;
  background-position: center;
  border-left: 60px solid transparent;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot
  img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot
  svg.animated-screenshot {
  border-radius: 8px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.15);
  background-color: var(--white);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot
  svg.animated-screenshot
  circle {
  transition: transform 1000ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot
  svg.animated-screenshot
  circle:nth-of-type(1) {
  transition-delay: 1000ms;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot
  svg.animated-screenshot
  circle:nth-of-type(2) {
  transition-delay: 1500ms;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step
  .screenshot
  svg.animated-screenshot
  circle:nth-of-type(3) {
  transition-delay: 2000ms;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step:nth-of-type(1)
  > .screenshot {
  background-image: url(/static/media/1.cb7dfbbd.svg);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step:nth-of-type(2)
  > .screenshot {
  background-image: url(/static/media/2.013192c5.svg);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .step:nth-of-type(3)
  > .screenshot {
  background-image: url(/static/media/3.0586d57e.svg);
}
.page-landing.how-it-works .m-width-wrapper .steps .steps-inner .steps-line {
  position: absolute;
  left: 50%;
  top: 45px;
  transform: translate(-50%, -10px) rotate(0.7deg);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .steps-line
  .line-mask {
  transition: transform 1000ms;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .steps-line
  .dashed-line {
  animation: dashedLineAnimation 1000ms linear infinite;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .steps-line-mobile {
  position: absolute;
  left: 50px;
  top: 68px;
  width: calc(300% - 50px);
  display: none;
  transform: translateY(-50%) rotate(0.7deg);
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .steps-line-mobile
  .line-mask {
  transition: transform 1000ms;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .steps-inner
  .steps-line-mobile
  .dashed-line {
  animation: dashedLineAnimation 1000ms linear infinite;
}
.page-landing.how-it-works .m-width-wrapper .steps .mobile-cards-switcher {
  display: none;
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: transparent;
  border: none;
}
@media screen and (max-width: 1200px) {
  .page-landing.how-it-works .m-width-wrapper .steps .mobile-cards-switcher {
    display: block;
  }
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .mobile-cards-switcher:first-child {
  left: 0;
}
.page-landing.how-it-works
  .m-width-wrapper
  .steps
  .mobile-cards-switcher:last-child {
  right: 0;
}
.page-landing.how-it-works .clickers {
  flex: 0 0 48px;
  display: none;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 18px;
}
.page-landing.how-it-works .clickers button {
  padding: 8px;
  background-color: transparent;
  border: none;
}
.page-landing.how-it-works .clickers button span {
  display: block;
  width: 24px;
  height: 4px;
  background-color: var(--main-lightgray);
  transition: background-color 200ms cubic-bezier(0.645, 0.045, 0.355, 1);
}
.page-landing.how-it-works .clickers button.active span {
  background-color: var(--primary);
}
.page-landing.how-it-works .bottom-buttons {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 17px;
  padding-bottom: 224px;
  position: relative;
}
.page-landing.how-it-works .bottom-buttons .button {
  margin: 0 25px;
  font-size: 20px;
  line-height: 1.6;
  padding: 12px 50px;
  z-index: 1;
}
.page-landing.how-it-works .bottom-buttons .button.secondary {
  padding: 10px 48px;
}
.page-landing.how-it-works .bottom-buttons .bottom-line {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-height: 100%;
  pointer-events: none;
}
.page-landing.how-it-works .not-visible > h2 {
  opacity: 0;
  visibility: hidden;
  transform: translateY(50px);
}
.page-landing.how-it-works .not-visible > .step .info,
.page-landing.how-it-works .not-visible > .step .number,
.page-landing.how-it-works .not-visible > .step .screenshot {
  visibility: hidden;
}
.page-landing.how-it-works .not-visible > .step .info {
  transform: translateX(50px);
  opacity: 0;
}
.page-landing.how-it-works .not-visible > .step .number {
  transform: scale(0);
}
.page-landing.how-it-works .not-visible > .step .screenshot {
  transform: translateX(-50px);
  opacity: 0;
}
.page-landing.how-it-works
  .not-visible
  > .step
  .screenshot
  svg.animated-screenshot
  circle:nth-of-type(1) {
  transform: translateX(-23%);
}
.page-landing.how-it-works
  .not-visible
  > .step
  .screenshot
  svg.animated-screenshot
  circle:nth-of-type(2) {
  transform: translateX(30%);
}
.page-landing.how-it-works
  .not-visible
  > .step
  .screenshot
  svg.animated-screenshot
  circle:nth-of-type(3) {
  transform: translateX(-11%);
}
.page-landing.how-it-works
  .not-visible:nth-of-type(3)
  ~ .steps-line
  .line-mask {
  transform: translateY(-300px);
}
.page-landing.how-it-works
  .not-visible:nth-of-type(2)
  ~ .steps-line
  .line-mask {
  transform: translateY(-600px);
}
.page-landing.how-it-works
  .not-visible:nth-of-type(1)
  ~ .steps-line
  .line-mask {
  transform: translateY(-900px);
}
.page-landing.how-it-works
  .not-visible:nth-of-type(3)
  ~ .steps-line-mobile
  .line-mask {
  transform: translateX(-300px);
}
.page-landing.how-it-works
  .not-visible:nth-of-type(2)
  ~ .steps-line-mobile
  .line-mask {
  transform: translateX(-600px);
}
.page-landing.how-it-works
  .not-visible:nth-of-type(1)
  ~ .steps-line-mobile
  .line-mask {
  transform: translateX(-900px);
}

@media screen and (max-width: 1200px) {
  .page-landing.how-it-works .m-width-wrapper {
    padding-left: 0;
    padding-right: 0;
    padding-top: 58px;
  }
  .page-landing.how-it-works .m-width-wrapper > .scroll-reveal > h2 {
    font-size: 36px;
    line-height: 1.33;
  }
  .page-landing.how-it-works .m-width-wrapper .steps {
    max-width: 100%;
    margin-top: 0;
    overflow-x: hidden;
  }
  .page-landing.how-it-works .m-width-wrapper .steps .steps-inner {
    width: 100%;
    overflow: visible;
    display: flex;
    --current-step: 0;
    will-change: transform;
    transform: translateX(calc(var(--current-step) * -100%));
    transition: transform 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .page-landing.how-it-works .m-width-wrapper .steps .steps-inner .steps-line {
    display: none;
  }
}
@media screen and (max-width: 1200px) and (max-width: 410px) {
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    .steps-line-mobile {
    display: block;
  }
}

@media screen and (max-width: 1200px) {
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal {
    flex: 0 0 100%;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step {
    flex: 0 0 100%;
    align-self: flex-start;
    padding: 0 24px;
    flex-direction: column;
    justify-content: flex-start;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .info,
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .screenshot {
    flex: 1 1 auto;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .info {
    padding: 0;
    text-align: center;
    flex-shrink: 1;
    max-width: 500px;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .info
    h3 {
    font-size: 24px;
    line-height: 1.33;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .info
    p {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .number {
    order: -1;
    margin: 52px 0;
  }
  .page-landing.how-it-works
    .m-width-wrapper
    .steps
    .steps-inner
    > .scroll-reveal
    .step
    .screenshot {
    margin-top: 33px;
    border: none;
    min-height: 190px;
  }
  .page-landing.how-it-works .clickers {
    display: flex;
  }
  .page-landing.how-it-works .bottom-buttons {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 112px;
  }
  .page-landing.how-it-works .bottom-buttons .button {
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 35px;
  }
  .page-landing.how-it-works .bottom-buttons .button.secondary {
    padding: 6px 33px;
    margin-top: 16px;
  }
}

@keyframes dashedLineAnimation {
  to {
    stroke-dashoffset: -28;
  }
}

/*Section 5 Feedback*/

.page-landing.feedback {
  display: flex;
  flex-direction: column;
  padding-bottom: 100px;
  position: relative;
}
.main_wrapper--new-start .page-landing.feedback {
  padding-bottom: 80px;
}
.page-landing.feedback .scroll-reveal header {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.feedback .scroll-reveal header > h2 {
  margin: 0;
  margin-right: 16px;
  line-height: 1.14;
  font-size: 56px;
  color: var(--black-text);
}
.page-landing.feedback .scroll-reveal header .stars-info {
  display: flex;
  position: relative;
  top: 1px;
}
.page-landing.feedback .scroll-reveal header .stars-info .stars {
  font-size: 18px;
  line-height: 1.33;
  color: var(--black-text);
  font-weight: 400;
  margin-top: 4px;
  margin-right: 8px;
}
.page-landing.feedback .scroll-reveal header .stars-info .info {
  margin-top: 5px;
}
.page-landing.feedback .scroll-reveal header .stars-info .info span,
.page-landing.feedback .scroll-reveal header .stars-info .info a {
  display: block;
  font-size: 12px;
  line-height: 1.33;
  font-weight: 500;
}
.page-landing.feedback .scroll-reveal header .stars-info .info span {
  color: var(--black-lighter-text);
}
.page-landing.feedback .scroll-reveal header .stars-info .info a {
  color: var(--primary);
}
.page-landing.feedback .scroll-reveal p.subheading {
  margin: 0;
  margin-top: 32px;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  color: var(--black-lighter-text);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
  transition-delay: 100ms;
}
.page-landing.feedback .scroll-reveal .main-feedback-block {
  margin-top: 80px;
  display: flex;
}
.page-landing.feedback .scroll-reveal .main-feedback-block .col {
  flex: 0 0 50%;
}
.page-landing.feedback .scroll-reveal .main-feedback-block .col.image {
  padding-right: 16px;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.feedback .scroll-reveal .main-feedback-block .col.image img {
  display: block;
  max-width: 100%;
  box-shadow: 0 0 4px 4px rgba(17, 17, 17, 0.05);
  border-radius: 16px;
}
.page-landing.feedback .scroll-reveal .main-feedback-block .col.info {
  padding-left: 10%;
}
.page-landing.feedback .scroll-reveal .main-feedback-block .col.info .person {
  display: flex;
  align-items: center;
  color: var(--black-text);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
  transition-delay: 100ms;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  .person
  img {
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 16px;
  font-size: 16px;
  line-height: 1.5;
  width: 40px;
  height: 40px;
  object-fit: cover;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  blockquote.main {
  margin: 0;
  margin-top: 32px;
  font-size: 32px;
  color: var(--black-text);
  line-height: 1.25;
  position: relative;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
  transition-delay: 200ms;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  blockquote.main::before {
  line-height: 1;
  font-size: 150px;
  content: "“";
  display: block;
  position: absolute;
  top: -35px;
  left: -20px;
  color: rgba(var(--primary-rgb), 0.13);
  z-index: -1;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  blockquote.full {
  border-radius: 8px;
  padding: 16px;
  margin-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  background-color: var(--header-gradient-start);
  font-size: 16px;
  font-weight: 400;
  color: var(--black-lighter-text);
  line-height: 1.5;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
  transition-delay: 300ms;
}
.page-landing.feedback .scroll-reveal .main-feedback-block .col.info .numbers {
  margin-top: 42px;
  display: flex;
  justify-content: space-between;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  .numbers
  .num {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.71;
  font-weight: 500;
  font-size: 14px;
  color: var(--black-lighter-text);
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  .numbers
  .num:nth-of-type(1) {
  transition-delay: 500ms;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  .numbers
  .num:nth-of-type(2) {
  transition-delay: 600ms;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  .numbers
  .num:nth-of-type(3) {
  transition-delay: 700ms;
}
.page-landing.feedback
  .scroll-reveal
  .main-feedback-block
  .col.info
  .numbers
  .num
  span {
  line-height: 1.33;
  font-size: 24px;
  margin-bottom: 8px;
}
.page-landing.feedback .scroll-reveal.not-visible header,
.page-landing.feedback .scroll-reveal.not-visible p.subheading,
.page-landing.feedback
  .scroll-reveal.not-visible
  .main-feedback-block
  .col.image,
.page-landing.feedback
  .scroll-reveal.not-visible
  .main-feedback-block
  .col.info
  .person,
.page-landing.feedback
  .scroll-reveal.not-visible
  .main-feedback-block
  .col.info
  blockquote.main,
.page-landing.feedback
  .scroll-reveal.not-visible
  .main-feedback-block
  .col.info
  blockquote.full,
.page-landing.feedback
  .scroll-reveal.not-visible
  .main-feedback-block
  .col.info
  .numbers
  .num {
  opacity: 0;
  transform: translateY(50px);
  visibility: hidden;
}
.page-landing.feedback .primary {
  margin: 0 auto;
  margin-top: 72px;
  padding: 12px 50px;
  font-size: 20px;
  line-height: 1.6;
}
.page-landing.feedback > .bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scale(-1, 1);
  pointer-events: none;
}
.emoji-image {
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-right: 10px;
}
.emoji-image.stars {
  position: relative;
  top: 3px;
  background-image: url("../images/new-emoji/white-medium-star_2b50.png");
}
.emoji-image.artist {
  background-image: url("../images/new-emoji/female-artist_1f469-200d-1f3a8.png");
}
.emoji-image.brush {
  background-image: url("../images/new-emoji/lower-left-paintbrush_1f58c.png");
}
.emoji-image.money {
  background-image: url("../images/new-emoji/money-with-wings_1f4b8.png");
}

@media screen and (max-width: 1200px) {
  .feedback-wrapper .feedback-card {
    left: 50%;
    transform: translateX(-50%);
  }

  .page-landing.feedback {
    padding-left: 38px;
    padding-right: 38px;
    padding-bottom: 40px;
  }
  .page-landing.feedback .scroll-reveal header {
    flex-direction: column;
  }
  .page-landing.feedback .scroll-reveal header h2 {
    margin-right: 0;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 1.33;
  }
  .page-landing.feedback .scroll-reveal p.subheading {
    margin-top: 24px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.feedback .scroll-reveal .main-feedback-block {
    flex-direction: column;
    margin-top: 32px;
    max-width: 500px;
  }
  .page-landing.feedback .scroll-reveal .main-feedback-block .col.image {
    padding: 0;
    margin-left: -16px;
    margin-right: -16px;
    order: 1;
  }
  .page-landing.feedback .scroll-reveal .main-feedback-block .col.info {
    padding: 0;
    margin-bottom: 31px;
  }
  .page-landing.feedback
    .scroll-reveal
    .main-feedback-block
    .col.info
    blockquote.main {
    margin-top: 40px;
    font-size: 24px;
  }
  .page-landing.feedback
    .scroll-reveal
    .main-feedback-block
    .col.info
    blockquote.full {
    margin-top: 32px;
    font-size: 14px;
    line-height: 1.71;
  }
  .page-landing.feedback
    .scroll-reveal
    .main-feedback-block
    .col.info
    .numbers
    .num {
    font-size: 12px;
  }
  .page-landing.feedback .primary {
    margin-top: 40px;
    padding: 8px 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}
@media (max-width: 700px) {
  .page-landing.feedback .scroll-reveal .main-feedback-block {
    width: 100%;
  }
    .feedback-wrapper .feedback-card {
        -webkit-transition-property: none;
        -moz-transition-property: none;
        -o-transition-property: none;
        transition-property: none;
    }
}
@media (max-width: 595px) {
  .one-review-wrapper-top {
    justify-content: center;
    align-items: center;
    flex-direction: column;
    align-content: center;  
  }
  .contest-example{
      height: 645px;
  }
  .one-review-wrapper-left{
      margin-bottom: 16px;
  }
 
}
@media(max-width:479px){
    .one-review-wrapper,
    .one-review-wrapper-top,
    .contest-example .reviews-wrapper .one-review-wrapper{
        width: 286px;
    }
    .contest-example .number{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 14px;
        display: flex;
        flex-direction: column;
    }
    .emoji-image{
        margin-right: 0px;
        margin-bottom: 5px;
    }
    .creative-portfolio--logo-design .cards-slider-wrapper .cards-slider{
        margin-left: -25px;
    }
  
}
/*Section 6 Need more*/

.page-landing.need-more {
  padding: 24px;
  padding-top: 57px;
  padding-bottom: 56px;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.14;
  color: var(--black-text);
  max-width: 592px;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal h3 {
  margin: 0;
  font-size: 20px;
  line-height: 1.6;
  color: var(--black-lighter-text);
  margin-top: 40px;
  margin-bottom: 64px;
  max-width: 592px;
  transition: opacity 600ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform, visibility;
}
.scroll-reveal .offer-val-cards-item a:hover {
  opacity: 1;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards {
  display: flex;
  margin-top: 80px;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service {
  margin-left: 16px;
  margin-right: 16px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  box-shadow: 0 0 8px 4px rgba(17, 17, 17, 0.05);
  padding: 40px 64px;
  padding-top: 64px;
  text-align: center;
  transition: transform 1500ms cubic-bezier(0.215, 0.61, 0.355, 1),
    box-shadow 1500ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform, box-shadow, visibility;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service > * {
  transition: opacity 600ms linear;
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal
  .cards
  .service:first-child {
  margin-left: 0;
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal
  .cards
  .service:last-child {
  margin-right: 0;
  transition-delay: 300ms;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service img {
  display: block;
  max-width: 100%;
  margin-left: -22px;
  margin-right: -22px;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service h4 {
  font-size: 32px;
  line-height: 1.25;
  color: var(--black-text);
  margin: 0;
  margin-top: 36px;
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service p {
  margin: 0;
  margin-top: 32px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black-lighter-text);
}
.page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service .price {
  margin-top: 48px;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: var(--black-lighter-text);
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal
  .cards
  .service
  .price
  span {
  font-size: 32px;
  font-weight: 600;
  color: var(--primary);
  line-height: 1.25;
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal
  .cards
  .service
  .saving {
  font-size: 18px;
  line-height: 1.33;
  color: var(--black-lighter-text);
  margin-top: 32px;
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal
  .cards
  .service
  .saving
  span {
  margin-right: 8px;
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal
  .cards
  .service
  .primary {
  margin-top: 40px;
  padding: 12px 22px;
  font-size: 20px;
  line-height: 1.6;
  transition: all 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.page-landing.need-more .m-width-wrapper .scroll-reveal.not-visible h2,
.page-landing.need-more .m-width-wrapper .scroll-reveal.not-visible h3 {
  visibility: hidden;
  transform: translateY(30px);
  opacity: 0;
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal.not-visible
  .cards
  > .service {
  transform: translateY(90px);
  box-shadow: 0 -90px 60px 4px rgba(17, 17, 17, 0.1);
}
.page-landing.need-more
  .m-width-wrapper
  .scroll-reveal.not-visible
  .cards
  > .service
  > * {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .page-landing.need-more .m-width-wrapper .scroll-reveal h2 {
    font-size: 36px;
  }
  .page-landing.need-more .m-width-wrapper .scroll-reveal h3 {
    margin-top: 32px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.need-more .m-width-wrapper .scroll-reveal .cards {
    flex-direction: column;
    margin: 0 auto;
    margin-top: 32px;
    max-width: 500px;
  }
  .page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service {
    margin: 0;
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }
  .page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service h4 {
    font-size: 24px;
    line-height: 1.33;
  }
  .page-landing.need-more .m-width-wrapper .scroll-reveal .cards .service p {
    margin-top: 24px;
    font-size: 14px;
    line-height: 1.71;
  }
  .page-landing.need-more
    .m-width-wrapper
    .scroll-reveal
    .cards
    .service
    .price {
    margin-top: 24px;
    font-size: 14px;
  }
  .page-landing.need-more
    .m-width-wrapper
    .scroll-reveal
    .cards
    .service
    .price
    span {
    font-size: 24px;
    line-height: 1.33;
    margin-left: 4px;
  }
  .page-landing.need-more
    .m-width-wrapper
    .scroll-reveal
    .cards
    .service
    .saving {
    margin-top: 25px;
    font-size: 16px;
    line-height: 1.5;
  }
  .page-landing.need-more
    .m-width-wrapper
    .scroll-reveal
    .cards
    .service
    .primary {
    margin-top: 31px;
    font-size: 16px;
    line-height: 1.5;
    padding: 8px 35px;
  }
}
/*Section 7 Why DC*/

.page-landing.why-dc {
  display: flex;
  flex-direction: column;
  background-image: linear-gradient(
    to bottom,
    #ffffff00 7.2vw,
    var(--header-gradient-start) 7.3vw,
    var(--why-dc-grad-end) 100%
  );
  background-color: transparent;
  padding-bottom: 126px;
  padding-top: 0;
  position: relative;
  text-align: left;
}
.page-landing.why-dc .top-svg {
  transform: scale(-1, 1);
}
.page-landing.why-dc .scroll-reveal h2 {
  font-size: 56px;
  line-height: 1.14;
  color: var(--black-text);
  text-align: center;
  margin: 0;
  margin-top: 200px;
}
.page-landing.why-dc ol.m-width-wrapper {
  padding-left: 0;
  margin-top: 89px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal {
  flex: 0 0 30%;
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item {
  position: relative;
  display: block;
  margin-bottom: 67px;
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item svg {
  position: absolute;
  top: 19px;
  left: 10px;
  transform: translate(-50%, -50%);
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item svg circle {
  transform-origin: center;
  transform: rotate(-90deg);
  stroke-dasharray: 94;
  stroke-dashoffset: 0px;
  transition: stroke-dashoffset 1500ms cubic-bezier(0.645, 0.045, 0.355, 1),
    transform 1500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: stroke-dashoffset, transform;
  transition-delay: 400ms;
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item .number,
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item .heading {
  font-size: 30px;
  line-height: 1.33;
  color: var(--black-text);
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  text-align: center;
  margin-right: 22px;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal
  li.why-item
  .heading-wrapper {
  display: block;
  will-change: transform;
  position: relative;
  transition: opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1),
    transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: opacity, transform;
  transition-delay: 200ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal
  li.why-item
  .heading-wrapper
  .heading {
  margin-left: 43px;
}
.page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item p {
  font-size: 18px;
  margin: 18px 0;
  line-height: 1.33;
  color: #525466;
  font-weight: 400;
  transition: transform 400ms cubic-bezier(0.215, 0.61, 0.355, 1),
    opacity 400ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-delay: 400ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(2)
  li.why-item
  .number {
  transition-delay: 100ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(2)
  li.why-item
  .heading-wrapper {
  transition-delay: 300ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(2)
  li.why-item
  p {
  transition-delay: 500ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(2)
  li.why-item
  svg
  circle {
  transition-delay: 500ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(3)
  li.why-item
  .number {
  transition-delay: 200ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(3)
  li.why-item
  .heading-wrapper {
  transition-delay: 400ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(3)
  li.why-item
  p {
  transition-delay: 600ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(3)
  li.why-item
  svg
  circle {
  transition-delay: 600ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(4)
  li.why-item
  .number {
  transition-delay: 300ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(4)
  li.why-item
  .heading-wrapper {
  transition-delay: 500ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(4)
  li.why-item
  p {
  transition-delay: 700ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(4)
  li.why-item
  svg
  circle {
  transition-delay: 700ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(5)
  li.why-item
  .number {
  transition-delay: 400ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(5)
  li.why-item
  .heading-wrapper {
  transition-delay: 600ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(5)
  li.why-item
  p {
  transition-delay: 800ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(5)
  li.why-item
  svg
  circle {
  transition-delay: 800ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(6)
  li.why-item
  .number {
  transition-delay: 500ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(6)
  li.why-item
  .heading-wrapper {
  transition-delay: 700ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(6)
  li.why-item
  p {
  transition-delay: 900ms;
}
.page-landing.why-dc
  ol.m-width-wrapper
  .scroll-reveal:nth-of-type(6)
  li.why-item
  svg
  circle {
  transition-delay: 900ms;
}
.page-landing.why-dc ol.m-width-wrapper .not-visible li.why-item svg circle {
  stroke-dashoffset: 94px;
  transform: rotate(-270deg);
}
.page-landing.why-dc ol.m-width-wrapper .not-visible li.why-item .number {
  transform: scale(0);
}
.page-landing.why-dc
  ol.m-width-wrapper
  .not-visible
  li.why-item
  .heading-wrapper {
  opacity: 0;
  transform: translateX(-30px);
}
.page-landing.why-dc ol.m-width-wrapper .not-visible li.why-item p {
  transform: translateX(-30px);
  opacity: 0;
}
.page-landing.why-dc > .primary {
  margin: 0 auto;
  padding: 12px 50px;
  font-size: 20px;
  line-height: 1.6;
}
.page-landing.why-dc .bottom-line {
  position: absolute;
  width: 100%;
  bottom: 0;
  pointer-events: none;
}

@media screen and (max-width: 1200px) {
  .page-landing.why-dc {
    padding-bottom: 56px;
  }
  .page-landing.why-dc .scroll-reveal h2 {
    margin-top: 56px;
    font-size: 36px;
    line-height: 1.33;
    padding: 0 24px;
  }
  .page-landing.why-dc ol.m-width-wrapper {
    padding: 0 32px;
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1200px) and (max-width: 1030px) {
  .page-landing.why-dc ol.m-width-wrapper .scroll-reveal {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 1200px) and (max-width: 710px) {
  .page-landing.why-dc ol.m-width-wrapper .scroll-reveal {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 1200px) {
  .page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item svg {
    left: 10px;
    top: 15px;
    transform: translate(-50%, -50%) scale(0.7);
  }
  .page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item .number,
  .page-landing.why-dc ol.m-width-wrapper .scroll-reveal li.why-item .heading {
    font-size: 24px;
    line-height: 1.33;
  }
  .page-landing.why-dc
    ol.m-width-wrapper
    .scroll-reveal
    li.why-item
    .heading-wrapper
    .heading {
    margin-left: 33px;
  }
}
@media screen and (max-width: 1200px) {
  .page-landing.why-dc > .primary {
    padding: 8px 40px;
    font-size: 16px;
    line-height: 1.5;
  }
}

/*Section 8 By industry */
.page-landing.by-industy {
  padding: 100px 32px;
  background-image: linear-gradient(
    to bottom,
    var(--why-dc-grad-end) 0%,
    var(--by-industry-grad-end) 100%
  );
}
@media screen and (max-width: 1200px) {
  .page-landing.by-industy {
    padding-top: 0;
  }
}
.page-landing.by-industy h3 {
  font-size: 30px;
  line-height: 1.33;
  color: var(--black-text);
}
@media screen and (max-width: 1200px) {
  .page-landing.by-industy h3 {
    font-size: 24px;
    line-height: 1.33;
  }
}
.page-landing.by-industy ul {
  margin-top: 32px;
  padding-left: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.page-landing.by-industy ul li,
.page-landing.by-industy ul li a,
.page-landing.by-industy ul .more-btn {
  margin-bottom: 16px;
  /* flex: 0 1 168px; */
  padding-right: 12px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: var(--primary-dark);
}
@media screen and (max-width: 1200px) {
  .page-landing.by-industy ul li,
  .page-landing.by-industy ul .more-btn {
    font-size: 14px;
    line-height: 1.14;
  }
}
.page-landing.by-industy ul .more-btn {
  display: none;
  background-color: transparent;
  border: none;
  min-width: 0;
  padding: 0;
  width: auto;
  text-align: left;
}
@media (min-width: 480px) {
  .creative-portfolio--logo-design
    .contest-example
    .reviews-wrapper
    .one-review-wrapper
    .images {
    width: 229px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .page-landing.by-industy ul {
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .page-landing.by-industy ul li {
    padding-right: 0;
  }
  .page-landing.need-more .center_wrapper {
    padding: 0;
  }
}
@media screen and (max-width: 463px) {
  .page-landing.by-industy ul .when-more {
    display: none;
  }
  .page-landing.by-industy ul.more-visible .when-more {
    display: block;
  }
  .page-landing.by-industy ul .more-btn {
    display: block;
  }
}

/*Section 9 Questions */
.page-landing.questions {
  padding: 111px 24px 143px;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .page-landing.questions {
    padding-top: 72px;
    padding-bottom: 110px;
  }
}
.page-landing.questions > h2 {
  margin: 0;
  font-size: 56px;
  line-height: 1.14;
  color: var(--black-text);
  text-align: center;
}
@media screen and (max-width: 1200px) {
  .page-landing.questions > h2 {
    font-size: 36px;
    line-height: 1.33;
  }
}
.page-landing.questions .accordion {
  margin-top: 72px;
}
@media screen and (max-width: 1200px) {
  .page-landing.questions .accordion {
    margin-top: 48px;
  }
}
.page-landing.questions .bottom-line {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  pointer-events: none;
}

.accordion .header {
  height: auto;
  font-size: 20px;
  line-height: 1.6;
  color: var(--black-text);
  border-radius: 0;
  border: none;
  border-bottom: 1px solid var(--main-lightgray);
  padding: 24px 30px 24px 0;
  border-top: 1px solid var(--main-lightgray);
  margin-top: -1px;
  display: block;
  background-color: transparent;
  width: 100%;
  text-align: left;
  font-weight: 600;
  position: relative;
  transition: opacity 350ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
.accordion .header:hover {
  opacity: 0.5;
}
.accordion .header::before,
.accordion .header::after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 4px;
  background-color: var(--primary);
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: transform 400ms ease-in-out;
}
.accordion .header::after {
  transform: translateY(-50%) rotate(90deg);
}
.accordion .header.shown {
  border-bottom: none;
}
.accordion .header.shown::before {
  transform: translateY(-50%) rotate(180deg);
}
.accordion .header.shown::after {
  transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 1200px) {
  .accordion .header {
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.accordion .content {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--black-lighter-text);
  max-height: 0;
  overflow-y: hidden;
  transition: all 500ms cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: max-height, margin-bottom;
}
.accordion .content.shown {
  max-height: var(--content-height, 2000px);
  margin-bottom: 24px;
}

/*Section 10 More help */
.page-landing.more-help {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: var(--header-gradient-start);
  padding: 120px 24px 105px;
}
.page-landing.more-help h2 {
  font-size: 32px;
  line-height: 1.25;
  color: var(--black-text);
  margin: 0;
}
.page-landing.more-help p {
  margin: 0;
  margin-top: 24px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: var(--black-lighter-text);
  line-height: 1.5;
  max-width: 366px;
}
.page-landing.more-help .phone-and-request {
  margin-top: 48px;
}
.page-landing.more-help .phone-and-request a {
  margin: 0 28px;
  font-size: 18px;
  line-height: 1.33;
  color: var(--black-text);
  font-weight: 500;
}
@media screen and (max-width: 1200px) {
  .page-landing.more-help {
    padding: 76px 24px 89px;
  }
  .page-landing.more-help h2 {
    font-size: 24px;
    line-height: 1.33;
  }
  .page-landing.more-help p {
    font-size: 14px;
    margin-top: 16px;
    max-width: 233px;
    line-height: 1.71;
  }
  .page-landing.more-help .phone-and-request {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 49px;
  }
  .page-landing.more-help .phone-and-request a {
    margin: 0;
    margin-top: 24px;
  }
  .page-landing.more-help .phone-and-request a:first-child {
    margin-top: 0;
  }
}

/*Footer*/
body footer {
  padding: 48px 24px 32px;
  background-color: var(--footer-bg);
  color: var(--white);
}
@media screen and (max-width: 800px) {
  body footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
body footer .links-and-signup {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup {
    flex-direction: column;
  }
}
body footer .links-and-signup ul.links {
  flex: 1 1 auto;
  align-self: flex-start;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: flex-start;
  padding-left: 0;
  max-width: 608px;
  margin: 0;
  margin-right: 24px;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup ul.links {
    margin-top: 27px;
  }
}
body footer .links-and-signup ul.links li {
  flex: 0 1 200px;
  margin-bottom: 10px;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup ul.links li {
    flex: 0 1 170px;
  }
}
body footer .links-and-signup ul.links li a {
  font-size: 14px;
  line-height: 1.71;
  color: var(--white);
  font-weight: 400;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup ul.links li a {
    font-size: 12px;
  }
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup ul.links li {
    font-size: 24px;
  }
}
body footer .links-and-signup .signup {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup .signup {
    order: -1;
    align-items: flex-start;
  }
}
body footer .links-and-signup .signup p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
  opacity: 0.8;
  margin: 0;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup .signup p {
    font-size: 12px;
  }
}
body footer .links-and-signup .signup .field-button {
  margin-top: 31px;
  background-color: var(--white);
  border-radius: 24px;
  display: flex;
  height: 48px;
  padding: 4px;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup .signup .field-button {
    margin-top: 24px;
  }
}
body footer .links-and-signup .signup .field-button input {
  background-color: transparent;
  border: none;
  font-size: 12px;
  padding: 12px 16px;
  line-height: 1.33;
  font-weight: 600;
  width: 188px;
}
body footer .links-and-signup .signup .field-button button {
  border-radius: 99px;
  background-color: var(--primary);
  font-size: 12px;
  min-width: 120px;
  color: var(--white);
  padding: 10px 12px;
}
body footer .links-and-signup .signup .field-button button:hover {
  transform: none;
}
body footer .links-and-signup .signup .socials {
  margin-top: 21px;
  display: flex;
}
body footer .links-and-signup .signup .socials a {
  color: transparent;
  display: block;
  width: 40px;
  height: 28px;
  overflow: hidden;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
body footer .links-and-signup .signup .socials a:last-child {
  margin-right: -10px;
}
@media screen and (max-width: 800px) {
  body footer .links-and-signup .signup .socials a:first-child {
    margin-left: -10px;
  }
}
body footer .links-and-signup .signup .socials a.facebook {
  background-image: url(../../../../assets/socials/facebook.svg);
}
body footer .links-and-signup .signup .socials a.pinterest {
  background-image: url(../../../../assets/socials/pinterest.svg);
}
body footer .links-and-signup .signup .socials a.twitter {
  background-image: url(../../../../assets/socials/twitter.svg);
}
body footer .links-and-signup .signup .socials a.linkedin {
  background-image: url(../../../../assets/socials/linkedin.svg);
}
body footer .links-and-signup .signup .socials a.instagram {
  background-image: url(../../../../assets/socials/instagram.svg);
}
body footer .the-very-footer {
  margin-top: 23px;
  padding-top: 24px;
  border-top: 1px solid var(--footer-border);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body footer .the-very-footer span {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.71;
}
@media screen and (max-width: 800px) {
  body footer .the-very-footer {
    flex-direction: column;
    align-items: center;
  }
  body footer .the-very-footer span {
    margin-top: 24px;
    opacity: 0.8;
    font-size: 12px;
    line-height: 1.33;
  }
}
/* //////////////new background for hiw block //////////////////////////////////////////////////*/
.how-it-works-bg{
  background-image: url("../images/new-one-on-one/bg/bg.svg");
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
@media(min-width:900px){
  .how-it-works-bg{
    margin-top: 25px;
  } 
}
@media(min-width:1024px){
  .how-it-works-bg{
   margin-top: -30px;
  } 
  
  .how-it-works-bg .page-landing.how-it-works{
    margin-top: 30px;
  }
}
@media(min-width:1280px){
  .how-it-works-bg{
   margin-top: -50px;
  } 
  .main_wrapper--new-start.how-it-works-bg .page-landing.how-it-works{
    margin-top: 70px;
  }
}
