@charset "UTF-8";

nav .started {
  transform: translateY(-35px);
  opacity: 0;
}

nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 20px;
  transition: all 0.3s ease;
  /*background: rgb(255 255 255 / 2%);*/
  /*backdrop-filter: blur(10px);*/
}

nav.has-background {
  background: #fff;
}

nav.white:before {
  content: "";
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #0a0a0a, rgba(0, 0, 0, 0));
  z-index: -1;
  height: 130px;
}

nav.active {
  transform: translateY(-100px);
}

.phone-number {
  margin-right: 25px;
  margin-left: auto;
  transform: translateY(-35px);
  opacity: 0;
}

.phone-number .phone-value {
  font-weight: 700;
  font-size: 19px;
  color: #000;
}

.phone-number .phone-value a {
  color: inherit;
  font-size: inherit;
  text-decoration: none;
  font-weight: inherit;
}

.phone-number .phone-label {
  font-weight: 700;
  font-size: 12px;
  color: #6f6f6f;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0px;
  margin-bottom: 3px;
  display: inline-block;
  vertical-align: middle;
}

nav div {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
}

nav ul li {
  margin-right: 30px;
}

nav ul li a {
  text-decoration: none;
  color: #000;
}

nav ul li:last-of-type {
  margin-right: 0;
}

nav ul li a:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: rgba(0, 0, 0, 0.16);
  display: inline-block;
  margin-right: 9px;
  margin-top: -3px;
  vertical-align: middle;
}

/*nav ul li {*/

/*  overflow: hidden;*/

/*}*/

nav ul li span {
  color: #4a453f;
  margin-left: 40px;
  font-weight: 600;
  padding: 20px 0;
  position: relative;
  z-index: 100;
  display: inline-block;
  transform-origin: left center;
  transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
}

/*nav ul li span:after {*/

/*  content: attr(data-text);*/

/*  display: block;*/

/*  position: absolute;*/

/*  top: 150%;*/

/*  left: 0;*/

/*  color: #2228bd;*/

/*  transform: skewY(30deg);*/

/*  transform-origin: left center;*/

/*  transition: all .9s cubic-bezier(.19,1,.22,1);*/

/*}*/

/*nav ul li:hover span {*/

/*  transform: translateY(-140%) skewY(7deg);*/

/*}*/

/*nav ul li:hover span:after {*/

/*  transform: skewY(-7deg);*/

/*}*/

/*nav ul li:hover {*/

/*  color: #fff;*/

/*}*/

nav h2 {
  font-weight: 900;
  font-size: 30px;
  color: #4a453f;
}

.menu-holder {
  margin: 0 40px;
}

.menu-holder_mobile {
  display: none;
}

.menu-holder img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 210px;
  top: 20px;
  max-height: 65px !important;
}

.menu-holder img:nth-of-type(2) {
  display: none;
}

.white .menu-holder img:nth-of-type(1) {
  display: none;
}

.white .menu-holder img:nth-of-type(2) {
  display: block;
}

@media screen and (max-width: 1100px) {
  .menu-holder {
    margin: 0 5px;
  }

  nav ul {
    font-size: 15px;
  }

  nav ul li {
    margin-right: 15px;
  }

  .phone-number {
    display: none;
  }

  .menu-holder img {
    max-width: 123px;
    top: 21px;
  }

  nav .started {
    font-size: 13px;
    padding: 12px 27px;
  }
}

@media screen and (max-width: 650px) {
  .menu-holder {
    display: none;
  }

  .menu-holder img {
    position: static;
    width: 100px;
  }

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

.mobile-menu {
  width: 0;
  height: 0;
  background: #000;
  position: fixed !important;
  top: 50%;
  color: #fff;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1000;
  opacity: 0;
  overflow: auto;
}

.mobile-menu__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 22px;
}

.mobile-menu__head img {
  width: 104px;
  opacity: 0;
  filter: brightness(100);
}

.mobile-menu__body {
  padding: 0 25px;
  margin-top: 30px;
}

.mobile-menu a {
  text-decoration: none;
}

.mobile-menu .footer__contacts {
  padding: 25px;
  margin-left: -22px;
  margin-right: -22px;
  margin-bottom: 0;
  border-top: 1px solid #303030;
  border-bottom: 1px solid #303030;
  max-width: none;
  width: calc(100% + 44px);
}

.mobile-menu .footer__contacts a {
  margin-bottom: 20px;
}

.mobile-menu__foot {
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}

.mobile-menu__foot .main-title {
  font-size: 30px;
  font-weight: 900;
}

.mobile-menu__foot .main-title span {
  display: block;
  font-size: 25px;
  font-weight: 400;
  opacity: 0.5;
}

.mobile-menu__foot .btn {
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: #59a8b0;
  color: #fff;
  padding: 13px 31px;
  margin-top: 27px;
  transition: all 0.3s ease 0s;
  display: inline-block;
}

.mobile-menu__foot .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}

.mobile-menu .menu-trigger {
  list-style: none;
  display: flex;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.mobile-menu .menu-trigger:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.16);
  display: inline-block;
  margin-right: 9px;
  vertical-align: middle;
}

.mobile-menu ul {
  list-style: none;
  transition: all 0.3s ease;
  display: flex;
  justify-content: space-between;
  margin-bottom: 18px;
}

.mobile-menu ul li {
  /*overflow: hidden;*/
}

/*.mobile-menu  ul li:nth-child(2) {*/

/*  margin: 0 100px;*/

/*}*/

.mobile-menu ul li a {
  color: #fff;
  font-size: 30px;
  transform: translateX(250px);
  font-weight: 700;
  display: inline-block;
  opacity: 0;
}

.intro {
  color: #000;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.intro__container {
  position: relative;
  height: var(--full-height);
}

.intro .logo-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-50% -50%) scale(1);
  opacity: 0;
}

