0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.btn-primary {
  --bs-btn-bg: #41c6cf;
  --bs-btn-border-color: #41c6cf; }

.btn {
  --bs-btn-font-size: 1.4rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 4rem;
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: 0; }

:root,
[data-bs-theme=light] {
  --bs-btn-font-size: 1.4rem;
  --bs-border-radius: 2rem;
  --bs-btn-font-family: "Poppins", sans-serif; }

/*Montserrat*/
@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Bold.eot);
  src: url(../fonts/montserrat/Montserrat-Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Bold.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Bold.woff) format("woff"), url(../fonts/montserrat/Montserrat-Bold.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Bold.svg#Montserrat-Bold) format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: "Montserrat";
  src: url(../fonts/montserrat/Montserrat-Medium.eot);
  src: url(../fonts/montserrat/Montserrat-Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/montserrat/Montserrat-Medium.woff2) format("woff2"), url(../fonts/montserrat/Montserrat-Medium.woff) format("woff"), url(../fonts/montserrat/Montserrat-Mediumd.ttf) format("truetype"), url(../fonts/montserrat/Montserrat-Medium.svg#Montserrat-Medium) format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.display-inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.layout-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.layout-row-reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.layout-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 991px) {
  .layout-column-xs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.align-items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.align-items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.align-items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.align-items-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center; }

.align-self-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.justify-content-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.justify-content-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.justify-content-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.justify-content-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.justify-content-around {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.zindex-0 {
  z-index: 0; }

.zindex-1 {
  z-index: 1; }

.zindex-2 {
  z-index: 2; }

.zindex-3 {
  z-index: 3; }

.zindex-4 {
  z-index: 4; }

.zindex-5 {
  z-index: 5; }

.zindex-6 {
  z-index: 6; }

.zindex-7 {
  z-index: 7; }

.zindex-8 {
  z-index: 8; }

.zindex-9 {
  z-index: 9; }

/*------------------------------------------------------------------
    Placeholder
    ------------------------------------------------------------------*/
.fh-20 {
  height: 20rem !important;
  min-height: 20rem !important; }

.fh-25 {
  height: 25rem !important;
  min-height: 25rem !important; }

.fh-30 {
  height: 30rem !important;
  min-height: 30rem !important; }

.fh-35 {
  height: 35rem !important;
  min-height: 35rem !important; }

.fh-40 {
  height: 40rem !important;
  min-height: 40rem !important; }

.fh-45 {
  height: 45rem !important;
  min-height: 45rem !important; }

.fh-50 {
  height: 50rem !important;
  min-height: 50rem !important; }

.fh-55 {
  height: 55rem !important;
  min-height: 55rem !important; }

.fh-60 {
  height: 60rem !important;
  min-height: 60rem !important; }

@media (max-width: 767px) {
  .fh-20-xs {
    height: 20rem !important;
    min-height: 20rem !important; }
  .fh-25-xs {
    height: 25rem !important;
    min-height: 25rem !important; }
  .fh-30-xs {
    height: 30rem !important;
    min-height: 30rem !important; }
  .fh-35-xs {
    height: 35rem !important;
    min-height: 35rem !important; }
  .fh-40-xs {
    height: 40rem !important;
    min-height: 40rem !important; } }

.mt-0 {
  margin-top: 0rem !important; }

.mt-1 {
  margin-top: 1rem !important; }

.mt-2 {
  margin-top: 2rem !important; }

.mt-3 {
  margin-top: 3rem !important; }

.mt-4 {
  margin-top: 4rem !important; }

.mt-5 {
  margin-top: 5rem !important; }

.mt-6 {
  margin-top: 6rem !important; }

.mt-7 {
  margin-top: 7rem !important; }

.mt-8 {
  margin-top: 8rem !important; }

.mt-9 {
  margin-top: 9rem !important; }

.mt-10 {
  margin-top: 10rem !important; }

.mt-11 {
  margin-top: 11rem !important; }

.mt-12 {
  margin-top: 12rem !important; }

.mt-13 {
  margin-top: 13rem !important; }

.mt-14 {
  margin-top: 14rem !important; }

.mt-15 {
  margin-top: 15rem !important; }

.mt-16 {
  margin-top: 16rem !important; }

.mt-17 {
  margin-top: 17rem !important; }

.mt-18 {
  margin-top: 18rem !important; }

.mt-19 {
  margin-top: 19rem !important; }

.mt-20 {
  margin-top: 20rem !important; }

.mt-21 {
  margin-top: 21rem !important; }

.mt-22 {
  margin-top: 22rem !important; }

.mt-23 {
  margin-top: 23rem !important; }

.mt-24 {
  margin-top: 24rem !important; }

.mt-25 {
  margin-top: 25rem !important; }

.mb-0 {
  margin-bottom: 0rem !important; }

.mb-1 {
  margin-bottom: 1rem !important; }

.mb-2 {
  margin-bottom: 2rem !important; }

.mb-3 {
  margin-bottom: 3rem !important; }

.mb-4 {
  margin-bottom: 4rem !important; }

.mb-5 {
  margin-bottom: 5rem !important; }

.mb-6 {
  margin-bottom: 6rem !important; }

.mb-7 {
  margin-bottom: 7rem !important; }

.mb-8 {
  margin-bottom: 8rem !important; }

.mb-9 {
  margin-bottom: 9rem !important; }

.mb-10 {
  margin-bottom: 10rem !important; }

.mb-11 {
  margin-bottom: 11rem !important; }

.mb-12 {
  margin-bottom: 12rem !important; }

.mb-13 {
  margin-bottom: 13rem !important; }

.mb-14 {
  margin-bottom: 14rem !important; }

.mb-15 {
  margin-bottom: 15rem !important; }

.mb-16 {
  margin-bottom: 16rem !important; }

.mb-17 {
  margin-bottom: 17rem !important; }

.mb-18 {
  margin-bottom: 18rem !important; }

.mb-19 {
  margin-bottom: 19rem !important; }

.mb-20 {
  margin-bottom: 20rem !important; }

.mb-21 {
  margin-bottom: 21rem !important; }

.mb-22 {
  margin-bottom: 22rem !important; }

.mb-23 {
  margin-bottom: 23rem !important; }

.mb-24 {
  margin-bottom: 24rem !important; }

.mb-25 {
  margin-bottom: 25rem !important; }

.ml-0 {
  margin-left: 0rem !important; }

.ml-1 {
  margin-left: 1rem !important; }

.ml-2 {
  margin-left: 2rem !important; }

.ml-3 {
  margin-left: 3rem !important; }

.ml-4 {
  margin-left: 4rem !important; }

.ml-5 {
  margin-left: 5rem !important; }

.ml-6 {
  margin-left: 6rem !important; }

.ml-7 {
  margin-left: 7rem !important; }

.ml-8 {
  margin-left: 8rem !important; }

.ml-9 {
  margin-left: 9rem !important; }

.ml-10 {
  margin-left: 10rem !important; }

.ml-11 {
  margin-left: 11rem !important; }

.ml-12 {
  margin-left: 12rem !important; }

.ml-13 {
  margin-left: 13rem !important; }

.ml-14 {
  margin-left: 14rem !important; }

.ml-15 {
  margin-left: 15rem !important; }

.ml-16 {
  margin-left: 16rem !important; }

.ml-17 {
  margin-left: 17rem !important; }

.ml-18 {
  margin-left: 18rem !important; }

.ml-19 {
  margin-left: 19rem !important; }

.ml-20 {
  margin-left: 20rem !important; }

.ml-21 {
  margin-left: 21rem !important; }

.ml-22 {
  margin-left: 22rem !important; }

.ml-23 {
  margin-left: 23rem !important; }

.ml-24 {
  margin-left: 24rem !important; }

.ml-25 {
  margin-left: 25rem !important; }

.mr-0 {
  margin-right: 0rem !important; }

.mr-1 {
  margin-right: 1rem !important; }

.mr-2 {
  margin-right: 2rem !important; }

.mr-3 {
  margin-right: 3rem !important; }

.mr-4 {
  margin-right: 4rem !important; }

.mr-5 {
  margin-right: 5rem !important; }

.mr-6 {
  margin-right: 6rem !important; }

.mr-7 {
  margin-right: 7rem !important; }

.mr-8 {
  margin-right: 8rem !important; }

.mr-9 {
  margin-right: 9rem !important; }

.mr-10 {
  margin-right: 10rem !important; }

.mr-11 {
  margin-right: 11rem !important; }

.mr-12 {
  margin-right: 12rem !important; }

.mr-13 {
  margin-right: 13rem !important; }

.mr-14 {
  margin-right: 14rem !important; }

.mr-15 {
  margin-right: 15rem !important; }

.mr-16 {
  margin-right: 16rem !important; }

.mr-17 {
  margin-right: 17rem !important; }

.mr-18 {
  margin-right: 18rem !important; }

.mr-19 {
  margin-right: 19rem !important; }

.mr-20 {
  margin-right: 20rem !important; }

.mr-21 {
  margin-right: 21rem !important; }

.mr-22 {
  margin-right: 22rem !important; }

.mr-23 {
  margin-right: 23rem !important; }

.mr-24 {
  margin-right: 24rem !important; }

.mr-25 {
  margin-right: 25rem !important; }

@media (max-width: 767px) {
  .mt-0-xs {
    margin-top: 0rem !important; }
  .mt-1-xs {
    margin-top: 1rem !important; }
  .mt-2-xs {
    margin-top: 2rem !important; }
  .mt-3-xs {
    margin-top: 3rem !important; }
  .mt-4-xs {
    margin-top: 4rem !important; }
  .mt-5-xs {
    margin-top: 5rem !important; }
  .mt-6-xs {
    margin-top: 6rem !important; }
  .mt-7-xs {
    margin-top: 7rem !important; }
  .mt-8-xs {
    margin-top: 8rem !important; }
  .mt-9-xs {
    margin-top: 9rem !important; }
  .mt-10-xs {
    margin-top: 10rem !important; }
  .mt-11-xs {
    margin-top: 11rem !important; }
  .mt-12-xs {
    margin-top: 12rem !important; }
  .mt-13-xs {
    margin-top: 13rem !important; }
  .mt-14-xs {
    margin-top: 14rem !important; }
  .mt-15-xs {
    margin-top: 15rem !important; }
  .mt-16-xs {
    margin-top: 16rem !important; }
  .mt-17-xs {
    margin-top: 17rem !important; }
  .mt-18-xs {
    margin-top: 18rem !important; }
  .mt-19-xs {
    margin-top: 19rem !important; }
  .mt-20-xs {
    margin-top: 20rem !important; }
  .mt-21-xs {
    margin-top: 21rem !important; }
  .mt-22-xs {
    margin-top: 22rem !important; }
  .mt-23-xs {
    margin-top: 23rem !important; }
  .mt-24-xs {
    margin-top: 24rem !important; }
  .mt-25-xs {
    margin-top: 25rem !important; }
  .mb-0-xs {
    margin-bottom: 0rem !important; }
  .mb-1-xs {
    margin-bottom: 1rem !important; }
  .mb-2-xs {
    margin-bottom: 2rem !important; }
  .mb-3-xs {
    margin-bottom: 3rem !important; }
  .mb-4-xs {
    margin-bottom: 4rem !important; }
  .mb-5-xs {
    margin-bottom: 5rem !important; }
  .mb-6-xs {
    margin-bottom: 6rem !important; }
  .mb-7-xs {
    margin-bottom: 7rem !important; }
  .mb-8-xs {
    margin-bottom: 8rem !important; }
  .mb-9-xs {
    margin-bottom: 9rem !important; }
  .mb-10-xs {
    margin-bottom: 10rem !important; }
  .mb-11-xs {
    margin-bottom: 11rem !important; }
  .mb-12-xs {
    margin-bottom: 12rem !important; }
  .mb-13-xs {
    margin-bottom: 13rem !important; }
  .mb-14-xs {
    margin-bottom: 14rem !important; }
  .mb-15-xs {
    margin-bottom: 15rem !important; }
  .mb-16-xs {
    margin-bottom: 16rem !important; }
  .mb-17-xs {
    margin-bottom: 17rem !important; }
  .mb-18-xs {
    margin-bottom: 18rem !important; }
  .mb-19-xs {
    margin-bottom: 19rem !important; }
  .mb-20-xs {
    margin-bottom: 20rem !important; }
  .mb-21-xs {
    margin-bottom: 21rem !important; }
  .mb-22-xs {
    margin-bottom: 22rem !important; }
  .mb-23-xs {
    margin-bottom: 23rem !important; }
  .mb-24-xs {
    margin-bottom: 24rem !important; }
  .mb-25-xs {
    margin-bottom: 25rem !important; }
  .ml-0-xs {
    margin-left: 0rem !important; }
  .ml-1-xs {
    margin-left: 1rem !important; }
  .ml-2-xs {
    margin-left: 2rem !important; }
  .ml-3-xs {
    margin-left: 3rem !important; }
  .ml-4-xs {
    margin-left: 4rem !important; }
  .ml-5-xs {
    margin-left: 5rem !important; }
  .ml-6-xs {
    margin-left: 6rem !important; }
  .ml-7-xs {
    margin-left: 7rem !important; }
  .ml-8-xs {
    margin-left: 8rem !important; }
  .ml-9-xs {
    margin-left: 9rem !important; }
  .ml-10-xs {
    margin-left: 10rem !important; }
  .ml-11-xs {
    margin-left: 11rem !important; }
  .ml-12-xs {
    margin-left: 12rem !important; }
  .ml-13-xs {
    margin-left: 13rem !important; }
  .ml-14-xs {
    margin-left: 14rem !important; }
  .ml-15-xs {
    margin-left: 15rem !important; }
  .ml-16-xs {
    margin-left: 16rem !important; }
  .ml-17-xs {
    margin-left: 17rem !important; }
  .ml-18-xs {
    margin-left: 18rem !important; }
  .ml-19-xs {
    margin-left: 19rem !important; }
  .ml-20-xs {
    margin-left: 20rem !important; }
  .ml-21-xs {
    margin-left: 21rem !important; }
  .ml-22-xs {
    margin-left: 22rem !important; }
  .ml-23-xs {
    margin-left: 23rem !important; }
  .ml-24-xs {
    margin-left: 24rem !important; }
  .ml-25-xs {
    margin-left: 25rem !important; }
  .mr-0-xs {
    margin-right: 0rem !important; }
  .mr-1-xs {
    margin-right: 1rem !important; }
  .mr-2-xs {
    margin-right: 2rem !important; }
  .mr-3-xs {
    margin-right: 3rem !important; }
  .mr-4-xs {
    margin-right: 4rem !important; }
  .mr-5-xs {
    margin-right: 5rem !important; }
  .mr-6-xs {
    margin-right: 6rem !important; }
  .mr-7-xs {
    margin-right: 7rem !important; }
  .mr-8-xs {
    margin-right: 8rem !important; }
  .mr-9-xs {
    margin-right: 9rem !important; }
  .mr-10-xs {
    margin-right: 10rem !important; }
  .mr-11-xs {
    margin-right: 11rem !important; }
  .mr-12-xs {
    margin-right: 12rem !important; }
  .mr-13-xs {
    margin-right: 13rem !important; }
  .mr-14-xs {
    margin-right: 14rem !important; }
  .mr-15-xs {
    margin-right: 15rem !important; }
  .mr-16-xs {
    margin-right: 16rem !important; }
  .mr-17-xs {
    margin-right: 17rem !important; }
  .mr-18-xs {
    margin-right: 18rem !important; }
  .mr-19-xs {
    margin-right: 19rem !important; }
  .mr-20-xs {
    margin-right: 20rem !important; }
  .mr-21-xs {
    margin-right: 21rem !important; }
  .mr-22-xs {
    margin-right: 22rem !important; }
  .mr-23-xs {
    margin-right: 23rem !important; }
  .mr-24-xs {
    margin-right: 24rem !important; }
  .mr-25-xs {
    margin-right: 25rem !important; } }

.pt-0 {
  padding-top: 0rem !important; }

.pt-1 {
  padding-top: 1rem !important; }

.pt-2 {
  padding-top: 2rem !important; }

.pt-3 {
  padding-top: 3rem !important; }

.pt-4 {
  padding-top: 4rem !important; }

.pt-5 {
  padding-top: 5rem !important; }

.pt-6 {
  padding-top: 6rem !important; }

.pt-7 {
  padding-top: 7rem !important; }

.pt-8 {
  padding-top: 8rem !important; }

.pt-9 {
  padding-top: 9rem !important; }

.pt-10 {
  padding-top: 10rem !important; }

.pt-11 {
  padding-top: 11rem !important; }

.pt-12 {
  padding-top: 12rem !important; }

.pt-13 {
  padding-top: 13rem !important; }

.pt-14 {
  padding-top: 14rem !important; }

.pt-15 {
  padding-top: 15rem !important; }

.pt-16 {
  padding-top: 16rem !important; }

.pt-17 {
  padding-top: 17rem !important; }

.pt-18 {
  padding-top: 18rem !important; }

.pt-19 {
  padding-top: 19rem !important; }

.pt-20 {
  padding-top: 20rem !important; }

.pt-21 {
  padding-top: 21rem !important; }

.pt-22 {
  padding-top: 22rem !important; }

.pt-23 {
  padding-top: 23rem !important; }

.pt-24 {
  padding-top: 24rem !important; }

.pt-25 {
  padding-top: 25rem !important; }

.pb-0 {
  padding-bottom: 0rem !important; }

.pb-1 {
  padding-bottom: 1rem !important; }

.pb-2 {
  padding-bottom: 2rem !important; }

.pb-3 {
  padding-bottom: 3rem !important; }

.pb-4 {
  padding-bottom: 4rem !important; }

.pb-5 {
  padding-bottom: 5rem !important; }

.pb-6 {
  padding-bottom: 6rem !important; }

.pb-7 {
  padding-bottom: 7rem !important; }

.pb-8 {
  padding-bottom: 8rem !important; }

.pb-9 {
  padding-bottom: 9rem !important; }

.pb-10 {
  padding-bottom: 10rem !important; }

.pb-11 {
  padding-bottom: 11rem !important; }

.pb-12 {
  padding-bottom: 12rem !important; }

.pb-13 {
  padding-bottom: 13rem !important; }

.pb-14 {
  padding-bottom: 14rem !important; }

.pb-15 {
  padding-bottom: 15rem !important; }

.pb-16 {
  padding-bottom: 16rem !important; }

.pb-17 {
  padding-bottom: 17rem !important; }

.pb-18 {
  padding-bottom: 18rem !important; }

.pb-19 {
  padding-bottom: 19rem !important; }

.pb-20 {
  padding-bottom: 20rem !important; }

.pb-21 {
  padding-bottom: 21rem !important; }

.pb-22 {
  padding-bottom: 22rem !important; }

.pb-23 {
  padding-bottom: 23rem !important; }

.pb-24 {
  padding-bottom: 24rem !important; }

.pb-25 {
  padding-bottom: 25rem !important; }

.pl-0 {
  padding-left: 0rem !important; }

.pl-1 {
  padding-left: 1rem !important; }

.pl-2 {
  padding-left: 2rem !important; }

.pl-3 {
  padding-left: 3rem !important; }

.pl-4 {
  padding-left: 4rem !important; }

.pl-5 {
  padding-left: 5rem !important; }

.pl-6 {
  padding-left: 6rem !important; }

.pl-7 {
  padding-left: 7rem !important; }

.pl-8 {
  padding-left: 8rem !important; }

.pl-9 {
  padding-left: 9rem !important; }

.pl-10 {
  padding-left: 10rem !important; }

.pl-11 {
  padding-left: 11rem !important; }

.pl-12 {
  padding-left: 12rem !important; }

.pl-13 {
  padding-left: 13rem !important; }

.pl-14 {
  padding-left: 14rem !important; }

.pl-15 {
  padding-left: 15rem !important; }

.pl-16 {
  padding-left: 16rem !important; }

.pl-17 {
  padding-left: 17rem !important; }

.pl-18 {
  padding-left: 18rem !important; }

.pl-19 {
  padding-left: 19rem !important; }

.pl-20 {
  padding-left: 20rem !important; }

.pl-21 {
  padding-left: 21rem !important; }

.pl-22 {
  padding-left: 22rem !important; }

.pl-23 {
  padding-left: 23rem !important; }

.pl-24 {
  padding-left: 24rem !important; }

.pl-25 {
  padding-left: 25rem !important; }

.pr-0 {
  padding-right: 0rem !important; }

.pr-1 {
  padding-right: 1rem !important; }

.pr-2 {
  padding-right: 2rem !important; }

.pr-3 {
  padding-right: 3rem !important; }

.pr-4 {
  padding-right: 4rem !important; }

.pr-5 {
  padding-right: 5rem !important; }

.pr-6 {
  padding-right: 6rem !important; }

.pr-7 {
  padding-right: 7rem !important; }

.pr-8 {
  padding-right: 8rem !important; }

.pr-9 {
  padding-right: 9rem !important; }

.pr-10 {
  padding-right: 10rem !important; }

.pr-11 {
  padding-right: 11rem !important; }

.pr-12 {
  padding-right: 12rem !important; }

.pr-13 {
  padding-right: 13rem !important; }

.pr-14 {
  padding-right: 14rem !important; }

.pr-15 {
  padding-right: 15rem !important; }

.pr-16 {
  padding-right: 16rem !important; }

.pr-17 {
  padding-right: 17rem !important; }

.pr-18 {
  padding-right: 18rem !important; }

.pr-19 {
  padding-right: 19rem !important; }

.pr-20 {
  padding-right: 20rem !important; }

.pr-21 {
  padding-right: 21rem !important; }

.pr-22 {
  padding-right: 22rem !important; }

.pr-23 {
  padding-right: 23rem !important; }

.pr-24 {
  padding-right: 24rem !important; }

.pr-25 {
  padding-right: 25rem !important; }

@media (min-width: 992px) {
  .mw-15 {
    max-width: 15rem !important; }
  .mw-16 {
    max-width: 16rem !important; }
  .mw-17 {
    max-width: 17rem !important; }
  .mw-18 {
    max-width: 18rem !important; }
  .mw-19 {
    max-width: 19rem !important; }
  .mw-20 {
    max-width: 20rem !important; }
  .mw-21 {
    max-width: 21rem !important; }
  .mw-22 {
    max-width: 22rem !important; }
  .mw-23 {
    max-width: 23rem !important; }
  .mw-24 {
    max-width: 24rem !important; }
  .mw-25 {
    max-width: 25rem !important; }
  .mw-26 {
    max-width: 26rem !important; }
  .mw-27 {
    max-width: 27rem !important; }
  .mw-28 {
    max-width: 28rem !important; }
  .mw-29 {
    max-width: 29rem !important; }
  .mw-30 {
    max-width: 30rem !important; }
  .mw-31 {
    max-width: 31rem !important; }
  .mw-32 {
    max-width: 32rem !important; }
  .mw-33 {
    max-width: 33rem !important; }
  .mw-34 {
    max-width: 34rem !important; }
  .mw-35 {
    max-width: 35rem !important; }
  .mw-36 {
    max-width: 36rem !important; }
  .mw-37 {
    max-width: 37rem !important; }
  .mw-38 {
    max-width: 38rem !important; }
  .mw-39 {
    max-width: 39rem !important; }
  .mw-40 {
    max-width: 40rem !important; }
  .mw-41 {
    max-width: 41rem !important; }
  .mw-42 {
    max-width: 42rem !important; }
  .mw-43 {
    max-width: 43rem !important; }
  .mw-44 {
    max-width: 44rem !important; }
  .mw-45 {
    max-width: 45rem !important; }
  .mw-46 {
    max-width: 46rem !important; }
  .mw-47 {
    max-width: 47rem !important; }
  .mw-48 {
    max-width: 48rem !important; }
  .mw-49 {
    max-width: 49rem !important; }
  .mw-50 {
    max-width: 50rem !important; }
  .mw-51 {
    max-width: 51rem !important; }
  .mw-52 {
    max-width: 52rem !important; }
  .mw-53 {
    max-width: 53rem !important; }
  .mw-54 {
    max-width: 54rem !important; }
  .mw-55 {
    max-width: 55rem !important; }
  .mw-56 {
    max-width: 56rem !important; }
  .mw-57 {
    max-width: 57rem !important; }
  .mw-58 {
    max-width: 58rem !important; }
  .mw-59 {
    max-width: 59rem !important; }
  .mw-60 {
    max-width: 60rem !important; }
  .mw-61 {
    max-width: 61rem !important; }
  .mw-62 {
    max-width: 62rem !important; }
  .mw-63 {
    max-width: 63rem !important; }
  .mw-64 {
    max-width: 64rem !important; }
  .mw-65 {
    max-width: 65rem !important; }
  .mw-66 {
    max-width: 66rem !important; }
  .mw-67 {
    max-width: 67rem !important; }
  .mw-68 {
    max-width: 68rem !important; }
  .mw-69 {
    max-width: 69rem !important; }
  .mw-70 {
    max-width: 70rem !important; }
  .mw-71 {
    max-width: 71rem !important; }
  .mw-72 {
    max-width: 72rem !important; }
  .mw-73 {
    max-width: 73rem !important; }
  .mw-74 {
    max-width: 74rem !important; }
  .mw-75 {
    max-width: 75rem !important; }
  .mw-76 {
    max-width: 76rem !important; }
  .mw-77 {
    max-width: 77rem !important; }
  .mw-78 {
    max-width: 78rem !important; }
  .mw-79 {
    max-width: 79rem !important; }
  .mw-80 {
    max-width: 80rem !important; }
  .mw-81 {
    max-width: 81rem !important; }
  .mw-82 {
    max-width: 82rem !important; }
  .mw-83 {
    max-width: 83rem !important; }
  .mw-84 {
    max-width: 84rem !important; }
  .mw-85 {
    max-width: 85rem !important; }
  .mw-86 {
    max-width: 86rem !important; }
  .mw-87 {
    max-width: 87rem !important; }
  .mw-88 {
    max-width: 88rem !important; }
  .mw-89 {
    max-width: 89rem !important; }
  .mw-90 {
    max-width: 90rem !important; }
  .mw-91 {
    max-width: 91rem !important; }
  .mw-92 {
    max-width: 92rem !important; }
  .mw-93 {
    max-width: 93rem !important; }
  .mw-94 {
    max-width: 94rem !important; }
  .mw-95 {
    max-width: 95rem !important; } }

@media (max-width: 767px) {
  .mw-15-xs {
    max-width: 15rem !important; }
  .mw-16-xs {
    max-width: 16rem !important; }
  .mw-17-xs {
    max-width: 17rem !important; }
  .mw-18-xs {
    max-width: 18rem !important; }
  .mw-19-xs {
    max-width: 19rem !important; }
  .mw-20-xs {
    max-width: 20rem !important; }
  .mw-21-xs {
    max-width: 21rem !important; }
  .mw-22-xs {
    max-width: 22rem !important; }
  .mw-23-xs {
    max-width: 23rem !important; }
  .mw-24-xs {
    max-width: 24rem !important; }
  .mw-25-xs {
    max-width: 25rem !important; }
  .mw-26-xs {
    max-width: 26rem !important; }
  .mw-27-xs {
    max-width: 27rem !important; }
  .mw-28-xs {
    max-width: 28rem !important; }
  .mw-29-xs {
    max-width: 29rem !important; }
  .mw-30-xs {
    max-width: 30rem !important; }
  .mw-31-xs {
    max-width: 31rem !important; }
  .mw-32-xs {
    max-width: 32rem !important; }
  .mw-33-xs {
    max-width: 33rem !important; }
  .mw-34-xs {
    max-width: 34rem !important; }
  .mw-35-xs {
    max-width: 35rem !important; }
  .mw-36-xs {
    max-width: 36rem !important; }
  .mw-37-xs {
    max-width: 37rem !important; }
  .mw-38-xs {
    max-width: 38rem !important; }
  .mw-39-xs {
    max-width: 39rem !important; }
  .mw-40-xs {
    max-width: 40rem !important; }
  .mw-41-xs {
    max-width: 41rem !important; }
  .mw-42-xs {
    max-width: 42rem !important; }
  .mw-43-xs {
    max-width: 43rem !important; }
  .mw-44-xs {
    max-width: 44rem !important; }
  .mw-45-xs {
    max-width: 45rem !important; }
  .mw-46-xs {
    max-width: 46rem !important; }
  .mw-47-xs {
    max-width: 47rem !important; }
  .mw-48-xs {
    max-width: 48rem !important; }
  .mw-49-xs {
    max-width: 49rem !important; }
  .mw-50-xs {
    max-width: 50rem !important; }
  .mw-51-xs {
    max-width: 51rem !important; }
  .mw-52-xs {
    max-width: 52rem !important; }
  .mw-53-xs {
    max-width: 53rem !important; }
  .mw-54-xs {
    max-width: 54rem !important; }
  .mw-55-xs {
    max-width: 55rem !important; }
  .mw-56-xs {
    max-width: 56rem !important; }
  .mw-57-xs {
    max-width: 57rem !important; }
  .mw-58-xs {
    max-width: 58rem !important; }
  .mw-59-xs {
    max-width: 59rem !important; }
  .mw-60-xs {
    max-width: 60rem !important; }
  .mw-61-xs {
    max-width: 61rem !important; }
  .mw-62-xs {
    max-width: 62rem !important; }
  .mw-63-xs {
    max-width: 63rem !important; }
  .mw-64-xs {
    max-width: 64rem !important; }
  .mw-65-xs {
    max-width: 65rem !important; }
  .mw-66-xs {
    max-width: 66rem !important; }
  .mw-67-xs {
    max-width: 67rem !important; }
  .mw-68-xs {
    max-width: 68rem !important; }
  .mw-69-xs {
    max-width: 69rem !important; }
  .mw-70-xs {
    max-width: 70rem !important; } }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }
@media (max-width: 991px) {
  html {
    font-size: 57.5%; } }

html {
  overflow-x: hidden; }

body {
  background-color: #fff;
  color: #000;
  font-family: "Poppins", sans-serif;
  font-size: 1.6rem;
  line-height: 2.4rem;
  overflow-x: hidden;
  padding-top: 10.4rem; }
@media (min-width: 1600px) {
  body {
    padding-top: 13.8rem; } }
@media (max-width: 767px) {
  body {
    padding-top: 10.5rem; } }

b,
strong {
  font-weight: 600; }

img {
  max-width: 100%;
  height: auto; }

main {
  min-height: calc(100vh - 56.9rem); }

ul {
  list-style-type: none;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 3rem;
  margin-top: 0; }

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: inherit;
  font-weight: 600;
  line-height: 1.5; }

