:root {
  --pale-violet-red: #ff6c8c;
  --white: white;
  --black: #1e1f14;
  --riftly_neutral1: #89a4c2;
  --riftly-blue: #1d63ff;
  --riftly_neutral4: #1d3148;
  --riftly_neutral3: #2f4e6d;
  --riftly_cyan: #00bbc7;
  --riftly_neutral5: #132436;
}

.cda-noimg.cda-removeleft {
  cursor: auto;
  background-color: #1e1f14;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.submit-button {
  background-color: var(--pale-violet-red);
  color: #fff;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: none;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 900;
  transition: background-color .4s, color .4s;
}

.submit-button:hover {
  background-color: var(--white);
  color: var(--pale-violet-red);
  font-family: Lato, sans-serif;
}

.homepage {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.form-block {
  z-index: 99;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
  position: relative;
}

.form {
  flex-direction: column;
  width: 30vw;
  display: flex;
}

.image-2 {
  z-index: 99;
  align-self: auto;
  width: 20vw;
  margin-bottom: 40px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.button {
  z-index: 99;
  color: #fff;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  cursor: crosshair;
  background-color: rgba(0, 0, 0, 0);
  border-right: 1px #fff;
  border-radius: 0;
  flex: 1;
  width: 40vw;
  margin-top: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 30px;
  text-decoration: none;
  transition: color .3s;
  position: relative;
}

.button:hover {
  color: #ff6c8c;
}

.button.coming-soon {
  background-color: var(--pale-violet-red);
  padding-left: 25px;
  padding-right: 25px;
  font-size: 15px;
  display: none;
  position: absolute;
  top: 311.461px;
}

.success-message {
  background-color: rgba(0, 0, 0, 0);
}

.text-field {
  text-align: center;
  letter-spacing: 2px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-top-width: .5px;
  border-bottom: .5px solid #fff;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.text-field:active, .text-field:focus {
  color: #ffe266;
}

.text-field:focus-visible {
  color: #ffe266;
  font-weight: 700;
}

.text-field[data-wf-focus-visible] {
  color: #ffe266;
  font-weight: 700;
}

.text-field::placeholder {
  color: #ff6c8c;
}

.text-block-2 {
  color: #1e1f14;
  font-family: Lato, sans-serif;
}

.text-block {
  color: #a586ff;
  font-family: Lato, sans-serif;
}

.section {
  width: 100vw;
}

.section-2 {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
}

.menu_link-bg {
  z-index: 1;
  opacity: 0;
  background-color: #fff;
  border: 1px #000;
  border-radius: 100vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_link-bg:hover {
  border-radius: 100vw;
}

.menu_wrap {
  border: 1px solid var(--white);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
  max-width: 100%;
  padding: .4em .5em;
}

.menu_shape-bg {
  background-color: #000;
  border-radius: 100vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
}

.menu_link-text {
  z-index: 2;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.2em;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.menu_link-text.inactive:hover {
  color: #8a8a8a;
}

.menu_shape {
  z-index: 1;
  opacity: 1;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 7em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(0);
}

.menu_link {
  z-index: 2;
  color: #fff;
  cursor: crosshair;
  border-radius: 100px;
  padding: 1.2em 1.7em;
  font-family: Lato, sans-serif;
  font-size: 12px;
  text-decoration: none;
  transition: color .4s;
  position: relative;
}

.menu_link:hover {
  color: var(--pale-violet-red);
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.menu_link:focus {
  color: var(--pale-violet-red);
}

.menu_link.w--current {
  color: var(--pale-violet-red);
  mix-blend-mode: normal;
}

.menu_link.inactive:hover {
  color: var(--pale-violet-red);
}

.menu {
  position: relative;
}

.container {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 14vh;
  margin-left: auto;
  margin-right: auto;
  padding: 1%;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container.is-menu {
  z-index: 1000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 12vh;
  padding-bottom: 2%;
  padding-left: 4%;
  padding-right: 4%;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container.logo {
  z-index: 2000;
  flex: 0 auto;
  position: relative;
}

.global-styles {
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.logo-top {
  background-image: url('../images/Asset-1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  align-items: center;
  width: 20vw;
  height: 10vh;
  display: block;
}

.body-section {
  align-self: center;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.paragraph {
  color: var(--white);
  text-align: left;
  text-indent: 0;
  align-self: center;
  width: 50vw;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.paragraph.email {
  color: var(--pale-violet-red);
  letter-spacing: 2px;
  font-size: 20px;
  font-weight: 700;
  transition: color .4s;
}

.paragraph.email:hover {
  color: var(--white);
}

.heading-1 {
  color: var(--white);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-self: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 30px;
  font-weight: 900;
  display: block;
}

.main-logo {
  margin-top: 40px;
  padding-bottom: 40px;
}

.grid {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.transition-color {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: relative;
}

.menu_button-circle {
  background-color: #b798c1;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.08em;
  height: 2.08em;
  margin-left: .8em;
  display: flex;
}

.transition-bg {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_arrow {
  width: .8em;
  height: 1.1em;
  margin-left: .4em;
}

.transition-logo-img {
  z-index: 2;
  width: 7em;
  position: relative;
}

.section-3.is--nav {
  z-index: 1000;
  background-color: #121212;
  border-bottom: 1px solid #b798c1;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.grid_item {
  width: 100%;
  padding: 1.04em;
}

.grid_item.is--nav-logo {
  flex: none;
  width: 10%;
}

.grid_item.is--hamburger {
  display: none;
}

.grid_item.is--menu {
  justify-content: flex-start;
  align-items: stretch;
  width: 90%;
  display: flex;
}

.transition-lottie {
  width: 100%;
  margin-bottom: -5px;
  position: relative;
}

.menu_line {
  background-color: #b798c1;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-101%);
}

.menu_button {
  justify-content: flex-end;
  align-items: center;
  margin-left: auto;
  font-weight: 700;
  transition: color .2s;
  display: flex;
}

.menu_button:hover {
  color: #e8e8e8;
}

.hamburger_icon {
  width: 3em;
}

.container-2 {
  width: 1560px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.7em 6.25em;
}

.container-2.is--navbar {
  padding-top: .8em;
  padding-bottom: .8em;
}

.menu_button-icon {
  width: 1em;
  margin-top: -.15em;
}

.nav_logo-img {
  width: 5.21em;
}

.transition-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.transition-trigger {
  z-index: 20;
  opacity: 1;
  padding: 0;
  display: none;
}

.transition-color-border {
  background-color: #b798c1;
  width: 100%;
  height: 10px;
  margin-bottom: -8px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu_link-2 {
  justify-content: flex-start;
  align-items: center;
  margin-right: 1.2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu_link-2.w--current {
  color: #e8e8e8;
}

.transition {
  z-index: 2000;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: none;
}

.link-block {
  font-family: Lato, sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.link-block:hover {
  text-decoration: none;
}

.html-embed-2 {
  width: 90vw;
}

.utility-page-wrap {
  background-color: var(--black);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 40vw;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.body {
  background-color: var(--black);
}

.field-label {
  color: var(--white);
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.text-field-2 {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--white);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
}

.text-field-2:focus {
  color: var(--pale-violet-red);
}

.text-field-2:focus-visible {
  color: var(--pale-violet-red);
}

.text-field-2[data-wf-focus-visible] {
  color: var(--pale-violet-red);
}

.cursor-wrapper {
  z-index: 999999;
  cursor: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cursor {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #3b3b3b;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  position: absolute;
}

.cursor-2 {
  z-index: 5;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 21px;
  height: 21px;
  display: flex;
  position: absolute;
}

.cursor-2._3 {
  background-color: #0034c0;
  border-style: none;
  border-radius: 100px;
  width: 100px;
  height: 100px;
  display: none;
}

.circle-text {
  z-index: 10;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  cursor: none;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  position: absolute;
  overflow: visible;
}

.cursor-backup {
  background-color: #0034c0;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  display: none;
  position: absolute;
}

.card {
  z-index: 1;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 22.4em;
  display: flex;
  position: relative;
}

.card_bottom {
  z-index: 3;
  background-color: #5f2af5;
  border-radius: 2.81em;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 9.79em;
  margin-top: -6.1em;
  padding: 1.2em 2.3em;
  display: flex;
  position: relative;
}

.card_bottom.is--content {
  background-color: rgba(0, 0, 0, 0);
}

.container-3 {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 3em;
}

.container-3.is--hero {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  padding-left: 0;
  padding-right: 0;
  display: none;
}

.project-description {
  opacity: .7;
}

.card_description {
  color: rgba(255, 255, 255, .52);
  margin-top: .5em;
}

.speaker_icon {
  opacity: .4;
  width: 1.33em;
  margin-right: .89em;
}

.card_arrow {
  width: .89em;
}

.card_button {
  background-color: #fff;
  border-radius: 1.41em;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3.96em;
  height: 3.96em;
  display: flex;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .14);
}

.card_background {
  z-index: 1;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_line {
  background-color: #5f2af5;
  border-radius: 100vw;
  width: 3.4em;
  height: 9em;
  margin-left: 2.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.card_line.is--3 {
  width: 3.9em;
  margin-left: 10.7em;
}

.card_line.is--4 {
  width: .8em;
  margin-left: 16.6em;
}

.card_line.is--5 {
  width: 3.5em;
  margin-left: 17.9em;
}

.card_line.is--2 {
  width: 1em;
  margin-left: 6.4em;
}

.card_top {
  z-index: 4;
  border: 1px solid var(--pale-violet-red);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 2.81em;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 20em;
  padding-top: 3.13em;
  padding-left: 4.5em;
  padding-right: 4.5em;
  display: flex;
  position: relative;
}

.card_top.is--content {
  background-color: rgba(0, 0, 0, 0);
}

.card_img {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/Logo_white-text.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 60%;
  border-radius: 1.56em;
  flex: none;
  width: 12em;
  height: 6em;
  margin-bottom: 2.08em;
}

.card_img.anomura {
  background-image: url('../images/Logo_2x.png');
  background-size: 80%;
}

.card_bold {
  color: #fff;
  font-weight: 500;
}

.speaker {
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: .05em;
  padding-bottom: 2.97em;
  display: flex;
}

.card_line-top {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 9.6em;
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card_line-bottom {
  width: 100%;
  margin-top: -7.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.card-item {
  border-radius: 1rem;
  width: 100%;
  height: 30rem;
  position: relative;
  overflow: hidden;
}

.card-background {
  filter: saturate(120%);
  height: 100%;
  position: relative;
}

.main-section {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.cards-container {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15%;
  padding-right: 15%;
}

.paragraph-2 {
  color: #f5f5f7;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 180%;
}

.card-heading-wrapper {
  display: flex;
  position: relative;
}

.card-heading-holder {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cards-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.card-image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
}

.card-heading {
  border-left: .375rem solid var(--pale-violet-red);
  color: #f5f5f7;
  letter-spacing: 1px;
  text-transform: uppercase;
  object-fit: fill;
  border-radius: .125rem;
  flex: 0 auto;
  align-items: center;
  height: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: .125rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-decoration: none;
  display: flex;
  position: relative;
}

.grid-item-overlay {
  opacity: 1;
  cursor: crosshair;
  background-color: rgba(0, 0, 0, .2);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-heading-background {
  background-color: var(--pale-violet-red);
  border-radius: .125rem;
  width: auto;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.card-link {
  height: 100%;
  text-decoration: none;
  display: block;
  position: relative;
}

.custom-styles {
  display: none;
}

.card-content {
  z-index: 5;
  opacity: 1;
  object-fit: cover;
  background-color: rgba(0, 0, 0, .75);
  flex-direction: column;
  justify-content: flex-start;
  height: 15.625rem;
  margin-top: -4rem;
  padding: 1rem 5% 1.25rem;
  font-size: .875rem;
  display: flex;
  position: relative;
}

.graph__list-txt {
  color: rgba(10, 3, 60, .7);
  flex: 1;
  font-size: 14px;
}

.btn-offer__arrow-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0;
  transition: all .4s;
  display: flex;
  position: relative;
  left: 0;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.processes__columns {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.overflow-hidden {
  position: relative;
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  transition: all .2s;
}

.footer__p {
  color: var(--riftly_neutral1);
  max-width: 310px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

.swiper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.swiper.mod--work {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.addfile-wrap {
  cursor: pointer;
  border-radius: 45px;
  width: 282px;
  height: 233px;
  padding: 16px;
}

.work__ico-wrap {
  background-color: var(--riftly-blue);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  margin-bottom: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.remodal__close {
  z-index: 5;
  opacity: .7;
  filter: none;
  cursor: pointer;
  background-image: url('../images/ico-close-modal.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
  transition: all .2s;
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
}

.remodal__close:hover {
  opacity: 1;
}

.stat__month {
  color: rgba(10, 3, 60, .8);
  font-size: 14px;
}

.graph__part {
  z-index: 0;
  opacity: 1;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.graph__part.active {
  transform: scale(1.1);
}

.graph__part.active:hover {
  z-index: 0;
}

.graph__part.mod--full {
  z-index: 1;
  opacity: 1;
}

.footer__follow-and {
  color: #fff;
}

.processes__bg {
  display: block;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.processes__bg.mod--1 {
  filter: invert();
  top: 110px;
  bottom: auto;
  left: -60px;
  right: auto;
}

.processes__bg.mod--2 {
  background-color: var(--riftly-blue);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 30px;
  bottom: -24px;
  right: -24px;
}

.footer {
  color: #fff;
  padding: 80px 64px 56px;
  position: relative;
  overflow: hidden;
}

.graph__circle {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  margin-right: 32px;
  display: flex;
  position: relative;
}

.graph-block {
  z-index: 2;
  border: 1px solid var(--riftly-blue);
  background-color: var(--riftly_neutral4);
  outline-color: var(--riftly-blue);
  outline-offset: 0px;
  background-image: url('../images/Asset-1.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  outline-width: 1px;
  outline-style: none;
  width: 100%;
  height: 300px;
  padding: 32px 40px 40px;
  position: relative;
  box-shadow: 0 85px 128px -19px rgba(0, 0, 0, .2);
}

.menu__buttons {
  justify-content: flex-end;
  display: flex;
}

.form__submit {
  z-index: 3;
  background-color: rgba(56, 152, 236, 0);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header__humburger-wrap {
  display: none;
}

.addfile__process-percent {
  z-index: 2;
  letter-spacing: -.04em;
  width: 100%;
  font-size: 48px;
  font-weight: 700;
  line-height: 1em;
  position: relative;
}

.graph__btn {
  z-index: 2;
  background-color: rgba(211, 214, 223, .24);
  background-image: url('../images/menu-dots.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 32px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.addfile__txt.mod--title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 500;
}

.addfile__txt.mod--desc {
  color: rgba(255, 255, 255, .8);
  font-size: 14px;
}

.nav-txt.mod--over {
  position: absolute;
  top: -25px;
}

.work__title {
  color: var(--white);
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-weight: 700;
}

.btn__txt.mod--over {
  display: block;
  position: absolute;
  top: -20px;
}

.swiper-slide {
  justify-content: center;
  align-items: stretch;
  display: block;
  position: relative;
}

.swiper-slide.mod--work {
  flex: 1;
  max-width: 305%;
  height: auto;
}

.addfile__plus {
  background-color: #fff;
  background-image: url('../images/ico_plus.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 100px;
  flex: none;
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
  box-shadow: 0 30px 30px rgba(65, 70, 78, .3);
}

.work__ico-anim {
  transition: all .4s;
  position: relative;
  top: 0;
}

.business__col {
  flex: 1;
}

.business__col.mod--2 {
  align-self: center;
  max-width: 540px;
  margin-left: 90px;
}

.business__col.mod--1 {
  flex: 0 auto;
  align-items: flex-end;
  width: 100%;
  max-width: 560px;
  display: flex;
  position: relative;
}

.footer__offer-btn-wrap {
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 17px;
  transition: all .4s;
  display: flex;
}

.processes__line {
  filter: blur(5px);
  background-image: url('../images/dash.svg');
  background-position: 0%;
  background-repeat: repeat-x;
  background-size: auto;
  height: 1px;
  display: block;
}

.footer__follow-heart {
  z-index: -1;
  background-image: url('../images/follow-heart.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-bottom: -20px;
  display: inline-block;
  position: relative;
  top: -6px;
  right: -4px;
}

.remodal.remodal--global {
  z-index: 1000;
  border: 1px solid var(--riftly_neutral3);
  color: #222736;
  text-align: left;
  background-color: #fff;
  background-image: linear-gradient(#000 10%, #fff 10%);
  border-radius: 1.2rem;
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  top: 14%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
  transform: translate(0);
}

.btn {
  text-align: center;
  background-color: #4c4e8e;
  border-radius: 10px;
  min-width: 165px;
  min-height: 60px;
  padding-top: 19px;
  padding-bottom: 19px;
  font-size: 18px;
  text-decoration: none;
}

.btn.btn--reg {
  border: 2px solid var(--riftly-blue);
  background-color: var(--white);
  color: var(--riftly-blue);
  border-radius: 60px;
  min-height: 48px;
  font-family: Lato, sans-serif;
  font-weight: 900;
  transition: color .3s, border-color .3s, background-color .3s;
}

.btn.btn--reg:hover {
  border-color: var(--white);
  background-color: var(--riftly-blue);
  color: var(--white);
}

.btn.btn--reg.mobile {
  display: none;
}

.btn.btn--business {
  background-color: var(--riftly-blue);
  border-radius: 100px;
}

.btn.btn--business.white {
  display: none;
}

.btn.mod--login {
  background-color: #8bb8a2;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  margin-right: 16px;
  padding-top: 0;
  padding-bottom: 2px;
  transition-property: none;
  display: none;
  box-shadow: 0 1px 20px -4px rgba(65, 70, 78, 0);
}

.btn.mod--login:hover {
  box-shadow: 0 20px 20px -4px rgba(65, 70, 78, .2);
}

.btn.mod--offer {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-width: 60px;
  transition-duration: .4s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 25px 25px rgba(78, 73, 65, .2);
}

.header {
  z-index: 90;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg__img-wrap {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.bg__img-wrap.mod--3 {
  top: auto;
  bottom: -74px;
  left: auto;
  right: 100px;
}

.bg__img-wrap.mod--7 {
  top: 120px;
  bottom: auto;
  left: auto;
  right: 0;
}

.bg__img-wrap.mod--4 {
  top: 200px;
  bottom: auto;
  left: auto;
  right: -37px;
}

.bg__img-wrap.mod--2 {
  top: auto;
  bottom: -6px;
  left: 233px;
  right: auto;
}

.bg__img-wrap.mod--6 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.bg__img-wrap.mod--1 {
  top: 180px;
  bottom: auto;
  left: 0;
  right: auto;
}

.bg__img-wrap.mod--5 {
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  top: 0;
  bottom: auto;
  left: 107px;
  right: auto;
}

.btn__txt-wrap {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
  overflow: hidden;
}

.footer__drop-list {
  background-color: rgba(0, 0, 0, 0);
  display: block;
  position: relative;
  overflow: hidden;
}

.header__buttons {
  justify-content: flex-end;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.remodal__text {
  color: var(--riftly_neutral1);
  max-width: 16rem;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.5;
}

.remodal__content {
  z-index: 2;
  border: 1px none var(--riftly_neutral3);
  background-color: var(--riftly_neutral4);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.graph__list-item {
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.form__submit-arrow {
  z-index: 1;
  transition: all .2s;
  display: block;
  position: relative;
}

.form__submit-arrow.mod--2 {
  position: absolute;
  top: 0;
  right: 1.5rem;
}

.addfile__img {
  z-index: 1;
  transition: all .3s;
  display: block;
  position: relative;
}

.addfile__img.mod--0 {
  border-radius: 6px;
  box-shadow: 0 10px 23px rgba(0, 0, 0, .25);
}

.addfile__img.mod--2 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.addfile__img.mod--2.active {
  bottom: 12px;
  right: -26px;
  transform: rotate(30deg);
}

.addfile__img.mod--1 {
  z-index: 0;
  opacity: .4;
  max-width: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0);
}

.addfile__img.mod--1.active {
  bottom: 12px;
  left: -26px;
  transform: rotate(-30deg);
}

.addfile__block-hover {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.business__p {
  color: var(--riftly_neutral1);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.footer__list {
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 64px;
  margin-bottom: 0;
}

.form__result {
  z-index: 2;
  opacity: 0;
  justify-content: flex-start;
  align-items: center;
  padding-left: .75rem;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header__col.mod--2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.work__ico {
  display: block;
}

.work__ico.mod--over {
  position: absolute;
  bottom: -80px;
}

.nav-txt-anim {
  transition: all .3s;
  position: relative;
  top: 0;
}

.header-absolute {
  z-index: 1;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 74px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.business__columns {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.graph__list {
  margin-bottom: -24px;
}

.bg {
  z-index: 1;
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.bg.mod--footer {
  align-items: flex-end;
  margin-top: 170px;
}

.business__bg {
  z-index: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.business__bg.mod--1 {
  border-radius: 30px;
  bottom: -24px;
  left: -24px;
}

.business__bg.mod--2 {
  filter: invert();
  top: 95px;
  bottom: auto;
  left: auto;
  right: -63px;
}

.btn-login__arrow {
  align-items: center;
  transition: all .4s;
  position: relative;
  right: 0;
}

.graph__list-numb {
  color: #0a033c;
  flex: none;
  margin-left: 16px;
  font-size: 14px;
  font-weight: 700;
}

.form__result-anim {
  align-items: center;
  width: 0;
  display: flex;
  overflow: hidden;
}

.form__result-anim.active {
  width: 1rem;
  transition: all 1s;
}

.form__result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.form__submit-wrap {
  background-color: var(--riftly-blue);
  border-radius: .6rem;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  position: absolute;
  bottom: 1.1rem;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.processes__logo, .processes__logo.mod--last {
  margin-right: 0;
}

.remodal__heading {
  color: var(--white);
  max-width: 13rem;
  font-family: Lato, sans-serif;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
}

.header__humb {
  display: none;
}

.heading1 {
  font-size: 80px;
  line-height: 1em;
}

.heading1.mod--hero {
  max-width: 760px;
  margin-top: auto;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.1em;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.bg__img {
  z-index: 1;
  display: block;
}

.bg__img.mod--7 {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  top: 120px;
  bottom: auto;
  left: auto;
  right: 0;
}

.bg__img.mod--2 {
  border: 1px solid var(--riftly-blue);
  background-image: url('../images/Asset-3_crop2.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 15em;
  height: 10em;
  top: auto;
  bottom: 0;
  left: 188px;
  right: auto;
}

.bg__img.mod--6 {
  opacity: .6;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 30%;
}

.bg__img.mod--1 {
  border: 1px none var(--riftly-blue);
  outline-color: var(--riftly-blue);
  outline-offset: 0px;
  background-image: url('../images/Asset-2_crop2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  outline-width: 1px;
  outline-style: solid;
  width: 10em;
  height: 22em;
  top: 200px;
  bottom: auto;
  left: 0;
  right: auto;
  box-shadow: -64px 77px 90px -10px rgba(0, 0, 0, .3);
}

.bg__img.mod--3 {
  border: 1px solid var(--riftly-blue);
  background-image: url('../images/growth_extended.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  width: 24em;
  height: 16em;
  top: auto;
  bottom: 100px;
  left: auto;
  right: 100px;
  box-shadow: 0 60px 60px -40px rgba(0, 0, 0, .3);
}

.bg__img.mod--4 {
  border: 1px none var(--riftly-blue);
  outline-color: var(--riftly-blue);
  outline-offset: 0px;
  background-image: url('../images/quests.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  outline-width: 1px;
  outline-style: solid;
  width: 13em;
  height: 18em;
  top: 210px;
  bottom: auto;
  left: auto;
  right: 0;
  box-shadow: 40px 69px 80px -10px rgba(0, 0, 0, .3);
}

.bg__img.mod--5 {
  opacity: .3;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  top: 0;
  bottom: auto;
  left: 107px;
  right: auto;
  box-shadow: 40px 0 30px -20px rgba(0, 0, 0, .1);
}

.btn__txt-anim {
  transition: all .2s;
  position: relative;
  top: 0;
}

.footer__follow-link {
  color: #fff;
  display: inline-block;
}

.graph__list-dot {
  background-color: #4c4e8e;
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 8px;
  height: 8px;
  margin-right: 16px;
  display: flex;
  position: relative;
}

.graph__list-dot.mod--4 {
  background-color: #ff4033;
}

.graph__list-dot.mod--5 {
  background-color: #432e2d;
}

.graph__list-dot.mod--3 {
  background-color: #e5d2a2;
}

.graph__list-dot.mod--2 {
  background-color: #8bb8a2;
}

.processes__p {
  color: var(--riftly_neutral1);
  max-width: 300px;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.remodal__img {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  display: block;
  position: relative;
}

.footer__offer-heading {
  max-width: 350px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-weight: 900;
}

.footer__copyright {
  color: #c7c7c7;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer__copyright:hover {
  color: #fff;
}

.droplang__arrow {
  opacity: 1;
  background-image: url('../images/ico_arrow-drop.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  margin-right: 0;
  position: absolute;
  top: 6px;
  right: 0;
}

.graph__heading {
  color: var(--riftly_cyan);
  margin-bottom: 28px;
}

.stat__bg-lines {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.droplang__list-link {
  color: rgba(10, 3, 60, .7);
  background-image: url('../images/dot-lang.svg');
  background-position: 4px;
  background-repeat: no-repeat;
  background-size: 0;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 5px 16px;
}

.droplang__list-link:hover {
  color: #0a033c;
}

.droplang__list-link.w--current {
  color: #0a033c;
  background-position: 0;
  background-size: 8px;
}

.footer__drop-arrow {
  margin-right: 0;
  display: none;
}

.stat__line {
  object-fit: none;
  object-position: 50% 0%;
  width: 24px;
  margin-left: 16px;
}

.addfile__img-wrap {
  position: relative;
}

.hero__p {
  color: var(--white);
  max-width: 600px;
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
}

.droplang__btn {
  opacity: .7;
  color: #fff;
  padding: 0 20px 0 0;
}

.menu-2 {
  display: none;
}

.addfile__process-bg {
  z-index: 0;
  background-color: #8bb8a2;
  height: 0%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.processes__col {
  flex: 1;
}

.processes__col.mod--2 {
  max-width: 540px;
  margin-left: 90px;
  position: relative;
}

.processes__col.mod--1 {
  max-width: 542px;
}

.stat__heading {
  color: var(--riftly_cyan);
  margin-bottom: 5px;
}

.graph__total {
  z-index: 5;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 121px;
  height: 122px;
  display: flex;
  position: relative;
  box-shadow: 0 4px 20px rgba(0, 0, 0, .2);
}

.footer__follow {
  z-index: 1;
  color: rgba(255, 255, 255, .6);
  padding-left: 35px;
  font-weight: 300;
  line-height: 1.5em;
  position: relative;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
  position: relative;
}

.footer__columns.mod--bottom {
  align-items: center;
  margin-top: 64px;
  padding-top: 32px;
}

.stat__txt-wrap {
  z-index: 2;
  position: relative;
}

.footer__nav-link {
  color: #c7c7c7;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer__nav-link:hover {
  color: #fff;
}

.business__buttons {
  align-items: center;
  margin-top: 40px;
  display: none;
}

.remodal__text-wrap {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 1rem;
  display: flex;
}

.btn-login__ico {
  display: block;
}

.btn-login__ico.mod--0 {
  margin-right: 0;
  transition: all .5s;
  position: absolute;
  left: -22px;
}

.btn-login__ico.mod--1 {
  margin-right: -1px;
  transition: all .5s;
  position: relative;
}

.footer__title {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4em;
}

.stat-block {
  z-index: 2;
  border: 1px solid var(--riftly-blue);
  background-color: var(--riftly_neutral4);
  background-image: url('../images/Asset-5.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  min-height: 340px;
  padding: 32px 58px 40px 315px;
  display: flex;
  position: relative;
  box-shadow: 0 85px 128px -19px rgba(0, 0, 0, .2);
}

.graph__total-numb {
  font-size: 32px;
  font-weight: 500;
  line-height: 1em;
}

.swiper__pagination {
  display: none;
}

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

.heading--center {
  color: var(--riftly_cyan);
  text-align: center;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.graph__part-canvas {
  z-index: 2;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work__p {
  color: var(--riftly_neutral1);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.graph__total-txt {
  color: #999;
  letter-spacing: .06em;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 1.2em;
}

.stat__person {
  z-index: 1;
  transform-style: preserve-3d;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 32px;
  right: auto;
}

.input-wrap {
  position: relative;
}

.bg__grey {
  z-index: 0;
  background-color: var(--riftly_neutral4);
  border-radius: 45px;
  width: 100%;
  height: 100%;
  position: relative;
}

.bg__grey.pattern {
  background-image: linear-gradient(rgba(29, 99, 255, .5), rgba(29, 99, 255, .5)), url('../images/Pattern_2.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.footer__col.mod--3 {
  padding-right: 50px;
}

.footer__col.mod--1 {
  flex: 1;
  max-width: 300px;
}

.section-4 {
  padding: 64px;
  position: relative;
}

.section-4.mod--hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  padding-top: 220px;
  display: flex;
  overflow: hidden;
}

.section-4.mod--business {
  padding-bottom: 90px;
  overflow: visible;
}

.footer__follow-wrap {
  background-color: #636c78;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  margin-top: 32px;
  font-size: 16px;
  display: none;
}

.processes__heading {
  color: var(--riftly_cyan);
  max-width: 400px;
  margin-bottom: 16px;
  margin-right: 40px;
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.btn-offer__arrow {
  display: block;
}

.btn-offer__arrow.mod--over {
  position: absolute;
  left: -20px;
}

.processes__logos {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.droplang {
  color: #c7c7c7;
}

.processes__heading-wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 44px;
  display: flex;
}

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

.header__logo-img2 {
  margin-left: 18px;
}

.processes__bg-wrap.mod--2 {
  width: 300px;
}

.addfile {
  background-color: #666f7c;
  background-image: linear-gradient(60deg, rgba(167, 193, 211, .2), rgba(213, 217, 225, .2) 70%, rgba(250, 236, 236, .2));
  border-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header__logo-img {
  margin-left: 20px;
}

.header__logo-img.color {
  margin-left: 60px;
}

.footer__line {
  background-color: rgba(242, 242, 242, .2);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.graph__col {
  flex: 1;
}

.graph__col.mod--2 {
  max-width: 180px;
}

.addfile__block.mod--2 {
  z-index: 2;
  opacity: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.addfile__block.mod--3 {
  z-index: 3;
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.addfile__block.mod--1 {
  z-index: 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__content {
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.overflow__anim {
  transition: all .4s;
  position: relative;
  top: 0;
  right: 0;
}

.droplang__list {
  background-color: rgba(0, 0, 0, 0);
  bottom: 30px;
}

.droplang__list.w--open {
  background-color: #fff;
  border-radius: 16px;
  min-width: 140px;
  padding: 16px 24px;
  right: 0;
}

.stat__lines {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.footer__offer {
  background-image: linear-gradient(rgba(29, 99, 255, .5), rgba(29, 99, 255, .5)), url('../images/Pattern_4.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 820px;
  min-height: 200px;
  margin: -20px auto 64px;
  padding: 50px 55px 50px 80px;
  display: flex;
  position: relative;
}

.header__nav-link {
  color: #c7c7c7;
  margin-left: 35px;
  margin-right: 35px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.header__nav-link:hover {
  color: #fff;
}

.btn-login__ico-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.work__card {
  background-color: var(--riftly_neutral4);
  box-shadow: none;
  text-align: center;
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 48px 32px;
  transition: all .4s;
  display: flex;
}

.work__card:hover {
  box-shadow: 0 55px 100px -6px rgba(0, 0, 0, .1);
}

.footer__drop-btn {
  cursor: auto;
  margin-bottom: 16px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.footer__drop {
  z-index: 0;
}

.footer__list-item {
  margin-bottom: 16px;
}

.graph__list-dot-border {
  border: 1px solid #4c4e8e;
  border-radius: 100px;
  flex: none;
  width: 16px;
  height: 16px;
  padding: 0;
  transition: all .3s;
  transform: scale(0);
}

.graph__list-dot-border.mod--2 {
  border-color: #8bb8a2;
}

.graph__list-dot-border.mod--4 {
  border-color: #ff4033;
}

.graph__list-dot-border.mod--5 {
  border-color: #432e2d;
}

.graph__list-dot-border.active {
  transform: none;
}

.graph__list-dot-border.mod--3 {
  border-color: #e5d2a2;
}

.btn-link {
  color: #0a033c;
  background-image: url('../images/ico_arrow.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 22px;
  text-decoration: none;
}

.btn-link.mod--business {
  margin-left: 32px;
}

.btn-link.mod--business:hover {
  padding-right: 26px;
}

.input {
  z-index: 1;
  color: #fff;
  letter-spacing: .02em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  height: 50px;
  margin-bottom: 0;
  padding: 0;
  font-size: 15px;
  position: relative;
}

.input::placeholder {
  color: #fff;
}

.input.mod--modal {
  border-bottom-color: var(--riftly-blue);
  color: var(--white);
  text-transform: none;
  height: 70px;
  font-size: 18px;
}

.input.mod--modal::placeholder {
  color: var(--riftly-blue);
  text-transform: none;
}

.body_dark {
  background-color: var(--riftly_neutral5);
}

.heading-2 {
  color: var(--riftly_cyan);
  font-family: Lato, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
}

.section-5 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.partner-logo {
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 100px;
  display: flex;
}

.div-block {
  width: 10vw;
  height: 8vh;
}

@media screen and (min-width: 1280px) {
  .cda-noimg.cda-removeleft {
    align-items: center;
  }

  .menu_link-text {
    font-size: 1.2em;
  }

  .body-section {
    align-self: center;
    padding-left: 0;
  }

  .paragraph.email {
    font-size: 22px;
  }

  .html-embed-2 {
    width: 80vw;
    position: static;
  }

  .card-item {
    height: 30rem;
  }

  .content.mod--hero {
    flex: 0 auto;
    align-self: auto;
  }

  .graph-block {
    height: 400px;
  }

  .business__col.mod--2 {
    align-self: center;
  }

  .footer__offer-btn-wrap {
    border: 0 #000;
  }

  .btn.btn--reg {
    border-width: 2px;
    border-color: var(--riftly-blue);
    background-color: var(--white);
    color: var(--riftly-blue);
    font-weight: 900;
  }

  .btn.btn--reg:hover {
    border-color: var(--white);
    background-color: var(--riftly-blue);
    color: var(--white);
  }

  .header__buttons {
    letter-spacing: .5px;
    font-family: Lato, sans-serif;
    font-weight: 700;
  }

  .heading1.mod--hero {
    font-size: 60px;
  }

  .bg__img.mod--2 {
    width: 18em;
    height: 12em;
  }

  .bg__img.mod--1 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 10em;
    height: 22em;
  }

  .bg__img.mod--3 {
    width: 25em;
    height: 16em;
  }

  .bg__img.mod--4 {
    height: 18em;
  }

  .processes__p {
    align-self: center;
    max-width: 400px;
  }

  .footer__offer-heading {
    align-self: center;
  }

  .hero__p {
    color: var(--white);
    margin-bottom: 0;
  }

  .processes__col.mod--2 {
    min-width: 600px;
    max-width: 700px;
  }

  .business__buttons {
    display: none;
  }

  .heading--center {
    color: var(--riftly_cyan);
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
  }

  .bg__grey {
    background-color: var(--riftly_neutral4);
  }

  .processes__heading {
    color: var(--riftly_cyan);
    align-self: auto;
    max-width: 400px;
    font-family: Lato, sans-serif;
    font-size: 36px;
    font-weight: 900;
    line-height: 44px;
  }

  .hero__content {
    margin-top: 0;
  }

  .footer__offer {
    background-image: linear-gradient(rgba(29, 99, 255, .5), rgba(29, 99, 255, .5)), url('../images/Pattern_4.svg');
    background-position: 0 0, 0 0;
    background-size: auto, cover;
  }

  .heading-2 {
    color: var(--riftly_cyan);
  }

  .partner-logo {
    width: 160px;
  }

  .div-block {
    width: 10vw;
    height: 8vh;
  }
}

@media screen and (min-width: 1440px) {
  .menu_link-text {
    font-size: 1.4em;
  }

  .body-section {
    align-self: center;
  }

  .paragraph.email {
    font-size: 24px;
  }

  .card-item {
    height: 30rem;
  }

  .card-heading {
    font-size: 1.375rem;
  }

  .footer__p {
    max-width: 500px;
    font-size: 20px;
    line-height: 28px;
  }

  .graph-block {
    height: 450px;
  }

  .work__title {
    font-size: 32px;
    line-height: 36px;
  }

  .btn__txt {
    font-size: 20px;
  }

  .business__col.mod--2 {
    align-self: center;
  }

  .btn.btn--reg {
    min-width: 200px;
    font-size: 20px;
    line-height: 28px;
  }

  .btn.btn--business {
    min-width: 200px;
    display: none;
  }

  .business__p {
    font-size: 20px;
    line-height: 28px;
  }

  .heading1.mod--hero {
    max-width: 900px;
    font-size: 70px;
  }

  .bg__img.mod--2 {
    width: 22em;
    height: 14em;
  }

  .bg__img.mod--1 {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 15em;
    height: 30em;
  }

  .bg__img.mod--3 {
    width: 28em;
    height: 18em;
  }

  .bg__img.mod--4 {
    width: 17em;
    height: 24em;
  }

  .processes__p {
    max-width: 100%;
    font-size: 20px;
    line-height: 28px;
  }

  .footer__offer-heading {
    font-size: 36px;
    line-height: 40px;
  }

  .hero__p {
    font-size: 28px;
    line-height: 40px;
  }

  .footer__title {
    font-size: 28px;
  }

  .heading--center {
    font-size: 40px;
    line-height: 48px;
  }

  .work__p {
    font-size: 20px;
    line-height: 28px;
  }

  .processes__heading {
    max-width: 100%;
    font-size: 40px;
    line-height: 48px;
  }

  .hero__content {
    margin-top: 40px;
  }

  .footer__offer {
    max-width: 900px;
  }

  .footer__drop-btn {
    font-size: 24px;
  }

  .heading-2 {
    font-size: 40px;
    line-height: 48px;
  }

  .partner-logo {
    width: 200px;
  }

  .div-block {
    width: 10vw;
    height: 8vh;
  }
}

@media screen and (min-width: 1920px) {
  .submit-button {
    height: 5vh;
    font-size: 26px;
  }

  .form {
    width: 40vw;
  }

  .button {
    font-size: 36px;
    line-height: 48px;
  }

  .text-field {
    height: 5vh;
    font-size: 26px;
    line-height: 30px;
  }

  .menu_link-text {
    font-size: 1.6em;
  }

  .menu_link {
    font-size: 15px;
  }

  .body-section {
    align-self: center;
    max-width: 100%;
  }

  .paragraph {
    flex-direction: row;
    justify-content: flex-start;
    max-width: 100%;
    font-size: 26px;
    line-height: 35px;
  }

  .paragraph.email {
    font-size: 32px;
  }

  .heading-1 {
    margin-bottom: 40px;
    font-size: 48px;
  }

  .main-logo {
    height: 10vh;
  }

  .html-embed-2 {
    display: block;
  }

  .card-item {
    height: 40rem;
  }

  .cards-container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10%;
    padding-right: 10%;
  }

  .paragraph-2 {
    font-size: 1.3rem;
  }

  .content.mod--hero {
    overflow: hidden;
  }

  .footer__p {
    max-width: 800px;
    font-size: 26px;
    line-height: 32px;
  }

  .work__ico-wrap {
    margin-top: 40px;
  }

  .graph-block {
    border-radius: 28px;
    height: 530px;
  }

  .work__title {
    font-size: 36px;
    line-height: 40px;
  }

  .btn__txt {
    font-size: 28px;
    line-height: 40px;
  }

  .btn__txt.mod--over {
    font-size: 32px;
    top: -40px;
  }

  .business__col.mod--2, .business__col.mod--1 {
    max-width: 800px;
  }

  .btn.btn--reg {
    min-width: 300px;
    min-height: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }

  .btn.btn--business {
    min-width: 300px;
    display: none;
  }

  .bg__img-wrap.mod--2 {
    left: 262px;
  }

  .bg__img-wrap.mod--1 {
    object-fit: scale-down;
    top: 233px;
  }

  .business__p {
    font-size: 28px;
    line-height: 36px;
  }

  .heading1.mod--hero {
    margin-bottom: 60px;
    font-size: 90px;
  }

  .bg__img.mod--2 {
    width: 25em;
    height: 15em;
  }

  .bg__img.mod--1 {
    object-fit: fill;
    background-image: url('../images/Asset-2_crop2.png');
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    width: 20em;
    height: 40em;
    display: block;
  }

  .bg__img.mod--3 {
    width: 34em;
    height: 22em;
  }

  .bg__img.mod--4 {
    width: 25em;
    height: 30em;
  }

  .processes__p {
    font-size: 28px;
    line-height: 36px;
  }

  .footer__offer-heading {
    max-width: 500px;
    font-size: 48px;
    line-height: 56px;
  }

  .hero__p {
    max-width: 800px;
    font-size: 40px;
    line-height: 56px;
  }

  .processes__col.mod--2, .processes__col.mod--1 {
    max-width: 800px;
  }

  .footer__title {
    font-size: 36px;
  }

  .stat-block {
    border-radius: 30px;
    height: 500px;
  }

  .heading--center {
    font-size: 56px;
  }

  .work__p {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 36px;
  }

  .swiper-wrapper {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .section-4.mod--hero {
    justify-content: center;
    padding-top: 140px;
  }

  .processes__heading {
    font-size: 56px;
    line-height: 64px;
  }

  .processes__logos {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .header__logo-img {
    margin-left: 0;
    display: block;
  }

  .hero__content {
    margin-top: 0;
  }

  .footer__offer {
    max-width: 1200px;
  }

  .heading-2 {
    font-size: 56px;
    line-height: 64px;
  }

  .partner-logo {
    width: 240px;
  }

  .div-block {
    justify-content: center;
    width: 10vw;
    height: 8vh;
    display: flex;
  }
}

@media screen and (max-width: 991px) {
  .submit-button {
    font-size: 14px;
  }

  .homepage {
    align-items: center;
  }

  .form-block {
    margin-right: 0;
  }

  .text-field {
    padding-left: 0;
  }

  .section-2 {
    overflow: hidden;
  }

  .menu_wrap {
    background-color: rgba(30, 31, 20, .7);
    font-size: 12px;
  }

  .container {
    padding: 2%;
  }

  .container.is-menu {
    padding-bottom: 2%;
  }

  .container.logo {
    background-color: var(--black);
  }

  .html {
    width: 100vw;
  }

  .logo-top {
    width: 30vw;
  }

  .paragraph {
    width: 70vw;
  }

  .paragraph.email {
    font-size: 22px;
  }

  .grid.is--nav {
    justify-content: space-between;
  }

  .menu_button-circle {
    flex: none;
    font-size: 14px;
  }

  .menu_p {
    font-size: 20px;
  }

  .grid_item.is--nav-logo {
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .grid_item.is--hamburger {
    width: auto;
    display: block;
  }

  .grid_item.is--menu {
    z-index: -1;
    background-color: #121212;
    border-bottom: 1px solid #b798c1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 95px 3.94em 48px;
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu_button {
    margin-top: 34px;
    margin-left: 0;
  }

  .hamburger_icon {
    width: 30px;
  }

  .container-2 {
    padding: 27px 3em;
  }

  .nav_logo-img {
    width: 52px;
  }

  .menu_link-2 {
    margin-right: 0;
    padding: 5px 16px;
  }

  .html-embed-2 {
    width: 60vw;
  }

  .cursor-wrapper {
    display: none;
  }

  .container-3 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .card_line {
    display: none;
  }

  .card-item {
    height: 30rem;
  }

  .card-background {
    background-color: #fff;
    background-image: none;
  }

  .main-section {
    height: auto;
  }

  .cards-container {
    max-width: none;
    margin-top: 7rem;
    margin-bottom: 7rem;
    padding-left: 20%;
    padding-right: 20%;
  }

  .cards-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .card-content {
    padding-left: 3%;
    padding-right: 3%;
  }

  .processes__columns {
    text-align: left;
    display: block;
  }

  .addfile-wrap {
    border-radius: 35px;
    width: 264px;
    height: 126px;
  }

  .footer {
    padding: 65px 24px 24px;
  }

  .menu__nav-link {
    color: #fff;
    text-align: center;
    border-bottom: 1px solid rgba(242, 242, 242, .2);
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    text-decoration: none;
  }

  .menu__nav-link:hover, .menu__nav-link.w--current {
    background-position: 0;
    background-size: 10px;
  }

  .graph-block {
    text-align: left;
    height: 360px;
  }

  .menu__buttons {
    flex: none;
    justify-content: center;
    max-width: 240px;
    margin-top: 32px;
  }

  .header__humburger-wrap {
    cursor: pointer;
    border: 1px solid #fff;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    display: none;
    position: relative;
  }

  .swiper-slide.mod--work {
    max-width: 264px;
  }

  .addfile__plus {
    width: 46px;
    height: 46px;
    margin-bottom: 0;
    margin-right: 16px;
  }

  .business__col.mod--2 {
    margin-bottom: 80px;
    margin-left: 0;
  }

  .business__col.mod--1 {
    justify-content: flex-start;
    margin-left: 66px;
    margin-right: auto;
  }

  .btn.btn--reg {
    flex: 1;
  }

  .btn.btn--reg.mobile {
    display: block;
  }

  .bg__img-wrap.mod--3 {
    max-width: 112px;
    top: auto;
    bottom: -8%;
    left: 60%;
    right: 0%;
  }

  .bg__img-wrap.mod--7 {
    max-width: 74px;
    top: auto;
    bottom: 190px;
  }

  .bg__img-wrap.mod--4 {
    max-width: 60px;
    top: 198px;
    right: 63px;
  }

  .bg__img-wrap.mod--2 {
    max-width: 107px;
    display: none;
    left: 20px;
  }

  .bg__img-wrap.mod--6 {
    max-width: 88px;
  }

  .bg__img-wrap.mod--1 {
    max-width: 70px;
    top: 143px;
  }

  .bg__img-wrap.mod--5, .header__buttons {
    display: none;
  }

  .business__p {
    text-align: center;
  }

  .footer__list {
    column-count: 1;
  }

  .header__col.mod--2 {
    display: none;
  }

  .header-absolute {
    padding-left: 24px;
    padding-right: 24px;
    top: 24px;
  }

  .business__columns {
    flex-direction: column-reverse;
    margin-top: 0;
  }

  .bg {
    margin: 8px -16px;
  }

  .header__humb {
    z-index: 0;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    position: relative;
  }

  .heading1.mod--hero {
    font-size: 45px;
  }

  .bg__img.mod--7 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .bg__img.mod--2 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 12em;
    height: 8em;
  }

  .bg__img.mod--6 {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .bg__img.mod--1 {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    width: 10em;
    height: 20em;
    box-shadow: -14px 38px 60px -5px rgba(0, 0, 0, .4);
  }

  .bg__img.mod--3 {
    border-radius: 10px;
    width: 18em;
    height: 12em;
    box-shadow: 0 30px 40px -20px rgba(0, 0, 0, .3);
  }

  .bg__img.mod--4 {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 10em;
    height: 15em;
    box-shadow: 7px 19px 40px -5px rgba(0, 0, 0, .3);
  }

  .processes__p {
    text-align: center;
    max-width: 400px;
  }

  .footer__copyright {
    font-size: 14px;
  }

  .header__humb-close {
    z-index: 2;
    padding: 0;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .hero__p {
    margin-bottom: 32px;
  }

  .menu-2 {
    z-index: 0;
    justify-content: center;
    padding: 8px;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: hidden;
  }

  .processes__col.mod--2 {
    text-align: left;
    margin-left: 93px;
    margin-right: auto;
  }

  .processes__col.mod--1 {
    flex-direction: column;
    align-items: center;
    max-width: 100%;
    margin-bottom: 60px;
    display: flex;
  }

  .header__humb-line {
    background-color: #fff;
    border-radius: 100px;
    flex: none;
    width: 100%;
    height: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    padding: 0;
    position: relative;
  }

  .header__humb-line.mod--2 {
    width: 100%;
    left: auto;
  }

  .header__humb-line.mod--1 {
    top: 0;
  }

  .header__humb-line.mod--3 {
    bottom: 0;
  }

  .stat-block {
    align-items: stretch;
  }

  .menu__content {
    background-color: #636c78;
    border-radius: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    position: relative;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .swiper__pagination {
    justify-content: center;
    align-items: center;
    width: auto;
    height: 8px;
    margin-top: 24px;
    padding: 0;
    display: none;
  }

  .bg__grey {
    border-radius: 22px;
  }

  .footer__col.mod--1 {
    max-width: 280px;
  }

  .section-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-4.mod--hero {
    min-height: auto;
    padding-top: 220px;
    padding-bottom: 85px;
  }

  .section-4.mod--work {
    overflow: hidden;
  }

  .footer__follow-wrap {
    margin-top: 40px;
  }

  .processes__heading {
    text-align: center;
    max-width: 100%;
    margin-right: 0;
  }

  .processes__logos {
    justify-content: flex-start;
  }

  .processes__heading-wrap {
    justify-content: center;
    align-self: center;
    width: 80vw;
    margin-bottom: 32px;
  }

  .header__columns {
    justify-content: center;
  }

  .header__logo-img2 {
    display: none;
  }

  .addfile {
    border-radius: 20px;
  }

  .header__logo-img {
    margin-left: 0;
  }

  .addfile__block.mod--1 {
    text-align: left;
    flex-direction: row;
  }

  .menu__nav {
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    max-width: 240px;
    display: flex;
    overflow: hidden;
  }

  .work__card {
    margin-left: auto;
    margin-right: auto;
  }

  .work__card:hover {
    box-shadow: 0 30px 50px -6px rgba(65, 70, 78, .1);
  }

  .swiper__pagination-dot {
    border: 1px solid #ef4136;
    border-radius: 100px;
    flex: none;
    width: 8px;
    height: 8px;
    margin-left: 4px;
    margin-right: 4px;
    padding: 0;
  }

  .swiper__pagination-dot.active {
    background-color: #ef4136;
  }

  .heading-2 {
    text-align: center;
  }

  .partner-logo {
    width: 180px;
  }

  .div-block {
    width: 15vw;
    height: 10vh;
  }
}

@media screen and (max-width: 767px) {
  .homepage {
    align-items: center;
  }

  .form-block {
    flex-direction: row;
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    flex-direction: column;
    width: 60vw;
  }

  .button {
    border: 1px #000;
    width: 100vw;
    font-size: 18px;
  }

  .menu_wrap {
    border-color: #888;
  }

  .container.is-menu {
    padding-bottom: 2%;
  }

  .logo-top {
    width: 40vw;
  }

  .paragraph {
    width: 70vw;
  }

  .main-logo {
    width: 60vw;
  }

  .menu_button-circle {
    margin-bottom: 8px;
    margin-left: 0;
  }

  .menu_button {
    flex-direction: column-reverse;
  }

  .html-embed-2 {
    width: 70vw;
  }

  .utility-page-wrap {
    justify-content: center;
  }

  .utility-page-content {
    flex: 0 auto;
  }

  .container-3.is--hero {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 9em;
    padding-bottom: 9em;
  }

  .cards-container {
    padding-left: 10%;
    padding-right: 10%;
  }

  .card-heading {
    border-left-style: solid;
    padding-left: .75rem;
  }

  .card-content {
    align-items: flex-start;
  }

  .content {
    flex-direction: column;
    display: flex;
  }

  .footer__p {
    margin-top: 16px;
  }

  .swiper.mod--work {
    margin-top: 32px;
  }

  .work__ico-wrap {
    width: 48px;
    height: 48px;
    margin-bottom: 24px;
  }

  .remodal__close {
    top: 1rem;
    right: 1rem;
  }

  .processes__bg.mod--2 {
    border-radius: 20px;
  }

  .footer {
    padding-top: 45px;
    padding-bottom: 64px;
  }

  .graph__circle {
    margin-left: auto;
    margin-right: auto;
  }

  .graph-block {
    height: 340px;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .2);
  }

  .menu__buttons {
    max-width: 230px;
    margin-top: 24px;
  }

  .header__humburger-wrap {
    display: none;
  }

  .addfile__process-percent {
    font-size: 28px;
  }

  .graph__btn {
    top: 28px;
  }

  .work__title {
    text-align: center;
    margin-bottom: 12px;
    font-size: 24px;
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--work {
    max-width: 350px;
  }

  .business__col.mod--1 {
    width: 100%;
    margin-left: auto;
    margin-right: 0;
  }

  .footer__offer-btn-wrap {
    border-radius: 16px;
    padding: 8px;
  }

  .footer__follow-heart {
    width: 35px;
    height: 35px;
    top: -5px;
  }

  .remodal.remodal--global {
    max-width: 30rem;
  }

  .btn {
    min-width: 130px;
    min-height: 48px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 14px;
  }

  .btn.btn--reg {
    flex: none;
    min-width: 200px;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
  }

  .btn.btn--reg.mobile {
    display: block;
  }

  .btn.mod--login, .btn.mod--offer {
    min-width: 48px;
  }

  .bg__img-wrap.mod--3 {
    left: 50%;
  }

  .bg__img-wrap.mod--7 {
    bottom: 193px;
    right: 0;
  }

  .bg__img-wrap.mod--4 {
    top: 146px;
    right: 35px;
  }

  .bg__img-wrap.mod--2 {
    display: block;
    bottom: 0;
    left: 39px;
  }

  .bg__img-wrap.mod--1 {
    max-width: 100px;
    top: 248px;
    left: -1px;
  }

  .remodal__text {
    max-width: 21rem;
    font-size: 1rem;
  }

  .remodal__content {
    padding: 1.5rem;
  }

  .graph__list-item {
    margin-bottom: 16px;
  }

  .footer__list {
    column-count: 2;
    margin-top: 16px;
  }

  .work__ico {
    max-width: 28px;
  }

  .bg.mod--footer {
    margin-top: 130px;
  }

  .business__bg.mod--1 {
    object-fit: cover;
    object-position: 0% 50%;
    border-radius: 20px 0 0 20px;
    width: 200px;
    height: 140px;
    position: relative;
    bottom: auto;
    left: auto;
  }

  .business__bg.mod--2 {
    position: relative;
    top: auto;
    right: auto;
  }

  .processes__logo {
    margin-right: 0;
  }

  .remodal__heading {
    max-width: none;
    margin-bottom: 1rem;
  }

  .heading1 {
    margin-bottom: 16px;
    font-size: 38px;
  }

  .heading1.mod--hero {
    max-width: 340px;
    margin-bottom: 40px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .bg__img.mod--7 {
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 48px;
    height: 110px;
  }

  .bg__img.mod--2 {
    object-fit: cover;
    object-position: 50% 0%;
    width: 10em;
    height: 6em;
    display: block;
  }

  .bg__img.mod--1 {
    object-fit: cover;
    object-position: 100% 50%;
    width: 8em;
    max-width: 100px;
    height: 18em;
    display: block;
  }

  .bg__img.mod--3 {
    display: block;
  }

  .bg__img.mod--4 {
    object-fit: cover;
    object-position: 0% 50%;
    width: 10em;
    max-width: 100px;
    height: 13em;
    display: block;
  }

  .processes__p {
    max-width: 400px;
  }

  .footer__offer-heading {
    max-width: 210px;
    margin-top: 20px;
  }

  .graph__heading {
    font-size: 18px;
  }

  .stat__bg-lines {
    background-position: 30px 96px;
  }

  .footer__drop-arrow {
    background-image: url('../images/ico_arrow-drop.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    width: 16px;
    height: 16px;
    padding: 0;
    display: block;
    position: absolute;
    top: 9px;
    right: 0;
  }

  .hero__p {
    max-width: 360px;
    font-size: 22px;
  }

  .processes__col.mod--2 {
    margin-left: auto;
    margin-right: auto;
  }

  .stat__heading {
    font-size: 18px;
  }

  .footer__follow {
    text-align: center;
    font-size: 14px;
  }

  .footer__columns.mod--top {
    align-self: center;
    display: block;
  }

  .footer__columns.mod--bottom {
    align-items: flex-end;
    margin-top: 48px;
    padding-top: 24px;
  }

  .stat__txt-wrap {
    margin-bottom: 20px;
  }

  .business__bg-wrap.mod--2 {
    position: absolute;
    top: -50px;
    bottom: auto;
    left: 96px;
    right: auto;
    transform: rotate(90deg);
  }

  .business__bg-wrap.mod--1 {
    position: absolute;
    top: auto;
    bottom: -24px;
    left: auto;
    right: -24px;
  }

  .business__buttons {
    margin-top: 32px;
  }

  .remodal__text-wrap {
    display: block;
  }

  .footer__title {
    font-size: 18px;
  }

  .stat-block {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    flex: 1;
    align-items: flex-start;
    width: auto;
    min-height: 325px;
    margin-right: -24px;
    padding: 24px;
    box-shadow: 0 20px 50px -10px rgba(0, 0, 0, .2);
  }

  .graph__columns {
    display: block;
  }

  .stat__person {
    max-width: 250px;
    left: auto;
    right: 0;
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .swiper-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .footer__col.mod--2 {
    margin-bottom: 16px;
  }

  .footer__col.mod--3 {
    padding-right: 0;
  }

  .footer__col.mod--1 {
    text-align: center;
    max-width: 100%;
    margin-bottom: 16px;
  }

  .footer__col.mod--1.mod--bottom {
    margin-bottom: 0;
  }

  .section-4 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .section-4.mod--business {
    padding-bottom: 70px;
    overflow: hidden;
  }

  .section-4.mod--process {
    padding-bottom: 70px;
  }

  .processes__heading {
    text-align: center;
    max-width: none;
    margin-right: 0;
  }

  .btn-offer__arrow.mod--over {
    left: -23px;
  }

  .processes__logos {
    text-align: center;
  }

  .processes__heading-wrap, .header__columns {
    justify-content: center;
  }

  .header__logo-img.color {
    margin-left: 0;
  }

  .graph__col.mod--1 {
    margin-bottom: 32px;
  }

  .graph__col.mod--2 {
    max-width: none;
  }

  .menu__nav {
    max-width: 230px;
  }

  .footer__offer {
    text-align: center;
    flex-direction: column;
    justify-content: space-between;
    max-width: 400px;
    min-height: 250px;
    margin-top: 0;
    margin-bottom: 48px;
    padding: 32px;
    display: flex;
  }

  .work__card {
    border-radius: 12px;
    flex-direction: column;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .footer__drop-btn {
    margin-bottom: 0;
    padding-right: 35px;
  }

  .footer__list-item {
    margin-bottom: 12px;
  }

  .heading-2 {
    text-align: center;
  }

  .partner-logo {
    width: 160px;
  }

  .div-block {
    width: 20vw;
  }
}

@media screen and (max-width: 479px) {
  .cda-noimg.cda-removeleft {
    object-fit: fill;
    justify-content: center;
    display: flex;
  }

  .cda-noimg.cda-removeleft.scroll {
    overflow: visible;
  }

  .homepage {
    align-items: center;
  }

  .form-block {
    width: 100vw;
    margin-left: 0;
    margin-right: 0;
  }

  .form {
    flex-direction: column;
    width: 80vw;
  }

  .image-2 {
    width: 80vw;
  }

  .button {
    border: 1px #000;
    width: 100vw;
  }

  .section-2 {
    overflow: hidden;
  }

  .menu_wrap {
    object-fit: fill;
    background-color: rgba(0, 0, 0, 0);
    border-style: solid none none;
    border-radius: 0;
    flex: 0 auto;
    align-self: auto;
    max-width: 100vw;
    height: 5vh;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 3vw;
    overflow: visible;
  }

  .menu_link-text {
    font-size: 1em;
    font-weight: 400;
  }

  .menu_link {
    text-align: center;
    border-right: .5px solid rgba(255, 255, 255, .55);
    border-radius: 0;
    width: 25vw;
    margin-bottom: -5px;
    padding: 1em;
    font-size: 10px;
    display: inline-block;
  }

  .menu_link.right, .menu_link.right.w--current {
    border: 1px #000;
  }

  .menu {
    text-align: center;
    flex-direction: row;
    align-items: center;
    display: block;
    position: relative;
  }

  .container {
    height: 10vh;
    padding: 3%;
  }

  .container.is-menu {
    background-color: rgba(30, 31, 20, .7);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 5vh;
    padding: 0%;
  }

  .container.logo {
    background-color: var(--black);
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 12vh;
  }

  .logo-top {
    width: 50vw;
  }

  .body-section {
    display: flex;
  }

  .paragraph {
    width: 80vw;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 22px;
  }

  .paragraph.email {
    font-size: 18px;
  }

  .heading-1 {
    width: 80vw;
    margin-bottom: 20px;
    font-size: 26px;
    display: block;
  }

  .main-logo {
    width: 80vw;
  }

  .link-block {
    width: 100%;
    min-width: 237px;
  }

  .html-embed-2 {
    width: 90vw;
  }

  .utility-page-content {
    align-items: center;
  }

  .container-3.is--hero {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    padding-top: 0;
    padding-bottom: 0;
    position: absolute;
  }

  .card_top.is--content {
    height: 18em;
    padding-top: 2em;
    padding-left: 3em;
    padding-right: 3em;
  }

  .card-item {
    height: 25rem;
  }

  .card-background {
    filter: saturate(125%);
    margin-top: 0;
  }

  .main-section {
    position: static;
    overflow: hidden;
  }

  .cards-container {
    margin-top: 6.6rem;
    padding-bottom: 0;
    position: static;
    top: 10vh;
    overflow: visible;
  }

  .paragraph-2 {
    font-size: .975rem;
  }

  .card-heading-holder {
    flex: 0 auto;
    display: block;
  }

  .card-heading {
    border-left-style: solid;
    height: 1.5rem;
    padding-left: .5rem;
    font-size: 1.0625rem;
    line-height: 1.5rem;
  }

  .grid-item-overlay {
    padding-top: 0;
  }

  .card-content {
    background-color: rgba(0, 0, 0, .75);
  }

  .content.mod--hero {
    justify-content: flex-start;
    top: -62px;
  }

  .footer__p {
    color: var(--riftly_neutral1);
    font-family: Lato, sans-serif;
  }

  .processes__bg.mod--1 {
    position: relative;
    top: 0;
    left: 0;
  }

  .processes__bg.mod--2 {
    object-fit: cover;
    object-position: 0% 100%;
    border-radius: 20px;
    max-width: 200px;
    height: 200px;
    position: relative;
    bottom: 0;
    right: 0;
  }

  .menu__nav-link {
    font-size: 14px;
  }

  .graph-block {
    height: 300px;
    padding: 24px 24px 28px;
  }

  .header__humburger-wrap {
    display: none;
  }

  .graph__btn {
    top: 21px;
    right: 24px;
  }

  .work__title {
    color: var(--white);
    text-align: left;
  }

  .btn__txt {
    font-size: 16px;
  }

  .btn__txt.blue {
    color: var(--riftly-blue);
  }

  .swiper-slide {
    width: 100%;
  }

  .swiper-slide.mod--work {
    flex: 0 auto;
  }

  .footer__follow-heart {
    position: relative;
  }

  .btn.btn--reg {
    flex: 0 auto;
    align-self: stretch;
    min-width: 200px;
    font-family: Lato, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    display: block;
  }

  .btn.btn--reg.mobile {
    align-self: center;
    max-width: 80vw;
    display: block;
  }

  .btn.btn--business.white {
    background-color: var(--white);
    color: var(--riftly-blue);
    display: none;
  }

  .bg__img-wrap.mod--7 {
    top: 400px;
    bottom: auto;
  }

  .bg__img-wrap.mod--2 {
    left: 100px;
  }

  .footer__list {
    color: var(--riftly_neutral1);
  }

  .header__col {
    text-align: left;
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    display: block;
  }

  .business__bg.mod--1 {
    width: 140px;
  }

  .heading1.mod--hero {
    margin-top: 40px;
    margin-bottom: 60px;
    font-size: 40px;
  }

  .bg__img.mod--7 {
    box-shadow: none;
    object-fit: cover;
    object-position: 0% 50%;
    max-width: 48px;
    height: 110px;
  }

  .bg__img.mod--2, .bg__img.mod--1, .bg__img.mod--3, .bg__img.mod--4 {
    display: none;
  }

  .processes__p {
    max-width: 300px;
  }

  .footer__offer-heading {
    margin-top: 10px;
  }

  .footer__copyright {
    max-width: 160px;
  }

  .stat__line {
    margin-left: 0;
    margin-right: 16px;
  }

  .stat__line.mod--3 {
    max-height: 90px;
  }

  .stat__line.mod--2 {
    max-height: 120px;
  }

  .stat__line.mod--1 {
    max-height: 40px;
  }

  .hero__p {
    max-width: 240px;
    margin: 20px;
    font-size: 18px;
    font-weight: 700;
  }

  .processes__col.mod--1 {
    margin-bottom: 80px;
  }

  .graph__total {
    padding-bottom: 5px;
  }

  .footer__follow {
    align-items: flex-start;
    max-width: 240px;
    padding-left: 0;
  }

  .footer__columns.mod--top {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

  .footer__title {
    width: 75vw;
    font-family: Lato, sans-serif;
    font-weight: 400;
  }

  .graph__total-numb {
    font-size: 29px;
  }

  .heading--center {
    text-align: left;
    font-size: 32px;
  }

  .work__p {
    font-size: 14px;
  }

  .graph__total-txt {
    font-size: 12px;
  }

  .stat__person {
    max-width: 200px;
    margin-right: -15px;
  }

  .bg__grey.pattern {
    flex: 0 auto;
  }

  .swiper-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer__col.mod--1 {
    margin-bottom: 40px;
  }

  .section-4.mod--hero {
    justify-content: center;
  }

  .section-4.mod--process {
    overflow: hidden;
  }

  .footer__follow-wrap {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .processes__heading {
    margin-right: 0;
    font-size: 32px;
  }

  .processes__logos {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    margin-left: -24px;
    margin-right: -24px;
    padding: 20px 24px 12px;
    display: flex;
    overflow: auto;
  }

  .processes__heading-wrap {
    display: block;
  }

  .header__columns {
    justify-content: center;
  }

  .processes__bg-wrap.mod--2 {
    position: absolute;
    bottom: -24px;
    right: -24px;
  }

  .processes__bg-wrap.mod--1 {
    position: absolute;
    top: -50px;
    bottom: auto;
    left: 80px;
    right: auto;
    transform: rotate(90deg);
  }

  .header__logo-img {
    text-align: left;
    margin-top: 10px;
    margin-left: 0;
    display: block;
  }

  .header__logo-img.color {
    margin-left: 0;
  }

  .header__logo-link {
    text-align: left;
    object-fit: fill;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    display: inline-block;
  }

  .hero__content {
    justify-content: flex-start;
  }

  .stat__lines {
    overflow: hidden;
  }

  .footer__offer {
    background-image: linear-gradient(rgba(29, 99, 255, .5), rgba(29, 99, 255, .5)), url('../images/Pattern_4.svg');
    background-position: 0 0, 0 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    justify-content: space-between;
    margin-bottom: 100px;
    overflow: visible;
  }

  .footer__drop-btn {
    width: 100%;
  }

  .footer__drop {
    width: 100%;
    display: block;
  }

  .heading-2 {
    text-align: center;
    font-size: 32px;
  }

  .div-block {
    width: 30vw;
  }
}