.intro .logo-bg img {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.intro .first {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 110px;
  left: 0;
  right: 0;
  margin: auto;
  font-weight: 800;
  text-align: center;
}

.intro .intro-scale {
  height: var(--full-height);
  width: 100%;
  justify-content: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
}

.intro .intro-scale img {
  position: absolute;
  width: 902px;
  top: calc(50% + 9px);
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.intro .intro-scale.safari img {
  opacity: 1;
}

.intro .intro-scale.safari img:nth-of-type(2) {
  opacity: 0;
}

.intro .intro-scale.safari h1 {
  opacity: 0;
}

/*.intro .first:before {*/

/*  content: "";*/

/*  width: 183px;*/

/*  height: 90px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 195px;*/

/*  border-top-right-radius: 195px;*/

/*  top: -190px;*/

/*  left: 260px;*/

/*  transform: scale(0.6);*/

/*  border-width: 90px;*/

/*  border-style: solid solid none;*/

/*  border-color: #f2e8e2 #f2e8e2 #f2e8e2;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*  background: #f2e8e2;*/

/* }*/

/*.intro .first:after {*/

/*  content: "";*/

/*  width: 183px;*/

/*  height: 90px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 195px;*/

/*  border-top-right-radius: 195px;*/

/*  bottom: -190px;*/

/*  right: 220px;*/

/*  transform: scale(0.25) rotate(180deg);*/

/*  background: #59a8b0;*/

/*  border-width: 90px;*/

/*  border-style: solid solid none;*/

/*  border-color: #59a8b0 #59a8b0 #59a8b0;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*}*/

.intro h1 {
  /*margin-top: 30vh;*/
  position: relative;
  z-index: 20;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
}

.intro h1 .label {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
  color: #848484;
}

.intro h1 .main {
  font-size: 100px;
  font-weight: 800;
  white-space: nowrap;
}

.intro h1 .main br {
  display: none;
}

.intro h1 .small {
  text-align: center;
  font-size: 50px;
  font-weight: 400;
  opacity: 0.4;
  white-space: nowrap;
}

.intro.static {
  height: auto;
}

.intro.static .first {
  top: 50vh;
}

.intro.static .logo-bg {
  position: relative;
  min-height: 100vh;
}

.intro.static .logo-bg img {
  transform: translate(-50%, -50%) !important;
}

.intro.static .intro-scale {
  position: relative;
}

.intro.static h1 {
  transform: none !important;
}

@media screen and (max-width: 992px) {
  .intro .first {
    font-size: 65px;
  }

  .intro .intro-scale img {
    top: calc(50% + 4px);
  }

  .intro .logo-bg img {
    width: 378px;
  }

  .intro h1 .main {
    font-size: 65px;
  }

  .intro h1 .small {
    text-align: center;
    font-size: 35px;
  }
}

@media screen and (max-width: 650px) {
  .intro {
    z-index: 1111;
  }

  .intro .logo-bg img {
    width: 307px;
  }

  .intro .first {
    font-size: 45px;
  }

  .intro .first .label > div:nth-of-type(1) {
    display: block !important;
  }

  .intro h1 .main {
    font-size: 45px;
    text-align: center;
  }

  .intro h1 .main br {
    display: block;
  }

  .intro h1 .small {
    font-size: 20px;
  }

  .intro .intro-scale.safari img:nth-of-type(1) {
    opacity: 0;
  }

  .intro .intro-scale.safari img:nth-of-type(2) {
    opacity: 1;
    width: 100%;
  }
}

.move-text-intro {
  opacity: 0.25;
  font-size: 380px;
  white-space: nowrap;
  position: absolute;
  bottom: 32%;
  color: rgba(191, 157, 136, 0.55);
  /* -webkit-text-fill-color: rgba(255,255,255, 0); */
  /* -webkit-text-stroke-width: 3px; */
  /* -webkit-text-stroke-color: rgb(210, 130, 81); */
  font-weight: 800;
  z-index: -1;
}

.coin-section {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  margin-top: -26%;
  position: relative;
  z-index: 1;
  background: white;
}

.coin-section_top {
  z-index: 10;
}

.coin-section__container {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}

.coin-section h2 {
  position: absolute;
  color: black;
  width: 100%;
  font-size: 70px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  z-index: 1;
}

/*.coin-section h2 {*/

/*  transform: translateY(200px);*/

/*  opacity: 0;*/

/*}*/

/*.coin-section h2 span:last-of-type {*/

/*  position: relative;*/

/*  left: 180px;*/

/*}*/

.coin-section h2 a {
  opacity: 0;
  color: black;
  text-decoration: none;
  position: relative;
}

.coin-section h2 a:first-child {
  text-align: right;
  transform: translateX(-210px);
}

.coin-section h2 a:first-child i {
  transform: translateX(-40px) translateY(-45px);
}

.coin-section h2 a:first-child i:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 3px solid #868686;
  border-right: none;
  border-bottom: none;
  transform: rotate(-45deg);
  border-radius: 3px;
  margin-right: 5px;
  margin-bottom: 3px;
  box-sizing: border-box;
}

.coin-section h2 a:last-of-type {
  transform: translateX(210px);
}

.coin-section h2 a:last-of-type i {
  transform: translateX(40px) translateY(-45px);
}

.coin-section h2 a:last-of-type i:after {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 3px solid #868686;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  border-radius: 3px;
  margin-left: 5px;
  margin-bottom: 3px;
  box-sizing: border-box;
}

.coin-section h2 a i {
  font-style: normal;
  font-size: 28px;
  font-weight: 500;
  transform: translateY(-45px) translateX(2px);
  display: inline-block;
  color: #868686;
  position: relative;
  /*opacity: 0;*/
}

@media (hover: hover) {
  .coin-section h2 a:hover i {
    color: #000;
  }

  .coin-section h2 a:hover i:after,
  .coin-section h2 a:hover i:before {
    border-color: #000;
  }
}

.coin-section .base {
  width: 100%;
  height: 370px;
  background: linear-gradient(to top, rgba(177, 158, 152, 0.35), transparent);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.coin-box {
  width: 615px;
  height: 576px;
  overflow: hidden;
  margin: 0 auto;
  position: absolute;
  z-index: 10;
  margin-top: 70px;
  pointer-events: none;
  /*width: 980px !important;*/
  /*overflow: hidden;*/
  /*margin: 0 auto !important;*/
  /*transform: none !important;*/
  /*left: auto !important;*/
  /*top: auto !important;*/
}

.coin-box__img {
  height: 1200%;
  display: none;
}

@media screen and (max-width: 1100px) {
  .move-text-intro {
    font-size: 150px;
    bottom: 50%;
  }

  .coin-section {
    margin-top: -420px;
  }

  .coin-section h2 {
    font-size: 45px;
  }

  .coin-section h2 a i {
    font-size: 24px;
    top: 30px;
  }

  .coin-box {
    width: 369px;
    height: 345px;
  }
}

@media screen and (max-width: 650px) {
  .coin-box {
    width: 320px;
    height: 300px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 0;
  }

  .coin-section h2 {
    height: 185px;
    top: calc(50% - 20px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    justify-content: center;
    align-items: center;
  }

  .coin-section h2 a:first-of-type {
    right: 4px;
  }

  .coin-section h2 a:first-of-type i {
    font-size: 15px;
    top: 37px;
  }

  .coin-section h2 a:first-of-type i:before {
    width: 9px;
    height: 9px;
    border: 2px solid #868686;
    border-right: none;
    border-bottom: none;
    margin-bottom: 0;
  }

  .coin-section h2 a:last-of-type {
    left: 6px;
  }

  .coin-section h2 a:last-of-type i {
    font-size: 15px;
    top: 37px;
  }

  .coin-section h2 a:last-of-type i:after {
    width: 9px;
    height: 9px;
    border: 2px solid #868686;
    border-top: none;
    border-left: none;
    margin-bottom: 0;
  }

  .move-text-intro {
    font-size: 80px;
    bottom: calc(50% + 22px);
    left: 100px;
  }
}

@media screen and (max-height: 600px) {
  .coin-section {
    margin-top: -320px;
  }
}

.we-get {
  overflow: hidden;
  position: relative;
  padding: 450px 20px 0px 20px;
}

.we-get .move-text.get {
  opacity: 0.2;
  font-size: 230px;
  white-space: nowrap;
  position: absolute;
  top: -50px;
  color: #59a8b0;
  font-weight: 800;
  z-index: -1;
}

.we-get .we-get-text {
  display: flex;
  max-width: 1250px;
  margin: 0 auto;
  justify-content: center;
  align-items: flex-start;
}

.we-get .we-get-text video {
  width: 680px;
  margin-top: -20px;
}

.we-get .we-get-text .titles {
  flex: 1;
}

.we-get .we-get-text .text {
  flex: 1;
  color: rgba(0, 0, 0, 0.65);
  font-size: 17px;
  line-height: 1.7em;
  font-weight: 700;
  opacity: 0;
  max-width: 530px;
  transform: translateY(80px);
}

.we-get .we-get-text .titles h3 {
  line-height: 1em;
  margin-bottom: 30px;
  font-size: 50px;
  color: #000;
  font-weight: 900;
}

.we-get .we-get-text .titles h3 div,
.we-get .we-get-text .titles .subtitle div {
  overflow: hidden;
  line-height: 1.2em;
}

.we-get .we-get-text .titles h3 div span,
.we-get .we-get-text .titles .subtitle div span {
  display: inline-block;
  transform: translateY(120px);
  opacity: 0;
}

.we-get .we-get-text .titles img {
  transform: translateX(-220px);
  margin-top: 180px;
}

.we-get .we-get-text .actions .signature {
  margin-top: 60px;
  text-align: center;
}

.we-get .we-get-text .actions .signature .label {
  font-size: 45px;
  color: #d8bba9;
  font-weight: 700;
  text-align: center;
  overflow: hidden;
}

.we-get .we-get-text .actions .signature .label span {
  transform: translateY(70px);
  opacity: 0;
  display: inline-block;
}

.we-get .we-get-text .actions .signature .subtext {
  font-size: 17px;
  color: #888888;
  text-align: center;
  font-weight: 600;
  margin-top: 5px;
}

.we-get .we-get-text .actions .signature .btn {
  background: rgba(89, 168, 176, 0.15);
  border: 0 none;
  color: #59a8b0;
  padding: 17px 40px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  margin: 40px auto 0 auto;
  display: inline-block;
  transition: all 0.3s ease;
}

.we-get .we-get-text .actions .signature .btn:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #59a8b0;
  transition: all 0.3s ease;
  opacity: 1;
}

.we-get .we-get-text .actions .signature svg {
  max-width: 450px;
  margin-top: 40px;
}

/*.we-get .we-get-text .actions .signature svg path {*/

/*  stroke-width: 2px;*/

/*  stroke: #000;*/

/*  fill: #fff*/

/*}*/

@media (hover: hover) {
  .we-get .we-get-text .actions .signature .btn:hover {
    padding: 17px 30px 17px 50px;
    background: rgba(89, 168, 176, 0.1);
  }

  .we-get .we-get-text .actions .signature .btn:hover:after {
    transform: translateX(20px);
    opacity: 0;
  }
}

@media screen and (max-width: 1100px) {
  .we-get {
    top: -140px;
    z-index: 11;
    padding: 336px 0 0 0;
  }

  .we-get .we-get-text {
    display: block;
  }

  .we-get .we-get-text .titles {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }

  .we-get .we-get-text .titles h3 {
    font-size: 40px;
    margin-left: -95px;
    margin-top: -100px;
    margin-right: 50px;
  }

  .we-get .we-get-text .text {
    font-size: 16px;
    margin: 0 auto;
    max-width: 596px;
  }

  .we-get .we-get-text .actions {
    margin-top: -90px;
  }

  .we-get .we-get-text .actions .signature {
    margin-top: 79px;
  }

  .we-get .we-get-text .actions .signature .label {
    font-size: 40px;
  }

  .we-get .we-get-text .actions .signature .subtext {
    font-size: 16px;
  }

  .we-get .we-get-text .actions .signature svg {
    margin: 35px auto 0;
    display: block;
    max-width: 350px;
  }

  .we-get .we-get-text .actions .signature .btn {
    font-size: 16px;
    padding: 21px 29px;
  }

  .we-get .we-get-text video {
    width: 460px;
    margin-left: -10px;
  }

  .we-get .move-text.get {
    font-size: 150px;
    top: -15px;
  }
}

@media screen and (max-width: 650px) {
  .we-get {
    padding-top: 310px;
  }

  .we-get .move-text.get {
    font-size: 80px;
  }

  .we-get .we-get-text .titles {
    flex-direction: column-reverse;
  }

  .we-get .we-get-text .titles h3 {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 0 25px;
    font-size: 30px;
  }

  .we-get .we-get-text .text {
    font-size: 14px;
  }

  .we-get .we-get-text video {
    width: 407px;
  }

  .we-get .we-get-text .actions {
    padding: 0 25px;
    margin-top: -125px;
  }

  .we-get .we-get-text .actions .signature {
    margin-top: 64px;
  }

  .we-get .we-get-text .actions .signature .label {
    font-size: 30px;
  }

  .we-get .we-get-text .actions .signature .subtext {
    font-size: 14px;
    margin-top: 3px;
  }

  .we-get .we-get-text .actions .signature svg {
    margin: 27px auto 0;
    max-width: 270px;
  }

  .we-get .we-get-text .actions .signature .btn {
    font-size: 15px;
    padding: 15px 23px;
  }
}

.logo-scale {
  overflow: hidden;
  margin-top: -230px;
  /*background: #005e7f;*/
}

.logo-scale__container {
  height: var(--full-height);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

/*.logo-scale__logo span:after {*/

/*  content: "";*/

/*  width: 230px;*/

/*  height: 112px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 175px;*/

/*  border-top-right-radius: 175px;*/

/*  top: 230px;*/

/*  right: -20px;*/

/*  transform: scale(1.5);*/

/*  border-width: 60px 60px 60px;*/

/*  border-style: solid solid none;*/

/*  border-color: #262626 #262626 #262626;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*  background: #262626;*/

/*}*/

/*.logo-scale__logo span:before {*/

/*  content: "";*/

/*  width: 190px;*/

/*  height: 112px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 175px;*/

/*  border-top-right-radius: 175px;*/

/*  bottom: 160px;*/

/*  left: 200px;*/

/*  transform: scale(0.4) rotate(-90deg);*/

/*  border-width: 80px;*/

/*  border-style: solid solid none;*/

/*  border-color: #3c7a84 #3c7a84 #3c7a84;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*}*/

/*.logo-scale__logo .filler:after {*/

/*  content: "";*/

/*  width: 230px;*/

/*  height: 112px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 175px;*/

/*  border-top-right-radius: 175px;*/

/*  bottom: 60px;*/

/*  left: 274px;*/

/*  transform: scale(0.2) rotate(180deg);*/

/*  border-width: 60px 60px 60px;*/

/*  border-style: solid solid none;*/

/*  border-color: #9c8374 #9c8374 #9c8374;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*  background: #9c8374;*/

/*}*/

.logo-scale__logo {
  /* border: 10px solid #000; */
  /* border-radius: 10px;
  width: 350px;
  height: 350px; */
  color: #fff;
  font-size: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  position: relative;
  width: 100%;
  height: 100%;
}

.logo-scale__logo span {
  position: relative;
  z-index: 1;
  transform: scale(1);
  color: #000 !important;
  font-size: 100px !important;
  /* mix-blend-mode: screen; */
  /* background: #b73c3c; */
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transform-origin: 50.17% 51.8%;
}

/* .logo-scale__logo span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #fff;
  } */

.logo-scale__video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
}

.logo-scale__video video {
  position: relative;
  width: 1920px;
  max-width: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-scale .action-call-text br {
  display: none;
}

@media (min-width: 1920px) {
  .logo-scale__video video {
    width: 100%;
  }
}

.logo-scale svg {
  /*background: #d0ac96;*/
  width: 450px;
  height: 432px;
  shape-rendering: geometricPrecision;
}

@media screen and (max-width: 1100px) {
  .logo-scale {
    margin-top: -150px;
  }
}

@media screen and (max-width: 650px) {
  .logo-scale {
    margin-top: -100px;
  }

  .logo-scale .action-call-text br {
    display: block;
  }
}

.pros {
  padding: 100px 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-top: -800px;
  z-index: 10;
  overflow: hidden;
}

.pros .move-text-pros {
  opacity: 0.2;
  font-size: 230px;
  white-space: nowrap;
  position: absolute;
  top: 25%;
  color: #59a8b0;
  font-weight: 800;
  z-index: -1;
}

.pros .main-title {
  font-size: 65px;
  font-weight: 800;
  color: #000;
  max-width: 850px;
  line-height: 1em;
  position: relative;
  z-index: 10;
  margin: 300px auto 30px;
  text-align: center;
}

.pros img {
  max-width: 550px;
}

.pros .subtext {
  font-size: 25px;
  color: #8a8a8a;
  max-width: 460px;
  line-height: 1.5em;
  display: block;
  margin-top: 600px;
}

.pros__sub {
  font-size: 30px;
  color: #59a8b0;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 1100px) {
  .pros .move-text-pros {
    font-size: 150px;
  }

  .pros__sub {
    font-size: 25px;
  }

  .pros .main-title {
    font-size: 50px;
    max-width: 800px;
  }
}

@media screen and (max-width: 650px) {
  .pros .move-text-pros {
    font-size: 80px;
  }

  .pros__sub {
    font-size: 18px;
  }

  .pros .main-title {
    font-size: 30px;
    margin: 111px auto 0;
  }
}

.desc {
  text-align: center;
  position: relative;
}

.desc img {
  max-width: 80%;
}

@media screen and (max-width: 1100px) {
  .desc img {
    max-width: 80%;
  }
}

@media screen and (max-width: 650px) {
  .desc {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }

  .desc img {
    min-width: 468px;
    margin-left: 5px;
  }
}

.tools-header {
  padding: 300px 20px 0;
  position: relative;
}

.tools-header:before {
  content: "";
  width: 182px;
  height: 90px;
  position: absolute;
  border-top-left-radius: 195px;
  border-top-right-radius: 195px;
  top: -200px;
  left: 12%;
  transform: scale(0.3) rotate(-90deg);
  border-width: 92px;
  border-style: solid solid none;
  border-color: #f2e8e2 #f2e8e2 #f2e8e2;
  border-bottom: none;
  background: #f2e8e2;
  z-index: -1;
}

.tools-header .main-title {
  font-size: 60px;
  color: #000;
  font-weight: 800;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: left;
  max-width: 730px;
  margin: 0 auto;
  position: relative;
  bottom: -150px;
  z-index: 1;
}

.tools-header .main-title div {
  overflow: hidden;
}

.tools-header .main-title div span {
  transform: translateY(120px);
  display: inline-block;
}

.tools-header .main-title img {
  position: absolute;
  width: 230px;
  right: -80px;
  bottom: -40px;
}

.tools-wrapper {
  overflow: hidden;
  margin-top: -100px;
  position: relative;
}

.tools-wrapper__container {
  position: relative;
  height: var(--full-height);
  display: flex;
  align-items: center;
}

.tools-wrapper .move-text-tools {
  font-size: 290px;
  white-space: nowrap;
  position: absolute;
  top: 60px;
  color: #f0f0f0;
  font-weight: 800;
  z-index: -1;
  left: 50%;
  transform: translateX(-50%);
}

.tools-wrapper .tools-slider {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 75px;
  position: relative;
  z-index: 2;
}

.tools-wrapper .tools-slider .fraction {
  display: inline-block;
}

.tools-wrapper .tools-slider .fraction:last-of-type {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.tools-wrapper .tools-slider .fraction .article {
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 17px 0 140px -20px rgba(0, 0, 0, 0.25);
  margin-right: 80px;
  max-width: 470px;
  min-width: 470px;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .tools-wrapper .tools-slider .fraction .article:hover {
    transform: translateY(-20px);
  }
}

.tools-wrapper .tools-slider .fraction .article .article-header img {
  width: 100%;
}

.tools-wrapper .tools-slider .fraction .article .article-footer {
  padding: 40px;
  display: flex;
  justify-content: space-between;
  text-decoration: none;
}

.tools-wrapper .tools-slider .fraction .article .article-footer .article-title {
  color: #000;
  font-weight: 700;
  font-size: 17px;
  flex: 1;
  line-height: 1.5em;
}

.tools-wrapper .tools-slider .fraction .article .article-footer .date {
  text-transform: uppercase;
  color: #808080;
  font-weight: 400;
  font-size: 12px;
  flex: 1;
  text-align: right;
}

.tools-wrapper .tools-slider .fraction .tools-box {
  display: flex;
  margin-right: 80px;
  align-items: flex-start;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator {
  flex-basis: 55%;
  background: #f4f4f4;
  border-radius: 7px;
  padding: 40px;
  margin-right: 20px;
  min-width: 370px;
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-top: -130px;
  text-decoration: none;
  box-shadow: 0px -30px 100px -20px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .tools-wrapper .tools-slider .fraction .tools-box .calculator:hover {
    transform: translateY(-20px);
  }
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator:after {
  content: "";
  width: 370px;
  height: 370px;
  background: #ececec;
  border-radius: 100%;
  position: absolute;
  left: -110px;
  bottom: -30px;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator .top-label {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  letter-spacing: 2px;
  position: absolute;
  left: 40px;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator .top-label:after {
  content: "";
  width: 30px;
  height: 1px;
  background: black;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 8px;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator .main-title {
  color: #000;
  font-size: 29px;
  font-weight: 800;
  text-align: left;
  margin-top: 50px;
  position: relative;
  z-index: 2;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator .subtitle {
  color: #5d5d5d;
  font-size: 16px;
  font-weight: 500;
  max-width: 250px;
  line-height: 1.7em;
  margin-top: 5px;
  text-align: left;
  position: relative;
  z-index: 2;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator .subtitle br {
  display: none;
}

.tools-wrapper .tools-slider .fraction .tools-box .calculator img {
  margin-top: 40px;
  position: relative;
  z-index: 2;
}

.tools-wrapper .tools-slider .fraction .tools-box .checklists {
  flex-basis: 45%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist {
  margin-bottom: 20px;
}

.tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist,
.tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist {
  background: #f4f4f4;
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 25px 25px 25px;
  position: relative;
  min-width: 270px;
  text-decoration: none;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist:hover,
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist:hover {
    transform: translateY(-10px);
  }
}

.tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist .top-label,
.tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist .top-label {
  color: black;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 2px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist .top-label:after,
.tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist .top-label:after {
  content: "";
  width: 30px;
  height: 1px;
  background: black;
  display: inline-block;
  margin-top: -2px;
  vertical-align: middle;
  margin-left: 8px;
}

.tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist .main-title,
.tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist .main-title {
  color: #000;
  margin-left: 20px;
  font-weight: 800;
  font-size: 19px;
}

.tools-wrapper .tools-slider .fraction .info {
  width: 450px;
  margin-top: -30px;
}

.tools-wrapper .tools-slider .fraction .info .main-title {
  font-size: 40px;
  font-weight: 800;
  color: #000;
  margin-bottom: 10px;
}

.tools-wrapper .tools-slider .fraction .info .subtitle {
  font-size: 15px;
  color: #717171;
  font-weight: 500;
  line-height: 1.5em;
  max-width: 350px;
}

.tools-wrapper .tools-slider .fraction .info .second-btn {
  margin-top: 20px;
  padding: 13px 30px;
  font-size: 15px;
  background: #f3eae5;
  color: #000;
}

.tools-wrapper .tools-slider .fraction .info .second-btn:after {
  width: 10px;
  height: 10px;
  background: #000;
}

@media (hover: hover) {
  .tools-wrapper .tools-slider .fraction .info .second-btn:hover {
    padding: 13px 20px 13px 40px;
  }
}

.tools-btn {
  position: absolute;
  top: 85%;
  background: none;
  border: 0 none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  outline: none;
  font-size: 12px;
}

.tools-btn_left {
  right: 50%;
  transform: translateX(-30px);
  transition: all 0.3s ease;
}

.tools-btn_left:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin: 0 10px 3px 0;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .tools-btn_left:hover {
    padding-right: 10px;
  }

  .tools-btn_left:hover:before {
    width: 10px;
  }
}

.tools-btn_right {
  left: 50%;
  transform: translateX(30px);
  transition: all 0.3s ease;
}

.tools-btn_right:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin: 0 0 3px 10px;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .tools-btn_right:hover {
    padding-left: 10px;
  }

  .tools-btn_right:hover:after {
    width: 10px;
  }
}

@media screen and (max-width: 1450px) {
  .tools-wrapper {
    margin-top: 0;
  }
}

@media screen and (max-height: 900px) and (min-width: 1000px) {
  .tools-wrapper .tools-slider {
    margin-top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .tools-header {
    max-width: 560px;
    margin: 0 auto;
  }

  .tools-header .main-title {
    font-size: 40px;
  }

  .tools-header .main-title img {
    width: 170px;
    right: -53px;
    bottom: -33px;
  }

  .tools-wrapper__container {
    height: auto;
  }

  .tools-wrapper .move-text-tools {
    font-size: 150px;
  }

  .tools-wrapper .tools-slider {
    margin-top: 29px;
    flex-wrap: wrap;
    transform: translate(0, 0) !important;
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .tools-wrapper .tools-slider .fraction {
    margin-bottom: 80px;
  }

  .tools-wrapper .tools-slider .fraction .article {
    margin: 0;
  }

  .tools-wrapper .tools-slider .fraction .tools-box {
    margin-right: 0;
    margin-top: 130px;
  }

  .tools-wrapper .tools-slider .fraction .info {
    margin-left: 20px;
  }

  .tools-btn {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .tools-header {
    overflow: hidden;
  }

  .tools-header .main-title {
    font-size: 30px;
    bottom: 30px;
  }

  .tools-header .main-title img {
    width: 138px;
    right: auto;
    left: 275px;
    top: 35px;
  }

  .tools-wrapper__container {
    min-height: 600px;
  }

  .tools-wrapper .move-text-tools {
    font-size: 80px;
    top: -10px;
  }

  .tools-wrapper .tools-slider {
    margin-top: 0;
    padding: 100px 0;
  }

  .tools-wrapper .tools-slider .fraction {
    width: 100vw;
    display: flex;
    justify-content: center;
    margin-bottom: 37px;
  }

  .tools-wrapper .tools-slider .fraction .article {
    max-width: 285px;
    min-width: 285px;
  }

  .tools-wrapper .tools-slider .fraction .article .article-footer {
    padding: 18px;
  }

  .tools-wrapper .tools-slider .fraction .article .article-footer .article-title {
    font-size: 12px;
    float: 2;
  }

  .tools-wrapper .tools-slider .fraction .article .article-footer .date {
    font-size: 8px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box {
    margin-top: 72px;
    margin-right: 0;
    flex-direction: column;
    align-items: center;
    width: 285px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator {
    min-width: 212px;
    padding: 23px;
    margin: -72px 0 37px;
    width: 100%;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator .top-label {
    left: 23px;
    font-size: 8px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator .top-label:after {
    width: 12px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator .main-title {
    font-size: 16px;
    margin-top: 38px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator .subtitle {
    font-size: 10px;
    line-height: 15px;
    max-width: 115px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator .subtitle br {
    display: block;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator img {
    width: 137px;
    margin-top: 18px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .calculator:after {
    width: 220px;
    height: 220px;
    left: -74px;
    bottom: -20px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .checklists {
    width: 100%;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist,
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist {
    justify-content: flex-start;
    padding: 37px 15px 13px 15px;
    min-width: 160px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist .top-label,
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist .top-label {
    font-size: 8px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist .top-label::after,
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist .top-label::after {
    width: 12px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist img,
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist img {
    width: 46px;
  }

  .tools-wrapper .tools-slider .fraction .tools-box .checklists .refinance-checklist .main-title,
  .tools-wrapper .tools-slider .fraction .tools-box .checklists .loan-checklist .main-title {
    font-size: 12px;
    max-width: 87px;
  }

  .tools-wrapper .tools-slider .fraction .info {
    margin: 0;
    width: auto;
    padding: 0 37px;
  }

  .tools-wrapper .tools-slider .fraction .info .main-title {
    font-size: 30px;
  }

  .tools-wrapper .tools-slider .fraction .info .subtitle {
    font-size: 14px;
    max-width: 330px;
  }
}

.mission {
  padding: 250px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #000;
}

.mission .mission-container {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mission .mission-container .mission-img {
  margin-right: 50px;
  position: relative;
}

.mission .mission-container .mission-img .small-coin-right {
  position: absolute;
  right: -45px;
  bottom: 40px;
}

.mission .mission-container .mission-img .small-coin-left {
  position: absolute;
  left: 10px;
  margin: auto;
  bottom: -30px;
}

.mission .mission-container .info .main-title {
  font-size: 60px;
  line-height: 1em;
}

.mission .mission-container .info .main-title div {
  overflow: hidden;
}

.mission .mission-container .info .main-title div span {
  display: inline-block;
  transform: translateY(120px);
  font-weight: 400;
  font-size: 45px;
}

.mission .mission-container .info .main-title div:nth-of-type(2) span {
  font-weight: 800;
  font-size: 55px;
}

.mission .mission-container .info .subtitle {
  font-size: 19px;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(40px);
}

.mission .mission-container .info .btn {
  display: inline-block;
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: #59a8b0;
  color: #fff;
  padding: 15px 40px;
  margin-top: 40px;
  transition: all 0.3s ease 0s;
}

.mission .mission-container .info .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}

@media (hover: hover) {
  .mission .mission-container .info .btn:hover {
    padding: 15px 30px 15px 50px;
  }

  .mission .mission-container .info .btn:hover:after {
    transform: translateX(20px);
    opacity: 0;
  }
}

.mission .logos {
  width: 1000px;
  margin: 150px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 1100px) {
  .mission {
    padding-top: 50px;
    padding-bottom: 140px;
  }

  .mission .mission-container {
    width: auto;
    max-width: 100%;
    flex-direction: column;
    text-align: center;
  }

  .mission .mission-container .mission-img {
    margin: 0;
  }

  .mission .mission-container .mission-img .small-coin-right {
    right: 60px;
  }

  .mission .mission-container .mission-img .small-coin-left {
    left: 63px;
  }

  .mission .mission-container .main-title {
    font-size: 45px;
    margin-top: 55px;
  }

  .mission .mission-container .main-title div span {
    font-size: 35px;
  }

  .mission .mission-container .info .btn {
    font-size: 16px;
    padding: 21px 43px;
    margin-top: 25px;
  }
}

@media screen and (max-width: 650px) {
  .mission {
    padding-bottom: 116px;
  }

  .mission .mission-container .mission-img {
    max-width: 290px;
  }

  .mission .mission-container .mission-img img {
    max-width: 100%;
  }

  .mission .mission-container .mission-img .small-coin-left {
    width: 47px;
    left: 35px;
  }

  .mission .mission-container .mission-img .small-coin-right {
    width: 60px;
    right: 26px;
  }

  .mission .mission-container .info .main-title {
    font-size: 40px;
  }

  .mission .mission-container .info .main-title div span {
    font-size: 25px;
  }

  .mission .mission-container .info .main-title div:nth-of-type(2) span {
    font-size: 35px;
  }

  .mission .mission-container .info .btn {
    padding: 15px 38px;
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  cursor: none;
}

:root {
  --full-height: 100vh;
}

::-moz-selection {
  /* Code for Firefox */
  color: #fff;
  background: #000;
}

.scrollbar-track-y {
  right: 3px !important;
}

.scrollbar-track {
  background: rgba(222, 222, 222, 0) !important;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}

.second-btn {
  background: rgba(89, 168, 176, 0.15);
  border: 0 none;
  color: #59a8b0;
  padding: 17px 40px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  margin: 40px auto 0 auto;
  display: inline-block;
  transition: all 0.3s ease;
}

.second-btn:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #59a8b0;
  transition: all 0.3s ease;
  opacity: 1;
}

@media (hover: hover) {
  .second-btn:hover {
    padding: 17px 30px 17px 50px;
    background: rgba(89, 168, 176, 0.1);
  }

  .second-btn:hover:after {
    transform: translateX(20px);
    opacity: 0;
  }
}

.first-btn {
  background: #59a8b0;
  border: 0 none;
  color: #fff;
  padding: 17px 40px;
  border-radius: 100px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  margin: 40px auto 0 auto;
  display: inline-block;
  transition: all 0.3s ease;
}

.first-btn:after {
  content: "";
  width: 11px;
  height: 11px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}

.first-btn:hover {
  padding: 17px 30px 17px 50px;
}

.first-btn:hover:after {
  transform: translateX(20px);
  opacity: 0;
}

body {
  background: #000;
  color: #f5f5f7;
  font-family: "Montserrat", sans-serif !important;
}

.download {
  opacity: 0;
  transform: translateY(200px) scaleX(3) scaleY(3);
  list-style-type: none;
}

.screen ul {
  margin-top: 16px;
  border-top: 1px solid #424242;
}

.screen li {
  padding: 12px 0;
}

.typography-section-intro {
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: 0.009em;
}

.large-centered {
  margin-left: auto;
  margin-right: auto;
}

.large-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.innovation-callout {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 100%;
  height: 100%;
}

.typography-innovation-copy-gradient {
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 0.004em;
}

.gradient-text {
  display: inline-block;
  width: 100%;
  color: transparent;
  background-image: linear-gradient(to right, #005e7f, #61b6cd);
  -webkit-background-clip: text;
  background-clip: text;
}

.player-wrapper__player,
#player {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.section-video .section-headline {
  color: #86868b;
}

.player__slide {
  height: var(--full-height);
  position: relative;
}

.player__slides {
  position: relative;
  /* height: var(--full-height); */
  overflow: hidden;
}

.player-wrapper {
  height: var(--full-height);
}

.player-wrapper__ui,
.player-wrapper__hardware {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}

.player__heading {
  color: #f5f5f7;
  flex-direction: column;
  padding-left: 20%;
  padding-top: 20%;
  /* background-color: rgba(0, 0, 0, 0.8); */
}

.typography-section-headline-elevated-alt-2 {
  font-size: 80px;
  line-height: 1.05;
  font-weight: 600;
  letter-spacing: -0.015em;
}

.player__text {
  color: #fff;
  /* background-color: rgba(0, 0, 0, 0.8); */
  display: flex;
  align-items: center;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 0.004em;
  padding-left: 20%;
}

.player__text p {
  max-width: 58.33333%;
}

.player__heading,
.player__text {
  pointer-events: none;
}

.typography-section-headline-alt {
  max-width: 50%;
  color: #f5f5f7;
  font-size: 64px;
  line-height: 1.0625;
  font-weight: 600;
  letter-spacing: -0.009em;
}

.typography-section-intro-reduced {
  max-width: 50%;
  color: #86868b;
  margin-top: 25px;
  font-size: 24px;
  line-height: 1.16667;
  font-weight: 600;
  letter-spacing: 0.009em;
}

.large-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.section-video .innovation-callout-keyline {
  margin-top: 53px;
  margin-bottom: 31px;
}

.innovation-callout-keyline {
  width: 100%;
  height: 2px;
  margin: 19px 0;
  transform-origin: left;
  background: #f5f5f7;
}

.large-offset-2 {
  margin-left: 16.66667%;
}

.typography-innovation-callout {
  color: #f5f5f7;
  font-size: 32px;
  line-height: 1.125;
  font-weight: 600;
  letter-spacing: 0.004em;
}

.section-content {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.player__footer {
  z-index: -1;
  position: relative;
  margin-top: 205px;
}

.cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  z-index: 2000;
  border: 1px solid rgba(0, 0, 0, 0.35);
  pointer-events: none;
  /*mix-blend-mode: difference;*/
}

.cursor::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000;
  width: 11px;
  height: 11px;
  border-radius: 50%;
}

@media (hover: none) {
  .cursor {
    display: none;
  }
}

.cursor.white {
  border-color: #fff;
}

.cursor.white:before {
  background-color: #fff;
}

.button-modal {
  border: 2px solid #1d1d1f;
  transition: all 350ms ease-in-out;
  background: rgba(0, 0, 0, 0);
  color: #1d1d1f;
  font-size: 17px;
  line-height: 1.23536;
  font-weight: 600;
  letter-spacing: -0.022em;
  min-width: 26px;
  padding-left: 22px;
  padding-right: 22px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 22px;
  border-color: #f5f5f7;
  background: rgba(0, 0, 0, 0);
  color: #f5f5f7;
  display: inline-block;
  margin-top: 30px;
  cursor: pointer;
}

.phone-lockup-container {
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.spread-icons {
  background: #fff;
  height: var(--full-height);
  padding-top: 152px;
}

.center-phone {
  text-align: center;
}

.side-phone-right {
  text-align: right;
}

.spread-icons .content-copy {
  color: #86868b;
  padding-top: 40px;
}

.typography-ios-callout {
  font-size: 17px;
  line-height: 1.23536;
  font-weight: 600;
  letter-spacing: -0.022em;
}

.spread-icons .phone-lockup {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  pointer-events: none;
}

.spread-icons .screen-container {
  position: absolute;
  top: 12px;
  left: 13px;
  width: 220px;
}

.spread-icons .image-top-ui {
  position: absolute;
  top: 10px;
  left: 18px;
  width: 196px;
  height: 9px;
  background-size: 196px 9px;
  background-repeat: no-repeat;
  background-image: url(/images/top_ui__elw6ab728hua_large.png?830f8b065ad2c0e3c8f8a24f71686d24);
}

.spread-icons .intro-wallpaper {
  content: "";
  display: block;
  padding-bottom: 216.38889%;
}

.spread-icons .hardware-container {
  position: relative;
}

.spread-icons .screen {
  position: absolute;
  top: 40px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 90px);
  grid-template-rows: repeat(3, 99px);
  grid-gap: 12px 12px;
  justify-content: center;
  align-content: center;
  z-index: 3;
}

.spread-icons .chiclet-wrap {
  display: grid;
  grid-template-columns: repeat(2, 34px);
  grid-template-rows: repeat(2, 45px);
  grid-gap: 10px 16px;
  justify-content: center;
}

.spread-icons .screen .widget,
.spread-icons .screen .chiclet {
  background-size: 50%;
}

* {
  cursor: none;
}

.test__slide {
  height: var(--full-height);
  opacity: 0.5;
  position: relative;
}

.page-wrapper {
  width: 100%;
  position: relative;
}

.started {
  padding: 13px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  background: #59a8b0;
  color: #ffffff;
  transition: padding 0.3s ease;
}

.started:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  opacity: 1;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .started:hover {
    padding: 13px 20px 13px 40px;
    transition: padding 0.3s ease 0s;
  }

  .started:hover:after {
    transform: translateX(20px);
    opacity: 0;
  }
}

.first-screen:after {
  content: "";
  width: 190px;
  height: 94px;
  position: absolute;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
  border: 60px solid #f2e8e2;
  border-bottom: none;
  top: 82px;
  left: -146px;
  transform: rotate(360deg) scale(1.1);
}

.first-screen:before {
  content: "";
  width: 230px;
  height: 112px;
  position: absolute;
  border-top-left-radius: 175px;
  border-top-right-radius: 175px;
  border: 60px solid #59a8b0;
  border-bottom: none;
  bottom: 230px;
  background: #59a8b0;
  right: -20px;
  transform: rotate(0deg) scale(0.2);
}

.right-decoration.two {
  right: auto;
  left: 750px;
  top: auto;
  bottom: 50px;
}

.right-decoration:after {
  content: "";
  width: 70px;
  height: 30px;
  background: rgba(122, 126, 253, 0.22);
  position: absolute;
  right: -70px;
  top: -30px;
  z-index: 1;
}

.right-decoration.two:after {
  right: auto;
  left: -70px;
}

.change-text {
  /*transform: translateY(-170px);*/
  top: -160px;
}

.change-text .label {
  font-size: 16px;
  font-weight: 500;
  color: #62a7ae;
}

.change-text .bottom-text {
  font-size: 15px;
  font-weight: 700;
}

.test-text {
  overflow: hidden;
}

.center .text-two {
  position: absolute;
  bottom: 80px;
  max-width: 350px;
}

.center .text-two div {
  /* margin-bottom: 13px; */
  line-height: 1.5em;
}

.center .text-two p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.7em;
}

.logo-sign {
  max-width: 160px;
  margin-bottom: 50px;
}

.menu-btn {
  margin: 0;
  color: #353330;
  font-weight: 800;
  padding: 10px 40px 10px 30px;
  /*border: 2px solid rgb(73 69 63 / 0.12);*/
  border-radius: 100px;
}

.menu-btn span {
  text-transform: uppercase;
  position: relative;
}

.menu-btn span:before,
.menu-btn span:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: #353330;
  display: inline-block;
  margin-left: 10px;
}

.menu-btn span:before {
  position: absolute;
  right: -15px;
  top: 5px;
}

/*.test-text:after {*/

/*  content: '';*/

/*  width: 17%;*/

/*  height: 250px;*/

/*  border: 2px solid #ffcc57;*/

/*  transform: skewY(25deg);*/

/*  position: fixed;*/

/*  top: 25%;*/

/*  right: -3px;*/

/*  z-index: -1;*/

/*}*/

.test-text .first-screen {
  display: flex;
  justify-content: center;
  align-items: center;
  height: var(--full-height);
}

.test-text .ground {
  width: 100%;
  height: 45%;
  background: linear-gradient(to top, rgba(177, 158, 152, 0.35), transparent);
  position: absolute;
  bottom: 0;
  pointer-events: none;
}

.right {
  background: #f2e8e2;
}

.left {
  background: #e3ebec;
}

.left,
.right {
  width: 450px;
  height: 550px;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 20;
  /*box-shadow: 0 0 100px -10px rgba(15, 9, 49, 0.11);*/
}

.left span,
.right span {
  color: #adadad;
  display: block;
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 50px;
}

.left a,
.right a {
  padding: 13px 30px;
  border-radius: 100px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 20px;
}

.left a:after,
.right a:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
}

.left a:after {
  background: #499aa0;
}

.right a:after {
  background: #e68c4c;
}

.left a {
  background: #fff;
  color: #499aa0;
}

.right a {
  background: #fff;
  color: #e68c4c;
}

.left h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #4a453f;
  margin: 0 auto;
}

.right h3 {
  font-size: 26px;
  font-weight: 600;
  text-align: center;
  color: #4a453f;
  max-width: 340px;
  margin: 0 auto;
}

.test-text .center {
  font-size: 60px;
  margin: 0 60px;
  font-weight: 900;
  width: 380px;
  height: 500px;
  display: flex;
  position: relative;
  z-index: -1;
  text-align: center;
  justify-content: center;
  align-items: center;
  /*overflow: hidden;*/
  transform-origin: 50% 50% !important;
  /*color: #2128bd;*/
}

.blend {
  max-width: 1400px;
  margin: 0 auto;
  color: #000;
  /*background: #fff;*/
  /*mix-blend-mode: screen;*/
  z-index: 1;
}

.blend video {
  position: absolute;
  bottom: 80px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 190px;
  filter: saturate(0.9) hue-rotate(5deg);
}

.coin {
  max-width: 120px;
  position: absolute;
  bottom: 50px;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
}

.blend-two {
  color: #000 !important;
  font-size: 100px !important;
  mix-blend-mode: screen;
  background: #fff2f2;
}

.blend-two:before {
  content: "";
  position: absolute;
  top: -1000px;
  left: -1000px;
  right: -1000px;
  bottom: -1000px;
  z-index: -1;
  background: #fff;
}

.blend h1 {
  font-size: 30px;
  line-height: 1em;
  text-align: center;
  font-weight: 800;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.blend h1 span {
  font-size: 10px;
  text-align: center;
  font-weight: 500;
}

.blend h1 > div {
  position: relative;
  display: inline-block;
}

.shape {
  position: absolute;
  top: -10px;
  left: -5px;
  right: -5px;
  bottom: -50px;
  overflow: hidden;
  background: #2128bd;
}

.shape .shape-1 {
  width: 650px;
  height: 650px;
  margin: -325px 0 0 -325px;
  border-radius: 50%;
  background: #005ffe;
  position: absolute;
  top: 0;
  left: 0;
}

.shape .shape-2 {
  width: 440px;
  height: 440px;
  margin: -220px 0 0 -220px;
  border-radius: 50%;
  background: #ffe5e3;
  position: absolute;
  top: 0;
  left: 0;
}

.shape .shape-3 {
  width: 270px;
  height: 270px;
  margin: -135px 0 0 -135px;
  border-radius: 50%;
  background: #ffcc57;
  position: absolute;
  top: 0;
  left: 0;
}

.colored-section {
  background: #fff2f2;
  width: 100%;
  height: var(--full-height);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  text-align: center;
  font-weight: 900;
  overflow: hidden;
  position: relative;
}

.colored-section:before {
  content: "";
  width: 70px;
  height: 30px;
  background: rgba(122, 126, 251, 0.16);
  transform: skewY(-20deg);
  position: absolute;
  right: 360px;
  bottom: 218px;
  z-index: 20;
}

.colored-section:after {
  content: "";
  width: 131px;
  height: 50px;
  background: #7a7efb;
  transform: skewY(-20deg);
  position: absolute;
  right: 230px;
  bottom: 205px;
  z-index: 20;
}

.colored-section .move-text {
  opacity: 0.1;
  font-size: 200px;
  white-space: nowrap;
  position: absolute;
  top: 10%;
  z-index: 2;
}

.colored-section div {
  font-size: 70px;
  color: #7a7efb;
  line-height: 1em;
  font-weight: 700;
}

.colored-section span {
  color: #2228bd;
  font-size: 25px;
  font-weight: 400;
  display: block;
  margin-top: 40px;
  z-index: 2;
}

body {
  background: #fff;
}

.phone {
  margin-top: -300px;
  position: relative;
}

.front {
  width: 300px;
  height: 610px;
  border-radius: 40px;
  margin: 110px auto;
  background: #fff;
  position: relative;
  z-index: 2;
  overflow: hidden;
  box-shadow: -30px 10px 120px -40px rgba(0, 0, 0, 0.2), inset 3px 1px 9px 2px #00000014;
  padding: 20px;
}

.front video {
  width: 100%;
}

.back {
  background: #005ffe;
  border-radius: 20px;
  width: 260px;
  height: 455px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: auto;
  transform-origin: left bottom;
  z-index: 1;
}

.dot1 {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 400px;
  z-index: 2;
  top: 400px;
  background: #ffcc57;
  border-radius: 50%;
}

.dot2 {
  width: 25px;
  height: 7px;
  position: absolute;
  right: 400px;
  z-index: 2;
  bottom: 400px;
  background: #7661ff;
}

.dot2:after {
  content: "";
  width: 7px;
  height: 25px;
  position: absolute;
  left: 0;
  right: 0;
  background: #7661ff;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}

.dot3 {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 700px;
  z-index: 2;
  bottom: 600px;
  background: rgba(254, 159, 95, 0.8);
  border-radius: 50%;
}

.dot4 {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 200px;
  bottom: 300px;
  background: transparent;
  border-radius: 2px;
  transform: rotate(30deg);
  z-index: 2;
  border: 5px solid #7e80ff;
}

.dot5 {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 200px;
  bottom: 300px;
  background: transparent;
  border-radius: 50%;
  z-index: 2;
  border: 6px solid #ffcc57;
}

.dot6 {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 700px;
  bottom: 600px;
  background: transparent;
  z-index: 2;
  border-radius: 2px;
  transform: rotate(30deg);
  border: 5px solid rgba(254, 159, 95, 0.8);
}

/*.dot7{*/

/*  width: 25px;*/

/*  height: 7px;*/

/*  position: absolute;*/

/*  left: 300px;*/

/*  z-index: 2;*/

/*  bottom: 400px;*/

/*  background: #005ffe;*/

/*}*/

/*.dot7:after {*/

/*  content: '';*/

/*  width: 7px;*/

/*  height: 25px;*/

/*  position: absolute;*/

/*  left: 0;*/

/*  right: 0;*/

/*  background: #005ffe;*/

/*  margin: auto;*/

/*  top: 50%;*/

/*  transform: translateY(-50%);*/

/*}*/

.card {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 0 250px -30px rgba(0, 0, 0, 0.17);
  position: absolute;
  width: 400px;
  height: 600px;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*.card:before {*/

/*  content: '';*/

/*  position: absolute;*/

/*  top: 10px;*/

/*  left: 10px;*/

/*  bottom: 10px;*/

/*  right: 10px;*/

/*  border-radius: 12px;*/

/*  background: #ffe5e3;*/

/*}*/

/*.card img {*/

/*  max-width: 190px;*/

/*  filter: brightness(100);*/

/*}*/

.card.one {
  left: 10%;
}

.card.two {
  right: 15%;
}

.big-text .big-bg {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  height: var(--full-height);
  overflow: hidden;
}

.big-text .big-bg .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffd165;
}

.big-text .big-bg .top-text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 150px;
  color: #fff;
  font-weight: 700;
}

.big-text .big-bg .top-text span {
  position: relative;
  top: 898px;
}

.big-text .text-bg {
  height: var(--full-height);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
}

.big-text .text-bg .title {
  font-size: 150px;
  color: #382580;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.big-text .text-bg .subtext {
  color: #382580;
  font-weight: 500;
  font-size: 50px;
  text-align: center;
  max-width: 500px;
  margin: 20px auto 0 auto;
}

.loader {
  position: fixed;
  top: -60px;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3000;
  overflow: hidden;
}

.loader__base {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #2b2b2b;
}

.loader__done {
  pointer-events: none;
}

.loader__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100%;
  background: #000;
}

.loader__count {
  position: absolute;
  top: calc(100% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 22px;
  color: #d0ac96;
  text-transform: uppercase;
  letter-spacing: 4px;
}

.loader__count span {
  letter-spacing: normal;
  display: inline-block;
  width: 63px;
  text-align: center;
}

.loader__count::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #d0ac96;
  display: inline-block;
  margin-bottom: 6px;
}

.overlay {
  height: 100%;
  background: #c1a696;
  display: block;
  position: absolute;
  width: 100%;
}

.last {
  height: 100%;
  background: #e8dcd5;
  display: block;
  position: absolute;
  width: 100%;
}

.loader svg,
.loader img {
  width: 30%;
  max-width: 120px;
}

/*.loader img {*/

/*  filter: drop-shadow(0px 0px 36px rgba(208, 172, 150, 0.2));*/

/*}*/

.st0 {
  stroke-width: 8px !important;
}

.loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.loader .shape0 {
  stroke-dasharray: 2451px;
  stroke-dashoffset: 2451px;
  /* stroke-dashoffset: 0; */
}

.loader .shape1 {
  stroke-dasharray: 3176px;
  stroke-dashoffset: 3176px;
  /* stroke-dashoffset: 0; */
}

@media screen and (max-width: 650px) {
  .loader__count {
    width: 100%;
    text-align: center;
    font-size: 18px;
  }

  .loader__count::after {
    width: 35px;
  }

  .loader__count span {
    margin-left: -5px;
    margin-right: -2px;
  }

  .loader svg,
  .loader img {
    max-width: 85px;
  }
}

.filler {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffffff;
  z-index: -1;
}

.filler-white {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}

.filler-white-first {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
  z-index: -1;
}

.filler-white > div {
  color: #000;
  font-size: 10px;
  font-weight: 800;
}

.action-call-box {
  opacity: 0;
}

.action-call-text {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: black;
  z-index: 10;
  font-size: 100px;
  font-weight: 800;
  transform: translateY(130%);
  opacity: 0;
}

.action-call-text h2 {
  font-size: 75px;
  font-weight: 800;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.1em;
}

.action-call-text h2 div {
  font-size: 95px;
}

.action-call-text p.subtext {
  font-size: 35px;
  font-weight: 400;
  color: #888;
}

.action-call-text .btn {
  border-radius: 100px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  background: #59a8b0;
  color: #fff;
  padding: 15px 40px;
  margin-top: 40px;
  transition: all 0.3s ease 0s;
}

.action-call-text .btn:after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 20px;
  display: inline-block;
  margin-left: 10px;
  background: #fff;
  transition: all 0.3s ease;
  opacity: 1;
}

@media (hover: hover) {
  .action-call-text .btn:hover {
    padding: 15px 30px 15px 50px;
  }

  .action-call-text .btn:hover:after {
    transform: translateX(20px);
    opacity: 0;
  }
}

@media screen and (max-width: 650px) {
  .action-call-text h2 {
    font-size: 35px;
  }

  .action-call-text h2 div {
    font-size: 45px;
  }

  .action-call-text p.subtext {
    font-size: 25px;
    text-align: center;
  }
}

.middle {
  width: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
  /*background: rgb(255, 255, 255);*/
  padding-bottom: 80px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  opacity: 0;
  z-index: 20;
}

/*.middle:before {*/

/*  content: "";*/

/*  width: 183px;*/

/*  height: 90px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 195px;*/

/*  border-top-right-radius: 195px;*/

/*  bottom: -70px;*/

/*  right: 13%;*/

/*  transform: scale(0.4) rotate(90deg);*/

/*  border-width: 90px;*/

/*  border-style: solid solid none;*/

/*  border-color: #000000 #000000 #000000;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*}*/

/*.middle:after {*/

/*  content: "";*/

/*  width: 183px;*/

/*  height: 90px;*/

/*  position: absolute;*/

/*  z-index: 20;*/

/*  border-top-left-radius: 195px;*/

/*  border-top-right-radius: 195px;*/

/*  bottom: 20px;*/

/*  right: 11%;*/

/*  transform: scale(0.12) rotate(180deg);*/

/*  border-width: 90px;*/

/*  border-style: solid solid none;*/

/*  border-color: #59a8b0 #59a8b0 #59a8b0;*/

/*  background: #59a8b0;*/

/*  border-image: initial;*/

/*  border-bottom: none;*/

/*}*/

.scroll {
  width: 30px;
  height: 45px;
  border-radius: 20px;
  border: 2px solid #cfd5d6;
  display: block;
  position: fixed;
  bottom: 55px;
  left: 50%;
  z-index: 20;
  transform: translateX(-50%);
  opacity: 0;
}

.scroll span {
  position: absolute;
  letter-spacing: 3px;
  font-weight: 700;
  font-size: 11px;
  white-space: nowrap;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  color: #000;
}

.scroll i {
  width: 4px;
  height: 9px;
  border-radius: 100px;
  background: #cfd5d6;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-animation: scroll 1s linear infinite;
          animation: scroll 1s linear infinite;
}

@-webkit-keyframes scroll {
  0%, 100% {
    top: 7px;
    opacity: 0;
  }

  50% {
    top: 12px;
    opacity: 1;
  }
}

@keyframes scroll {
  0%, 100% {
    top: 7px;
    opacity: 0;
  }

  50% {
    top: 12px;
    opacity: 1;
  }
}

.white.scroll {
  display: none;
}

.middle h3 {
  font-size: 35px;
  color: #000;
  width: 100%;
  text-align: center;
  font-weight: 800;
  margin-bottom: 10px;
  line-height: 1.4em;
}

.middle .started {
  margin: 20px auto 0 auto !important;
  font-size: 18px;
  font-weight: 600;
  background: rgba(89, 168, 176, 0.15);
  border: 0 none;
  padding: 17px 40px;
  color: #59a8b0;
  transition: all 0.3s ease;
}

.middle .started:after {
  width: 11px;
  height: 11px;
  background: #59a8b0;
  transition: all 0.3s ease;
}

@media (hover: hover) {
  .middle .started:hover {
    padding: 17px 30px 17px 50px;
    background: rgba(89, 168, 176, 0.1);
  }
}

.side-text {
  position: fixed;
  left: -170px;
  color: black;
  text-transform: uppercase;
  letter-spacing: 5px;
  transform: rotate(-90deg);
  bottom: 240px;
  font-size: 17px;
  font-weight: 500;
  z-index: 100;
  opacity: 0;
  transition: transform 0.3s ease;
}

.side-text::after {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin-bottom: 5px;
  transform: translateX(10px);
}

.side-text.white {
  color: #fff;
}

.side-text.white::after {
  background: #fff;
}

.side-text.active {
  left: -230px;
}

.bottom-right-text {
  position: fixed;
  bottom: 25px;
  right: 30px;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 15px;
  z-index: 200;
  opacity: 0;
  transition: transform 0.3s ease;
}

.bottom-right-text span {
  font-size: 13px;
  text-transform: none;
  letter-spacing: normal;
}

.bottom-right-text::before {
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 20px;
}

.bottom-right-text.white {
  color: #fff;
}

.bottom-right-text.white::before {
  background: #fff;
}

.bottom-right-text.active {
  bottom: -25px;
}

::-webkit-scrollbar {
  width: 0px;
  background: transparent;
}

.scrollbar {
  width: 6px;
  height: 20vh;
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 1000px;
  position: fixed;
  top: 0vh;
  right: 6px;
  z-index: 2000;
}

.barba-wrapper {
  width: auto;
  height: var(--full-height);
  overflow: auto;
  margin: 0;
}

.green-modern {
  max-width: 100%;
  overflow: hidden;
}

.green-modern .modern {
  height: var(--full-height);
  overflow: hidden;
  width: 100%;
}

.green-modern .modern .text-scale {
  font-size: 15vw;
  color: #59a8b0;
  font-weight: 800;
}

.green-modern .modern__container {
  width: 100%;
  height: var(--full-height);
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.green-modern .approach {
  width: 100%;
  height: 550px;
  display: flex;
  align-items: center;
  position: relative;
  color: #fff;
  flex-direction: column;
}

.green-modern .approach .move-text-phone {
  opacity: 0.2;
  font-size: 310px;
  white-space: nowrap;
  position: absolute;
  bottom: -70px;
  left: 100px;
  color: #fff;
  font-weight: 800;
  z-index: 10;
}

.green-modern .approach .approach-text {
  max-width: 900px;
  margin: -50px auto 0 auto;
}

.green-modern .approach .approach-text .subtext {
  margin-bottom: 20px;
  font-size: 35px;
  font-weight: 400;
}

.green-modern .approach .approach-text .main-text {
  font-size: 100px;
  font-weight: 700;
  line-height: 1em;
}

.green-modern .approach .approach-text img {
  position: absolute;
  right: -20px;
  bottom: -250px;
}

.green-modern_orange .modern .text-scale {
  font-size: 8.85vw;
  line-height: 0.82em;
  text-align: center;
  color: #edd5c7;
}

.green-modern_orange .approach {
  background: linear-gradient(to bottom, #edd5c7, #fff);
}

.green-modern_orange .approach__mobile-break {
  display: none;
}

.green-modern_orange .approach .approach-text {
  text-align: center;
  color: #000;
  position: relative;
  z-index: 11;
}

.green-modern_orange .approach .approach-text .subtext {
  font-size: 50px;
}

.green-modern_orange .approach .approach-text .main-text {
  font-size: 85px;
  font-weight: 800;
}

.green-modern_orange .approach .move-text-phone {
  top: -245px;
  bottom: auto;
  font-size: 200px;
}

.phone-test {
  padding: 60px 20px 0 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.phone-test:before {
  content: "";
  width: 100%;
  height: 850px;
  background-image: linear-gradient(to bottom, #59a8b0 4%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  top: -550px;
  z-index: -1;
}

.phone-test:after {
  content: "";
  width: 100%;
  height: 560px;
  background-image: linear-gradient(180deg, #59a8b0, #ffffff00);
  position: absolute;
  z-index: -1;
  top: -630px;
  display: block;
}

.phone-test .test-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 20;
}

.phone-test .test-container .phone-box {
  margin-right: 70px;
  position: relative;
  top: 180px;
}

.phone-test .test-container .phone-box .green-bg {
  width: 183px;
  height: 90px;
  position: absolute;
  z-index: -1;
  border-top-left-radius: 195px;
  border-top-right-radius: 195px;
  top: 140px;
  left: -30px;
  transform: scale(3) rotate(-90deg);
  border-width: 90px;
  border-style: solid solid none;
  border-color: #59a8b0 #59a8b0 #59a8b0;
  -o-border-image: initial;
     border-image: initial;
  border-bottom: none;
  background: #59a8b0;
}

.phone-test .test-container .phone-box img.phone-back {
  max-width: 450px;
}

.phone-test .test-container .phone-box img.front-screen {
  position: absolute;
  left: 101px;
  max-width: 300px;
  top: 150px;
}

.phone-test .test-container .info {
  margin-top: -150px;
}

.phone-test .test-container .info .main-title {
  font-size: 75px;
  font-weight: 800;
  color: #000;
  overflow: hidden;
}

.phone-test .test-container .info .main-title span {
  transform: translateY(120px);
  display: inline-block;
  opacity: 0;
}

.phone-test .test-container .info .subtext {
  font-size: 34px;
  max-width: 610px;
  color: #000;
  font-weight: 800;
}

.phone-test .test-container .info .subtext > div {
  overflow: hidden;
}

.phone-test .test-container .info .subtext > div span {
  transform: translateY(120px);
  display: inline-block;
  opacity: 0;
}

.phone-test .test-container .info .check {
  color: #59a8b0;
  font-weight: 600;
  font-size: 24px;
  margin: 30px 0;
}

.phone-test .test-container .info .check i {
  display: inline-block;
  width: 33px;
  height: 33px;
  background: #59a8b0;
  border-radius: 100px;
  margin-right: 10px;
  vertical-align: middle;
  margin-top: -5px;
  position: relative;
}

.phone-test .test-container .info .check i:before {
  content: "";
  width: 3px;
  height: 7px;
  background: #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  left: 11px;
  top: 15px;
}

.phone-test .test-container .info .check i:after {
  content: "";
  width: 3px;
  height: 14px;
  background: #fff;
  border-radius: 10px;
  display: block;
  position: absolute;
  transform: rotate(42deg);
  right: 12px;
  top: 10px;
}

.phone-test .test-container .info .buttons {
  margin-bottom: 20px;
}

.phone-test .test-container .info .buttons a {
  margin-top: 0;
}

.phone-test .test-container .info .buttons .second-btn {
  margin-right: 10px;
}

.phone-test .test-container .info .min-text {
  color: #000;
  max-width: 510px;
  line-height: 1.7em;
  font-size: 16px;
}

@media screen and (max-width: 1100px) {
  .green-modern_orange .modern .text-scale {
    font-size: 120px;
    line-height: 110px;
  }

  .green-modern_orange .approach .approach-text .main-text {
    font-size: 75px;
    max-width: 600px;
    margin: 0 auto;
    line-height: 80px;
  }

  .green-modern_orange .approach .approach-text .main-text br {
    display: none;
  }

  .green-modern_orange .approach .approach-text .subtext {
    font-size: 35px;
  }

  .green-modern_orange .approach .move-text-phone {
    top: -330px;
  }
}

@media screen and (max-width: 992px) {
  .green-modern .modern .text-scale {
    font-size: 120px;
  }

  .green-modern .approach .approach-text .main-text {
    font-size: 75px;
    max-width: 675px;
  }

  .green-modern .approach .move-text-phone {
    font-size: 160px;
    bottom: 150px;
  }

  .phone-test .test-container .phone-box {
    margin-right: 0;
    margin-left: -60px;
  }

  .phone-test .test-container .info .subtext {
    font-size: 28px;
  }

  .phone-test .test-container .info .check {
    font-size: 18px;
    max-width: 200px;
    display: flex;
    align-items: center;
  }

  .phone-test .test-container .info .check i {
    min-width: 33px;
  }
}

@media screen and (max-width: 650px) {
  .green-modern .modern .text-scale {
    font-size: 60px;
  }

  .green-modern .approach__mobile-break {
    display: block !important;
  }

  .green-modern .approach .approach-text {
    padding: 0 30px;
    min-height: 215px;
    margin: -177px auto 0 auto;
  }

  .green-modern .approach .approach-text .subtext {
    font-size: 25px;
  }

  .green-modern .approach .approach-text .main-text {
    font-size: 45px;
  }

  .green-modern .approach .move-text-phone {
    font-size: 100px;
    bottom: auto;
    top: 0;
  }

  .green-modern_orange .modern .text-scale {
    font-size: 65px;
    line-height: 65px;
  }

  .green-modern_orange .approach {
    height: 330px;
  }

  .green-modern_orange .approach .approach-text {
    padding: 0 20px;
  }

  .green-modern_orange .approach .approach-text .subtext {
    margin: 0 auto 20px;
    max-width: 300px;
    line-height: 40px;
  }

  .green-modern_orange .approach .approach-text .main-text {
    line-height: 45px;
    max-width: 350px;
  }

  .green-modern_orange .approach .move-text-phone {
    top: -367px;
  }

  .phone-test {
    padding: 110px 30px 0 30px;
    margin-bottom: -140px;
  }

  .phone-test::before {
    z-index: 1;
  }

  .phone-test .test-container {
    flex-direction: column;
    top: -313px;
    margin-bottom: -313px;
  }

  .phone-test .test-container .phone-box {
    top: 0;
  }

  .phone-test .test-container .phone-box img.phone-back {
    max-width: 395px;
  }

  .phone-test .test-container .phone-box img.front-screen {
    max-width: 250px;
    left: 92px;
  }

  .phone-test .test-container .buttons .first-btn,
  .phone-test .test-container .buttons .second-btn {
    padding: 16px 0;
    width: 160px;
    font-size: 14px;
    text-align: center;
  }
}

body.white .menu li a {
  color: #fff;
}

body.white .menu li a:before {
  background: rgba(255, 255, 255, 0.66);
}

body.white .phone-number .phone-label {
  color: rgba(255, 255, 255, 0.55);
}

body.white .phone-number .phone-value {
  color: #fff;
}

body.white-logo .menu-holder .logo-item {
  filter: brightness(100);
}

@media screen and (max-width: 1400px) {
  .bottom-right-text {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .side-text {
    font-size: 13px;
    left: -154px;
  }
}

@media screen and (max-width: 650px) {
  .side-text {
    display: none;
  }
}

.column-section {
  --img-size: 200px;
  --img-half: calc(var(--img-size) / 2);
  --img-half-neg: calc(var(--img-half) * -1);
  color: #000;
  padding-bottom: 200px;
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.column-section__decoration {
  position: absolute;
  transform: translateX(-50%);
  z-index: -1;
}

.column-section__decoration_left {
  left: 0;
  top: 520px;
  width: 400px;
}

.column-section__decoration_right {
  left: 100%;
  top: 1080px;
  width: 700px;
}

.column-section__heading {
  text-align: center;
}

.column-section__logo {
  width: 133px;
  margin-bottom: 73px;
}

.column-section__header {
  font-size: 85px;
  font-weight: 800;
}

.column-section__sub {
  opacity: 0.55;
  font-size: 45px;
}

.column-section__body {
  padding: 0 15px;
  margin: 175px auto 0;
  position: relative;
}

.column-section__body::before {
  content: "";
  display: block;
  width: 9px;
  height: calc(100% + 280px);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: linear-gradient(to bottom, rgba(243, 242, 242, 0), #f3f2f2 140px, #f3f2f2 calc(100% - 140px), rgba(243, 242, 242, 0));
  z-index: -1;
}

.column-section__row {
  display: flex;
  padding-bottom: 60px;
}

.column-section__row_last {
  padding-bottom: 0;
}

.column-section__row.column-section__row_big .column-section__img {
  opacity: 1;
  transform: scale(1);
}

.column-section__row.column-section__row_big .column-section__img::before {
  display: none;
}

.column-section__row.column-section__row_big .column-section__left .column-section__info {
  transform: translateX(var(--img-half-neg));
}

.column-section__row.column-section__row_big .column-section__left .column-section__info:before {
  opacity: 0;
  transform: translateX(var(--img-half)) scale(0.4);
}

.column-section__row.column-section__row_big .column-section__right {
  padding-left: 50px;
}

.column-section__row.column-section__row_big .column-section__right .column-section__info {
  transform: translateX(var(--img-half));
}

.column-section__row.column-section__row_big .column-section__right .column-section__info:before {
  opacity: 0;
  transform: translateX(var(--img-half-neg)) scale(0.4);
}

.column-section__mid {
  height: var(--img-size);
  width: var(--img-size);
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  z-index: 1;
}

.column-section__mid_left {
  left: 100%;
}

.column-section__mid_right {
  left: 0;
}

.column-section__img {
  margin: 0 auto;
  border-radius: 50%;
  background: #f7e7de;
  width: var(--img-size);
  height: var(--img-size);
  opacity: 0;
  transform: scale(0.8);
  position: relative;
  transition: all 0.3s cubic-bezier(0.15, 1.43, 0.46, 1.25);
}

.column-section__img .column-section__faker {
  display: none;
}

.column-section__img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.column-section__faker {
  width: 9px;
  height: 20px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.column-section__faker::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background: #f3f2f2;
  border-radius: 50%;
  left: 0;
}

.column-section__faker_top {
  bottom: calc(100% + 9px);
}

.column-section__faker_top::before {
  top: -4.5px;
}

.column-section__faker_bottom {
  top: calc(100% + 9px);
}

.column-section__faker_bottom::before {
  bottom: -4.5px;
}

.column-section__info {
  transition: all 0.3s cubic-bezier(0.15, 1.43, 0.46, 1.25);
  position: relative;
}

.column-section__info::before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  background: #000;
  width: 14px;
  height: 14px;
  border: 9px solid #f7e7de;
  top: 16px;
  opacity: 1;
  transition: all 0.3s cubic-bezier(0.15, 1.43, 0.46, 1.25);
}

.column-section__left,
.column-section__right {
  flex: 1;
  position: relative;
  min-height: var(--img-size);
  display: flex;
  align-items: center;
}

.column-section__left:hover .column-section__img,
.column-section__right:hover .column-section__img {
  opacity: 1;
  transform: scale(1);
}

.column-section__left:hover .column-section__img::before,
.column-section__right:hover .column-section__img::before {
  display: none;
}

.column-section__left {
  text-align: right;
  padding-right: 50px;
  display: flex;
  justify-content: flex-end;
}

.column-section__left .column-section__info:before {
  right: -66px;
}

.column-section__left:hover .column-section__info {
  transform: translateX(var(--img-half-neg));
}

.column-section__left:hover .column-section__info:before {
  opacity: 0;
  transform: translateX(var(--img-half)) scale(0.4);
}

.column-section__right {
  padding-left: 50px;
}

.column-section__right .column-section__info:before {
  left: -66px;
}

.column-section__right:hover .column-section__info {
  transform: translateX(var(--img-half));
}

.column-section__right:hover .column-section__info:before {
  opacity: 0;
  transform: translateX(var(--img-half-neg)) scale(0.4);
}

.column-section p {
  opacity: 0.65;
  line-height: 28px;
  font-size: 16px;
}

.column-section h3 {
  font-weight: 800;
  font-size: 26px;
  line-height: 30px;
  margin-bottom: 20px;
}

.column-section h3 span {
  display: block;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .column-section__header {
    font-size: 55px;
  }

  .column-section__sub {
    font-size: 30px;
  }

  .column-section__decoration {
    display: none;
  }

  .column-section__logo {
    margin-bottom: 37px;
  }

  .column-section__body {
    padding: 0 60px;
    margin-top: 163px;
  }

  .column-section__body::before {
    display: none;
  }

  .column-section__left,
  .column-section__right {
    flex: none;
    padding: 0;
    max-width: 100%;
  }

  .column-section__mid {
    position: static;
  }

  .column-section__mid_right {
    transform: translate(0, 0);
  }

  .column-section__mid_left {
    transform: translate(0, 0);
  }

  .column-section__row {
    justify-content: center;
  }

  .column-section__row.column-section__row_big .column-section__right .column-section__info,
  .column-section__row.column-section__row_big .column-section__left .column-section__info {
    transform: none;
  }

  .column-section__row.column-section__row_big .column-section__right {
    padding-left: 0;
  }

  .column-section__row.column-section__row_big .column-section__right .column-section__info {
    padding-left: 55px;
  }

  .column-section__row.column-section__row_big .column-section__left {
    padding-right: 0;
  }

  .column-section__row.column-section__row_big .column-section__left .column-section__info {
    padding-right: 55px;
  }
}

@media screen and (max-width: 650px) {
  .column-section {
    --img-size: 175px;
    padding-bottom: 0px;
  }

  .column-section__heading {
    max-width: 300px;
    margin: 0 auto;
  }

  .column-section__logo {
    width: 100px;
  }

  .column-section__header {
    font-size: 45px;
  }

  .column-section__sub {
    font-size: 22px;
  }

  .column-section__body {
    padding: 0 30px;
    margin-top: 72px;
  }

  .column-section__row {
    padding-bottom: 73px;
  }

  .column-section__left,
  .column-section__right {
    flex-direction: column;
    text-align: center;
  }

  .column-section__info {
    padding: 0 !important;
    margin-top: 40px;
  }

  .column-section__mid {
    order: -1;
  }

  .column-section__img img {
    width: 223px;
  }
}

.footer {
  background: #111;
  color: rgba(255, 255, 255, 0.3);
  height: var(--full-height);
  min-height: 1000px;
  display: flex;
  align-items: center;
  position: relative;
}

.footer a {
  text-decoration: none;
  color: inherit;
}

.footer:before {
  content: "Cazle Mortgage";
  display: block;
  position: absolute;
  font-size: 230px;
  color: rgba(255, 255, 255, 0.02);
  white-space: nowrap;
  font-weight: 700;
  top: 84px;
  text-align: center;
  width: 100%;
  overflow: hidden;
}

.footer__container {
  max-width: 1380px;
  padding: 0 80px;
  margin: 0 auto;
  transform: translateY(33px);
}

.footer__text {
  font-size: 18px;
  line-height: 25px;
}

.footer__head {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 280px auto;
  padding-bottom: 25px;
}

.footer__side {
  flex: 1 1 50%;
  min-width: 50%;
}

.footer__logo {
  width: 219px;
  filter: brightness(100);
}

.footer__sub {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.4em;
  text-transform: uppercase;
  font-weight: 300;
  text-align: right;
  align-self: center;
}

.footer__sub:before {
  content: "";
  width: 50px;
  height: 2px;
  background: #fff;
  display: inline-block;
  margin-bottom: 6px;
  margin-right: 20px;
}

.footer__heading {
  font-size: 55px;
  color: #fff;
  line-height: 141px;
  align-self: center;
  display: flex;
}

.footer__heading a {
  transition: 0.2s ease;
}

.footer__heading a:nth-of-type(2) {
  padding: 0 50px;
}

@media (hover: hover) {
  .footer__heading a:hover {
    color: #111;
    text-shadow: -1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
    display: inline-block;
  }
}

.footer__contacts {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}

.footer__contacts h4 {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
}

.footer__contacts span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}

.footer__nav ul {
  list-style-type: none;
  display: flex;
  font-size: 13px;
  line-height: 30px;
  color: #fff;
}

.footer__nav li {
  margin-right: 23px;
  transition: 0.2s ease;
}

.footer__nav li a {
  text-decoration: none;
  color: inherit;
}

.footer__nav li a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(-45deg);
  border-radius: 2px;
  margin-left: 5px;
  box-sizing: border-box;
}

@media (hover: hover) {
  .footer__nav li:hover {
    opacity: 0.4;
  }
}

.footer__note {
  font-size: 13px;
  line-height: 30px;
}

.footer__note a {
  transition: 0.3s ease;
}

.footer__note a:hover {
  color: #fff;
}

.footer__social {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 570px;
  margin-left: auto;
}

.footer__icon {
  width: 47px;
  height: 47px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease;
  background: rgba(35, 35, 35, 0);
}

.footer__icon img {
  width: 26px;
  opacity: 0.4;
}

@media (hover: hover) {
  .footer__icon:hover {
    background: #232323;
  }

  .footer__icon:hover img {
    opacity: 1;
  }
}

.footer__foot {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
}

.footer__foot img {
  width: 90px;
  display: block;
  margin: auto;
}

.footer__foot div {
  flex: 1 1 33%;
}

.footer__foot p {
  flex: 1 1 33%;
  font-size: 13px;
}

.footer__foot p:after {
  content: "";
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  margin-bottom: 4px;
  margin-left: 15px;
}

.footer__foot a {
  flex: 1 1 33%;
  text-align: right;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
}

.footer__foot span {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1280px) {
  .footer__heading a:nth-of-type(2) {
    padding: 0 25px;
  }

  .footer__heading a:nth-of-type(3) {
    padding: 0 25px 0 0;
  }

  .footer__nav li {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1100px) {
  .footer {
    height: auto;
    min-height: var(--full-height);
    padding-top: 120px;
    overflow: hidden;
  }

  .footer:before {
    font-size: 150px;
    max-width: 437px;
    white-space: normal;
    overflow: visible;
    line-height: 130px;
    top: 18px;
    left: 26px;
  }

  .footer__container {
    transform: translate(0);
  }

  .footer__head {
    grid-template-rows: 187px auto 160px;
    padding-bottom: 0;
  }

  .footer__heading {
    grid-column-end: span 2;
    text-align: center;
  }

  .footer__heading a:nth-of-type(2) {
    padding: 0 65px;
  }

  .footer__contacts {
    flex-direction: column;
    width: auto;
  }

  .footer__social {
    grid-column-end: span 2;
    order: 3;
    max-width: none;
  }

  .footer__nav ul {
    flex-direction: column;
  }

  .footer__note {
    margin-top: 6px;
    max-width: 240px;
  }

  .footer__foot {
    margin-top: 40px;
    padding-bottom: 45px;
    flex-direction: column;
  }

  .footer__foot div {
    order: -1;
  }

  .footer__foot p {
    margin-top: 40px;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 650px) {
  .footer {
    padding-top: 82px;
  }

  .footer:before {
    font-size: 70px;
    line-height: 60px;
    text-align: left;
    left: -4px;
    top: 35px;
  }

  .footer__container {
    padding: 0 25px;
  }

  .footer__heading {
    font-size: 30px;
    justify-content: space-between;
  }

  .footer__heading a {
    padding: 0 !important;
  }

  .footer__head {
    grid-template-rows: 137px auto auto;
  }

  .footer__contacts {
    grid-column-end: span 2;
    width: 100%;
    margin-bottom: 40px;
  }

  .footer__contacts a {
    margin-bottom: 8px;
  }

  .footer__nav {
    grid-column-end: span 2;
    margin-bottom: 40px;
  }

  .footer__note {
    line-height: 20px;
  }

  .footer__social {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin: 0 auto 40px;
    max-width: 233px;
  }

  .footer__icon {
    width: 42px;
    height: 42px;
  }

  .footer__text {
    font-size: 12px;
    line-height: 20px;
    text-align: center;
  }

  .footer__foot img {
    width: 69px;
  }

  .footer__foot p {
    margin-top: 30px;
    margin-bottom: 15px;
  }

  .footer__foot p:after {
    width: 25px;
  }
}

.card-grid {
  color: #000;
  padding-top: 350px;
  margin-top: -100px;
  width: 100%;
  overflow: hidden;
}

.card-grid_mobile {
  display: none;
}

.card-grid .header-block {
  z-index: 1;
}

.card-grid .tools-btn {
  display: none;
}

.card-grid__container {
  position: relative;
  padding-top: 156px;
  padding-bottom: 500px;
  background: linear-gradient(#fff, #f3f8f9 885px, #f3f8f9 calc(100% - 500px), #fff);
}

.card-grid__container::before,
.card-grid__container::after {
  display: block;
  content: "“";
  position: absolute;
  color: #e4eeef;
  font-weight: 700;
  transform: scale(-1);
}

.card-grid__container::before {
  font-size: 670px;
  top: -182px;
  left: calc(50% + 549px);
}

.card-grid__container::after {
  font-size: 1072px;
  bottom: 320px;
  right: calc(50% + 156px);
}

.card-grid__cols {
  max-width: 1535px;
  margin: 0 auto;
  display: flex;
  position: relative;
  z-index: 2;
}

.card-grid__col {
  padding: 0 22px;
}

.card-grid__col_left {
  padding-top: 100px;
}

.card-grid__col_right {
  padding-top: 165px;
}

.card-grid__col_right .review-card:last-of-type {
  display: none;
}

@media screen and (max-width: 1100px) {
  .card-grid {
    display: none;
  }

  .card-grid_mobile {
    display: block;
    padding-top: 0;
  }

  .card-grid .tools-btn {
    display: inline-block;
    top: auto;
    bottom: 450px;
    z-index: 1111111111;
  }

  .card-grid__col {
    min-width: 470px;
  }

  .card-grid__col_left {
    padding-top: 22px;
  }

  .card-grid__cols {
    padding: 0 70px;
  }
}

@media screen and (max-width: 992px) {
  .card-grid {
    margin-top: -130px;
  }

  .card-grid .header-block {
    padding-left: 60px;
    padding-right: 60px;
  }

  .card-grid__container::after {
    font-size: 621px;
    right: calc(50% + 52px);
    bottom: 433px;
  }

  .card-grid__container::before {
    left: calc(50% + 77px);
    top: -311px;
  }
}

@media screen and (max-width: 650px) {
  .card-grid {
    padding-top: 250px;
    display: none;
  }

  .card-grid_mobile {
    display: block;
  }

  .card-grid .header-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .card-grid .header-block__heading {
    max-width: 300px;
  }

  .card-grid__container {
    padding-top: 0;
    background: linear-gradient(#fff, #f3f8f9, #f3f8f9, #fff);
  }

  .card-grid__container::before {
    top: -553px;
    left: auto;
    right: -90px;
  }

  .card-grid__container::after {
    right: auto;
    bottom: 231px;
    left: -90px;
  }

  .card-grid__col {
    min-width: unset;
    padding: 0;
  }

  .card-grid__col_left {
    padding-top: 45px;
  }

  .card-grid__col_mid .review-card:last-of-type {
    display: none;
  }

  .card-grid__col_right {
    transform: translateY(0) !important;
  }

  .card-grid__col_right .review-card:last-of-type {
    display: block;
  }

  .card-grid__cols {
    padding: 50px 0 0 0;
  }
}

.header-block {
  text-align: center;
  position: relative;
}

.header-block__side-scroll {
  opacity: 0.2;
  font-size: 185px;
  white-space: nowrap;
  position: absolute;
  top: -300px;
  color: #59a8b0;
  font-weight: 800;
  z-index: -1;
  width: 100%;
}

.header-block__heading {
  font-size: 55px;
  font-weight: 800;
}

.header-block__heading span {
  display: block;
  font-weight: 400;
  line-height: 65px;
}

.header-block__sub {
  font-weight: 600;
  font-size: 20px;
  color: #59a8b0;
  margin: 17px 0 27px;
  display: block;
  text-transform: uppercase;
}

.header-block__text {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  font-weight: 600;
  max-width: 910px;
  padding: 0 15px;
  margin: 0 auto;
}

.header-block__text::after {
  content: "“";
  display: block;
  font-size: 80px;
  color: #000;
  font-weight: 800;
  transform: scale(-1);
  margin-top: 35px;
}

@media screen and (max-width: 992px) {
  .header-block__heading {
    font-size: 50px;
    max-width: 500px;
    margin: 0 auto;
  }

  .header-block__heading span {
    font-size: 45px;
  }

  .header-block__side-scroll {
    font-size: 160px;
    top: -238px;
  }
}

@media screen and (max-width: 650px) {
  .header-block__side-scroll {
    font-size: 100px;
    top: -150px;
  }

  .header-block__heading {
    font-size: 35px;
  }

  .header-block__heading span {
    font-size: 35px;
    line-height: 40px;
  }

  .header-block__sub {
    font-size: 18px;
  }

  .header-block__text::after {
    margin-top: 16px;
  }
}

.review-card {
  border-radius: 12px;
  background-color: white;
  box-shadow: -1.116px 15.961px 43px 0px rgba(33, 65, 68, 0.11);
  padding: 35px;
  margin-bottom: 28px;
}

.review-card__header {
  display: flex;
  margin-bottom: 16px;
  align-items: center;
}

.review-card__img {
  flex-basis: 65px;
  margin-right: 20px;
}

.review-card__heading {
  font-size: 20px;
  font-weight: 200;
  text-transform: uppercase;
}

.review-card__heading span {
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-transform: none;
}

.review-card__text {
  font-size: 15px;
  list-style: none;
  line-height: 25px;
}

@media screen and (max-width: 650px) {
  .review-card {
    width: calc(100vw - 24px);
    max-width: 470px;
    padding: 32px;
    margin: 0 12px;
  }
}

.feedback {
  color: #000;
  margin-top: -500px;
  position: relative;
}

.feedback .header-block {
  padding-top: 0;
  margin-top: 230px;
}

.feedback .header-block__heading {
  font-size: 45px;
}

.feedback .header-block h3 {
  font-size: 28px;
  opacity: 0.6;
  font-weight: 400;
}

.feedback__img {
  width: 100%;
  text-align: center;
}

.feedback__list {
  display: flex;
  justify-content: center;
  padding: 65px 0;
  margin: 50px auto 0;
  max-width: 1400px;
}

.feedback__item {
  padding: 0 82px;
  position: relative;
  flex: 1;
  text-decoration: none;
  color: inherit;
}

.feedback__item > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

.feedback__item::after {
  content: "";
  width: 1px;
  height: 130px;
  background: #e3e3e3;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.2s;
}

.feedback__item_last::after {
  display: none;
}

@media (hover: hover) {
  .feedback__item:hover > div {
    transform: translateY(-25px);
  }
}

.feedback__stars {
  width: 114px;
  height: 20px;
  background: url(/images/review-stars-icon.svg?32c2641ab7d81ae143c8f217a5042187) center center no-repeat;
}

.feedback__raiting {
  font-size: 18px;
  font-weight: 700;
  margin-left: 11px;
}

.feedback__reviews {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 1300px) {
  .feedback__item {
    padding: 0 30px;
  }
}

@media screen and (max-width: 1100px) {
  .feedback__list {
    flex-wrap: wrap;
    max-width: 640px;
    padding: 0;
    margin: 33px auto 0;
  }

  .feedback__item {
    padding: 0;
    flex: 1 1 50%;
    margin-top: 70px;
  }

  .feedback__item:nth-of-type(even):after {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .feedback {
    margin-top: -542px;
  }

  .feedback .header-block {
    padding: 0 30px;
  }

  .feedback .header-block__heading {
    font-size: 35px;
  }

  .feedback .header-block__sub {
    font-size: 16px;
  }

  .feedback .header-block h3 {
    font-size: 20px;
  }

  .feedback__img img {
    height: 67px;
  }

  .feedback__list {
    margin-top: 0;
  }

  .feedback__item {
    margin-top: 43px;
  }

  .feedback__stars {
    width: 87px;
  }

  .feedback__raiting {
    font-size: 14px;
  }

  .feedback__reviews {
    font-size: 13px;
  }
}

.the-team {
  color: #000;
  padding-bottom: 300px;
  padding-top: 103px;
}

.the-team__container {
  display: flex;
  align-items: flex-end;
}

.the-team__side {
  flex: 1 1 50%;
}

.the-team__side img {
  margin-bottom: -100px;
}

.the-team__side_left {
  text-align: right;
}

.the-team__side_left img:nth-of-type(2) {
  display: none;
}

.the-team__side_right {
  padding-left: 70px;
  padding-bottom: 90px;
}

.the-team__heading {
  font-size: 65px;
  line-height: 60px;
  font-weight: 800;
}

.the-team__heading span {
  display: inline-block;
}

.the-team__heading div {
  overflow: hidden;
  height: 70px;
}

.the-team__heading div:first-of-type span {
  font-size: 50px;
  font-weight: 300;
}

.the-team .min-text {
  font-size: 18px;
  line-height: 30px;
  opacity: 0.65;
  max-width: 580px;
  margin-top: 20px;
}

.the-team .second-btn {
  margin-right: 20px;
}

.the-team__figures {
  position: absolute;
  width: 100%;
  height: 100%;
}

.the-team__figures img {
  display: block !important;
  position: absolute;
  transform: translate(-50%, -50%);
}

.the-team__figures img:nth-of-type(1) {
  top: 244px;
  left: 19%;
}

.the-team__figures img:nth-of-type(2) {
  bottom: -37px;
  left: 38%;
  transform: translate(-50%, -50%);
}

.the-team_gold {
  max-width: 1166px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0;
  margin: 0 auto;
}

.the-team_gold .the-team__heading div:first-of-type span {
  font-size: 65px;
  font-weight: 800;
}

.the-team_gold .min-text {
  max-width: 485px;
}

.the-team_gold .flag-video {
  width: 500px;
}

.the-team_gold .the-team__side {
  position: relative;
}

@media screen and (max-width: 1380px) {
  .the-team__heading {
    font-size: 55px;
  }

  .the-team__heading div:first-of-type span {
    font-size: 40px;
  }
}

@media screen and (max-width: 1150px) {
  .the-team {
    padding-bottom: 80px;
  }

  .the-team__container {
    flex-direction: column;
    max-width: 768px;
    margin: 0 auto;
    padding: 0 40px;
    text-align: center;
    align-items: center;
  }

  .the-team__side_right {
    padding: 70px 0;
  }

  .the-team__figures img {
    z-index: 1;
  }

  .the-team_gold {
    padding-bottom: 30px;
  }

  .the-team_gold .the-team__container {
    flex-direction: column-reverse;
  }

  .the-team_gold .the-team__heading span {
    font-size: 65px;
  }

  .the-team_gold .the-team__side_right {
    padding-top: 10px;
  }

  .the-team_gold .min-text {
    max-width: 647px;
  }

  .the-team_gold .flag-video {
    transform: translateX(10%);
  }
}

@media screen and (max-width: 650px) {
  .the-team {
    padding-bottom: 50px;
    padding-top: 205px;
  }

  .the-team__container {
    padding: 0 22px;
  }

  .the-team__heading {
    font-size: 45px;
    line-height: 50px;
  }

  .the-team__heading div {
    height: auto;
  }

  .the-team__heading div:first-of-type span {
    font-size: 28px;
  }

  .the-team__side_left img:nth-of-type(1) {
    display: none;
  }

  .the-team__side_left img:nth-of-type(2) {
    display: inline-block;
  }

  .the-team__side_right {
    padding: 10px 0 70px;
  }

  .the-team .min-text {
    font-size: 16px;
  }

  .the-team .buttons {
    margin: 0 -22px;
  }

  .the-team .main-btn,
  .the-team .second-btn {
    font-size: 14px;
    padding: 16px 0;
    width: 160px;
  }

  .the-team .second-btn {
    margin-right: 15px;
  }

  .the-team_gold {
    padding-bottom: 0;
  }

  .the-team_gold .flag-video {
    transform: translateX(0);
    max-width: 350px;
    width: 100%;
  }

  .the-team_gold .the-team__heading {
    line-height: 40px;
  }

  .the-team_gold .the-team__heading div:first-of-type span {
    font-size: 35px;
    line-height: 40px;
  }

  .the-team_gold .the-team__heading span {
    font-size: 35px;
    line-height: 40px;
  }

  .the-team__figures img:nth-of-type(1) {
    width: 60px;
    top: 179px;
    left: 6%;
  }

  .the-team__figures img:nth-of-type(2) {
    width: 100px;
    bottom: -20px;
    left: 34%;
  }
}

.the-story {
  color: #000;
}

.the-story .move-text-phone {
  font-size: 200px;
  font-weight: 800;
  color: rgba(231, 210, 198, 0.4);
  white-space: nowrap;
  position: absolute;
  top: 0;
}

.the-story__row {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.the-story__half {
  flex: 1 1 50%;
  max-width: 50%;
}

.the-story__img {
  text-align: center;
}

.the-story__header {
  position: relative;
  overflow: hidden;
  padding-top: 244px;
  margin-top: -245px;
}

.the-story__heading {
  font-size: 120px;
  font-weight: 800;
  text-align: center;
}

.the-story__info {
  margin-top: 105px;
}

.the-story__info-block h3 {
  font-size: 40px;
  font-weight: 800;
}

.the-story__info-block p {
  line-height: 30px;
  margin: 30px 0 35px;
}

.the-story__info-block h4 {
  font-size: 26px;
}

.the-story__info-block span {
  opacity: 0.5;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  line-height: 35px;
}

.the-story__controls {
  display: flex;
  justify-content: center;
}

.the-story__controls .second-btn {
  font-size: 16px;
}

.the-story__controls .second-btn::after {
  width: 8px;
  height: 8px;
  border-radius: 3px;
  transform: rotate(45deg);
  background: none;
  border-bottom: 3px solid #59a8b0;
  border-right: 3px solid #59a8b0;
  position: relative;
  top: -1px;
  margin-left: 5px;
}

.the-story__controls .second-btn:hover {
  padding: 17px 40px;
}

.the-story__controls .second-btn:hover:after {
  opacity: 1;
}

.the-story__controls.active .second-btn::after {
  transform: rotate(-135deg);
  top: 3px;
}

@media screen and (max-width: 1100px) {
  .the-story__header {
    margin-top: -218px;
  }

  .the-story__heading {
    font-size: 85px;
  }

  .the-story__row {
    flex-direction: column;
  }

  .the-story__half {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .the-story__img {
    width: 460px;
  }

  .the-story__img img {
    width: 100%;
  }

  .the-story__info {
    margin-top: 48px;
  }

  .the-story__info-block {
    text-align: center;
    margin-top: 75px;
  }

  .the-story__info-block p {
    max-width: 650px;
  }

  .the-story .move-text-phone {
    top: 26px;
  }
}

@media screen and (max-width: 650px) {
  .the-story .move-text-phone {
    font-size: 100px;
    top: 10px;
  }

  .the-story__header {
    padding-top: 122px;
    margin-top: -113px;
  }

  .the-story__heading {
    font-size: 55px;
  }

  .the-story__img {
    max-width: 510px;
    width: 100%;
    padding: 0 25px;
  }

  .the-story__info-block {
    margin-top: 50px;
  }

  .the-story__info-block h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .the-story__info-block p {
    font-size: 14px;
    line-height: 25px;
    padding: 0 15px;
    margin-top: 25px;
  }
}

.timeline {
  --img-size: 250px;
  --img-half: calc(var(--img-size) / 2);
  --img-half-neg: calc(var(--img-half) * -1);
  overflow: hidden;
  padding-top: 270px;
  padding-bottom: 140px;
  margin-bottom: -410px;
  height: 0;
  position: relative;
}

.timeline__container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.timeline__decoration {
  opacity: 0;
  position: absolute;
}

.timeline__decoration_left {
  width: 380px;
  left: -90px;
  top: 192px;
}

.timeline__decoration_right {
  width: 390px;
  right: -110px;
  bottom: 95px;
}

.timeline__center {
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  height: 100%;
  opacity: 0;
}

.timeline__center::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, #fff, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), #fff);
}

.timeline__center svg {
  stroke-dasharray: 8px;
}

.timeline__row {
  display: flex;
  margin-bottom: 95px;
}

.timeline__row:last-of-type {
  margin-bottom: 0;
}

.timeline__mid {
  width: var(--img-size);
  text-align: center;
}

.timeline__img {
  position: relative;
}

.timeline__img .timeline__year-holder {
  position: absolute;
  left: -10px;
  top: -3px;
}

.timeline__img_right .timeline__year-holder {
  left: auto;
  right: -10px;
}

.timeline__left,
.timeline__right {
  flex: 1 1 calc(50% - var(--img-half));
}

.timeline__left {
  text-align: right;
  padding-right: 30px;
}

.timeline__right {
  padding-left: 30px;
}

.timeline__info h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.timeline__info p {
  font-size: 15px;
  line-height: 25px;
  opacity: 0.65;
}

.timeline__signature {
  margin-top: 30px;
}

.timeline__signature h4 {
  font-size: 17px;
  text-transform: uppercase;
}

.timeline__signature span {
  text-transform: none;
  color: #59a8b0;
  margin-left: 9px;
}

.timeline__signature svg {
  margin-top: 5px;
  width: 254px;
}

@media screen and (max-width: 1100px) {
  .timeline__container {
    max-width: 900px;
    padding: 0 27px;
  }

  .timeline__row {
    align-items: center;
  }

  .timeline__left,
  .timeline__right {
    flex: initial;
  }

  .timeline__center,
  .timeline__decoration {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .timeline {
    padding-top: 120px;
    padding-bottom: 120px;
    margin-bottom: -240px;
  }

  .timeline__row {
    flex-direction: column;
    margin-bottom: 85px;
  }

  .timeline__row:nth-of-type(even) {
    flex-direction: column-reverse;
  }

  .timeline__img {
    margin-bottom: 35px;
  }

  .timeline__left,
  .timeline__right {
    text-align: center;
    padding: 0;
  }

  .timeline__info h3 {
    font-size: 20px;
  }
}

.professionals {
  position: relative;
  background: #fff;
  overflow: hidden;
}

.professionals .move-text {
  font-size: 200px;
  font-weight: 800;
  color: rgba(234, 216, 205, 0.7);
  white-space: nowrap;
  position: absolute;
  top: 165px;
}

.professionals__slider {
  padding-top: 300px;
  padding-bottom: 133px;
  background: linear-gradient(rgba(247, 237, 232, 0), #f7ede8, #f7ede8, #f7ede8);
}

.professionals__img-wrapper {
  height: 348px;
  display: flex;
  align-items: flex-end;
}

.professionals__slide {
  min-width: 395px;
  color: #000;
  position: relative;
  padding-bottom: 63px;
}

.professionals__slide > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease;
  transform: scale(0.78);
  position: relative;
  top: 63px;
}

.professionals__slide h3 {
  font-size: 30px;
  font-weight: 800;
  opacity: 0.5;
  transition: 0.3s ease;
  margin-top: 27px;
  margin-bottom: 7px;
}

.professionals__slide span {
  font-size: 20px;
  opacity: 0.5;
  transition: 0.3s ease;
}

.professionals__slide img {
  filter: grayscale(100%);
  transition: 0.05s ease;
}

.professionals__slide.is-active > div {
  transform: scale(1);
  top: 33px;
}

.professionals__slide.is-active img {
  filter: grayscale(0);
}

.professionals__slide.is-active h3 {
  opacity: 1;
}

.professionals__slide.is-active span {
  opacity: 0.7;
}

.professionals__slide.is-active:after {
  background: #000;
  border-color: #d9baa8;
  transform: scale(2) translateX(calc(-50% + 6px));
}

.professionals__slide:after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background: rgba(0, 0, 0, 0.5);
  border: 6px solid #d5cdc9;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #f7ede8;
  transition: 0.3s ease;
  position: absolute;
  left: 50%;
  bottom: -58px;
  transform: translateX(-50%);
}

.professionals__border {
  position: relative;
  margin-top: -38px;
}

.professionals__border::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #f7ede8, rgba(247, 237, 232, 0), rgba(247, 237, 232, 0), #f7ede8);
  width: 100%;
  height: 100%;
  z-index: 1;
}

.professionals__border svg {
  stroke-dasharray: 8px;
  height: 1px;
  opacity: 0.3;
}

.professionals__info {
  background: linear-gradient(#f7ede8, rgba(247, 237, 232, 0));
  color: #000;
  font-size: 15px;
  line-height: 25px;
  text-align: center;
  padding-bottom: 250px;
}

.professionals__info-container {
  max-width: 980px;
  margin: 0 auto;
}

.professionals__info-list {
  list-style-type: none;
}

.professionals__info-list li {
  border: none !important;
}

.professionals__contacts {
  display: flex;
  list-style-type: none;
  justify-content: space-around;
  margin-top: 35px;
}

.professionals__contacts h4 {
  font-size: 15px;
  opacity: 0.55;
  text-transform: uppercase;
}

.professionals__contacts li {
  font-weight: 600;
  font-size: 17px;
}

.professionals__contacts a {
  color: inherit;
  text-decoration: none;
}

.professionals .splide__arrows {
  bottom: 63px;
  width: 100vw;
  display: flex;
  position: absolute;
  justify-content: center;
}

.professionals .splide__arrow {
  padding: 25px;
  width: auto;
  height: auto;
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  font-family: "Montserrat", sans-serif !important;
}

.professionals .splide__arrow svg {
  width: 51px;
  height: 12px;
}

.professionals .splide__arrow--prev {
  right: 50%;
  left: auto;
}

.professionals .splide__arrow--prev::after {
  content: "left";
  display: block;
  margin-left: -7px;
}

.professionals .splide__arrow--next {
  left: 50%;
  right: auto;
}

.professionals .splide__arrow--next::before {
  content: "right";
  display: block;
  margin-right: -7px;
}

.splide__list {
  padding-bottom: 72px !important;
}

.splide__track {
  z-index: 11;
}

@media screen and (max-width: 1100px) {
  .professionals__slider {
    padding-top: 11px;
  }

  .professionals__slide {
    min-width: 310px;
    top: 40px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .professionals__slide h3 {
    font-size: 25px;
  }

  .professionals__slide:after {
    bottom: -34px;
  }

  .professionals__slide img {
    width: 291px;
  }

  .professionals__info-container {
    max-width: 653px;
  }

  .professionals__contacts li {
    font-size: 14px;
  }

  .professionals__info {
    padding-bottom: 211px;
  }

  .professionals .move-text {
    font-size: 85px;
    top: -40px;
  }

  .splide__list {
    padding-bottom: 87px !important;
  }
}

@media screen and (max-width: 650px) {
  .professionals .move-text {
    top: 53px;
  }

  .professionals__slider {
    margin-top: -73px;
  }

  .professionals__slide.is-active:after {
    transform: scale(1.5) translateX(calc(-50% + 6px));
  }

  .professionals__info {
    padding-bottom: 163px;
  }

  .professionals__info-container {
    padding: 0 15px;
  }

  .professionals__info-container p {
    font-size: 14px;
  }

  .professionals__contacts {
    flex-direction: column;
    padding: 0 40px;
    text-align: left;
  }

  .professionals__contacts li {
    margin-bottom: 20px;
  }
}

.join-up {
  color: #000;
  padding-bottom: 190px;
  overflow: hidden;
}

.join-up__heading {
  font-size: 100px;
  font-weight: 800;
  text-align: center;
  margin-bottom: 183px;
  position: relative;
}

.join-up__heading br {
  display: none;
}

.join-up__heading .move-text {
  font-size: 200px;
  font-weight: 800;
  color: #f7f0ec;
  white-space: nowrap;
  position: absolute;
  top: 10px;
  z-index: -1;
}

.join-up__container {
  max-width: 1430px;
  padding: 0 15px;
  margin: 0 auto;
}

.join-up__info h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}

.join-up__info p {
  font-size: 16px;
  line-height: 30px;
}

.join-up__img {
  position: relative;
}

.join-up__figures img {
  position: absolute;
}

.join-up__figures img:nth-of-type(2) {
  top: 0;
  right: calc(50% - 231px);
}

.join-up__figures img:nth-of-type(1) {
  top: -130px;
  left: 100px;
}

.join-up__row {
  display: flex;
  align-items: center;
}

.join-up__half {
  flex: 1 1 50%;
  max-width: 50%;
}

@media screen and (max-width: 1100px) {
  .join-up {
    padding-bottom: 132px;
  }

  .join-up__heading {
    font-size: 80px;
  }

  .join-up__heading .move-text {
    font-size: 160px;
  }

  .join-up__row {
    flex-direction: column;
  }

  .join-up__half {
    flex: initial;
    max-width: 100%;
  }

  .join-up__img {
    width: 412px;
  }

  .join-up__img > img {
    width: 100%;
  }

  .join-up__info {
    text-align: center;
    margin-top: 80px;
  }

  .join-up__info p {
    max-width: 649px;
    margin: 0 auto;
  }

  .join-up__info p br {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .join-up {
    padding-bottom: 108px;
  }

  .join-up__info {
    margin-top: 40px;
  }

  .join-up__info h3 {
    margin-bottom: 12px;
  }

  .join-up__info p {
    font-size: 14px;
  }

  .join-up__heading {
    font-size: 55px;
    line-height: 50px;
    margin-bottom: 110px;
  }

  .join-up__heading br {
    display: block;
  }

  .join-up__heading .move-text {
    top: 89px;
    font-size: 100px;
  }

  .join-up__img {
    width: 324px;
  }

  .join-up__figures img:nth-of-type(1) {
    left: 70px;
    width: 65px;
    top: -84px;
  }

  .join-up__figures img:nth-of-type(2) {
    top: 0;
    right: calc(50% - 132px);
    width: 75px;
  }
}

.contacts {
  color: #000;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}

.contacts:before {
  content: "";
  background: #59a8b0;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 400px;
  z-index: -1;
}

.contacts__heading {
  font-size: 180px;
  font-weight: 800;
  text-align: center;
  color: #59a8b0;
  margin-bottom: 270px;
}

.contacts__heading .move-text {
  font-size: 200px;
  font-weight: 800;
  color: #eef5f6;
  white-space: nowrap;
  position: absolute;
  top: 290px;
  z-index: -1;
}

.contacts__container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 0 15px;
}

.contacts__row {
  display: flex;
}

.contacts__half {
  flex: 1 1 50%;
  max-width: 50%;
}

.contacts__form {
  background-color: white;
  box-shadow: 4.862px 27.575px 73px 0px rgba(53, 79, 74, 0.2);
  border-radius: 18px;
  padding: 75px;
  width: 100%;
  max-width: 522px;
  position: relative;
  overflow: hidden;
}

.contacts__form input {
  background: none;
  border: none;
  display: block;
  outline: none !important;
  height: calc(100% - 40px);
  font-size: 16px;
}

.contacts__form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}

.contacts__form-foot {
  margin-top: auto;
  font-size: 14px;
  line-height: 25px;
  opacity: 0.6;
}

.contacts__form-foot a {
  font-weight: 600;
  font-size: 16px;
  display: block;
  color: #000;
  text-decoration: none;
}

.contacts__form-foot_mobile {
  display: none;
}

.contacts__input {
  border-bottom: 1px solid #ededed;
  height: 84px;
  flex: 1 1 100%;
}

.contacts__input label {
  font-size: 15px;
  font-weight: 500;
  opacity: 0.45;
  padding-top: 21px;
  display: block;
}

.contacts__input_err {
  border-bottom: 1px solid #dc3040;
}

.contacts__input_err label {
  color: #dc3040;
}

.contacts__input-grp {
  display: flex;
  align-items: flex-end;
  position: relative;
}

.contacts__input-grp input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.contacts__upload {
  height: 40px;
  border-radius: 40px;
  background: rgba(89, 168, 176, 0.2);
  color: #59a8b0;
  display: block;
  border: none;
  min-width: 77px;
  padding: 0 27px;
  margin-left: 23px;
  outline: none;
}

.contacts__upload img {
  margin-bottom: -1px;
}

.contacts__submit {
  height: 85px;
  border-radius: 85px;
  background: #111;
  border: none;
  width: 100%;
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  margin-top: 30px;
  color: #fff;
  outline: none !important;
  transition: 0.3s ease;
}

.contacts__submit img {
  width: 20px;
  margin-left: 12px;
}

@media (hover: hover) {
  .contacts__submit:hover {
    background: #59a8b0;
  }
}

.contacts__coins {
  position: relative;
  width: 155px;
  height: 192px;
  background: url(/images/form-coin.png?cad2d3c8f3e5c053be2b7122944cf0ac) top center no-repeat;
}

.contacts__right-coin {
  position: absolute;
  right: -45px;
  bottom: 95px;
  width: 50px;
}

.contacts__left-coin {
  position: absolute;
  margin: auto;
  top: -18px;
  left: -37px;
  width: 42px;
}

.contacts__info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.contacts__info p:nth-of-type(1) {
  font-weight: 800;
  font-size: 30px;
  line-height: 40px;
}

.contacts__form-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  text-align: center;
  padding: 43px 0 70px;
  color: #111111;
  opacity: 0;
  pointer-events: none;
}

.contacts__form-overlay img {
  width: 115px;
}

.contacts__form-overlay h3 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 800;
  padding-top: 157px;
  position: relative;
}

.contacts__form-overlay h3:before {
  content: "";
  border-radius: 50%;
  position: absolute;
  background: #59a8b0 url(/images/check-icon.svg?bad33469d9b0b7299e95f4b86b4b92a6) center center/23px auto no-repeat;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
}

.contacts__form-overlay p {
  font-size: 16px;
  line-height: 25px;
  margin-top: 8px;
}

.contacts__form-overlay span {
  color: #59a8b0;
  font-size: 20px;
  line-height: 25px;
  display: block;
  margin-top: 30px;
  font-weight: 600;
}

.contacts__form-overlay button {
  border: none;
  background: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  margin-top: 95px;
}

.contacts__form-overlay button::before,
.contacts__form-overlay button::after {
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background: #a6a6a6;
  border-radius: 2px;
  position: relative;
  left: -25px;
}

.contacts__form-overlay button:before {
  transform: rotate(-45deg);
  top: 10px;
}

.contacts__form-overlay button:after {
  transform: rotate(45deg);
  top: -8px;
}

.contacts__form-overlay button:hover {
  color: rgba(17, 17, 17, 0.6);
}

.contacts__form-overlay_show {
  opacity: 1;
  pointer-events: all;
}

@media screen and (max-width: 1100px) {
  .contacts {
    padding-bottom: 73px;
  }

  .contacts__heading {
    font-size: 110px;
    margin-bottom: 110px;
  }

  .contacts__heading .move-text {
    font-size: 160px;
    top: 305px;
  }

  .contacts__row {
    flex-direction: column;
  }

  .contacts__half {
    flex: initial;
    max-width: 100%;
  }

  .contacts__info {
    text-align: center;
  }

  .contacts__info br {
    display: none;
  }

  .contacts__info p:nth-of-type(1) {
    max-width: 550px;
    margin: 0 auto;
    margin-bottom: 80px;
  }

  .contacts__form {
    margin: 0 auto;
  }

  .contacts__form-foot {
    display: none;
  }

  .contacts__form-foot_mobile {
    display: block;
    text-align: center;
    padding-top: 55px;
  }

  .contacts__coins {
    margin: 0 auto 17px;
  }
}

@media screen and (max-width: 650px) {
  .contacts {
    padding-bottom: 55px;
  }

  .contacts:before {
    height: 496px;
  }

  .contacts__upload {
    min-width: 60px;
    padding: 0 19px;
  }

  .contacts__heading {
    font-size: 50px;
  }

  .contacts__heading .move-text {
    font-size: 100px;
    top: 280px;
  }

  .contacts__coin {
    margin: 0 auto;
  }

  .contacts__info p:nth-of-type(1) {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .contacts__info br {
    display: block;
  }

  .contacts__form {
    padding: 25px;
  }

  .contacts__input label {
    font-size: 14px;
  }

  .contacts__input input {
    font-size: 15px;
  }

  .contacts__form-overlay {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contacts__form-overlay h3 {
    font-size: 26px;
    line-height: 35px;
    padding-top: 150px;
  }

  .contacts__form-overlay button {
    margin-top: 80px;
  }
}

@media screen and (max-width: 350px) {
  .contacts__form-overlay br {
    display: none;
  }
}

.legal-page {
  text-align: center;
  color: #000;
  padding-top: 270px;
  padding-bottom: 230px;
  max-width: 1030px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.legal-page h1 {
  text-align: center;
  font-size: 65px;
  line-height: 75px;
  margin-bottom: 120px;
  font-weight: 800;
}

.legal-page h1 span {
  display: flex;
  font-size: 16px;
  line-height: 85px;
  text-transform: uppercase;
  font-weight: 500;
  align-items: center;
  justify-content: center;
}

.legal-page h1 span:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 25px;
  background: #111;
  margin-right: 10px;
}

.legal-page em {
  font-size: 16px;
  line-height: 30px;
}

.legal-page strong {
  font-size: 16px;
  line-height: 30px;
}

.legal-page li,
.legal-page p {
  font-size: 16px;
  line-height: 30px;
  display: block;
}

.legal-page li {
  list-style: disc;
  display: list-item;
}

.legal-page ul {
  padding-left: 30px;
}

.legal-page__box {
  background: #f4f4f4;
  padding: 55px;
  border-radius: 10px;
}

.legal-page__box ul {
  padding: 0;
}

.legal-page__box li {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
}

.legal-page__box li span {
  margin-left: 3px;
}

.legal-page__box li span:first-of-type {
  font-weight: 600;
  margin-left: 0;
  margin-right: 3px;
}

.legal-page__box li p {
  width: 100%;
}

.legal-page__box_solo {
  display: inline-flex !important;
  padding: 20px 32px;
  margin-bottom: 42px;
  font-size: 20px !important;
}

.legal-page__line {
  margin-bottom: 25px;
  font-weight: 600;
}

@media screen and (max-width: 650px) {
  .legal-page h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .legal-page__box {
    padding: 30px;
  }
}

.scroll.on-dark {
  border: 2px solid rgba(207, 213, 214, 0.35);
  opacity: 1 !important;
}

.scroll.on-dark i {
  background: #fff;
}

.scroll.on-dark span {
  color: #fff;
}

.location-header {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 240px 0 100px 0;
  position: relative;
  overflow: hidden;
}

@media (min-width: 992px) {
  .location-header .column-section__header {
    font-size: 90px;
  }
}

.location-header .location-header-left-bg {
  position: absolute;
  opacity: 0.03;
  max-width: 700px;
  pointer-events: none;
  top: 150px;
  left: -365px;
}

.location-header .location-header-center {
  position: absolute;
  opacity: 0.02;
  max-width: 640px;
  pointer-events: none;
  top: 150px;
}

.location-header .location-header-right-bg {
  position: absolute;
  opacity: 0.03;
  max-width: 700px;
  pointer-events: none;
  top: 150px;
  right: -365px;
}

.location-header > span {
  margin-top: 20px;
  opacity: 0;
}

.location-header > span i {
  font-size: 24px;
  font-style: normal;
  vertical-align: super;
  font-weight: 500;
}

.location-header > span:last-of-type {
  font-weight: 500;
}

.location-header > span:last-of-type i {
  opacity: 0.55;
}

.location-header .action-calls-box {
  margin-top: 100px;
  display: flex;
}

.location-header .action-calls-box .call,
.location-header .action-calls-box .get,
.location-header .action-calls-box .talk {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
  opacity: 0;
}

.location-header .action-calls-box .call span,
.location-header .action-calls-box .get span,
.location-header .action-calls-box .talk span {
  font-size: 23px;
}

.location-header .action-calls-box .call .first-btn,
.location-header .action-calls-box .get .first-btn,
.location-header .action-calls-box .talk .first-btn {
  margin-top: 20px;
  padding: 17px 40px !important;
  min-width: 210px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}

.location-header .action-calls-box .call .first-btn img,
.location-header .action-calls-box .get .first-btn img,
.location-header .action-calls-box .talk .first-btn img {
  max-width: 27px;
  margin-right: 10px;
}

.location-header .action-calls-box .call .first-btn:after,
.location-header .action-calls-box .talk .first-btn:after {
  display: none;
}

@media (hover: hover) {
  .location-header .action-calls-box .call .first-btn:hover,
  .location-header .action-calls-box .talk .first-btn:hover {
    background: #468187;
  }
}

@media (hover: hover) {
  .location-header .action-calls-box .get .first-btn:hover {
    padding: 17px 30px 17px 50px !important;
  }
}

.location-header .action-calls-box .get {
  margin: 0 30px;
  padding: 0 30px 20px 30px;
  border-left: 1px solid #282828;
  border-right: 1px solid #282828;
}

.location-header .action-calls-box .get .first-btn {
  background-color: #b5937d;
}

.location-header .feedback {
  margin-top: 300px;
  margin-bottom: 100px;
}

.location-header .feedback .header-block {
  margin-top: 30px;
  color: #fff;
}

.location-header .feedback .header-block__heading {
  font-size: 33px;
}

.location-header .feedback .header-block .h3 {
  margin-top: 10px;
  font-size: 28px;
  opacity: 0.6;
  font-weight: 400;
  color: #fff;
  transition: all 0.3s ease;
  text-decoration: none;
  display: block;
}

@media (hover: hover) {
  .location-header .feedback .header-block .h3:hover {
    opacity: 0.3;
  }
}

.location-header .feedback__list {
  margin: 0 auto;
}

@media (min-width: 1100px) {
  .location-header .feedback__list {
    max-width: 1130px;
  }
}

@media (min-width: 650px) {
  .location-header .feedback__item {
    padding: 0 52px;
  }
}

.location-header .feedback__item img {
  max-width: 140px;
}

.location-header .feedback__item:after {
  background: #222222;
  display: none;
}

.location-header .feedback__item:last-of-type img {
  max-width: 110px;
}

.location-header .feedback__raiting,
.location-header .feedback__reviews {
  color: #fff;
}

@media (max-width: 1100px) {
  .location-header .feedback .feedback__list {
    max-width: 630px;
  }
}

@media (max-width: 800px) {
  .location-header .feedback {
    margin-top: 80px;
  }

  .location-header .feedback .header-block .header-block__heading {
    max-width: 390px;
  }

  .location-header .feedback .header-block .h3 {
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .location-header .feedback .header-block .header-block__heading {
    font-size: 24px;
    max-width: 280px;
  }
}

@media (max-width: 1330px) {
  .location-header .location-header-left-bg,
  .location-header .location-header-right-bg {
    display: none;
  }
}

@media (max-width: 800px) {
  .location-header {
    padding: 130px 0 100px 0;
  }

  .location-header .column-section__sub.second i {
    vertical-align: unset;
    font-size: 22px;
  }

  .location-header .location-header-center {
    top: 70px;
  }

  .location-header .action-calls-box {
    flex-direction: column;
    margin-top: 50px;
  }

  .location-header .action-calls-box .get {
    border: 0 none;
    margin: 30px 0;
  }
}

@media (max-width: 650px) {
  .location-header .column-section__header.main {
    font-size: 50px;
    padding: 0 20px;
  }
}

@media (max-width: 500px) {
  .location-header {
    padding: 130px 0 0 0;
  }
}

.who-we-are {
  min-height: unset;
  padding: 100px 20px 450px 20px;
  position: relative;
  overflow: hidden;
  min-width: 100%;
}

.who-we-are .column-section__heading {
  opacity: 1 !important;
}

.who-we-are .column-section__logo {
  margin-bottom: 20px;
}

.who-we-are .column-section__header {
  color: #fff;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .who-we-are .column-section__header {
    font-size: 70px;
  }
}

.who-we-are .header-block__text {
  max-width: 1000px;
  color: #fff;
  opacity: 0.55;
}

.who-we-are .header-block__text:after {
  display: none;
}

.who-we-are .header-block__side-scroll {
  bottom: 110px;
  font-size: 215px;
  color: rgba(255, 255, 255, 0.05);
  opacity: 1;
  top: auto;
  z-index: 1;
}

@media (max-width: 1000px) {
  .who-we-are {
    padding: 20px 20px 390px 20px;
  }

  .who-we-are .column-section__heading .column-section__logo {
    max-width: 100px;
  }

  .who-we-are .column-section__heading .column-section__header {
    font-size: 50px;
  }

  .who-we-are .column-section__heading .header-block__text {
    font-size: 15px;
    max-width: 840px;
  }
}

@media (max-width: 650px) {
  .who-we-are .column-section__heading {
    max-width: 100%;
  }

  .who-we-are .column-section__heading .column-section__header {
    font-size: 40px;
  }

  .who-we-are .column-section__heading .header-block__text {
    font-size: 14px;
    padding: 0;
  }
}

.stand-out {
  display: flex;
  flex-direction: column;
}

.stand-out .falling-items {
  z-index: 10;
  pointer-events: none;
}

.stand-out .falling-items img:first-of-type {
  top: 0px;
  left: 11%;
  max-width: 100px;
}

.stand-out .falling-items img:last-of-type {
  top: -20px;
  left: 67%;
  max-width: 160px;
}

.stand-out .column-section__heading .section__header {
  font-size: 70px;
  font-weight: 800;
}

.stand-out .column-section__heading > span {
  font-size: 40px;
  margin-top: 15px;
  opacity: 0.55;
}

.stand-out .column-section__heading > span i {
  font-size: 24px;
  font-style: normal;
  vertical-align: super;
  font-weight: 400;
}

.stand-out .column-section__heading > span:last-of-type {
  font-weight: 500;
  display: block;
  margin-top: 10px;
}

.stand-out .info-text {
  display: flex;
  flex-wrap: wrap;
  max-width: 1600px;
  margin: 100px auto 0 auto;
  list-style: none;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  background: url(/images/cazle-logo-full-dark-location.svg?a3f6a81eff668eb49219734e20ff1968) center center no-repeat;
}

.stand-out .info-text:after {
  content: "";
  background: rgba(17, 17, 17, 0.98);
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.stand-out .info-text li {
  flex-basis: 38%;
  margin: 40px;
  position: relative;
  z-index: 1;
}

.stand-out .info-text li > img {
  max-width: 75px;
  margin-bottom: 10px;
}

.stand-out .info-text li .title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}

.stand-out .info-text li .subtitle {
  line-height: 1.5em;
  opacity: 0.6;
  font-size: 17px;
}

.stand-out .info-text li:nth-child(3) {
  flex-basis: 100%;
}

.stand-out .info-text li:nth-child(3) .subtitle {
  max-width: 690px;
  margin: 0 auto;
}

.stand-out .chess-bg {
  width: 100%;
  max-width: 1300px;
  margin: 50px auto 0 auto;
}

@media (max-width: 1700px) {
  .stand-out .falling-items img:last-of-type {
    left: auto;
    right: 8%;
  }
}

@media (max-width: 1200px) {
  .stand-out .info-text .info-box .title {
    font-size: 26px;
  }

  .stand-out .info-text .info-box .subtitle {
    font-size: 15px;
  }

  .stand-out .chess-bg {
    width: 90%;
  }
}

@media (max-width: 1000px) {
  .stand-out .column-section__heading {
    max-width: unset;
  }

  .stand-out .column-section__heading .section__header {
    font-size: 50px;
  }

  .stand-out .column-section__heading .section__sub {
    font-size: 30px;
  }

  .stand-out .column-section__heading .section__sub i {
    vertical-align: unset;
    font-size: 30px;
  }

  .stand-out .info-text {
    max-width: 720px;
  }

  .stand-out .info-text .info-box {
    flex-basis: 100%;
  }
}

@media (max-width: 900px) {
  .stand-out .falling-items img:first-of-type {
    max-width: 40px;
  }

  .stand-out .falling-items img:last-of-type {
    max-width: 50px;
  }
}

@media (max-width: 650px) {
  .stand-out .column-section__heading .section__header {
    font-size: 40px;
  }

  .stand-out .column-section__heading .section__sub {
    font-size: 20px;
    margin-top: 0;
  }

  .stand-out .column-section__heading .section__sub i {
    vertical-align: unset;
    font-size: 20px;
  }
}

@media (max-width: 500px) {
  .stand-out .column-section__heading .section__header {
    font-size: 30px;
  }

  .stand-out .falling-items img {
    display: none !important;
  }

  .stand-out .info-text {
    margin: 50px auto 0 auto;
  }

  .stand-out .info-text .info-box {
    margin: 0 0 40px 0;
    padding: 0 20px;
  }

  .stand-out .info-text .info-box .title {
    font-size: 22px;
  }

  .stand-out .info-text .info-box .subtitle {
    font-size: 14px !important;
  }
}

.stand-out .chess-bg {
  width: 100%;
  margin: 50px auto 0 auto;
}

.blank.approach {
  padding: 150px 20px 0 20px;
  z-index: 1;
  position: relative;
}

.blank.approach .column-section__logo {
  margin-bottom: 20px;
}

.blank.approach .header-block__text {
  color: #59a8b0;
  font-size: 25px;
  max-width: 550px;
  line-height: 1.4em;
  margin-top: 20px;
  opacity: 1;
}

.blank.approach .header-block__text:after {
  display: none;
}

@media (max-width: 650px) {
  .blank.approach {
    padding: 50px 20px 0 20px;
  }

  .blank.approach .column-section__heading {
    max-width: none;
  }

  .blank.approach .column-section__heading .column-section__header {
    margin-bottom: 10px;
  }

  .blank.approach .column-section__heading .column-section__header > div:first-of-type,
  .blank.approach .column-section__heading .column-section__header > div:nth-child(2) {
    font-size: 30px;
  }

  .blank.approach .column-section__heading .column-section__header > div:last-of-type {
    font-size: 58px;
    margin-top: -10px;
    display: block !important;
  }

  .blank.approach .header-block__text {
    font-size: 20px;
    max-width: 440px;
  }

  .blank.approach .column-section__body {
    padding: 0;
  }

  .blank.approach .column-section__body .column-section__row .column-section__mid {
    transform: scale(0.7);
    margin-bottom: -40px;
  }
}

.available {
  padding: 350px 20px 100px 20px;
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #59a8b045, rgba(89, 168, 176, 0));
}

.available .header-block__side-scroll {
  opacity: 0.2;
  font-size: 225px;
  top: 173px;
  color: #59a8b0;
}

.available .column-section__heading {
  color: #111;
}

.available .column-section__heading .section__header {
  font-size: 70px;
  font-weight: 800;
}

.available .column-section__heading > span {
  font-size: 40px;
  margin-top: 15px;
  color: #59a8b0;
}

.available .column-section__heading > span i {
  font-size: 24px;
  font-style: normal;
  vertical-align: super;
  font-weight: 400;
}

.available .column-section__heading > span:last-of-type {
  font-weight: 500;
}

.available .loans-container {
  max-width: 1310px;
  margin: 100px auto 0 auto;
  display: flex;
  justify-content: space-around;
  color: #111111;
  align-items: flex-start;
}

.available .loans-container .loan-box {
  padding: 40px;
  border-radius: 7px;
  min-width: 330px;
  box-shadow: 0 0 70px -10px #1111111f;
  background: #fff;
  max-width: 400px;
}

.available .loans-container .loan-box .heading {
  font-size: 30px;
  font-weight: 800;
  margin-bottom: 40px;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 30px;
  margin-left: -40px;
  padding-left: 40px;
  margin-right: -40px;
}

.available .loans-container .loan-box .min-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.available .loans-container .loan-box p {
  line-height: 1.5em;
  font-size: 17px;
  font-weight: 600;
  color: rgba(17, 17, 17, 0.56);
}

.available .loans-container .loan-box ul {
  list-style: none;
  font-size: 21px;
  line-height: 1.9em;
  font-weight: 600;
}

.available .loans-container .loan-box ul li:before {
  content: "+";
  font-size: 30px;
  font-weight: 600;
  display: inline-block;
  margin-right: 10px;
  color: #59a8b0;
  margin-bottom: 3px;
  vertical-align: middle;
}

.available .loans-container .loan-box a {
  width: 100%;
  text-align: center;
}

@media (max-width: 1350px) {
  .available {
    padding: 230px 20px 100px 20px;
  }

  .available .header-block__side-scroll {
    top: 50px;
  }

  .available .loans-container {
    max-width: 980px;
    flex-wrap: wrap;
  }

  .available .loans-container .loan-box {
    max-width: 470px;
  }

  .available .loans-container .loan-box.three {
    max-width: 960px;
    margin-top: 20px;
  }
}

@media (max-width: 1050px) {
  .available {
    padding: 190px 20px 100px 20px;
  }

  .available .header-block__side-scroll {
    top: 70px;
    font-size: 155px;
  }

  .available .column-section__heading .section__header {
    font-size: 50px;
  }

  .available .column-section__heading .section__sub {
    font-size: 30px;
  }

  .available .column-section__heading .section__sub i {
    vertical-align: unset;
    font-weight: 500;
    font-size: inherit;
  }

  .available .loans-container {
    max-width: 550px;
    flex-direction: column;
    margin: 60px auto 0 auto;
  }

  .available .loans-container .loan-box {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .available .loans-container .loan-box.three {
    margin-top: 0;
  }
}

@media (max-width: 650px) {
  .available {
    padding: 190px 20px 30px 20px;
  }

  .available .column-section__heading {
    max-width: none;
  }

  .available .column-section__heading .section__header {
    font-size: 40px;
  }

  .available .column-section__heading .section__sub {
    font-size: 22px;
  }

  .available .loans-container .loan-box {
    padding: 30px;
  }

  .available .loans-container .loan-box p {
    font-size: 15px;
  }
}

.pop-info {
  position: fixed !important;
  z-index: 100;
  background: #242424;
  width: 95%;
  height: 100%;
  max-height: 70vh;
  max-width: 1000px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: black;
  padding: 60px 5px 70px 70px;
  border-radius: 13px;
  overflow: hidden;
  pointer-events: none;
}

.pop-info .close-popup {
  position: absolute;
  right: 30px;
  top: 30px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  border: 2px solid #565656;
  transition: all 0.3s ease;
}

.pop-info .close-popup:before,
.pop-info .close-popup:after {
  content: "";
  width: 14px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
}

.pop-info .close-popup:before {
  transform: translateY(-50%) rotate(45deg);
}

.pop-info .close-popup:after {
  transform: translateY(-50%) rotate(-45deg);
}

@media (hover: hover) {
  .pop-info .close-popup:hover {
    transform: rotate(90deg);
  }
}

.pop-info .popup-scroll {
  max-height: 100%;
  overflow: hidden;
}

.pop-info .big-title {
  font-size: 30px;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 800;
  border-bottom: 1px solid #303030;
  padding-bottom: 25px;
  margin-right: 70px;
}

.pop-info .min-title {
  color: #55a0a8;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  padding-right: 70px;
}

.pop-info .list-title {
  font-size: 19px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  padding-right: 70px;
}

.pop-info p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.63);
  font-weight: 500;
  line-height: 1.7em;
  margin-bottom: 30px;
  padding-right: 70px;
}

.pop-info p.fundamentals {
  color: #fff;
}

.pop-info ul {
  list-style: none;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.63);
  font-weight: 500;
  line-height: 1.6em;
  margin-bottom: 30px;
  padding-right: 70px;
}

.pop-info ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
}

.pop-info ul li:before {
  content: "";
  display: inline-block;
  height: 8px;
  width: 8px;
  border-radius: 100px;
  background: #55a0a8;
  vertical-align: middle;
  margin-top: -4px;
  position: absolute;
  left: 0;
  top: 11px;
}

@media (max-width: 600px) {
  .pop-info {
    top: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0 5px 0 30px;
    transform: none;
    max-height: none;
    z-index: 1000;
    width: 100%;
  }

  .pop-info .min-title,
  .pop-info .list-tile,
  .pop-info ul,
  .pop-info p {
    padding-right: 20px;
  }

  .pop-info .close-popup {
    z-index: 2000;
    background: #242424;
    top: 10px;
    right: 10px;
  }

  .pop-info .big-title {
    margin-top: 30px;
  }

  .pop-info .scroll-content {
    padding-bottom: 50px;
  }
}

@media (max-width: 500px) {
  .pop-info .big-title {
    font-size: 23px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .pop-info p,
  .pop-info ul {
    font-size: 14px;
  }

  .pop-info .min-title {
    font-size: 15px;
  }

  .pop-info .list-title {
    font-size: 17px;
  }
}

html:after {
  content: "";
  pointer-events: none;
  opacity: 0;
  display: block;
}

html.popup-active .barba-wrapper > .scroll-content {
  transform: translate3d(0px, -4600px, 0px) !important;
}

html.popup-active:after {
  background: rgba(0, 0, 0, 0.91);
  position: absolute;
  -webkit-backdrop-filter: blur(26px);
          backdrop-filter: blur(26px);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 1;
  pointer-events: auto;
}

html.popup-active.fha .pop-info.fha {
  pointer-events: auto;
}

html.popup-active.conventional .pop-info.conventional {
  pointer-events: auto;
}

html.popup-active.va .pop-info.va {
  pointer-events: auto;
}