h1,
.h1 {
  font-size: 3.6rem; }

h2,
.h2 {
  font-size: 2.4rem; }

h3,
.h3 {
  font-size: 2rem; }

h4,
.h4 {
  font-size: 1.8rem; }

h5,
.h5 {
  font-size: 1.6rem; }

h6,
.h6 {
  font-size: 1.4rem; }

p {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 2rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400; }
@media (max-width: 767px) {
  p {
    font-size: 1.4rem; } }

li {
  font-size: 1.6rem;
  line-height: 2.4rem; }
@media (max-width: 767px) {
  li {
    font-size: 1.4rem;
    line-height: 2rem; } }

a {
  color: #41c6cf;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in; }
a:hover, a:focus {
  color: black;
  text-decoration: none; }
a > span,
a > b,
a > strong {
  display: inline-block;
  line-height: 1.5; }

b,
strong {
  font-weight: bold; }

button {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.position-relative {
  position: relative; }

.form-control {
  font-size: 1.4rem; }

.modal-content {
  background-color: #fff !important; }

.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  -webkit-transition: height 0.2s linear;
  transition: height 0.2s linear;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; }
.preloader.hide {
  display: none !important; }
.preloader .loader-element {
  display: block;
  margin: 0 auto;
  height: auto; }
.preloader.show {
  height: 0; }
.preloader img,
.preloader svg {
  display: block;
  margin: 0 auto; }

code,
kbd,
pre,
samp {
  background-color: #f9f9f9; }

.swiper-notification,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: fixed !important;
  width: auto;
  height: auto;
  margin: 0;
  top: 0;
  overflow: visible;
  clip: auto;
  z-index: 999999; }

*:focus:not([disabled]) {
  outline-offset: 2px; }

*:disabled {
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0.8; }

.section-heading {
  margin-bottom: 1.2rem; }
.section-heading h1,
.section-heading h2,
.section-heading .h1,
.section-heading .h2 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .section-heading h1,
  .section-heading h2,
  .section-heading .h1,
  .section-heading .h2 {
    line-height: 1.3; } }
.section-heading p {
  margin-bottom: 0; }
.section-heading * {
  font-size: 2rem;
  line-height: 1.5; }
@media (max-width: 767px) {
  .section-heading * {
    font-size: 1.8rem; } }
.section-heading ul {
  list-style-type: inherit; }

.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px; }
.row > * {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px; }

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px; }

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1428px; } }

