@charset "UTF-8";
.heading-1 {
  font-family: poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600; }

.heading-2 {
  font-size: 40px;
  line-height: 50px;
  font-family: poppins, sans-serif;
  font-weight: 600; }

.heading-3 {
  font-size: 28px;
  line-height: 35px;
  font-family: poppins, sans-serif;
  font-weight: 600; }

.heading-4 {
  font-size: 24px;
  line-height: 34px;
  font-family: poppins, sans-serif;
  font-weight: 600; }

.title-above {
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 1.2px;
  font-family: poppins, sans-serif;
  color: #24B2FC;
  text-transform: uppercase;
  position: relative;
  padding-left: 44px;
  font-weight: 700;
  margin-bottom: 14px;
  display: block; }
  .title-above:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #24B2FC;
    left: 0px;
    top: 50%;
    transform: translate(0, -50%); }

h1 {
  font-family: poppins, sans-serif;
  font-size: 50px;
  line-height: 60px;
  font-weight: 600; }

h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: poppins, sans-serif;
  font-weight: 600; }

@media (max-width: 600px) {
  h1 {
    font-size: 40px;
    line-height: 50px; } }
.btn-burgundy {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  color: #fff;
  letter-spacing: 0.1px;
  background-color: #af0c27;
  padding: 13px 70px 12px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.25s; }
  .btn-burgundy:before {
    content: url("../images/svg/Group_31.svg");
    position: absolute;
    right: 2px;
    top: 2px; }
  .btn-burgundy:hover {
    background-color: #ae0b16; }

.btn-box {
  width: calc(50% - 20px);
  border: solid 2px #CCCCCC;
  border-top: none;
  font-family: poppins, sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #0765B2;
  padding: 25px;
  background-color: transparent;
  position: relative;
  cursor: pointer; }
  .btn-box b:before {
    content: "";
    width: calc(50% - 30px);
    height: 2px;
    background: #CCCCCC;
    position: absolute;
    top: 0;
    left: 0; }
  .btn-box b:after {
    content: "";
    width: calc(50% - 30px);
    height: 2px;
    background: #CCCCCC;
    position: absolute;
    top: 0;
    right: 0; }
  .btn-box:after {
    content: "";
    width: 10px;
    height: 10px;
    border: solid 2px #24B2FC;
    transform: rotate(-45deg) translate(-50%, -50%);
    left: 50%;
    position: absolute;
    transform-origin: top;
    border-top: none;
    border-right: none;
    background-color: #F5F5F5;
    opacity: 0;
    bottom: 0px;
    transition: 0.25s; }
  .btn-box:before {
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 61px; }
  .btn-box:hover {
    border-color: #24B2FC;
    color: #24B2FC; }
    .btn-box:hover b:before {
      background: #24B2FC; }
    .btn-box:hover b:after {
      background: #24B2FC; }
    .btn-box:hover:after {
      bottom: -9px;
      opacity: 1; }
    .btn-box:hover.ba:before {
      content: url("../images/svg/4-brakes1.svg"); }
    .btn-box:hover.bpo:before {
      content: url("../images/svg/3-box1.svg"); }
  .btn-box.ba:before {
    content: url("../images/svg/4-brakes2.svg"); }
  .btn-box.bpo:before {
    content: url("../images/svg/3-box2.svg"); }
  .btn-box.active {
    border-color: #24B2FC;
    color: #24B2FC; }
    .btn-box.active b:before {
      background: #24B2FC; }
    .btn-box.active b:after {
      background: #24B2FC; }
    .btn-box.active:after {
      bottom: -9px;
      opacity: 1; }
    .btn-box.active.ba:before {
      content: url("../images/svg/4-brakes1.svg"); }
    .btn-box.active.bpo:before {
      content: url("../images/svg/3-box1.svg"); }

.btn-play {
  color: #fff;
  position: relative;
  border: none;
  background-color: transparent;
  font-weight: 700;
  padding-top: 70px;
  cursor: pointer;
  font-size: 16px; }
  .btn-play:before {
    content: url("../images/svg/5-play-video.svg");
    position: absolute;
    top: 13px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1; }
  .btn-play:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    background-color: #af0c27;
    top: 0px;
    left: 50%;
    transform: translate(-50%, 0); }

.btn-swiper {
  width: 50px;
  height: 50px;
  border: solid 2px #CCCCCC;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  transition: 0.25s;
  background-color: #fff; }
  .btn-swiper:hover {
    border-color: #0765B2; }
    .btn-swiper:hover:after {
      opacity: 0; }
  .btn-swiper:before, .btn-swiper:after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.25s; }
  .btn-swiper.btn-next {
    right: calc(100% / 12);
    top: 50%;
    transform: translate(0, -50%); }
    .btn-swiper.btn-next:before {
      content: url("../images/svg/7-chevron-right1.svg"); }
    .btn-swiper.btn-next:after {
      content: url("../images/svg/7-chevron-right2.svg"); }
  .btn-swiper.btn-prev {
    left: calc(100% / 12);
    top: 50%;
    transform: translate(0, -50%); }
    .btn-swiper.btn-prev:before {
      content: url("../images/svg/7-chevron-left1.svg"); }
    .btn-swiper.btn-prev:after {
      content: url("../images/svg/7-chevron-left2.svg"); }

.wpcf7-submit {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  color: #fff;
  letter-spacing: 0.1px;
  background-color: #af0c27;
  padding: 13px 70px 12px 20px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: 0.25s;
  border: none;
  cursor: pointer;
  text-align: left; }
  .wpcf7-submit:before {
    content: url("../images/svg/Group_31.svg");
    position: absolute;
    right: 2px;
    top: 2px; }
  .wpcf7-submit:hover {
    background-color: #ae0b16; }

.wpcf7-button {
  position: relative;
  width: 155px; }
  .wpcf7-button:before {
    content: url("../images/svg/Group_31.svg");
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1; }

.btn-back-top {
  width: 50px;
  height: 50px;
  border: solid 2px #CCCCCC;
  display: inline-block;
  position: fixed;
  background-color: #fff;
  bottom: 50px;
  right: 30px;
  z-index: 9;
  transition: 0.5s;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.09); }
  .btn-back-top:hover:before {
    transform: translate(-50%, calc(-50% - 3px)); }
  .btn-back-top.hidden {
    transform: translate(calc(100% + 30px), 0); }
  .btn-back-top:before {
    content: url("../images/svg/arrow.svg");
    position: absolute;
    line-height: 0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s; }

input {
  border: none;
  border-bottom: solid 1px #CCCCCC;
  padding: 9px 0px;
  box-sizing: border-box;
  outline: 0;
  width: 100%;
  background-color: transparent; }

.form-label {
  color: #0765B2;
  font-size: 12px;
  font-weight: 700;
  display: block; }

.wpcf7-form label {
  margin-bottom: 17px;
  display: block; }
.wpcf7-form br {
  display: none; }
.wpcf7-form .wpcf7-not-valid {
  border-color: #F21719; }
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 12px;
  text-align: right;
  font-style: italic;
  color: #F2140C; }
.wpcf7-form .wpcf7-acceptance {
  font-size: 12px; }
.wpcf7-form .wpcf7-acceptance label {
  margin-bottom: 9px; }
.wpcf7-form .wpcf7-button {
  margin-top: 23px; }
.wpcf7-form .wpcf7-list-item {
  margin: 0px; }
  .wpcf7-form .wpcf7-list-item a {
    color: #000;
    font-weight: bold; }
  .wpcf7-form .wpcf7-list-item.active .hidden-text {
    display: initial; }
  .wpcf7-form .wpcf7-list-item.active .dots {
    display: none; }
.wpcf7-form .hidden-text {
  display: none; }

.required-info {
  font-size: 12px;
  text-align: right;
  display: block;
  position: relative; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + span, [type="checkbox"]:checked + span {
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  display: block; }

.invoice-wrapper [type="checkbox"]:not(:checked) + span,
.invoice-wrapper [type="checkbox"]:checked + span {
  color: #006AB7;
  font-size: 14px;
  line-height: 27px;
  font-weight: bold; }

.regulations [type="checkbox"]:not(:checked) + span,
.regulations [type="checkbox"]:checked + span {
  color: #A5A7A9;
  font-size: 14px;
  line-height: 24px; }

[type="checkbox"]:not(:checked) + span:before,
[type="checkbox"]:checked + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 15px;
  height: 15px;
  border: 2px solid #DBDCDA;
  background: transparent;
  box-sizing: border-box; }

.has-error [type="checkbox"]:not(:checked) + span:before,
.has-error [type="checkbox"]:checked + span:before {
  border-color: #E41E02; }

[type="checkbox"]:not(:checked) + span:after, [type="checkbox"]:checked + span:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 0px;
  width: 15px;
  height: 15px;
  background-color: #af0c27;
  transition: all .2s;
  line-height: 0; }

[type="checkbox"]:not(:checked) + span:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + span:after {
  opacity: 1;
  transform: scale(1); }

* {
  margin: 0px;
  padding: 0px; }

li {
  list-style: none; }

.title-bg {
  display: block;
  font-size: 160px;
  font-weight: 700;
  font-family: poppins, sans-serif;
  left: 50%;
  position: absolute;
  line-height: 1;
  white-space: nowrap;
  color: #F5F5F5; }

img {
  max-width: 100%; }

body {
  font-size: 16px;
  line-height: 26px;
  font-family: 'Archivo', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  body.mask {
    position: relative;
    overflow: hidden; }
    body.mask:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.9);
      z-index: 9; }

button {
  outline: 0; }

.list-arrow a {
  text-decoration: none;
  color: #000;
  font-weight: 700; }
  .list-arrow a:hover {
    color: #AF0C27;
    text-decoration: underline; }
.list-arrow li {
  margin-bottom: 25px;
  padding-left: 13px;
  position: relative; }
  .list-arrow li:last-child {
    margin-bottom: 0px; }
  .list-arrow li:before {
    content: "‣";
    position: absolute;
    top: 0px;
    left: 0px;
    transition: 0.25s; }
  .list-arrow li:hover:before {
    color: #AF0C27; }

a {
  transition: 0.25s; }
  a:before {
    transition: 0.25s; }
  a:after {
    transition: 0.25s; }

.site {
  padding-top: 132px; }

.hamburger {
  width: 30px;
  height: 21px;
  text-align: center;
  margin: 0 auto;
  transform: rotate(0);
  transition: .5s ease-in-out;
  position: absolute;
  cursor: pointer;
  right: 57px;
  top: 12px;
  display: none;
  z-index: 3; }
  .hamburger.open span:first-child {
    top: 0px;
    width: 0;
    left: 50%; }
  .hamburger.open span:nth-child(2) {
    transform: rotate(45deg); }
  .hamburger.open span:nth-child(3) {
    transform: rotate(-45deg); }
  .hamburger.open span:nth-child(4) {
    top: 20px;
    width: 0;
    left: 50%; }
  .hamburger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #0A65B2;
    opacity: 1;
    left: 0;
    transform: rotate(0);
    transition: .25s ease-in-out; }
    .hamburger span:first-child {
      top: 0; }
    .hamburger span:nth-child(2) {
      top: 10px; }
    .hamburger span:nth-child(3) {
      top: 10px; }
    .hamburger span:nth-child(4) {
      top: 20px; }

.description li {
  list-style: none;
  position: relative;
  padding-left: 43px;
  margin-bottom: 13px; }
  .description li:last-child {
    margin-bottom: 0px; }
  .description li:before {
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    top: 13px;
    border-bottom: solid 2px #24B2FC;
    box-sizing: border-box; }

.description-small {
  font-size: 10px;
  line-height: 18px; }
  .description-small a {
    text-decoration: none;
    color: #af0c27;
    font-weight: 700; }
    .description-small a:hover {
      color: #EB820A; }

.section {
  max-width: 1600px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  padding: 0 54px;
  box-sizing: border-box; }

.solution-wrapper {
  padding-bottom: 97px;
  padding-top: 87px;
  overflow: hidden;
  position: relative; }
  .solution-wrapper .section {
    display: flex;
    flex-flow: wrap; }
  .solution-wrapper .left {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    margin-bottom: 50px;
    position: relative; }
  .solution-wrapper .right {
    width: 50%;
    padding: 0 10%;
    margin-bottom: 50px;
    box-sizing: border-box;
    position: relative; }
  .solution-wrapper h2 {
    margin-bottom: 30px;
    color: #0765B2; }
  .solution-wrapper .image {
    position: relative;
    display: inline-block;
    box-shadow: 0px 44px 99px rgba(0, 0, 0, 0.3); }
    .solution-wrapper .image img {
      vertical-align: middle; }

.banner-wrapper {
  position: relative;
  overflow: hidden; }
  .banner-wrapper h1 {
    margin-bottom: 31px;
    padding-left: 100px;
    position: relative;
    z-index: 1; }
    .banner-wrapper h1 strong {
      background-color: #24B2FC;
      display: inline-block; }
  .banner-wrapper .description {
    margin-bottom: 50px;
    padding-left: 100px;
    font-size: 20px;
    line-height: 26px;
    position: relative;
    z-index: 1; }
  .banner-wrapper .btn-burgundy {
    z-index: 1; }
  .banner-wrapper .banner-content {
    box-sizing: border-box;
    color: #fff;
    position: relative;
    padding: 115px 0px 204px; }
  .banner-wrapper video, .banner-wrapper img {
    position: absolute;
    left: 60px;
    top: 0px;
    width: auto;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.2);
    height: calc(100% - 101px);
    object-fit: cover;
    object-position: left;
    width: 100%;
    object-position: center; }
  .banner-wrapper .btn-burgundy {
    z-index: 1; }

.bpo-wrapper, .ba-wrapper {
  display: none; }
  .bpo-wrapper.active, .ba-wrapper.active {
    display: block; }

.benefits-wrapper {
  padding-bottom: 82px;
  background-color: #F5F5F5;
  padding-top: 80px;
  overflow: hidden; }
  .benefits-wrapper h2 {
    color: #0765B2; }
  .benefits-wrapper .title-bg {
    color: #fff; }
  .benefits-wrapper .description-section {
    position: relative; }
  .benefits-wrapper .heading {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 60px;
    position: relative; }
    .benefits-wrapper .heading button {
      margin-right: 40px; }
      .benefits-wrapper .heading button:last-child {
        margin-right: 0px; }
    .benefits-wrapper .heading h2 {
      width: 100%; }
  .benefits-wrapper .content {
    padding: 0 calc(100% / 12);
    box-sizing: border-box; }
  .benefits-wrapper .call-to-action {
    position: relative; }
    .benefits-wrapper .call-to-action .heading-3 {
      display: block;
      margin-bottom: 20px;
      text-align: center;
      color: #0765B2; }
    .benefits-wrapper .call-to-action .btn-burgundy {
      position: relative;
      left: 50%;
      transform: translate(-50%, 0); }

.banner-mini {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 70px;
  position: relative; }
  .banner-mini .left {
    width: 50%;
    background-color: #24B2FC;
    color: #fff;
    padding: 35px 60px;
    box-sizing: border-box; }
  .banner-mini .heading-2 {
    margin-bottom: 25px;
    display: inline-block; }
  .banner-mini .right {
    width: 50%;
    background-image: url("/wp-content/uploads/2021/07/Mask-Group-81.png");
    background-position: center;
    background-size: cover; }
  .banner-mini .btn-play {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }

.effectiveness-wrapper {
  padding-top: 125px;
  overflow: hidden;
  position: relative; }
  .effectiveness-wrapper .content {
    padding: 0 calc(100% / 12 * 2);
    box-sizing: border-box;
    display: flex;
    flex-flow: wrap;
    margin-bottom: 92px; }
  .effectiveness-wrapper h2 {
    color: #0765B2; }
  .effectiveness-wrapper .left {
    width: 50%;
    padding-right: 20px;
    box-sizing: border-box;
    position: relative; }
  .effectiveness-wrapper .right {
    width: 50%;
    padding-left: 20px;
    box-sizing: border-box;
    margin-top: 27px;
    position: relative; }

.wave-carousel {
  overflow: visible;
  margin-left: auto;
  margin-right: 0px;
  padding: 0 calc(100% / 12) 40px calc(100% / 12 * 2);
  box-sizing: border-box;
  position: relative; }
  .wave-carousel .swiper-slide {
    position: relative;
    margin-right: 141px;
    width: calc(52% - 141px);
    opacity: 0;
    transition: 0.25s; }
    .wave-carousel .swiper-slide:nth-child(4n+3) {
      top: 45px; }
    .wave-carousel .swiper-slide:nth-child(4n+1) {
      top: -40px; }
    .wave-carousel .swiper-slide.swiper-slide-next, .wave-carousel .swiper-slide.swiper-slide-active {
      opacity: 1; }
  .wave-carousel img {
    width: 100%; }

.investment-space-wrapper {
  background-color: #00306C;
  overflow: hidden;
  position: relative;
  transform: translate(0, -100%);
  top: 1px; }
  .investment-space-wrapper .title-bg {
    color: #021C3E;
    opacity: 0.2; }

.investment-wrapper {
  background-color: #00306C;
  color: #fff;
  padding-top: 75px;
  overflow: hidden; }
  .investment-wrapper .content {
    padding: 0 calc(100% / 12);
    box-sizing: border-box; }
  .investment-wrapper .title-bg {
    color: #021C3E;
    opacity: 0.2; }
  .investment-wrapper .heading {
    margin-bottom: 40px; }
  .investment-wrapper ul {
    display: flex;
    flex-flow: wrap; }
  .investment-wrapper h2 {
    position: relative;
    z-index: 1; }
  .investment-wrapper li {
    position: relative;
    padding-top: 82px;
    width: calc(100% / 10 * 3);
    padding-right: 20px;
    box-sizing: border-box; }
    .investment-wrapper li:before {
      position: absolute;
      top: 0px;
      left: 0px;
      line-height: 0px; }
    .investment-wrapper li:nth-child(1) {
      transform: translate(0, 100%);
      top: -31px; }
      .investment-wrapper li:nth-child(1):before {
        content: url("../images/svg/8-przebieg-pk1.svg"); }
      .investment-wrapper li:nth-child(1):after {
        content: "";
        width: 2px;
        height: 100%;
        background-color: #0765B2;
        position: absolute;
        top: 0px;
        left: 30px;
        transform: translate(0, -100%); }
    .investment-wrapper li:nth-child(2):before {
      content: url("../images/svg/8-przebieg-pk2.svg"); }
    .investment-wrapper li:nth-child(2):after {
      content: "";
      width: 154px;
      height: 165px;
      border-top: solid 2px #0765B2;
      border-left: solid 2px #0765B2;
      position: absolute;
      left: 0px;
      top: 30px;
      transform: translate(-100%, 0); }
    .investment-wrapper li:nth-child(3) {
      transform: translate(0, -100%);
      top: 10px;
      left: calc(-100% / 10 );
      margin-right: calc(-100% / 10 ); }
      .investment-wrapper li:nth-child(3):before {
        content: url("../images/svg/8-przebieg-pk3.svg"); }
      .investment-wrapper li:nth-child(3):after {
        content: "";
        width: 75px;
        height: 197px;
        border-top: solid 2px #0765B2;
        border-left: solid 2px #0765B2;
        position: absolute;
        left: 0px;
        top: 30px;
        transform: translate(-100%, 0); }
    .investment-wrapper li:nth-child(4) {
      top: 31px;
      left: calc(-100% / 10 );
      margin-right: calc(-100% / 10 ); }
      .investment-wrapper li:nth-child(4):before {
        content: url("../images/svg/8-przebieg-pk4.svg"); }
      .investment-wrapper li:nth-child(4):after {
        content: "";
        width: 101px;
        height: 30px;
        border-bottom: solid 2px #0765B2;
        border-left: solid 2px #0765B2;
        position: absolute;
        left: 0px;
        top: 0px;
        transform: translate(-100%, 0); }
  .investment-wrapper .info-img {
    position: relative;
    z-index: 3;
    top: -100px;
    margin-bottom: -100px; }
    .investment-wrapper .info-img img {
      position: relative;
      transform: translate(-50%, -2%);
      left: 50%;
      width: calc(100% / 10 * 9.5); }
  .investment-wrapper .seo-text {
    display: flex;
    flex-flow: wrap;
    margin-bottom: 150px;
    z-index: 1;
    position: relative;
    padding-left: calc(100% / 10 );
    box-sizing: border-box; }
    .investment-wrapper .seo-text div {
      margin-right: 40px;
      margin-bottom: 20px;
      width: calc(50% - 40px); }
      .investment-wrapper .seo-text div:last-child {
        margin-right: 0px; }

.contact-space-wrapper {
  overflow: hidden;
  transform: translate(0, -100%);
  position: relative;
  background-color: #fff;
  top: 1px; }
  .contact-space-wrapper .section {
    height: 100%; }

.contact-wrapper {
  padding-bottom: 40px;
  overflow: hidden;
  margin-bottom: -100px;
  transform: translate(0, -100px); }
  .contact-wrapper .content {
    display: flex;
    flex-flow: wrap;
    padding: 0 calc(100% / 12); }
  .contact-wrapper h2 {
    color: #0765B2; }
  .contact-wrapper .heading {
    margin-bottom: 32px;
    width: 100%;
    position: relative; }
  .contact-wrapper .left {
    width: 50%;
    margin-bottom: 40px;
    position: relative; }
  .contact-wrapper .right {
    width: 50%;
    margin-bottom: 40px;
    position: relative;
    padding-right: calc(100% / 12);
    box-sizing: border-box; }
  .contact-wrapper form {
    width: 80%; }

.header-wrapper {
  padding: 30px 0;
  position: fixed;
  width: 100%;
  top: 0;
  background: #fff;
  overflow: hidden;
  transition: 0.25s;
  z-index: 4;
  text-transform: uppercase; }
  .header-wrapper.scroll {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); }
  .header-wrapper .section {
    display: flex;
    flex-flow: wrap;
    align-items: center; }
  .header-wrapper .logo {
    width: calc(100% / 12 * 3); }
    .header-wrapper .logo a {
      display: inline-block; }
    .header-wrapper .logo img {
      width: 252px;
      height: auto;
      vertical-align: middle;
      transition: 0.25s; }
  .header-wrapper .menu-wrapper {
    width: calc(100% / 12 * 9);
    padding-left: 50px;
    box-sizing: border-box; }
  .header-wrapper .menu {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
  .header-wrapper a {
    color: #0A65B2;
    font-weight: 600;
    text-decoration: none;
    font-family: poppins, sans-serif; }
    .header-wrapper a:hover, .header-wrapper a.active {
      color: #af0c27; }

.footer-wrapper {
  border-top: solid 1px #EEEEEE;
  padding-top: 60px;
  font-size: 14px;
  line-height: 25px; }
  .footer-wrapper .section {
    display: flex;
    flex-flow: wrap; }
  .footer-wrapper .heading-4 {
    color: #0765B2;
    display: block;
    margin-bottom: 34px;
    min-height: 34px; }
  .footer-wrapper .footer-item {
    width: 25%;
    box-sizing: border-box;
    padding-right: 42px;
    margin-bottom: 75px; }
  .footer-wrapper .footer-1 .description {
    margin-bottom: 30px; }
    .footer-wrapper .footer-1 .description a {
      color: #AF0C27;
      text-decoration: none;
      font-weight: bold; }
  .footer-wrapper .footer-1 .description-small {
    margin-bottom: 47px; }
    .footer-wrapper .footer-1 .description-small:last-child {
      margin-bottom: 0px; }
  .footer-wrapper .footer-2 {
    width: 50%; }
    .footer-wrapper .footer-2 .row {
      display: flex;
      flex-flow: wrap; }
    .footer-wrapper .footer-2 .description {
      width: 50%;
      padding-right: 42px;
      box-sizing: border-box; }
      .footer-wrapper .footer-2 .description a {
        color: #000; }
      .footer-wrapper .footer-2 .description:last-child {
        padding-right: 0px; }

.implementation-head {
  font-size: 16px;
  line-height: 24px;
  color: #0765B2;
  display: inline-block;
  margin-bottom: 25px;
  font-weight: 700;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  font-family: poppins, sans-serif; }
  .implementation-head li {
    width: calc(100% / 10 * 4); }

.implementation {
  margin-top: 60px;
  position: relative; }

.implementation-steps {
  margin-bottom: 77px; }
  .implementation-steps li {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between; }
    .implementation-steps li .left {
      width: calc(100% / 10 * 4);
      box-sizing: border-box;
      border-bottom: solid 1px #CCCCCC;
      padding-bottom: 12px;
      padding-top: 13px;
      position: relative; }
      .implementation-steps li .left:before {
        content: url("../images/svg/6-arrow.svg");
        position: absolute;
        width: calc(50% - 80px);
        left: calc(100% + 40px);
        transform: translate(0%, 50%);
        bottom: 0px;
        line-height: 0px; }
    .implementation-steps li .right {
      width: calc(100% / 10 * 4);
      border-bottom: solid 1px #CCCCCC;
      padding-bottom: 20px;
      padding-top: 15px; }
    .implementation-steps li:first-child .left, .implementation-steps li:first-child .right {
      padding-top: 0px; }
    .implementation-steps li:last-child .left, .implementation-steps li:last-child .right {
      border-bottom: none; }
      .implementation-steps li:last-child .left:before, .implementation-steps li:last-child .right:before {
        content: none; }

.list-media {
  margin-top: 44px; }
  .list-media ul {
    display: flex;
    flex-flow: wrap; }
  .list-media li {
    margin-right: 31px; }
    .list-media li:last-child {
      margin-right: 0px; }
  .list-media img {
    position: relative;
    top: 50%;
    transform: translate(0, -50%); }

.video-pop-up-wrapper.active {
  display: block; }

.video-pop-up-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 9;
  transform: translate(-50%, 0%);
  display: none; }
  .video-pop-up-wrapper.active {
    display: block; }
  .video-pop-up-wrapper .close {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    z-index: 9; }
    .video-pop-up-wrapper .close:before {
      content: url(../images/svg/close.svg);
      position: absolute;
      font-size: 50px;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      border: solid 4px #aaa;
      line-height: 0;
      padding: 8px;
      border-radius: 50%; }
  .video-pop-up-wrapper video {
    outline: 0;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    vertical-align: middle; }

@media (min-width: 769px) {
  .header-wrapper.scroll {
    padding: 15px 0; }
    .header-wrapper.scroll .logo img {
      width: 202px; } }
@media (max-width: 1600px) {
  #page {
    overflow: hidden; } }
@media (max-width: 1100px) {
  .hamburger {
    display: block; }

  .header-wrapper .menu-wrapper {
    display: none;
    padding-left: 0px; }
  .header-wrapper .logo {
    width: 100%; }
  .header-wrapper.open {
    z-index: 4; }
    .header-wrapper.open .menu-wrapper {
      display: block;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 2;
      background: #fff;
      padding-top: 117px; }
    .header-wrapper.open .menu {
      display: block; }
      .header-wrapper.open .menu a {
        border-top: solid 1px #CCCCCC;
        display: block;
        padding: 15px 57px; }
      .header-wrapper.open .menu li:last-child a {
        border-bottom: solid 1px #CCCCCC; }
    .header-wrapper.open .logo {
      z-index: 3; }

  .solution-wrapper .right {
    padding: 0 5%; }

  .effectiveness-wrapper .content {
    padding: 0 calc(100% / 12 * 1); }

  .wave-carousel .swiper-slide {
    width: calc(52% - 90px);
    margin-right: 90px; }

  .benefits-wrapper .content {
    padding: 0 calc(100% / 12 * 0.5); }

  .implementation-steps li .left:before {
    content: url("../images/svg/Polygon_5.svg");
    text-align: center; }

  .investment-wrapper .content {
    padding: 0 calc(100% / 12 * 0.5); }

  .contact-wrapper .content {
    padding: 0 calc(100% / 12 * 0.5); }

  .footer-wrapper .footer-item {
    width: 50%; }
    .footer-wrapper .footer-item.footer-1 {
      order: 3; }
    .footer-wrapper .footer-item.footer-2 {
      width: 100%;
      padding-right: 0px; }
    .footer-wrapper .footer-item.footer-3 {
      order: 3; } }
@media (max-width: 1000px) {
  .investment-wrapper li {
    width: 100%;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 74px;
    margin-bottom: 60px; }
    .investment-wrapper li:last-child {
      margin-bottom: 20px; }
    .investment-wrapper li:nth-child(1) {
      transform: translate(0, 0);
      top: auto; }
    .investment-wrapper li:nth-child(3), .investment-wrapper li:nth-child(4) {
      top: auto;
      left: auto;
      margin-right: auto;
      transform: translate(0, 0%); }
    .investment-wrapper li:before {
      background-color: #00306C; }
    .investment-wrapper li:after {
      display: none; }
  .investment-wrapper .seo-text {
    margin-bottom: 100px; }
    .investment-wrapper .seo-text div {
      width: calc(100% / 12 * 5); } }
@media (max-width: 800px) {
  .btn-swiper.btn-prev {
    left: calc(100% / 12 * 0.5);
    top: 50%; }

  .wave-carousel .swiper-slide {
    width: calc(100% - 80px);
    margin-right: 110px; } }
@media (max-width: 768px) {
  .title-bg {
    display: none; }

  .header-wrapper {
    padding: 10px 0; }
    .header-wrapper.open .menu a {
      padding: 15px 30px; }
    .header-wrapper.open .menu-wrapper {
      padding-top: 78px; }
    .header-wrapper .logo img {
      width: 180px; }

  .site {
    padding-top: 70px; }

  .solution-wrapper {
    padding-bottom: 27px;
    padding-top: 7px; }

  .banner-wrapper .banner-content {
    padding: 105px 10px 204px;
    width: calc(100% + 20px);
    left: -10px; }
    .banner-wrapper .banner-content:before {
      right: 30px; }
    .banner-wrapper .banner-content:after {
      left: -30px;
      width: calc(100% + 60px); }
  .banner-wrapper video, .banner-wrapper img {
    left: 0px; }
  .banner-wrapper h1 {
    padding-left: 0px; }
  .banner-wrapper .description {
    padding-left: 0px; }

  .section {
    padding: 0 30px; }

  .solution-wrapper .right {
    width: 100%;
    padding: 0px; }
  .solution-wrapper .left {
    width: 100%; }
  .solution-wrapper .image {
    width: 100%;
    left: 0px; }

  .benefits-wrapper .content {
    padding: 0; }

  .benefits-wrapper .heading .left {
    width: 100%; }
  .benefits-wrapper .heading .right {
    width: 100%; }

  .implementation-steps li .left {
    width: calc(100% / 10 * 4.5); }
    .implementation-steps li .left:before {
      left: 100%;
      width: calc(100% / 4.5); }
  .implementation-steps li .right {
    width: calc(100% / 10 * 4.5); }

  .implementation-head li {
    width: calc(100% / 10 * 4.5); }

  .banner-mini .left {
    width: 100%;
    padding: 24px 24px 27px; }
  .banner-mini .right {
    width: 100%;
    padding: 34px 0px; }

  .effectiveness-wrapper .content {
    padding: 0px; }
  .effectiveness-wrapper .left {
    width: 100%; }
  .effectiveness-wrapper .right {
    width: 100%;
    padding-left: 0px; }

  .investment-wrapper .content {
    padding: 0px; }
  .investment-wrapper ul {
    position: relative; }
    .investment-wrapper ul:before {
      content: "";
      width: 2px;
      height: 100%;
      background-color: #0765B2;
      border: none;
      top: 0px;
      left: 26px;
      position: absolute; }
  .investment-wrapper .info-img {
    top: -50px;
    margin-bottom: -50px; }
  .investment-wrapper .seo-text {
    margin-bottom: 68px;
    padding-left: 0px; }
    .investment-wrapper .seo-text div {
      width: 100%; }

  .contact-wrapper {
    transform: translate(0, -50px);
    margin-bottom: -50px;
    padding-right: 0px; }
    .contact-wrapper .content {
      padding: 0px; }
    .contact-wrapper .left {
      width: 100%; }
    .contact-wrapper .right {
      width: 100%;
      padding-right: 0px; }
    .contact-wrapper form {
      width: 100%; }

  .footer-wrapper .footer-item {
    width: 100%; }
  .footer-wrapper .footer-2 .description {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px; }
    .footer-wrapper .footer-2 .description:last-child {
      margin-bottom: 0px; }

  .hamburger {
    right: 30px; } }
@media (max-width: 600px) {
  .banner-wrapper .section {
    padding: 0 10px; }
  .banner-wrapper h1 {
    overflow-wrap: break-word;
    line-break: auto; } }
@media (max-width: 500px) {
  .btn-box {
    width: 100%;
    margin-bottom: 50px; }

  .benefits-wrapper .heading-4 {
    min-height: auto; }
  .benefits-wrapper .heading button {
    margin-right: 0px; }
    .benefits-wrapper .heading button:last-child {
      margin-bottom: 0px; }

  .btn-swiper.btn-prev {
    left: -20px; }
  .btn-swiper.btn-next {
    right: -20px; }

  .wave-carousel {
    padding: 0 40px; }
    .wave-carousel .swiper-slide {
      width: 100%; }
      .wave-carousel .swiper-slide:nth-child(4n+3) {
        top: auto; }
      .wave-carousel .swiper-slide:nth-child(4n+1) {
        top: auto; } }

/*# sourceMappingURL=main.css.map */
