:root {
  --vh: 100vh;
}

body:not(.page-profile) .site-content {
  padding-top: 0;
}

.header-section {
  padding-top: 45px;
  padding-bottom: 0;
  margin-bottom: 60px;
  height: auto;
}
@media screen and (max-width: 1260px) {
  .header-section {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section {
    height: auto;
  }
}
.header-section .container {
  height: 100%;
  position: relative;
}
.header-section .container .col.text {
  z-index: 1;
  padding-right: 0;
  margin-right: 0;
  width: 46%;
  padding-top: 7%;
}
@media screen and (max-width: 780px) {
  .header-section .container .col.text {
    padding-top: 0;
    width: 100%;
  }
}
.header-section .container .col.text h1 {
  margin-bottom: 38px;
}
@media screen and (max-width: 1440px) {
  .header-section .container .col.text h1 {
    margin-bottom: 33px;
  }
}
@media screen and (max-width: 1260px) {
  .header-section .container .col.text h1 {
    margin-bottom: 23px;
  }
}
@media screen and (max-width: 780px) {
  .header-section .container .col.text h1 {
    margin-bottom: 17px;
  }
}
.header-section .container .col.img {
  flex: 1;
}

.solutions-section:not(.in-profile) {
  padding-top: 90px;
  padding-bottom: 230px;
}
@media screen and (max-width: 1440px) {
  .solutions-section:not(.in-profile) {
    padding-top: 60px;
    padding-bottom: 125px;
  }
}
@media screen and (max-width: 1260px) {
  .solutions-section:not(.in-profile) {
    padding-top: 45px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 780px) {
  .solutions-section:not(.in-profile) {
    padding-top: 25px;
    padding-bottom: 55px;
  }
}
.solutions-section h2.big {
  text-align: center;
  margin-bottom: 105px;
}
@media screen and (max-width: 1440px) {
  .solutions-section h2.big {
    margin-bottom: 85px;
  }
}
@media screen and (max-width: 1260px) {
  .solutions-section h2.big {
    margin-bottom: 55px;
  }
}
@media screen and (max-width: 780px) {
  .solutions-section h2.big {
    margin-bottom: 35px;
  }
}
.solutions-section .solutions .solution {
  width: calc(50% - 4px);
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  padding: 35px 83px;
  color: #FFFFFF;
}
@media screen and (max-width: 1440px) {
  .solutions-section .solutions .solution {
    padding: 30px 63px;
  }
}
@media screen and (max-width: 1260px) {
  .solutions-section .solutions .solution {
    padding: 20px 43px;
  }
}
@media screen and (max-width: 780px) {
  .solutions-section .solutions .solution {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 15px 38px;
  }
}
.solutions-section .solutions .solution:first-child {
  margin-left: 0;
}
.solutions-section .solutions .solution:last-child {
  margin-right: 0;
}
.solutions-section .solutions .solution:nth-child(2n) {
  margin-right: 0;
}
.solutions-section .solutions .solution:nth-child(2n+1) {
  margin-left: 0;
}
.solutions-section .solutions .solution .heading-wrapper {
  position: relative;
  margin-bottom: 5px;
}
.solutions-section .solutions .solution .heading-wrapper h2 {
  position: absolute;
  margin-bottom: 0;
  top: 50%;
  transform: translateY(-50%);
}
.solutions-section .solutions .solution .heading-wrapper img {
  height: 82px;
}
@media screen and (max-width: 1440px) {
  .solutions-section .solutions .solution .heading-wrapper img {
    height: 62px;
  }
}
@media screen and (max-width: 1260px) {
  .solutions-section .solutions .solution .heading-wrapper img {
    height: 42px;
  }
}
.solutions-section .solutions .solution.red {
  background-color: #FE4B4B;
}
.solutions-section .solutions .solution.green {
  background-color: #1D4B3D;
}
.solutions-section .solutions .solution.blue {
  background-color: #1D0EF9;
}
.solutions-section .solutions .solution.blue .heading-wrapper img {
  max-width: 66px;
}
@media screen and (max-width: 1440px) {
  .solutions-section .solutions .solution.blue .heading-wrapper img {
    max-width: 46px;
  }
}
@media screen and (max-width: 1260px) {
  .solutions-section .solutions .solution.blue .heading-wrapper img {
    max-width: 36px;
  }
}
.solutions-section .solutions .solution.violet {
  background-color: #790DDE;
}

.text-image-section {
  position: relative;
}
@media screen and (max-width: 780px) {
  .text-image-section.img-col-right .container .col.img {
    order: 1;
  }
}
.text-image-section.img-col-right .container .col.img .img-wrapper {
  right: 0;
}
@media screen and (max-width: 780px) {
  .text-image-section.img-col-right .container .col.text {
    order: 2;
  }
}
.text-image-section.img-col-left .container .col.img .img-wrapper {
  left: 0;
}
.text-image-section.img-col-left .container .col.text {
  display: flex;
  justify-content: flex-end;
}
.text-image-section .container {
  position: static;
}
.text-image-section .container .col.text {
  padding-top: 125px;
  padding-bottom: 213px;
  width: 70%;
}
@media screen and (max-width: 1440px) {
  .text-image-section .container .col.text {
    padding-top: 105px;
    padding-bottom: 173px;
  }
}
@media screen and (max-width: 1260px) {
  .text-image-section .container .col.text {
    padding-top: 65px;
    padding-bottom: 105px;
  }
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.text {
    position: static;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 55px;
  }
}
.text-image-section .container .col.text .inner-wrapper {
  max-width: 650px;
}
.text-image-section .container .col.text .inner-wrapper h2 {
  margin-bottom: 32px;
}
@media screen and (max-width: 1440px) {
  .text-image-section .container .col.text .inner-wrapper h2 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1260px) {
  .text-image-section .container .col.text .inner-wrapper h2 {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.text .inner-wrapper h2 {
    margin-bottom: 20px;
  }
}
.text-image-section .container .col.text .inner-wrapper h3 {
  font-weight: 400;
  margin-bottom: 62px;
}
@media screen and (max-width: 1440px) {
  .text-image-section .container .col.text .inner-wrapper h3 {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 1260px) {
  .text-image-section .container .col.text .inner-wrapper h3 {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.text .inner-wrapper h3 {
    margin-bottom: 22px;
  }
}
.text-image-section .container .col.text .inner-wrapper ul {
  margin-bottom: 94px;
}
@media screen and (max-width: 1440px) {
  .text-image-section .container .col.text .inner-wrapper ul {
    margin-bottom: 74px;
  }
}
@media screen and (max-width: 1260px) {
  .text-image-section .container .col.text .inner-wrapper ul {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.text .inner-wrapper ul {
    margin-bottom: 34px;
  }
}
.text-image-section .container .col.text .inner-wrapper ul li {
  position: relative;
  margin-left: 30px;
  margin-bottom: 26px;
}
@media screen and (max-width: 1440px) {
  .text-image-section .container .col.text .inner-wrapper ul li {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 1260px) {
  .text-image-section .container .col.text .inner-wrapper ul li {
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.text .inner-wrapper ul li {
    margin-bottom: 20px;
  }
}
.text-image-section .container .col.text .inner-wrapper ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  transform: translateY(-50%);
  background-image: url("../img/icon-check-filter.svg");
  height: 13px;
  width: 17px;
}
.text-image-section .container .col.text .inner-wrapper .button {
  width: fit-content;
}
.text-image-section .container .col.img {
  position: static;
  width: 30%;
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.img {
    width: 100%;
  }
}
.text-image-section .container .col.img .img-wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 30%;
}
@media screen and (max-width: 780px) {
  .text-image-section .container .col.img .img-wrapper {
    position: static;
    height: 50vh;
    width: 100%;
  }
}
.text-image-section .container .col.img .img-wrapper .img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.sign-up-section {
  padding-top: 115px;
}
@media screen and (max-width: 1260px) {
  .sign-up-section {
    padding-top: 70px;
  }
}
@media screen and (max-width: 780px) {
  .sign-up-section {
    padding-top: 50px;
  }
}