.content-area {
  min-height: calc(100vh - 800px); }

.row > * {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 30px;
  padding-right: 15px;
  padding-left: 15px;
  margin-top: 30px; }

.relative {
  position: relative; }

.reset-btn {
  background-color: initial;
  border: none;
  padding: 0; }

textarea {
  resize: none; }

.display-block {
  display: block; }

.font-bold {
  font-weight: 800; }

.full-width {
  width: 100%; }

.hidden {
  display: none; }
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }
@media (max-width: 991px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 768px) {
  .visible-xs {
    display: none !important; } }

@media (min-width: 992px) {
  .visible-sm {
    display: none !important; } }

.text-capitalize {
  text-transform: capitalize; }

.object-fit-cover {
  -o-object-fit: cover;
  object-fit: cover; }

img {
  max-width: 100%;
  height: auto; }

.no_overflow {
  overflow: hidden; }

.img-fit-cover {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%; }

.fancybox-overlay {
  background: url(../img/icon/fancybox_overlay.png); }

#fancybox-loading,
.fancybox-close,
.fancybox-next span,
.fancybox-prev span {
  background-image: url(../img/icon/fancybox_sprite.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-next span,
  .fancybox-prev span {
    background-image: url(../img/icon/fancybox_sprite.png); }
  #fancybox-loading div {
    background-image: url(../img/icon/fancybox_loading.gif); } }

#fancybox-loading div {
  background: url(../img/icon/fancybox_loading.gif) center center no-repeat; }

.bt-gray {
  border-top: 1px solid #eeeeef; }

.bb-gray {
  border-bottom: 1px solid #e4e4e4; }

[data-fancybox=gallery] {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.bg-gray {
  background-color: #fbfbfd;
  border-radius: 1rem; }

.button {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #41c6cf;
  background-color: #41c6cf;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  line-height: 38px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%; }
@media (max-width: 767px) {
  .button {
    padding: 0 1.5rem; } }
.button[disabled], .button[aria-disabled=true] {
  border: 1px solid #969696;
  background-color: #969696;
  opacity: 0.5;
  cursor: not-allowed; }
.button:not([disabled]):not([aria-disabled=true]):hover, .button:not([disabled]):not([aria-disabled=true]):focus {
  background-color: #2fb0b9;
  border: 1px solid #2fb0b9;
  color: #fff; }
.button-border {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #41c6cf;
  background-color: transparent;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 36px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%; }
.button-border:not([disabled]):not([aria-disabled=true]):hover, .button-border:not([disabled]):not([aria-disabled=true]):focus {
  color: #fff;
  background-color: #41c6cf; }
.button i {
  margin-left: 11px;
  font-size: 1.2rem;
  color: inherit; }
.button-red {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  border: 1px solid #f27789;
  background-color: #f27789;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 1.5rem;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.6rem;
  line-height: 38px;
  text-align: center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 100%; }
.button-red i {
  margin-left: 11px;
  font-size: 1.2rem;
  color: inherit; }
.button-red:not([disabled]):not([aria-disabled=true]):hover, .button-red:not([disabled]):not([aria-disabled=true]):focus {
  background-color: #ee5269;
  border: 1px solid #ee5269;
  color: #fff; }

.btn-lh-40 {
  line-height: 38px; }
.btn-lh-40 i {
  line-height: 38px; }

.btn-lh-60 {
  border-radius: 30px;
  font-size: 2rem;
  line-height: 58px; }
.btn-lh-60 i {
  line-height: 58px; }

.btn-back {
  min-width: 11.5rem;
  margin-bottom: 2.5rem;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }

.form-control {
  --bs-border-color: #f0f2f5;
  --bs-body-bg: #f0f2f5;
  --bs-body-color: #000;
  border: 1px solid #f0f2f5;
  background-color: #f0f2f5;
  border-radius: 2.1rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8rem;
  padding: 1.1rem 5rem 1.1rem 2.6rem; }
.form-control::-webkit-input-placeholder {
  color: #969696; }
.form-control::-moz-placeholder {
  color: #969696; }
.form-control:-ms-input-placeholder {
  color: #969696; }
.form-control::-ms-input-placeholder {
  color: #969696; }
.form-control::placeholder {
  color: #969696; }
.form-control:focus {
  border-color: #41c6cf;
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15); }

textarea.form-control {
  border-radius: 1rem;
  min-height: 12.3rem; }

.form-group .button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500; }

.form-group-item {
  position: relative; }

.wpcf7-form .form-group-item p {
  margin-bottom: 0;
}
.wpcf7-form .form-group br {
  display: none;
}
.wpcf7-form .form-group-button p {
  margin-bottom: 0;
}
form.wpcf7-form .wpcf7-response-output {
  border: none;
  padding: 0 0 0 4px;
  margin: 6px 0 0 0;
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  color: #dc3232;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

.wpcf7-not-valid-tip {
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  padding: 6px 0 0 4px;
}
.wpcf7-form .form-group-button {
  position: relative;
}
.wpcf7  .wpcf7-spinner {
  position: absolute;
  left: 205px;
  top: 10px;
}
.form-group__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.2rem;
  right: 2.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0; }
.form-group__icon img {
  display: block;
  height: 1.7rem;
  margin: auto;
  width: 1.7rem; }
.form-group__icon i {
  color: #cac7c7;
  font-size: 1.2rem;
  line-height: 4.2rem; }

.checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.checkbox input {
  border: 1px solid #41c6cf;
  border-radius: 3px;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  width: 21.9px;
  height: 21.9px;
  background-color: #fff;
  margin-right: 16.1px;
  position: relative;
  cursor: pointer; }
.checkbox input:disabled {
  border-color: #f2f2f2;
  background: #f2f2f2; }
.checkbox input[type=checkbox] {
  border-radius: 2px; }
.checkbox input[type=radio] {
  border-radius: 50%; }
.checkbox .title-check {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
  width: calc(100% - 38px);
  line-height: 21.9px; }
.checkbox input[type=checkbox]:checked:after {
  content: "\f00c";
  color: #41c6cf;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.8rem;
  position: absolute;
  left: 2px;
  line-height: 21.9px;
  top: 0;
  z-index: 2; }
.checkbox input[type=radio]:checked:after {
  content: "";
  display: block;
  background-color: #41c6cf;
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  left: 4px;
  top: 4px;
  z-index: 2; }

.file-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f2f5;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Montserrat", sans-serif;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0 20px 0 0;
  position: relative;
  overflow: hidden;
  width: 100%; }
.file-item .button {
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  line-height: 40px;
  min-width: 16.8rem; }
.file-item .file-name {
  color: #969696;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  max-width: calc(100% - 16.8rem);
  margin-left: auto;
  padding-left: 2rem;
  text-align: right;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }
@media (max-width: 1199px) {
  .file-item .file-name {
    padding-left: 0.5rem; } }
.file-item input[type=file] {
  bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: transparent;
  display: block; }
.file-item input[type=file]:focus ~ .button {
  background-color: #27959c; }

.submit-form h1,
.submit-form h2 {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 0; }

.submit-form form {
  padding: 0 0.4rem;
  margin-top: 5.3rem; }

.submit-form .row > * {
  --bs-gutter-x: 20px;
  --bs-gutter-y: 11px;
  padding-right: 11px;
  padding-left: 11px;
  margin-top: 13px; }

.submit-form .title-form {
  margin: 0 0 1.5rem; }

.submit-form .form-group-button {
  margin-top: 2.4rem;
  position: relative;
}
.submit-form .form-group-button .button {
  font-weight: 600; }
.submit-form .form-group-button .button:not(:hover) {
  background-color: #3cade6; }

.submit-form .button:not(.file_label) {
  min-width: 20.4rem; }

.scroll-up {
  color: #000;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: fixed;
  bottom: 8rem;
  right: 1rem;
  z-index: 30;
  background-color: #41c6cf;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.6);
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  visibility: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
.scroll-up.show {
  visibility: visible; }
.scroll-up:hover, .scroll-up:focus {
  background-color: #27959c; }
.scroll-up i {
  font-size: 2rem;
  color: #fff;
  margin: auto; }

.footer-section a:not(.social-item):not(.logo-header) {
  display: inline-block;
  position: relative;
  margin-bottom: 0.3rem; }
.footer-section a:not(.social-item):not(.logo-header):after {
  bottom: 0;
  background-color: #41c6cf;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 2px;
  opacity: 0;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  width: 0;
  z-index: 1; }
.footer-section a:not(.social-item):not(.logo-header):hover:after, .footer-section a:not(.social-item):not(.logo-header):focus:after {
  opacity: 1;
  width: 100%; }

.footer-top {
  background-color: #fff;
  color: #000;
  padding: 8rem 0 7rem; }
@media (max-width: 767px) {
  .footer-top {
    padding: 4rem 0 3rem;
    text-align: center; } }
@media (max-width: 767px) {
  .footer-top-items:first-child {
    text-align: center; } }
.footer-top-items a,
.footer-top-items p,
.footer-top-items span,
.footer-top-items address {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 2.3rem; }
.footer-top-items .phone {
  font-size: 1.6rem;
  line-height: 2.4rem; }
.footer-top-items .social-link .social-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 1.5rem 0.5rem 0;
  font-size: 2.3rem;
  line-height: 2rem;
  height: 2.01rem;
  width: 2.01rem; }
@media (max-width: 767px) {
  .footer-top-items .social-link .social-item {
    margin: 0 0.5rem 0.5rem; } }
.footer-top-items .social-link .social-item-linkedin {
  color: #0076b2; }
.footer-top-items .social-link .social-item-facebook {
  color: #3d5a98; }
.footer-top-items .social-link .social-item:hover {
  color: #41c6cf; }
.footer-top-items .social-link .social-item:hover svg {
  fill: #41c6cf !important; }
.footer-top-items p {
  margin-bottom: 1.5rem; }
@media (max-width: 767px) {
  .footer-top-items p {
    margin-bottom: 0.7rem; } }
.footer-top-items .footer-menu li {
  margin-bottom: 0.5rem; }
.footer-top-logo {
  margin-bottom: 4rem; }

.footer-bottom {
  background-color: #373e46;
  text-align: center;
  padding-top: 1.65rem;
  padding-bottom: 1.65rem; }
@media (max-width: 767px) {
  .footer-bottom {
    padding-top: 2rem;
    padding-bottom: 2rem; } }
.footer-bottom p {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.1rem;
  margin-bottom: 0; }

.footer-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
@media (max-width: 767px) {
  .footer-bottom-right {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

.content-block {
  color: #000;
}
.content-block p {
  margin-bottom: 2rem;
}
.services-section .content-block p {
  font-size: 2rem;
}
.content-block ul {
  margin-left: 2rem;
  list-style-type: disc; }
.content-block ul,
.content-block ol {
  margin-bottom: 2rem; }
.content-block a:not(.btn):not(.button) {
  color: #41c6cf;
  text-decoration: underline; }
.content-block a:not(.btn):not(.button):hover, .content-block a:not(.btn):not(.button):focus {
  color: #2fb0b9; }
.content-block blockquote {
  font-size: 3.2rem;
  line-height: 4.92rem; }
@media (max-width: 767px) {
  .content-block blockquote {
    font-size: 2rem;
    line-height: 3rem; } }
.content-block table {
  border-collapse: collapse;
  max-width: 100%;
  margin-bottom: 2rem;
  overflow-x: auto;
  display: block;
  height: auto;
  margin: 0 auto 30px; }
.content-block table caption {
  font-weight: 500;
  display: block;
  margin-bottom: 0.5rem;
  text-align: left;
  width: 100%; }
.content-block table::-webkit-scrollbar {
  width: 6px;
  height: 5px;
  padding-top: 30px;
  padding-bottom: 20px; }
.content-block table::-webkit-scrollbar-track {
  background-color: #f2f2f2;
  border-radius: 3px; }
.content-block table::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 60px #41c6cf;
  box-shadow: inset 0 0 60px #41c6cf;
  border-radius: 3px; }
.content-block table td,
.content-block table th {
  border: 1px solid #f2f2f2;
  padding: 8px; }
.content-block table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #41c6cf;
  color: #fff; }
.content-block code {
  background: #f2f2f2;
  padding-left: 0.2rem;
  padding-right: 0.2rem; }
.content-block details {
  border: 1px solid #41c6cf;
  border-radius: 0.5rem;
  padding: 1rem;
  margin-bottom: 1rem; }
.content-block details summary::marker {
  color: #41c6cf; }

.image-block img {
  margin: auto;
  display: block; }

.pagination {
  margin-top: 4.1rem;
  margin-bottom: 2rem;
  width: 100%; }
.pagination li {
  margin: 0 0.35rem 1rem; }
.pagination-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }
.page-numbers {
  color: #333; }
.pagination-btn {
  color: #000; }
.pagination-btn, .page-numbers {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 4.5rem;
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 4.5rem;
  min-width: 4.5rem;
  padding: 0 0.5rem; }
.pagination-btn:not(span), .page-numbers:not(span) {
  border: 1px solid #ededed; }
.pagination-btn:not(span):hover, .pagination-btn:not(span).active, .pagination-btn:not(span)[aria-current=page], .page-numbers:not(span):hover, .page-numbers.current, .page-numbers:not(span)[aria-current=page] {
  border: 1px solid #41c6cf;
  background-color: #41c6cf;
  color: #fff; }

/*header*/
.header-section {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999; }
.header-section .header-menu {
  background-color: #fff;
  padding: 2rem 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  position: relative; }
@media (min-width: 1600px) {
  .header-section .header-menu {
    padding: 4.2rem 0 3.8rem; } }
.header-section .header-menu .logo {
  max-width: 16.579rem; }
.header-section .header-menu__lg {
  padding: 3rem 0; }
@media (min-width: 1600px) {
  .header-section .header-menu__lg {
    padding: 5.1rem 0 4.207rem; } }
.header-section .header-menu__lg .header-menu-block::after {
  bottom: -3rem; }
@media (min-width: 1600px) {
  .header-section .header-menu__lg .header-menu-block::after {
    bottom: -4.3rem; } }
.header-section .header-menu__lg .container {
  max-width: 100%; }
@media (min-width: 1600px) {
  .header-section .header-menu__lg .container {
    padding: 0 6.5rem; } }
.header-section .header-menu__lg .logo {
  max-width: 11.657rem; }
@media (min-width: 1600px) {
  .header-section .header-menu.scroll {
    padding: 2rem 0; } }
@media (min-width: 1600px) {
  .header-section .header-menu.scroll .header-menu-block::after {
    bottom: -2rem; } }
@media (max-width: 767px) {
  .header-section .header-menu .logo {
    max-width: 11.5rem; } }
.header-section .header-menu-block {
  margin-top: 0;
  position: relative;
  width: 100%; }
.header-section .header-menu-block::after {
  background-color: rgba(0, 0, 0, 0.08);
  bottom: -2rem;
  content: "";
  height: 1px;
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 100%; }
@media (min-width: 1600px) {
  .header-section .header-menu-block::after {
    bottom: -3.8rem; } }
.header-section .right-nav .button-red {
  min-width: 18.6rem; }
.header-section .button img,
.header-section .button-red img {
  height: 2.4rem;
  margin-right: 1rem;
  width: 2.4rem; }

.menu {
  width: calc(100% - 36rem); }
@media (max-width: 1199px) {
  .menu {
    display: none; } }
.menu a,
.menu .button {
  color: #000;
  display: block;
  font-size: 1.5rem;
  line-height: 2.3rem; }
.menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.menu > ul > li {
  position: relative; }
.menu > ul > li > a {
  padding: 1rem 2rem;
  position: relative; }
@media (max-width: 1400px) {
  .menu > ul > li > a {
    padding: 1rem; } }
.menu > ul > li > a::after {
  bottom: 0;
  background-color: #41c6cf;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 2px;
  opacity: 0;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  width: 0;
  z-index: 1; }
.menu > ul > li > a:hover::after, .menu > ul > li > a:focus::after, .menu > ul > li > a.active::after {
  opacity: 1;
  width: calc(100% - 4rem); }
@media (max-width: 1400px) {
  .menu > ul > li > a:hover::after, .menu > ul > li > a:focus::after, .menu > ul > li > a.active::after {
    width: calc(100% - 2rem); } }
.menu > ul > li.has-submenu > a {
  position: relative; }
.menu .has-submenu {
  position: relative; }
.menu .has-submenu > ul {
  background: #fff;
  top: 100%;
  display: none;
  left: 0;
  position: absolute;
  width: 100%;
  min-width: 20rem;
  -webkit-box-shadow: 0 0 10px 0 rgba(65, 198, 207, 0.5);
  box-shadow: 0 0 10px 0 rgba(65, 198, 207, 0.5);
  z-index: 2; }
.menu .has-submenu > ul a {
  color: #000;
  width: 100%;
  padding: 5px 10px; }
.menu .has-submenu > ul a.active, .menu .has-submenu > ul a:hover {
  background-color: #41c6cf;
  color: #fff; }
.menu .has-submenu > ul a.active:before, .menu .has-submenu > ul a:hover:before {
  width: 100%; }
.menu .has-submenu > ul .has-submenu ul {
  left: 100%;
  top: 0; }
.menu .has-submenu:hover > ul, .menu .has-submenu.open > ul {
  display: block; }
.menu .has-submenu a[aria-expanded=true] ~ ul[role=menu] {
  display: block; }

@media (min-width: 1200px) {
  .navbar-actions-item {
    display: none; } }

.navbar-actions-item .menu-button-device {
  border: none;
  background-color: #fff;
  color: #41c6cf;
  font-size: 2.3rem; }
@media (min-width: 768px) {
  .navbar-actions-item .menu-button-device {
    font-size: 3rem; } }

.overflow-menu {
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  position: fixed;
  right: -200vw;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  visibility: hidden;
  z-index: 999; }
.overflow-menu.show {
  left: 0;
  opacity: 1;
  right: 0;
  visibility: visible; }
.overflow-menu.show .menu-device {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

@media (max-width: 1199px) {
  .right-nav {
    display: none; } }

.right-nav .button {
  min-width: 18.6rem; }

.menu-device {
  background-color: #fff;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.6);
  margin-left: auto;
  max-width: calc(100% - 4rem);
  position: relative;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: translateX(100vw);
  -ms-transform: translateX(100vw);
  transform: translateX(100vw);
  height: 100%;
  width: 40rem; }
.menu-device .logo {
  max-width: 8rem; }
.menu-device ul li {
  list-style: none; }
.menu-device__block {
  height: 100vh;
  position: relative; }
.menu-device__block-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem;
  position: relative;
  z-index: 99; }
.menu-device__block-top .menu-device__close {
  background-color: #fff;
  border: none;
  color: #000;
  font-size: 1.5rem;
  height: 4rem;
  width: 4rem; }
.menu-device__block-top .menu-device__close svg {
  fill: #000;
  height: 1.5rem;
  width: 1.5rem; }
.menu-device__nav {
  height: calc(100vh - 11rem);
  overflow-y: auto;
  overflow-x: hidden;
  max-width: 40rem;
  /* scrollbar width */
  /* scrollbar Track */
  /* scrollbar Handle */ }
.menu-device__nav::-webkit-scrollbar {
  width: 6px; }
.menu-device__nav::-webkit-scrollbar-track {
  background: #c9d6ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #e2e2e2, #c9d6ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e2), to(#c9d6ff));
  background: -webkit-linear-gradient(left, #e2e2e2, #c9d6ff);
  background: linear-gradient(to right, #e2e2e2, #c9d6ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 6px; }
.menu-device__nav::-webkit-scrollbar-thumb {
  background: #41c6cf;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #41c6cf, #41c6cf);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#41c6cf), to(#41c6cf));
  background: -webkit-linear-gradient(left, #41c6cf, #41c6cf);
  background: linear-gradient(to right, #41c6cf, #41c6cf);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 6px; }
.menu-device__nav li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
.menu-device__nav__submenu-block {
  background-color: #fff;
  height: calc(100vh - 6rem);
  opacity: 0;
  position: fixed;
  right: -100vw;
  top: 6rem;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  visibility: hidden;
  max-width: 40rem;
  width: 100%;
  z-index: 1; }
.menu-device__nav__submenu-block .menu-device__nav__submenu-block {
  z-index: 2; }
.menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block {
  z-index: 3; }
.menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block {
  z-index: 4; }
.menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block {
  z-index: 5; }
.menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block .menu-device__nav__submenu-block {
  z-index: 6; }
.menu-device__nav__submenu-block .button-back {
  border: none;
  background-color: transparent;
  color: #41c6cf;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
  text-align: left;
  width: 100%; }
.menu-device__nav__submenu-block .button-back i {
  margin-right: 1rem; }
.menu-device__nav__submenu-block__back {
  border-top: 1px solid rgba(0, 0, 0, 0.1); }
.menu-device__nav__has-submenu.scroll .menu-device__nav__submenu-block {
  overflow-y: auto;
  /* scrollbar width */
  /* scrollbar Track */
  /* scrollbar Handle */ }
.menu-device__nav__has-submenu.scroll .menu-device__nav__submenu-block::-webkit-scrollbar {
  width: 6px; }
.menu-device__nav__has-submenu.scroll .menu-device__nav__submenu-block::-webkit-scrollbar-track {
  background: #c9d6ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #e2e2e2, #c9d6ff);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#e2e2e2), to(#c9d6ff));
  background: -webkit-linear-gradient(left, #e2e2e2, #c9d6ff);
  background: linear-gradient(to right, #e2e2e2, #c9d6ff);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 6px; }
.menu-device__nav__has-submenu.scroll .menu-device__nav__submenu-block::-webkit-scrollbar-thumb {
  background: #41c6cf;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #41c6cf, #41c6cf);
  /* Chrome 10-25, Safari 5.1-6 */
  background: -webkit-gradient(linear, left top, right top, from(#41c6cf), to(#41c6cf));
  background: -webkit-linear-gradient(left, #41c6cf, #41c6cf);
  background: linear-gradient(to right, #41c6cf, #41c6cf);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  border-radius: 6px; }
.menu-device__nav__has-submenu.open > .menu-device__nav__submenu-block {
  opacity: 1;
  right: 0;
  visibility: visible; }
.menu-device__nav a, .menu-device__nav__has-submenu-button {
  color: #000;
  display: block;
  font-size: 1.6rem;
  padding: 1.5rem;
  width: 100%; }
.menu-device__nav__has-submenu-button {
  background-color: transparent;
  border: none;
  padding-right: 2rem;
  position: relative;
  text-align: left; }
.menu-device__nav__has-submenu-button::after {
  bottom: 0;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  line-height: 5.4rem;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 10px; }
.menu-device__block-bottom {
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
  width: 100%; }
.menu-device__block-bottom-left {
  width: 100%; }
.menu-device__block-bottom-left .phone {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f27789;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.5rem;
  height: 5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1rem;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%; }
@media (max-width: 575px) {
  .menu-device__block-bottom-left .phone {
    font-size: 1.4rem; } }
.menu-device__block-bottom-left .phone img {
  width: 2.4rem; }
.menu-device__block-bottom-left .phone i,
.menu-device__block-bottom-left .phone img {
  margin-right: 1rem; }
@media (max-width: 575px) {
  .menu-device__block-bottom-left .phone span {
    font-size: 1.4rem; } }
.menu-device__block-bottom-left .phone:hover, .menu-device__block-bottom-left .phone:focus {
  background-color: #41c6cf;
  color: #fff; }

/*Widgets*/
.error-page {
  text-align: center;
  padding-top: 7rem;
  padding-bottom: 7rem; }
.error-page_content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
@media (max-width: 767px) {
  .error-page_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center; } }
.error-page_content p {
  margin-bottom: 0.5rem; }
.error-page_content_title {
  margin: 2rem; }
.error-page_content_text {
  margin: 2rem;
  text-align: center; }
@media (min-width: 768px) {
  .error-page_content_text {
    padding-left: 10rem; } }
.error-page_content_text p:first-child {
  font-size: 2.4rem;
  font-weight: 600; }
.error-page_content .button {
  min-width: 25rem;
  margin: 0 auto 1rem; }
.error-page h1 {
  background-color: #41c6cf;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#329f88), to(#41c6cf));
  background-image: -webkit-linear-gradient(#329f88, #41c6cf);
  background-image: linear-gradient(#329f88, #41c6cf);
  background-image: conic-gradient(#329f88, #41c6cf);
  background-clip: text;
  font-size: 20rem;
  font-weight: 900;
  line-height: 20rem;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  margin-bottom: 0; }
@media (max-width: 767px) {
  .error-page h1 {
    font-size: 15rem;
    line-height: 15rem; } }

.other-section {
  margin: 0; }
.other-section .careers-list-col {
  margin-top: 20px; }

.other-heading {
  margin-bottom: 1.7rem; }
.other-heading .h3,
.other-heading h3 {
  line-height: 2.4rem;
  font-size: 2.4rem;
  font-weight: 700; }

@media (min-width: 992px) {
  .careers-page-section .careers-page-aside {
    padding-left: 0; }
  .careers-page-section .careers-page-aside .row > * {
    padding-left: 0; } }

@media (min-width: 1200px) {
  .careers-page-section .careers-page-content {
    padding-right: 6rem; } }

@media (max-width: 1199px) {
  .careers-page-section .careers-list__item {
    padding: 5rem 4rem; } }

.component-information__section {
  margin-top: 7.2rem;
  margin-bottom: 7.7rem; }
.component-information__section .content-block {
  max-width: 60.1rem; }
@media (max-width: 1199px) {
  .component-information__section .content-block {
    margin-left: auto;
    margin-right: auto;
    text-align: center; } }
.component-information__section .content-block p {
  max-width: 44.6rem; }
@media (max-width: 1199px) {
  .component-information__section .content-block p {
    margin-left: auto;
    margin-right: auto; } }
.component-information__section .content-block p,
.component-information__section .content-block li {
  font-size: 2rem;
  line-height: 3rem; }
.component-information__section .content-block h1 {
  color: #000;
  font-size: 4.8rem;
  line-height: 1.135;
  margin-bottom: 2.9rem; }
.component-information__section .content-block .button {
  margin-top: 2.7rem;
  min-width: 26.5rem; }
@media (max-width: 1199px) {
  .component-information__section .content-block .button {
    margin-left: auto;
    margin-right: auto; } }

.component-information__item {
  background-color: #fff;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 43rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%; }
@media (max-width: 767px) {
  .component-information__item {
    max-width: 350px;
    margin: 0 auto;
    width: 100%; } }
.component-information__item-link::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1; }
.component-information__item-link:hover .button, .component-information__item-link:focus .button {
  opacity: 1; }
.component-information__item:hover {
  -webkit-box-shadow: 0 0 22px 0 rgba(65, 198, 207, 0.3);
  box-shadow: 0 0 22px 0 rgba(65, 198, 207, 0.3); }
.component-information__item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: auto;
  min-height: calc(100% - 19.2rem);
  padding: 4.7rem 3.1rem 2.8rem; }
.component-information__item-content .button {
  opacity: 0;
  min-width: 15.3rem; }
.component-information__item-icon {
  width: 4.5rem;
  margin-right: auto;
  margin-bottom: 2rem;
  height: auto; }
.component-information__item-icon svg {
  max-width: 4.5rem;
  height: 4.5rem; }
.component-information__item-title {
  font-size: 2rem;
  line-height: 3rem;
  margin: auto;
  width: 100%; }
.component-information__item-image {
  border-radius: 0 0 15px 15px;
  height: 19.2rem;
  overflow: hidden;
  width: 100%; }
.component-information__item-image img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 100%; }
.component-information__item:hover .component-information__item-image img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }

.about-section {
  margin: 7.7rem 0; }
@media (max-width: 767px) {
  .about-section {
    margin: 5rem 0; } }
.about-section__left-content {
  margin-top: 9.2rem; }
@media (max-width: 767px) {
  .about-section__left-content {
    margin-top: 5rem; } }
.about-section__left-content .about-block__content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
.about-section__left-content .about-block__image {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
.about-section__right-content {
  margin-bottom: 10rem; }
@media (max-width: 767px) {
  .about-section__right-content {
    margin-bottom: 5rem; } }
.about-section__right-content .about-block__content {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2; }
.about-section__right-content .about-block__image {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
.about-section .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
.about-section .content-block h1,
.about-section .content-block h2 {
  font-size: 3.6rem;
  margin-bottom: 2.9rem; }
@media (max-width: 991px) {
  .about-section .content-block h1,
  .about-section .content-block h2 {
    text-align: center; } }

.about-block__content {
  max-width: 735px;
  width: 53%; }
@media (max-width: 991px) {
  .about-block__content {
    width: 100%; } }

.about-block__image {
  margin: auto;
  width: 46.919%; }
@media (max-width: 991px) {
  .about-block__image {
    width: 100%; } }
.about-block__image img {
  border-radius: 2rem;
  width: 100%; }

.team-list {
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  border-radius: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8.4rem 5rem 8.3rem;
  width: 100%; }
@media (max-width: 991px) {
  .team-list {
    padding: 8.4rem 3rem 8.3rem; } }
@media (max-width: 767px) {
  .team-list {
    padding: 4.4rem 3rem 4.3rem; } }
.team-list__item {
  margin: auto;
  max-width: 29.8rem;
  text-align: center;
  width: calc(33.33% - 3rem); }
@media (max-width: 991px) {
  .team-list__item {
    width: 100%; }
  .team-list__item:not(:last-child) {
    margin-bottom: 3rem; } }
.team-list__item p {
  margin-bottom: 0; }
.team-list__image {
  border-radius: 50%;
  height: 19.1rem;
  margin: 0 auto 2.2rem;
  overflow: hidden;
  position: relative;
  width: 19.1rem; }
.team-list__name {
  display: block;
  font-size: 2.4rem;
  line-height: 1.5;
  margin-bottom: 2.2rem; }
.team-list__content {
  font-size: 1.4rem; }
.team-list__content p {
  font-size: 1.4rem; }

.banner-section {
  background-color: #000;
  position: relative;
  padding: 7.5rem 0; }
.banner-section__image {
  bottom: 0;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  opacity: 0.5;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  width: 100%; }
.banner-section .container {
  position: relative;
  z-index: 3; }

.banner-list {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
@media (max-width: 991px) {
  .banner-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }
.banner-list-item {
  min-width: 17rem;
  width: auto; }
@media (max-width: 991px) {
  .banner-list-item {
    min-width: 33.33%;
    text-align: center; } }
@media (max-width: 767px) {
  .banner-list-item {
    min-width: 20rem; } }
.banner-list-item__image {
  border-bottom: 3px solid rgba(255, 255, 255, 0.21);
  padding-bottom: 2.2rem;
  margin-bottom: 0.3rem;
  max-width: 7.9rem; }
@media (max-width: 991px) {
  .banner-list-item__image {
    margin: 0 auto 0.3rem; } }
.banner-list-item__image img,
.banner-list-item__image svg {
  max-width: 6rem; }
.banner-list-item__image svg {
  height: 6rem; }
.banner-list-item__lage-text {
  color: #41c6cf;
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 6rem; }
.banner-list-item__small-text {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.3rem; }

.blog-section {
  margin: 9rem 0 6rem; }
@media (max-width: 767px) {
  .blog-section {
    margin: 5rem 0 4rem; } }
.blog-section .section-heading {
  margin-bottom: 4.5rem; }

.blog-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative; }
.blog-list__item:hover .blog-list__image .img-fit-cover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.blog-list__item:hover .blog-list__content {
  -webkit-box-shadow: 0 0 22px 0 rgba(65, 198, 207, 0.3);
  box-shadow: 0 0 22px 0 rgba(65, 198, 207, 0.3); }

.blog-list__image {
  border-radius: 2rem;
  height: 21rem;
  overflow: hidden;
  position: relative;
  width: 31rem; }
@media (max-width: 991px) {
  .blog-list__image {
    border-radius: 2rem 2rem 0 0;
    width: 100%; } }
.blog-list__image img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }

.blog-list__content {
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 2.9rem;
  padding: 4.5rem 5.8rem 4.3rem;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: calc(100% - 34rem); }
@media (max-width: 991px) {
  .blog-list__content {
    border-radius: 0 0 2rem 2rem;
    margin-left: 0;
    min-height: calc(100% - 21rem);
    width: 100%; } }
@media (max-width: 575px) {
  .blog-list__content {
    padding: 2.5rem; } }
.blog-list__content p {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  max-width: 88.5rem; }
@media (max-width: 767px) {
  .blog-list__content p {
    font-size: 1.8rem; } }
.blog-list__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.blog-list__content-top .socila-list {
  position: relative;
  z-index: 2; }
.blog-list__content-top .date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c2c1bf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  line-height: 1.7rem;
  position: relative;
  margin-bottom: 0.6rem;
  margin-right: 2.5rem;
  z-index: 2; }
.blog-list__content-top .date i {
  color: #cdcccb;
  font-size: 1.4rem;
  line-height: 1.6rem;
  margin-right: 1.1rem; }

.blog-list__link {
  color: #41c6cf;
  margin-top: auto;
  font-family: "Montserrat", sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem; }
.blog-list__link:hover {
  color: #41c6cf; }
.blog-list__link::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  z-index: 1; }

.blog-list__content-bottom .date {
  color: #6f6d6c;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: 700; }
.blog-list__content-bottom .date i {
  color: #cdcccb;
  font-size: 1.3rem;
  line-height: 1.6rem;
  margin-right: 1.1rem; }

.blog-list-md-col {
  margin-top: 2rem; }

.blog-list-md__item {
  position: relative; }

.blog-list-md__image {
  margin-bottom: 1.2rem;
  position: relative;
  padding-top: 51.124%; }

.blog-list-md__content p {
  margin-bottom: 1.2rem; }

.blog-list-md__content .blog-list__link {
  line-height: 1.7rem; }

.blog-page-section {
  margin: 9rem 0 3rem; }
@media (max-width: 767px) {
  .blog-page-section {
    margin-top: 4rem; } }
.blog-page-section__content {
  width: calc(100% - 44rem); }
@media (max-width: 991px) {
  .blog-page-section__content {
    width: 100%; } }
.blog-page-section__aside {
  width: 44rem; }
@media (max-width: 991px) {
  .blog-page-section__aside {
    width: 100%; } }
.blog-page-section .content-block {
  max-width: 95.2rem; }
.blog-page-section .content-block p,
.blog-page-section .content-block ul,
.blog-page-section .content-block ol,
.blog-page-section .content-block table {
  margin-bottom: 1.7rem; }
.blog-page-section .content-block h1 {
  font-size: 2.4rem;
  margin-bottom: 3.5rem; }
@media (max-width: 767px) {
  .blog-page-section .content-block h1 {
    font-size: 2.2rem; } }
.blog-page-section__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 1.9rem 0 0; }
.blog-page-section__bottom .date {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #6f6d6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  line-height: 1.7rem;
  margin-bottom: 2.6rem; }
.blog-page-section__bottom .date i {
  color: #595958;
  margin-right: 1.1rem; }
.blog-page-section__bottom .socila-list {
  margin-bottom: 2rem !important; }
.blog-page-section__bottom .socila-list__link:hover, .blog-page-section__bottom .socila-list__link:focus {
  color: #41c6cf; }

.socila-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
.socila-list__item {
  margin-right: 1.7rem;
  margin-bottom: 0.6rem;
  list-style: none !important; }
.socila-list__link {
  color: #000 !important;
  font-size: 1.4rem;
  line-height: 1.6rem; }
.socila-list__link .fa-link {
  font-size: 1.2rem; }
.socila-list__link:hover, .socila-list__link:focus {
  color: #41c6cf !important; }

.other-section-blog {
  margin-bottom: 10.3rem; }
@media (max-width: 767px) {
  .other-section-blog {
    margin-bottom: 5rem; } }
.other-section-blog .other-heading {
  padding-top: 3.9rem;
  margin-bottom: 0.8rem; }
.other-section-blog .other-heading span {
  font-weight: 700; }
@media (max-width: 991px) {
  .other-section-blog .blog-list-md-col:nth-child(3n) {
    display: none; } }

.blog-page-section aside {
  width: 100%; }

.blog-page-aside__search {
  margin-bottom: 3.5rem;
  padding: 3rem 3.1rem 3.7rem 3.2rem;
  width: 100%; }
.blog-page-aside__search label {
  color: #060606;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2.8rem;
  padding-left: 0.9rem; }
.blog-page-aside__search .form-control {
  font-size: 1.4rem;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  padding-left: 6rem;
  padding-right: 2rem; }
.blog-page-aside__search .form-control::-webkit-input-placeholder {
  color: #65676b; }
.blog-page-aside__search .form-control::-moz-placeholder {
  color: #65676b; }
.blog-page-aside__search .form-control:-ms-input-placeholder {
  color: #65676b; }
.blog-page-aside__search .form-control::-ms-input-placeholder {
  color: #65676b; }
.blog-page-aside__search .form-control::placeholder {
  color: #65676b; }
.blog-page-aside__search .form-group__icon {
  right: inherit;
  left: 2.8rem; }

.blog-page-aside__recent {
  margin-bottom: 2.6rem;
  padding: 2.8rem 3.1rem 7rem 2.9rem; }
.blog-page-aside__recent-title {
  margin-bottom: 3.6rem; }
.blog-page-aside__recent-title .h4,
.blog-page-aside__recent-title h4 {
  color: #060606;
  font-weight: 700;
  line-height: 1; }
.blog-page-aside__recent .blog-recent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1.3rem;
  position: relative; }
.blog-page-aside__recent .blog-recent__image {
  height: 11rem;
  position: relative;
  width: 11rem; }
.blog-page-aside__recent .blog-recent__content {
  padding-top: 0.5rem;
  margin-left: auto;
  width: calc(100% - 13.1rem); }
.blog-page-aside__recent .blog-recent__content p {
  margin-bottom: 1rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  display: box;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.blog-recent .blog-list__link {
  font-family: "Poppins", sans-serif; }

.blog-list-md__item .blog-list__link {
  font-family: "Montserrat", sans-serif; }

.blog-list-md__item .blog-list__link,
.blog-recent .blog-list__link {
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1rem; }
.blog-list-md__item .blog-list__link:hover,
.blog-recent .blog-list__link:hover {
  color: #41c6cf; }
.blog-list-md__item .blog-list__link::after,
.blog-recent .blog-list__link::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 15px;
  right: 15px;
  top: 0;
  z-index: 1; }

.newsletter {
  margin-bottom: 2rem;
  padding: 4.2rem 3.1rem 3.7rem 3.2rem; }
.newsletter .form-group-label {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 1.9rem;
  padding-left: 1rem; }
.newsletter .form-group-item {
  margin-bottom: 1.8rem; }
.newsletter .form-group-item .form-group__icon svg {
  height: 2rem;
  width: 2rem; }
.newsletter .form-control {
  font-family: "Poppins", sans-serif; }
.newsletter .form-control::-webkit-input-placeholder {
  color: #969696; }
.newsletter .form-control::-moz-placeholder {
  color: #969696; }
.newsletter .form-control:-ms-input-placeholder {
  color: #969696; }
.newsletter .form-control::-ms-input-placeholder {
  color: #969696; }
.newsletter .form-control::placeholder {
  color: #969696; }
.newsletter .button {
  min-width: 18.6rem;
  font-family: "Poppins", sans-serif;
  font-weight: 700; }

.gallery-slide {
  margin: 3.7rem 0 3.5rem;
  overflow: hidden;
  width: 100%; }

.gallery-main {
  margin-bottom: 2.8rem;
  position: relative; }
.gallery-main .swiper-slide {
  background-color: #fff;
  width: 100%;
  position: relative; }
.gallery-main .swiper-slide:not(.swiper-slide-active) {
  visibility: hidden !important;
  opacity: 0 !important; }
.gallery-main .gallery-button {
  background-color: #41c6cf;
  border: none;
  border-radius: 50%;
  height: 5.6rem;
  position: absolute;
  top: calc(45% - 2.8rem);
  width: 5.6rem;
  z-index: 8; }
@media (max-width: 767px) {
  .gallery-main .gallery-button {
    height: 4rem;
    width: 4rem; } }
.gallery-main .gallery-button[aria-disabled=true] {
  opacity: 0.3;
  cursor: inherit; }
.gallery-main .gallery-button img {
  height: 2.2rem;
  width: 2.2rem; }
.gallery-main .gallery-button:not([aria-disabled=true]):hover, .gallery-main .gallery-button:not([aria-disabled=true]):focus {
  background-color: #27959c; }
.gallery-main .gallery-button-next {
  left: 4.6rem; }
@media (max-width: 767px) {
  .gallery-main .gallery-button-next {
    left: 1.6rem; } }
.gallery-main .gallery-button-prev {
  right: 4.6rem; }
@media (max-width: 767px) {
  .gallery-main .gallery-button-prev {
    right: 1.6rem; } }
.gallery-main__image {
  border-radius: 2rem 2rem 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  padding-top: 52.312%;
  width: 100%; }
.gallery-main figure {
  display: block;
  margin-bottom: 0; }
.gallery-main figcaption {
  background-color: #f6f6f6;
  font-size: 1.4rem;
  font-style: italic;
  padding: 0.9rem 1rem 0.7rem 2.3rem;
  position: relative; }
.gallery-main figcaption::before {
  background-color: #c4c4c4;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 8px;
  margin-right: 7px;
  width: 8px; }

.gallery-second .swiper-slide {
  border-radius: 1rem;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  padding-top: 14.287%;
  width: calc(25% - 10px); }

.careers-section {
  margin: 9rem 0 11.6rem; }
@media (max-width: 767px) {
  .careers-section {
    margin: 5rem 0; } }
.careers-section .section-heading {
  margin-bottom: 3rem; }

.careers-list__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  border-radius: 2rem;
  height: 100%;
  padding: 7.5rem 5.1rem;
  width: 100%; }
@media (max-width: 767px) {
  .careers-list__item {
    padding: 5rem 4.1rem;
    text-align: center; } }
.careers-list__item * {
  font-size: 1.5rem; }
.careers-list__item h2,
.careers-list__item .h2 {
  font-size: 2rem;
  margin-bottom: 1.6rem; }
.careers-list__item p {
  max-width: 30.6rem;
  margin-bottom: 1.5rem; }
@media (max-width: 767px) {
  .careers-list__item p {
    margin-left: auto;
    margin-right: auto; } }
.careers-list__item .button {
  font-size: 1.4rem;
  font-weight: 700;
  min-width: 13.8rem;
  margin-top: 1.85rem; }
@media (max-width: 767px) {
  .careers-list__item .button {
    margin-left: auto;
    margin-right: auto; } }

.careers-page-section {
  margin: 9rem 0 4rem; }
.careers-page-section .btn-back {
  margin-bottom: 2.8rem; }
.careers-page-section .content-block {
  max-width: 88.2rem;
  margin-bottom: 5.3rem; }
.careers-page-section .content-block p,
.careers-page-section .content-block ul,
.careers-page-section .content-block ol,
.careers-page-section .content-block table {
  margin-bottom: 3.8rem; }
.careers-page-section .content-block h1 {
  font-size: 3.6rem;
  line-height: 1.5;
  margin-bottom: 3.7rem; }
.careers-page-section .content-block h2 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 2.8rem; }

.careers-page-section .content-block h2:first-of-type {
  margin-bottom: 0.8rem; }
.careers-page-section .content-block h3 {
  font-size: 2rem; }
.careers-page-section .content-block h4 {
  font-size: 1.8rem; }
.careers-page-section .content-block h5 {
  font-size: 1.6rem; }
.careers-page-section .content-block h6 {
  font-size: 1.4rem; }
.careers-page-section .submit-form {
  max-width: 846px; }
.form-validation label.error {
  color: red;
  font-size: 1.4rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8rem;
  padding-left: 4px;
}

.loader-css {
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  border-top: 4px solid #3498db;
  width: 20px;
  height: 20px;
  -webkit-animation: spin 1s linear infinite;
  animation: spin-css 1s linear infinite;
  position: absolute;
  top: 12px;
  left: calc(204px + 20px);
  display: none;
}

/* Safari */
@-webkit-keyframes spin-css {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin-css {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
#form-feedback {
  font-size: 1.6rem;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  line-height: 1.8rem;
  padding: 1rem;
}

.contactus-section {
  margin: 9rem 0; }
@media (max-width: 767px) {
  .contactus-section {
    margin: 5rem 0; } }
.contactus-section .section-heading {
  margin-bottom: 2.9rem; }

@media (min-width: 992px) {
  .contactus-aside {
    max-width: 39.9rem; } }

.contactus-aside__content {
  margin-bottom: 2.3rem; }
@media (min-width: 992px) {
  .contactus-aside__content {
    max-width: 35.5rem; } }
@media (max-width: 991px) {
  .contactus-aside__content {
    display: none; } }
.contactus-aside__content h2,
.contactus-aside__content .h2 {
  margin-bottom: 1.3rem; }

.contactus-aside address {
  margin-bottom: 0; }

.contactus-aside .navigation {
  margin-top: 4.4rem; }

.contactus-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 3rem; }
.contactus-info__icon {
  background-color: #41c6cf;
  border-radius: 8px;
  color: #fff;
  font-size: 1.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin-right: 1.8rem;
  text-align: center;
  width: 2.6rem; }
.contactus-info__content {
  color: #182f43;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 3rem;
  width: calc(100% - 4.4rem); }
@media (min-width: 992px) {
  .contactus-info__content {
    max-width: 25.8rem; } }
.contactus-info p {
  margin-bottom: 0; }
.contactus-info a {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content; }
.contactus-info a::after {
  bottom: 0;
  background-color: #41c6cf;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 2px;
  opacity: 0;
  -webkit-transition: width 0.35s;
  transition: width 0.35s;
  width: 0;
  z-index: 1; }
.contactus-info a:hover::after, .contactus-info a:focus::after {
  opacity: 1;
  width: 100%; }

.contactus-form {
  background-color: #fbfbfd;
  border-radius: 5px;
  margin-top: 0;
  padding: 7.7rem 5.25rem 7.7rem 4.25rem; }
@media (max-width: 767px) {
  .contactus-form {
    padding: 2rem 3rem 5rem 3rem; } }
@media (min-width: 1600px) {
  .contactus-form-right {
    padding-left: 0;
    padding-right: 0; } }
.contactus-form .row {
  --bs-gutter-y: 11px;
  --bs-gutter-x: 11px; }
.contactus-form .row > * {
  --bs-gutter-y: 11px;
  --bs-gutter-x: 11px;
  padding-right: 11px;
  padding-left: 11px;
  margin-top: 13px; }
.contactus-form .form-group-button {
  margin-top: 2.4rem; }
.contactus-form__content {
  margin-bottom: 1.6rem; }
.contactus-form__content h3,
.contactus-form__content .h3 {
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 1.9rem; }
.contactus-form__content * {
  font-size: 1.4rem; }
.contactus-form .button {
  min-width: 20.4rem;
  font-weight: 600; }
@media (max-width: 767px) {
  .contactus-form .button {
    width: 100%; } }

.navigation {
  background-color: #fbfbfd;
  border-radius: 5px;
  padding: 1.8rem 1.3rem;
  width: 100%; }
.navigation .nav-item:not(:last-child) {
  position: relative;
  padding-bottom: 1px; }
.navigation .nav-item:not(:last-child)::after {
  border-bottom: 1px solid #e8e8e8;
  bottom: 0;
  content: "";
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  width: calc(100% - 4.2rem); }
.navigation .nav-item__link {
  color: #000;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 2.1rem;
  position: relative;
  padding: 2.2rem 4rem 2.2rem 2rem; }
.navigation .nav-item__link i {
  top: calc(50% - 1.05rem);
  right: 3.3rem;
  line-height: 2.1rem;
  position: absolute;
  height: 100%; }
.navigation .nav-item__link:hover, .navigation .nav-item__link:focus {
  background-color: #41c6cf;
  color: #fff; }

.contactus-aside .nav-item.active .nav-item__link {
  background-color: #41c6cf;
  color: #fff;
  opacity: 0.8;
}

.gallery-section {
  margin: 9rem 0 8rem; }
@media (max-width: 767px) {
  .gallery-section {
    margin: 5rem 0 4rem; } }
.gallery-section .pagination {
  margin-top: 5.6rem;
  margin-bottom: 0; }
.gallery-section .section-heading {
  margin-bottom: 2.1rem; }

.gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0; }
.gallery-list__item {
  background-color: #fff;
  border-radius: 2rem;
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  margin: 0 14.5px 30px;
  overflow: hidden;
  width: calc(33.33% - 29px); }
@media (max-width: 991px) {
  .gallery-list__item {
    width: calc(50% - 29px); } }
@media (max-width: 767px) {
  .gallery-list__item {
    width: calc(100% - 29px); } }
.gallery-list__item-image {
  display: block;
  height: 26rem;
  position: relative;
  overflow: hidden;
  width: 100%; }
.gallery-list__item-image img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.gallery-list__item-image:hover {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }
.gallery-list__item-image:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05); }
.gallery-list__item-content {
  padding: 2.5rem 2.5rem 2.2rem 3.6rem; }
.gallery-list__item-content .gallery-list__item-title {
  font-size: 2rem;
  font-weight: 600; }
.gallery-list__item-content p {
  font-size: 1.5rem;
  margin-bottom: 0; }

.reference-section {
  margin: 9rem 0; }
@media (max-width: 767px) {
  .reference-section {
    margin: 5rem 0; } }
.reference-section .section-heading {
  margin-bottom: 3rem; }

.reference-list__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
  border-radius: 2rem;
  height: 100%;
  padding: 3.7rem 3.7rem 2.2rem;
  position: relative; }
@media (max-width: 767px) {
  .reference-list__item {
    padding: 2.7rem 2.7rem 1.2rem; } }
.reference-list__item:hover {
  -webkit-box-shadow: 0 0 22px 0 rgba(65, 198, 207, 0.3);
  box-shadow: 0 0 22px 0 rgba(65, 198, 207, 0.3); }

.reference-list__image {
  border-radius: 1rem;
  height: 20.4rem;
  overflow: hidden;
  position: relative;
  width: 100%; }

.fancybox-nav span {
  opacity: 1 !important;
  visibility: visible !important;
}
.reference-list__content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
.reference-list__content:hover {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.reference-list__link {
  color: #000;
  font-size: 2rem;
  font-weight: bold;
  margin: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  max-width: 100%;
  width: 100%; }
.reference-list__link::after {
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1; }
.reference-list__link:hover, .reference-list__link:focus {
  margin: 0 auto 0 0;
  }
  .reference-list__link:hover + .reference-list__button, .reference-list__link:focus + .reference-list__button {
    opacity: 1;
    visibility: visible;
    width: 4rem; }

  .reference-list__button {
    background-color: #41c6cf;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 4rem;
    font-size: 1.3rem;
    line-height: 4rem;
    text-align: center;
    margin: 0 0 0 auto;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.1s linear;
    transition: all 0.1s linear;
    width: 0; }

  .services-section {
    margin: 9rem 0;
  }

  .services-section .container {
    position: relative;
  }
  .preview-button__action {
    position: absolute;
    right: 16px;
    top: -50px;
  }
  .preview-button__action a {
    height: 50px;
    border-radius: 0;
  }

  @media (max-width: 767px) {
    .services-section {
      margin: 5rem 0; } }
  .services-section .section-heading {
    margin-bottom: 8.3rem; }
  @media (max-width: 767px) {
    .services-section .section-heading {
      margin-bottom: 5rem; } }
  .services-section .section-heading p,
  .services-section .section-heading li,
  .services-section .section-heading span,
  .services-section .section-heading a {
    font-size: 2rem; }

  .image-area {
    border-radius: 2rem;
    overflow: hidden;
    position: relative;
    padding-top: 58.802%; }

  .image-with-content__image {
    width: 47%; }
  @media (max-width: 1199px) {
    .image-with-content__image {
      margin: auto; } }
  @media (max-width: 991px) {
    .image-with-content__image {
      width: 100%; } }
  .image-with-content__image .image-area {
    max-width: 62.8rem; }
  @media (max-width: 991px) {
    .image-with-content__image .image-area {
      max-width: 100%; } }

  .image-with-content__desc {
    width: 53%; }
  @media (max-width: 991px) {
    .image-with-content__desc {
      width: 100%; } }
  .image-with-content__desc .content-block {
    max-width: 72.6rem;
    margin-left: auto; }
  @media (max-width: 991px) {
    .image-with-content__desc .content-block {
      max-width: 100%;
      margin-left: 0; } }
  .image-with-content__desc .content-block strong {
    font-weight: 600; }

  .services-classification-section {
    margin: 5.9rem 0 10rem; }
  @media (max-width: 767px) {
    .services-classification-section {
      margin: 5rem 0; } }
  .services-classification-section .image-area {
    margin: 0 0 3.5rem auto;
    max-width: 77rem;
    padding-top: 58.905%;
    width: 100%; }
  .services-classification-section .services-classification__list {
    min-height: 100%;
    max-width: 55.5rem;
    padding: 4.6rem 6.1rem 3.7rem; }
  @media (max-width: 991px) {
    .services-classification-section .services-classification__list {
      max-width: 100%; } }

  @media (max-width: 1199px) {
    .services-classification__images {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

  .services-classification__list {
    -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
    box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
    border-radius: 2rem;
    padding: 4.6rem 6.1rem 3.7rem; }
  @media (max-width: 575px) {
    .services-classification__list {
      padding: 4.6rem 3.1rem 3.7rem; } }
  .services-classification__list * {
    font-size: 2rem; }
  @media (max-width: 1199px) {
    .services-classification__list * {
      font-size: 1.8rem;
    }
    .services-section .content-block p {
      font-size: 1.8rem;
    }
  }
  .services-classification__list h2 {
    font-size: 2.8rem;
    line-height: 1.5;
    margin-bottom: 2.6rem; }
  .services-classification__list ul {
    list-style-type: inherit;
    margin-left: 1.4rem; }
  .services-classification__list ul li {
    font-weight: 500;
    margin-bottom: 1.6rem; }
  @media (max-width: 1199px) {
    .services-classification__list ul li {
      margin-bottom: 1rem; } }
  .services-classification__list ul li::marker {
    font-size: 0.7em; }

  @media (min-width: 992px) {
    .services-classification-left {
      width: 47%; } }

  @media (min-width: 992px) {
    .services-classification-right {
      width: 53%; } }

  .services-classification-section-md .image-area {
    max-width: 72.6rem;
    padding-top: 65.077%; }
  .services-classification-section-md .image-area:last-child {
    margin-bottom: 0; }

  .services-classification-section-md .services-classification__list {
    padding: 4.6rem 6.1rem 5.3rem;
    margin-bottom: 1rem; }
  .services-classification-section-md .services-classification__list ul li {
    margin-bottom: 1.4rem; }

  .two-blocks-section {
    margin-bottom: 11.2rem; }
  @media (max-width: 767px) {
    .two-blocks-section {
      margin-bottom: 5rem; } }

  .two-blocks-col:last-child .two-blocks-item {
    margin-left: auto; }

  .two-blocks-item {
    max-width: 62.8rem;
    width: 100%; }
  @media (max-width: 767px) {
    .two-blocks-item {
      max-width: 100%; } }
  .two-blocks-item__title {
    border-radius: 4.5rem;
    overflow: hidden;
    margin-bottom: 3.6rem;
    position: relative;
    padding: 2.3rem 1.9rem 1.9rem; }
  .two-blocks-item__title::after {
    background-color: rgba(0, 0, 0, 0.6);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .two-blocks-item__title .h2,
  .two-blocks-item__title h2 {
    color: #fff;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 4.8rem;
    margin-bottom: 0;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    z-index: 2; }
  .two-blocks-item .image-area {
    margin-bottom: 5.1rem;
    padding-top: 60.034%; }

  .services-section-two-blocks .section-heading {
    margin-bottom: 6.7rem; }

  .services-section-two-blocks .services-classification__list {
    padding: 4.6rem 6.1rem 4.5rem; }
  .services-section-two-blocks .services-classification__list h2 {
    line-height: 1.5;
    margin-bottom: 2.8rem; }
  .services-section-two-blocks .services-classification__list li {
    margin-bottom: 1.6rem; }

  .service-includes-section {
    margin: 6.4rem 0; }

  .service-includes__item {
    -webkit-box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
    box-shadow: 0 0 22px 0 rgba(97, 173, 168, 0.15);
    border-radius: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding: 2rem 0 4rem;
    text-align: center; }

  .service-includes__image {
    margin-bottom: 0.7rem; }

  .service-includes__headings {
    padding: 0 1rem 2.3rem; }
  .service-includes__headings h2 {
    font-size: 3.2rem;
    margin-bottom: 0; }
  .service-includes__headings p {
    font-size: 1.4rem;
    font-weight: 300; }

  .service-includes__info strong,
  .service-includes__info b {
    font-weight: 600; }

  .service-includes__info ul li {
    padding: 1.4rem 1rem 0.7rem; }
  .service-includes__info ul li:nth-child(odd) {
    background-color: #f2f2f2; }
  .service-includes__info ul li p {
    margin-bottom: 7px; }

  .service-includes__price {
    margin-top: auto;
    padding: 2.9rem 1rem 0; }
  .service-includes__price > p {
    margin-bottom: 1rem;
    font-weight: 300; }
  .service-includes__price-bottom p {
    margin-bottom: 0; }
  .service-includes__price-bottom p strong {
    font-size: 2.4rem;
    font-weight: 600; }

  .hero-main-section {
    position: relative; }

  .hero-main-slider {
    position: relative; }
  .hero-main-slider__container {
    position: relative;
    z-index: 1; }
  .hero-main-slider .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 69.6rem;
    overflow: hidden;
    width: 100%; }
  @media (max-width: 991px) {
    .hero-main-slider .swiper-slide {
      min-height: 50rem; } }
  @media (max-width: 767px) {
    .hero-main-slider .swiper-slide {
      min-height: 45rem; } }
  .hero-main-slider .swiper-slide .container,
  .hero-main-slider .swiper-slide .row {
    height: 100%; }
  .hero-main-slider .swiper-slide .row {
    margin: 0; }
  .hero-main-slider .swiper-slide .row .hero-main-slider__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    max-width: 68.2rem; }
  @media (max-width: 991px) {
    .hero-main-slider .swiper-slide .row .hero-main-slider__content {
      max-width: 100%; } }
  .hero-main-slider .swiper-slide__content-left .content-block {
    padding: 11rem 5rem 6rem; }
  @media (min-width: 1600px) {
    .hero-main-slider .swiper-slide__content-left .content-block {
      padding: 11rem 5rem 6rem 0; } }
  @media (max-width: 991px) {
    .hero-main-slider .swiper-slide__content-left .content-block {
      padding: 5rem; } }
  @media (max-width: 767px) {
    .hero-main-slider .swiper-slide__content-left .content-block {
      padding: 3rem; } }
  @media (max-width: 575px) {
    .hero-main-slider .swiper-slide__content-left .content-block {
      padding: 2rem; } }
  .hero-main-slider .swiper-slide__content-left .hero-main-slider__content {
    position: relative; }
  .hero-main-slider .swiper-slide__content-left .hero-main-slider__content::after {
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    content: "";
    left: -50vw;
    right: 0;
    margin: 0;
    position: absolute;
    height: 100%;
    width: 50vw; }
  @media (max-width: 991px) {
    .hero-main-slider .swiper-slide__content-left .hero-main-slider__content::after {
      display: none; } }
  .hero-main-slider .swiper-slide__content-right .content-block {
    padding: 11rem 10rem 4.4rem 10rem; }
  @media (max-width: 991px) {
    .hero-main-slider .swiper-slide__content-right .content-block {
      padding: 5rem; } }
  @media (max-width: 767px) {
    .hero-main-slider .swiper-slide__content-right .content-block {
      padding: 3rem; } }
  @media (max-width: 575px) {
    .hero-main-slider .swiper-slide__content-right .content-block {
      padding: 2rem; } }
  .hero-main-slider .swiper-slide__content-right .hero-main-slider__content {
    margin-left: auto; }
  .hero-main-slider .content-block * {
    font-size: 2.4rem;
    line-height: 2.8rem; }
  @media (max-width: 767px) {
    .hero-main-slider .content-block * {
      font-size: 1.8rem; } }
  .hero-main-slider .content-block h1,
  .hero-main-slider .content-block .h1 {
    display: block;
    font-size: 4.8rem;
    font-weight: 600;
    line-height: 5.5rem;
    margin-bottom: 4.6rem; }
  @media (max-width: 991px) {
    .hero-main-slider .content-block h1,
    .hero-main-slider .content-block .h1 {
      margin-bottom: 2rem; } }
  @media (max-width: 767px) {
    .hero-main-slider .content-block h1,
    .hero-main-slider .content-block .h1 {
      text-align: center;
      font-size: 3rem;
      line-height: 4rem;
      margin-bottom: 1rem; } }
  .hero-main-slider .content-block ul,
  .hero-main-slider .content-block ol {
    list-style: none;
    margin-left: 0;
    max-width: 45.8rem; }
  .hero-main-slider .content-block ul li,
  .hero-main-slider .content-block ol li {
    background-color: #fff;
    border-radius: 3.5rem;
    margin-bottom: 1.3rem;
    min-height: 7rem;
    padding: 2.1rem 2rem 2.1rem 9.3rem;
    position: relative; }
  @media (max-width: 767px) {
    .hero-main-slider .content-block ul li,
    .hero-main-slider .content-block ol li {
      padding: 1.1rem 2rem 1.1rem 6.3rem;
      min-height: 5rem; } }
  .hero-main-slider .content-block ul li::before,
  .hero-main-slider .content-block ol li::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDQiIGhlaWdodD0iNDQiIHZpZXdCb3g9IjAgMCA0NCA0NCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPG1hc2sgaWQ9Im1hc2swXzMyOF80MDQiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iNDQiIGhlaWdodD0iNDQiPgo8cGF0aCBkPSJNMjIgNDJDMjQuNjI3IDQyLjAwMzQgMjcuMjI4NyA0MS40ODc2IDI5LjY1NTYgNDAuNDgyM0MzMi4wODI2IDM5LjQ3NyAzNC4yODY5IDM4LjAwMiAzNi4xNDIgMzYuMTQyQzM4LjAwMiAzNC4yODY5IDM5LjQ3NyAzMi4wODI2IDQwLjQ4MjMgMjkuNjU1NkM0MS40ODc2IDI3LjIyODcgNDIuMDAzNCAyNC42MjcgNDIgMjJDNDIuMDAzNCAxOS4zNzMxIDQxLjQ4NzYgMTYuNzcxNCA0MC40ODIzIDE0LjM0NDRDMzkuNDc2OSAxMS45MTc1IDM4LjAwMTkgOS43MTMxMiAzNi4xNDIgNy44NTgwMkMzNC4yODY5IDUuOTk4MDQgMzIuMDgyNiA0LjUyMzAyIDI5LjY1NTYgMy41MTc3QzI3LjIyODcgMi41MTIzOSAyNC42MjcgMS45OTY2MSAyMiAyLjAwMDAyQzE5LjM3MzEgMS45OTY2NyAxNi43NzE0IDIuNTEyNDcgMTQuMzQ0NCAzLjUxNzc4QzExLjkxNzUgNC41MjMwOSA5LjcxMzEyIDUuOTk4MDkgNy44NTgwMiA3Ljg1ODAyQzUuOTk4MDkgOS43MTMxMiA0LjUyMzA5IDExLjkxNzUgMy41MTc3OCAxNC4zNDQ0QzIuNTEyNDcgMTYuNzcxNCAxLjk5NjY3IDE5LjM3MzEgMi4wMDAwMiAyMkMxLjk5NjYxIDI0LjYyNyAyLjUxMjM5IDI3LjIyODcgMy41MTc3IDI5LjY1NTZDNC41MjMwMiAzMi4wODI2IDUuOTk4MDQgMzQuMjg2OSA3Ljg1ODAyIDM2LjE0MkM5LjcxMzEyIDM4LjAwMTkgMTEuOTE3NSAzOS40NzY5IDE0LjM0NDQgNDAuNDgyM0MxNi43NzE0IDQxLjQ4NzYgMTkuMzczMSA0Mi4wMDM0IDIyIDQyWiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8cGF0aCBkPSJNMTQgMjJMMjAgMjhMMzIgMTYiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8zMjhfNDA0KSI+CjxwYXRoIGQ9Ik0tMiAtMkg0NlY0NkgtMlYtMloiIGZpbGw9IiNGMjc3ODkiLz4KPC9nPgo8L3N2Zz4K);
    background-size: contain;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    position: absolute;
    height: 4rem;
    width: 4rem;
    top: 1.5rem;
    left: 2.4rem; }
  @media (max-width: 767px) {
    .hero-main-slider .content-block ul li::before,
    .hero-main-slider .content-block ol li::before {
      height: 3rem;
      top: 1rem;
      left: 1.6rem;
      width: 3rem; } }
  .hero-main-slider__content {
    background-color: rgba(255, 255, 255, 0.7); }
  .hero-main-slider .swiper-pagination-bullets {
    bottom: 0; }
  .hero-main-slider .swiper-pagination-bullet {
    border: 2px solid #fff;
    height: 1.8rem;
    width: 1.8rem;
    margin: 4px; }
  .hero-main-slider .swiper-pagination-bullet-active {
    background-color: #41c6cf; }
  .hero-main-slider__contact {
    background-color: #41c6cf;
    height: 100%;
    margin-top: auto;
    padding: 8.6rem 4rem 4rem 10rem; }
  @media (max-width: 991px) {
    .hero-main-slider__contact {
      padding: 5rem; } }
  @media (max-width: 575px) {
    .hero-main-slider__contact {
      padding: 3rem; } }
  .hero-main-slider__contact * {
    color: #fff; }
  .hero-main-slider__contact .contact-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 4.2rem; }
  @media (max-width: 767px) {
    .hero-main-slider__contact .contact-list__item {
      margin-bottom: 2rem; } }
  .hero-main-slider__contact .contact-list__item .contact-icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border-radius: 0.8rem;
    color: #373e46;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 5.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 5.6rem;
    margin-right: 3.6rem;
    width: 5.6rem; }
  @media (max-width: 767px) {
    .hero-main-slider__contact .contact-list__item .contact-icon {
      height: 3rem;
      line-height: 3rem;
      margin-right: 2rem;
      width: 3rem; } }
  .hero-main-slider__contact .contact-list__item .contact-icon i {
    color: #373e46;
    font-size: 2rem;
    line-height: 5.6rem; }
  @media (max-width: 767px) {
    .hero-main-slider__contact .contact-list__item .contact-icon i {
      font-size: 1.4rem;
      line-height: 3rem; } }
  .hero-main-slider__contact .contact-list__item .contact-info {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 3rem;
    max-width: 40rem;
    width: calc(100% - 9.2rem); }
  @media (max-width: 767px) {
    .hero-main-slider__contact .contact-list__item .contact-info {
      font-size: 2rem;
      width: calc(100% - 5rem); } }
  .hero-main-slider__contact .contact-list__item .contact-info a {
    position: relative; }
  .hero-main-slider__contact .contact-list__item .contact-info a::after {
    bottom: 0;
    background-color: #fff;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    height: 2px;
    opacity: 0;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
    width: 0;
    z-index: 1; }
  .hero-main-slider__contact .contact-list__item .contact-info a:hover {
    color: #fff; }
  .hero-main-slider__contact .contact-list__item .contact-info a:hover::after {
    opacity: 1;
    width: 100%; }

  .hero-main-button {
    background-color: #41c6cf;
    border: 0.3rem solid #fff;
    border-radius: 50%;
    height: 5rem;
    position: absolute;
    top: calc(45% - 2.8rem);
    width: 5rem;
    z-index: 8; }
  @media (max-width: 767px) {
    .hero-main-button {
      display: none; } }
  .hero-main-button[aria-disabled=true] {
    opacity: 0.3;
    cursor: inherit; }
  .hero-main-button svg {
    height: 2.2rem;
    width: 2.2rem; }
  .hero-main-button:not([aria-disabled=true]):hover, .hero-main-button:not([aria-disabled=true]):focus {
    background-color: #27959c; }
  .hero-main-button-prev {
    left: 0.6rem; }
  .hero-main-button-next {
    right: 0.6rem; }

  .hero-contact {
    min-height: 55rem;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    overflow: hidden; }
  @media (max-width: 1400px) {
    .hero-contact {
      min-height: 40rem;
      padding-top: 2rem;
      padding-bottom: 2rem; } }
  @media (max-width: 575px) {
    .hero-contact {
      padding-top: 0;
      padding-bottom: 0; } }
  .hero-contact-container {
    position: relative;
    z-index: 1; }
  .hero-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 45rem;
    height: 45rem;
    position: relative; }
  @media (max-width: 1400px) {
    .hero-contact-info {
      max-width: 38rem;
      height: 38rem; } }
  @media (max-width: 991px) {
    .hero-contact-info {
      margin-right: auto; } }
  .hero-contact-info .bg-rectangle {
    bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1; }
  .hero-contact-info .hero-logo {
    position: relative;
    margin-bottom: 2rem; }
  @media (max-width: 1400px) {
    .hero-contact-info .hero-logo {
      margin-bottom: 1rem; } }
  .hero-contact-info .hero-logo::after {
    background-color: #d9d9d9;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 10.6rem; }
  .hero-contact-info .hero-logo .logo {
    max-width: 14.3rem;
    margin-bottom: 1.1rem; }
  @media (max-width: 1400px) {
    .hero-contact-info .hero-logo .logo {
      max-width: 10rem; } }
  @media (max-width: 575px) {
    .hero-contact-info .hero-logo .logo {
      margin-bottom: 0.4rem; } }
  .hero-contact-info .hero-logo-figcaption {
    margin-bottom: 2rem; }
  @media (max-width: 1400px) {
    .hero-contact-info .hero-logo-figcaption {
      margin-bottom: 1rem; } }
  .hero-contact-info-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 3rem 6rem; }
  .hero-contact-info .contact-list {
    max-width: 27.8rem;
    margin: 0 auto; }
  .hero-contact-info .contact-list__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.3rem; }
  @media (max-width: 1400px) {
    .hero-contact-info .contact-list__item {
      margin-bottom: 1rem; } }
  @media (max-width: 575px) {
    .hero-contact-info .contact-list__item {
      margin-bottom: 0.8rem; } }
  .hero-contact-info .contact-list__item:first-child .contact-info {
    font-size: 1.6rem; }
  .hero-contact-info .contact-list__item:first-child a {
    font-size: 1.6rem; }
  .hero-contact-info .contact-list__item .contact-info {
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2.2rem; }
  @media (max-width: 575px) {
    .hero-contact-info .contact-list__item .contact-info {
      font-size: 1.4rem; } }
  .hero-contact-info .contact-list__item .contact-info * {
    color: #000; }
  .hero-contact-info .contact-list__item .contact-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex; }
  .hero-contact-info .contact-list__item .contact-icon i {
    color: #41c6cf;
    font-size: 1.1rem;
    line-height: 1.8rem;
    margin-right: 0.5rem; }

  .implementation-page {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 1080px;
    position: relative;
    width: 100%; }
  .implementation-page-bg {
    bottom: 0;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%; }
  .implementation-page-bg img {
    bottom: 0;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    left: 0;
    right: 0;
    top: 0;
    width: 100%; }
  .implementation-page-content {
    margin: 151px auto 221px;
    position: relative;
    text-align: center;
    z-index: 6; }
  .implementation-page .hero-contact-info {
    margin-right: auto; }
  .implementation-page .hero-contact-info .contact-list__item .contact-info a, .implementation-page .hero-contact-info .contact-list__item .contact-info span {
    font-weight: 500; }
  .implementation-page .hero-contact-info .contact-list__item:first-child .contact-info {
    font-size: 1.8rem; }
  .implementation-page .hero-contact-info .contact-list__item:first-child .contact-info a {
    font-size: 1.8rem; }
  .implementation-page .implementation-button {
    background-color: #41c6cf;
    border-radius: 2.5rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 4rem;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    line-height: 100%;
    margin: 13rem auto 0;
    padding: 3.3rem 7.9rem;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content; }
  @media (max-width: 767px) {
    .implementation-page .implementation-button {
      border-radius: 1rem;
      font-size: 2rem;
      padding: 2.3rem 2.9rem; } }
  .implementation-page-new {
    min-height: calc(100vh - 52rem);
    height: 529px; }
  .implementation-page-new .implementation-page-bg img {
    -o-object-position: 50% 35%;
    object-position: 50% 35%; }
  .implementation-page-new .implementation-page-content {
    margin: 41px auto; }
  .implementation-page-new .implementation-button {
    border-radius: 1rem;
    font-size: 2.4rem;
    line-height: 3.6rem;
    margin: 27px auto auto;
    padding: 15px 42px; }
  @media (max-width: 767px) {
    .implementation-page-new .implementation-button {
      font-size: 1.6rem;
      line-height: 2.5rem;
      padding: 11px; } }
  .implementation-page-new .hero-contact-info {
    height: 33rem;
    width: 33rem; }

  .implementation {
    padding-top: 10.2rem; }
  @media (min-width: 1600px) {
    .implementation .header-section .header-menu__lg {
      padding: 2.9rem 0 2.9rem; } }
  @media (min-width: 1600px) {
    .implementation .header-section .header-menu__lg .header-menu-block::after {
      bottom: -2.9rem; } }
  .implementation .hero-contact-info .hero-logo {
    margin-bottom: 1rem; }
  .implementation .hero-contact-info .hero-logo .logo {
    max-width: 9rem;
    margin-bottom: .5rem; }
  .implementation .hero-contact-info .hero-logo .hero-logo-figcaption {
    margin-bottom: 1rem; }
  .implementation .banner-section {
    padding: 0 0 26px; }
  .implementation .banner-section .banner-list-item {
    margin-top: 26px; }
  .implementation .footer-top {
    padding: 4rem 0 2rem; }
  .implementation .footer-top .footer-top-logo {
    margin-bottom: 3.3rem; }
  .implementation .footer-top .social-link {
    margin-bottom: 20px; }
