@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"), url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 1280px) {
  html {
    font-size: 54%;
  }
}
@media screen and (max-width: 995px) {
  html {
    font-size: 62.5%;
  }
}

html, body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, p, span {
  margin: 0;
  padding: 0;
  margin-top: 0;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #636060;
}
@media screen and (max-width: 995px) {
  p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 575px) {
  p {
    line-height: 1.6;
    font-size: 1.6rem;
  }
}

h2 {
  font-size: 4.4rem;
  font-weight: 700;
  line-height: 150%;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 575px) {
  h2 {
    font-size: 3.4rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
  margin-bottom: 1.2rem;
}

h4 {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #000000;
}
@media screen and (max-width: 995px) {
  h4 {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  h4 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 575px) {
  h4 {
    font-size: 2rem;
  }
}

h5 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  h5 {
    margin-bottom: 1rem;
  }
}

.margin-bottom-35px {
  margin-bottom: 3.5rem;
}

.margin-bottom-60px {
  margin-bottom: 6rem;
}

.padding-6rem {
  padding: 6rem 0;
}

.padding-8rem {
  padding: 8rem 0;
}

.padding-10rem {
  padding: 10rem 0;
}
@media screen and (max-width: 575px) {
  .padding-10rem {
    padding: 5rem 0;
  }
}

.padding-12rem {
  padding: 12rem 0;
}

.subtitle {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 149.35%;
  text-transform: uppercase;
  color: #2581D9;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .subtitle {
    font-size: 1.8rem;
  }
}

.subtitle-white {
  font-weight: 500;
  font-size: 2.2rem;
  line-height: 149.35%;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 1rem;
}

.titel-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8rem;
}
@media screen and (max-width: 1280px) {
  .titel-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
.titel-row-text {
  padding-top: 2rem;
  width: 54rem;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .titel-row-text {
    width: 45rem;
  }
}
@media screen and (max-width: 575px) {
  .titel-row-text {
    width: 100%;
  }
}

.titel-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.titel-center p {
  width: 55rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 768px) {
  .titel-center p {
    width: 100%;
  }
}

.icon-element {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 6.6rem;
  height: 8.7rem;
  background: #2581D9;
  border-radius: 0 0 32px 32px;
  margin-top: 0;
  z-index: 2;
}

input, select, textarea, button {
  background: none;
  border: none;
  font: inherit;
  color: inherit;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.button {
  display: inline-block;
  padding: 1.6rem 3rem;
  border: none;
  border-radius: 29px;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
}
.button-v1 {
  background-color: #2581D9;
}
.button-v2 {
  background-color: #41BEF7;
}
@media screen and (max-width: 995px) {
  .button-v2 {
    color: #2581D9;
    background: #ffffff;
  }
}
.button-v3 {
  background-color: transparent;
  border: 1px solid #ffffff;
}
.button__wrap-right img {
  width: 60rem;
  height: 72rem;
}

.readmore {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  background: #F6F4F4;
  color: #2581D9 !important;
  padding: 1.6rem 3rem;
  border-radius: 10rem;
  font-size: 1.6rem;
  font-weight: 700;
  z-index: 0;
  transition: color 0.5s ease;
}
.readmore:hover {
  color: #ffffff !important;
}
.readmore:hover img {
  filter: brightness(10);
}
.readmore::before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2581D9;
  z-index: -1;
  transform: translateX(-102%);
  transition: transform 0.5s ease;
}
.readmore:hover::before {
  transform: none;
}
.readmore img {
  width: 1.9rem;
  height: 1.9rem;
  transition: filter 0.5s ease;
}

.button-v5 {
  display: inline-block;
  padding: 1.6rem 3rem;
  border: none;
  border-radius: 29px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  background: #ffffff;
  color: #2581D9;
}
@media screen and (max-width: 575px) {
  .button-v5 {
    padding: 1.5rem 2rem;
    height: 4.5rem;
  }
}

.button-v6 {
  display: inline-block;
  padding: 1.6rem 3rem;
  border: none;
  border-radius: 29px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background: #2581D9;
}
@media screen and (max-width: 575px) {
  .button-v6 {
    font-size: 1.2rem;
    padding: 1.5rem 2rem;
    height: 4.5rem;
  }
}

.button-v4 {
  display: inline-block;
  padding: 1.6rem 3rem;
  border: none;
  border-radius: 29px;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-align: center;
  color: #ffffff;
  background-color: #2581D9;
}
.button-v4::before {
  content: " ";
  background-image: url(../images/email_icon.svg);
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.reply-btn {
  display: block;
  border: 1px solid #8F8D8D;
  border-radius: 5rem;
  text-transform: uppercase;
  padding: 0.8rem 1.6rem;
  font-size: 1.4rem;
  font-weight: 700;
  color: #8F8D8D;
  cursor: pointer;
}
.reply-btn::before {
  content: " ";
  background-image: url(../images/reply.svg);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.comment-btn {
  display: block;
  width: 18.5rem;
  padding: 1.8rem;
  background-color: #2581D9;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: 700;
  border-radius: 5rem;
  text-transform: uppercase;
  cursor: pointer;
}

.appointment-form {
  width: 55.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  padding-top: 4rem;
}
@media screen and (max-width: 995px) {
  .appointment-form {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .appointment-form {
    flex-direction: column;
  }
}
.appointment-form label {
  display: none;
}
.appointment-form input, .appointment-form select {
  width: calc(50% - 8px);
  height: 5rem;
}
@media screen and (max-width: 575px) {
  .appointment-form input, .appointment-form select {
    width: 100%;
  }
}
.appointment-form input, .appointment-form select, .appointment-form textarea {
  border-radius: 5px;
  background: #ffffff;
  color: #8A8A8A;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 1.5rem 2rem;
  outline: none;
}
.appointment-form textarea {
  width: 100%;
  height: 10rem;
}
.appointment-form button {
  cursor: pointer;
}

input[type=date],
input[type=time] {
  color: #8A8A8A;
}

.newsletter-form {
  display: flex;
  align-items: center;
  position: relative;
  max-width: 500px;
}
@media screen and (max-width: 995px) {
  .newsletter-form {
    max-width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-form {
    max-width: none;
  }
}
.newsletter-form label {
  display: none;
}
.newsletter-form input {
  flex: 1;
  background: rgba(233, 224, 224, 0.21);
  border: 1px solid #F1E8E8;
  border-radius: 50px;
  padding: 2rem;
}
.newsletter-form input::placeholder {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .newsletter-form input::placeholder {
    font-size: 1.4rem;
  }
}
.newsletter-form button {
  position: absolute;
  display: block;
  padding: 1rem 2.5rem;
  border-radius: 50rem;
  border: none;
  background-color: #2581D9;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  right: 7px;
}
@media screen and (max-width: 575px) {
  .newsletter-form button {
    padding: 1rem 1.75rem;
    font-size: 1.2rem;
  }
}

.breadcrumbs {
  position: relative;
  height: 39.4rem;
  background: #1F6DB8 url(../images/bread-crumbs.png) no-repeat center/cover;
  padding: 21.5rem 0 9rem 0;
  color: #ffffff;
  text-align: center;
}
.breadcrumbs-titel {
  font-size: 4.2rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 2rem;
}
.breadcrumbs-list {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
}
.breadcrumbs-list li, .breadcrumbs-list a {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
}

.container {
  max-width: 120rem;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 995px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    padding: 0 20px;
  }
}

.header-mobile {
  display: none;
}
@media screen and (max-width: 995px) {
  .header-mobile {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 7rem;
    background: #2581D9;
    box-shadow: 0px 2px 4px 2px rgba(0, 0, 0, 0.14);
    z-index: 10;
  }
}
.header-logo {
  position: relative;
  display: flex;
  justify-content: center;
  align-content: center;
  width: 12rem;
  height: 12rem;
  padding: 3rem 2rem;
  background: #024260;
  border-radius: 0 0 2rem 2rem;
  z-index: 101;
  clip-path: inset(-10px 0 0 0);
}
@media screen and (max-width: 575px) {
  .header-logo {
    width: 9rem;
    height: 9rem;
  }
}
.header-logo img {
  max-width: 100%;
  width: 8rem;
  height: auto;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-bottom: 4rem;
  min-height: 100vh;
  background-color: #ffffff;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.modal-active {
  display: block;
  opacity: 1;
  visibility: visible;
}
.modal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #024260;
  padding: 1.2rem 2rem;
}
.modal-right {
  overflow: hidden;
  border-radius: 0.5rem;
}
.modal-logo img {
  max-width: 13rem;
}

.info-list {
  padding-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-bottom: 4rem;
}

.info-social {
  display: flex;
  gap: 1rem;
  margin-bottom: 4rem;
}

.info-item {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.info-item__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  background-color: #DCE8F4;
  border-radius: 10rem;
  transition: 0.5s ease;
}
.info-item__text {
  display: flex;
  flex-direction: column;
}
.info-item__titel {
  font-size: 1.2rem;
  color: #B4ABAB;
}
.info-item__name {
  font-size: 1.4rem;
  font-weight: 700;
  color: #362F2F;
}

.hamburger {
  display: none;
}
@media screen and (max-width: 995px) {
  .hamburger {
    display: block;
    width: 4rem;
    height: 4rem;
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
    z-index: 200;
    background-color: #ffffff;
    border-radius: 0.5rem;
    cursor: pointer;
  }
}

.hamburger-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  z-index: 200;
  background-color: #ffffff;
  border-radius: 0.5rem;
  cursor: pointer;
}

.header {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 10;
}
.header-row {
  display: flex;
}
@media screen and (max-width: 995px) {
  .header-row {
    display: none;
  }
}
.header-left {
  max-width: 17.5rem;
  height: 100%;
  padding: 2.2rem 2.2rem 3.4rem 2.2rem;
  background: #024260;
  border-radius: 0 0 2rem 2rem;
}
@media screen and (max-width: 1280px) {
  .header-left {
    max-width: 13.5rem;
  }
}
.header-left img {
  max-width: 13.4rem;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .header-left img {
    max-width: 9rem;
  }
}
.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 102.5rem;
  height: 6.4rem;
  padding: 1.2rem 2rem;
  background: #2581D9;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  .header-top {
    width: 92.5rem;
  }
}
.header-top__wrap {
  display: flex;
  gap: 3.7rem;
}
@media screen and (max-width: 1280px) {
  .header-top__wrap {
    gap: 3rem;
  }
}
.header-top__item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.header-top__item:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 2rem;
}
.header-top__item:hover .header-top__icon {
  background: #41BEF7;
}
.header-top__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ffffff;
  border-radius: 10rem;
  transition: 0.5s ease;
}
.header-top__text {
  display: flex;
  flex-direction: column;
}
.header-top__titel {
  font-size: 1.2rem;
  color: #DADADA;
}
.header-top__name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
.header-top__social {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
.header-top__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.header-top__social-item:hover .header-top__icon {
  background: #41BEF7;
}
.header-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right: 2.5rem;
  background: #ffffff;
  border-radius: 0 0 2rem 0;
  box-shadow: 1px 1px 6px rgba(96, 90, 90, 0.25);
}
@media screen and (max-width: 995px) {
  .header-bottom {
    display: none;
  }
}

.menu-nav ul {
  display: flex;
}
.menu-nav ul a {
  display: block;
  font-size: 1.6rem;
  color: #000000;
  padding: 2.4rem 2.8rem;
  padding-right: 2.8rem;
  border-right: 1px solid #E1E1E1;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .menu-nav ul a {
    padding: 2.4rem 2rem;
  }
}
.menu-nav ul a::after {
  content: "";
  display: block;
  height: 4px;
  width: 0;
  background: #2581D9;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s ease;
}
.menu-nav ul a:hover::after {
  width: 90%;
}

.menu-item-current a {
  color: #2581D9 !important;
  font-weight: 700;
}

.sub-menu {
  display: flex;
  flex-direction: column;
  position: absolute;
  background: #ffffff;
  box-shadow: 0px 3px 7.9px 1px rgba(0, 0, 0, 0.07);
  border-radius: 0 2rem 2rem;
  pointer-events: auto;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 0.5s, visibility 0.5s ease, transform 0.5s ease;
}
.sub-menu li {
  display: block;
}
.sub-menu li a {
  border-right: none;
  padding: 0;
  padding: 1.2rem 2rem;
  position: relative;
}
.sub-menu li a:hover::after {
  width: 80%;
}
.sub-menu li a:hover {
  color: #2581D9;
}

.menu-has-children:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.menu-item-plus {
  margin-left: 5px;
  display: inline-block;
}
@media screen and (max-width: 995px) {
  .menu-item-plus {
    position: absolute;
    top: 2rem;
    right: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    background-color: #E7E6E6;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.5s ease, color 0.5s ease, background-color 0.5s ease;
  }
}

.mobile__menu-nav .menu-has-children.is-active .menu-item-plus {
  background-color: #2581D9;
  color: #ffffff;
  transform: rotate(45deg);
}

@media screen and (max-width: 995px) {
  .menu-nav ul {
    display: flex;
    flex-direction: column;
  }
  .menu-nav ul a {
    font-size: 2.4rem;
    border-right: none !important;
    border-bottom: 1px solid #DBD5D5;
    position: relative;
    margin: 0 auto;
  }
}

.mobile__menu-nav ul {
  display: flex;
  flex-direction: column;
}
.mobile__menu-nav a {
  position: relative;
  display: block;
  font-size: 1.6rem;
  color: #000000;
  padding: 1.5rem 2rem;
  border-bottom: 1px solid #DBD5D5;
}
.mobile__sub-menu {
  display: flex;
  flex-direction: column;
  padding-left: 2rem;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  transition: opacity 0.5s, visibility 0.5s ease, transform 0.5s ease;
}

.menu-item {
  position: relative;
}

.menu-has-children:hover .mobile__sub-menu {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: none;
}

.main-section {
  position: relative;
  padding-top: 18.5rem;
  min-height: 90rem;
  background: url(../app/images/Background-image.png), linear-gradient(260.69deg, #2581D9 28.83%, #53A2ED 93.67%);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 6rem;
}
@media screen and (max-width: 1280px) {
  .main-section {
    padding-top: 14rem;
  }
}
@media screen and (max-width: 995px) {
  .main-section {
    min-height: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .main-section {
    min-height: 90rem;
    padding-top: 8rem;
    margin-bottom: 5rem;
  }
}
.main-section__row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .main-section__row {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main-section__left {
  width: 58.4rem;
  padding-top: 14rem;
}
@media screen and (max-width: 995px) {
  .main-section__left {
    width: 60rem;
    padding-top: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .main-section__left {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order: 2;
    width: 100%;
    min-height: 50rem;
    background: #41BEF7;
    border-radius: 2rem;
    padding: 4rem;
    text-align: center;
    margin-top: -12rem;
    z-index: 2;
    margin-bottom: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .main-section__left {
    margin-top: -4rem;
    padding: 4rem 2rem;
  }
}
@media screen and (max-width: 768px) {
  .main-section__right {
    order: 1;
  }
}
.main-section__foto {
  position: absolute;
  max-width: 100%;
  width: 60rem;
  height: 71.7rem;
  z-index: 1;
  right: 20px;
  bottom: 0;
}
@media screen and (max-width: 995px) {
  .main-section__foto {
    width: 46rem;
    height: 58rem;
  }
}
@media screen and (max-width: 768px) {
  .main-section__foto {
    position: relative;
    margin: 0 auto;
    right: 0;
    width: 45rem;
    object-fit: contain;
  }
}
@media screen and (max-width: 575px) {
  .main-section__foto {
    width: 100%;
    height: auto;
    right: -2rem;
  }
}
.main-section__subtitle {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  .main-section__subtitle {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .main-section__subtitle {
    font-size: 1.4rem;
  }
}
.main-section__title {
  font-size: 7.2rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1280px) {
  .main-section__title {
    font-size: 6rem;
  }
}
@media screen and (max-width: 995px) {
  .main-section__title {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 768px) {
  .main-section__title {
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .main-section__title {
    font-size: 3rem;
    margin-bottom: 1rem;
  }
}
.main-section__text {
  width: 50rem;
  line-height: 178%;
  color: #DEDCDC;
  margin-bottom: 4rem;
}
@media screen and (max-width: 995px) {
  .main-section__text {
    width: 32rem;
    text-align: justify;
    line-height: 140%;
  }
}
@media screen and (max-width: 768px) {
  .main-section__text {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.main-section__box-btn {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 995px) {
  .main-section__box-btn {
    width: 23rem;
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .main-section__box-btn {
    width: 100%;
  }
}

.about-section {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .about-section {
    margin-bottom: 5rem;
  }
}
.about-section__left {
  width: 55rem;
}
@media screen and (max-width: 995px) {
  .about-section__left {
    width: 100%;
    margin-bottom: 2.5rem;
  }
}
.about-section__left p {
  width: 50rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 995px) {
  .about-section__left p {
    width: 100%;
    text-align: justify;
  }
}
.about-section__row {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 995px) {
  .about-section__row {
    flex-direction: column;
  }
}
.about-section__right {
  width: 52.7rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
}
.about-section__right img:nth-child(1) {
  width: 15.3rem;
}
.about-section__right img:nth-child(2) {
  width: 25.9rem;
}
.about-section__right img:nth-child(3) {
  width: 7.5rem;
}
@media screen and (max-width: 1280px) {
  .about-section__right {
    gap: 1rem;
  }
}
@media screen and (max-width: 995px) {
  .about-section__right {
    display: none;
  }
}

.stats {
  width: 50rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  padding: 5rem 4rem;
  justify-content: center;
  align-items: stretch;
  border: 1px solid #2581D9;
  border-radius: 2rem;
}
@media screen and (max-width: 995px) {
  .stats {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .stats {
    padding: 1rem;
  }
}
.stats-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 2rem;
}
@media screen and (max-width: 575px) {
  .stats-item {
    padding: 1rem;
  }
}
.stats-item span {
  font-size: 5rem;
  font-weight: 800;
  color: #2581D9;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .stats-item span {
    font-size: 3.5rem;
  }
}
.stats-item p {
  width: 12rem;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .stats-item p {
    font-size: 1.2rem;
  }
}
.stats-item:nth-child(1) {
  border-bottom: 1px solid rgba(37, 129, 217, 0.35);
  border-right: 1px solid rgba(37, 129, 217, 0.35);
}
.stats-item:nth-child(2) {
  border-bottom: 1px solid rgba(37, 129, 217, 0.35);
}
.stats-item:nth-child(3) {
  border-right: 1px solid rgba(37, 129, 217, 0.35);
}

.services-v2 {
  margin-bottom: 10rem;
}
.services-v2-row {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
@media screen and (max-width: 995px) {
  .services-v2-row {
    flex-direction: column;
  }
}
.services-v2-left img {
  width: 52.5rem;
  height: 80rem;
  border-radius: 2rem;
  object-fit: contain;
}
@media screen and (max-width: 995px) {
  .services-v2-left img {
    width: 38rem;
  }
}
@media screen and (max-width: 995px) {
  .services-v2-left img {
    width: 100%;
    height: auto;
    margin-bottom: 4rem;
  }
}
.services-v2-right {
  width: 58.5rem;
}
@media screen and (max-width: 995px) {
  .services-v2-right {
    width: 38rem;
  }
}
@media screen and (max-width: 995px) {
  .services-v2-right {
    width: 100%;
  }
}

.marquee-section {
  background: #BCEAFE;
  padding: 3rem 0;
  overflow: hidden;
}
.marquee-section__row {
  display: flex;
  align-items: center;
  gap: 4.2rem;
  animation: marquee 15s linear infinite;
}
@media screen and (max-width: 768px) {
  .marquee-section__row {
    animation: marquee 7s linear infinite;
  }
}
.marquee-section__item {
  position: relative;
  font-weight: 500;
  font-size: 6.5rem;
  line-height: 147.02%;
  -webkit-text-stroke: 1px #342F2F;
  color: transparent;
  white-space: nowrap;
}
.marquee-section__item::after {
  content: "+";
  display: inline-block;
  margin-left: 3.6rem;
}
.marquee-section__item:hover::after {
  color: #2581D9;
}
.marquee-section__item::before {
  content: attr(data-name);
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  color: #2581D9;
  -webkit-text-stroket: 1px transparent;
  display: block;
  overflow: hidden;
  transition: width 0.5s ease;
}
.marquee-section__item:hover::before {
  width: 100%;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.functions {
  display: flex;
  justify-content: center;
  gap: 3.5rem;
  margin-bottom: 8rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 1280px) {
  .functions {
    gap: 2.5rem;
  }
}
@media screen and (max-width: 995px) {
  .functions {
    flex-direction: column;
    justify-content: center;
  }
}
.functions-row {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}
@media screen and (max-width: 995px) {
  .functions-row {
    gap: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .functions-row {
    gap: 1.8rem;
  }
}
.functions-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 8.6rem;
  height: 8.6rem;
  border-radius: 100%;
  background: #2581D9;
}
@media screen and (max-width: 1280px) {
  .functions-img {
    width: 7rem;
    height: 7rem;
  }
  .functions-img img {
    width: 4rem;
    height: 4rem;
  }
}
@media screen and (max-width: 995px) {
  .functions-img {
    width: 12rem;
    height: 12rem;
  }
  .functions-img img {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 575px) {
  .functions-img {
    width: 7.9rem;
    height: 7.9rem;
  }
  .functions-img img {
    width: 4.2rem;
    height: 4.2rem;
  }
}
.functions-text p {
  width: 25.3rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 575px) {
  .functions-text p {
    width: 20rem;
  }
}

.services-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 768px) {
  .services-icons {
    justify-content: center;
    gap: 4rem 0;
  }
}
@media screen and (max-width: 575px) {
  .services-icons {
    flex-direction: column;
    gap: 2rem;
  }
  .services-icons .services-item:nth-child(n+5) {
    display: none;
  }
}
.services-item {
  width: calc(24% - 2rem);
  border-right: 1px solid #E3E3E3;
  padding-right: 2rem;
}
.services-item:nth-child(4n) {
  border-right: none;
}
@media screen and (max-width: 995px) {
  .services-item {
    padding-right: 1rem;
    width: calc(32% - 2rem);
  }
  .services-item:nth-child(3n) {
    border-right: none;
    padding-right: 0;
  }
  .services-item:nth-child(4n) {
    border-right: 1px solid #E3E3E3;
  }
}
@media screen and (max-width: 768px) {
  .services-item {
    width: calc(45% - 3rem);
  }
  .services-item:nth-child(3n) {
    border-right: 1px solid #E3E3E3;
  }
  .services-item:nth-child(2n) {
    border-right: none;
    padding-right: 0;
    padding-left: 6rem;
  }
}
@media screen and (max-width: 575px) {
  .services-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-right: none;
    padding-bottom: 3rem;
    border-right: none;
    border-bottom: 1px solid #E3E3E3;
  }
  .services-item:nth-child(3n) {
    border-right: none;
  }
  .services-item:nth-child(2n) {
    padding-left: 0;
  }
}
.services-item:hover .services-icon {
  transform: scaleX(-1);
}
.services-icon {
  width: 8rem;
  height: 8rem;
  background: #F6ECFF;
  border-radius: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
  transition: transform 0.5s ease;
}
.services-icon img {
  max-width: 4rem;
}
@media screen and (max-width: 575px) {
  .services-icon {
    width: 9rem;
    height: 9rem;
  }
  .services-icon img {
    min-width: 4.5rem;
    height: 4.5rem;
  }
}
.services-description {
  margin-bottom: 2.5rem;
  width: 20rem;
}
@media screen and (max-width: 995px) {
  .services-description {
    width: 18rem;
  }
}
@media screen and (max-width: 575px) {
  .services-description {
    width: 23rem;
    text-align: center;
  }
}
.services-readmore {
  display: flex;
  align-items: center;
  gap: 2.2rem;
}
.services-readmore span {
  font-size: 1.6rem;
  font-weight: 700;
  color: #2581D9;
}
.services-readmore span {
  transition: transform 0.5s easy;
}
.services-readmore:hover span:nth-child(2) img {
  transform: translateX(10px);
}

.services-item-v2 {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  padding: 3rem;
  box-shadow: 0px 2px 16.1px 5px rgba(55, 50, 50, 0.1);
  border-radius: 20px;
  background-color: #ffffff;
}
.services-item-v2 p {
  margin-bottom: 2.5rem;
}

.swiper-services {
  padding-top: 5rem;
  overflow: visible;
  width: 90rem;
  left: -25rem;
}
@media screen and (max-width: 995px) {
  .swiper-services {
    width: 100%;
    left: 0;
  }
}

.swiper-services .swiper-slide {
  max-width: 29rem;
}
@media screen and (max-width: 995px) {
  .swiper-services .swiper-slide {
    max-width: 32rem;
  }
}
@media screen and (max-width: 575px) {
  .swiper-services .swiper-slide {
    max-width: none;
    width: 100%;
  }
}

.swiper-pagination-services {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.why {
  background: #BCEAFE;
}
.why-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 995px) {
  .why-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.why-left {
  width: 53rem;
}
@media screen and (max-width: 995px) {
  .why-left {
    width: 100%;
  }
}
.why-left p {
  margin-bottom: 3.5rem;
}
.why-rigth {
  width: 56rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 995px) {
  .why-rigth {
    width: 100%;
  }
  .why-rigth img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}

.progress-text {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.progress-line {
  height: 1rem;
  background: #ffffff;
  border-radius: 2rem;
  margin-bottom: 2.6rem;
  overflow: hidden;
}
.progress-drag {
  width: 0;
  height: 100%;
  background: #2581D9;
}

.team-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 2.2rem;
  margin-bottom: 6rem;
}
.team-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 1.5rem 1.5rem 4rem;
  width: calc(25% - 1.65rem);
  border-radius: 2rem;
  box-shadow: 0px 4px 18.2px 3px rgba(133, 123, 123, 0.14);
}
@media screen and (max-width: 995px) {
  .team-item {
    width: calc(50% - 1.1rem);
  }
}
@media screen and (max-width: 575px) {
  .team-item {
    width: 100%;
  }
}
.team-box {
  position: relative;
}
.team-foto {
  width: 100%;
  height: auto;
  border-radius: 2rem;
  margin-bottom: 1.8rem;
}
.team-icons {
  position: absolute;
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  gap: 1rem;
  bottom: 3rem;
}
.team-icons a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.7rem;
  height: 2.7rem;
  border-radius: 100%;
  background: #BCEAFE;
  transition: background 0.3s ease;
}
.team-icons a img {
  transition: filter 0.3s ease;
}
.team-icons a:hover {
  background: #2581D9;
}
.team-icons a:hover img {
  filter: brightness(0) invert(1);
}
.team-name span {
  font-size: 1.4rem;
  color: #636060;
}

.team-v2 {
  padding-top: 8rem;
}
.team-v2__row {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
  margin-bottom: 8rem;
}
@media screen and (max-width: 995px) {
  .team-v2__row {
    flex-direction: column;
  }
}
.team-v2__left {
  width: 60rem;
}
@media screen and (max-width: 995px) {
  .team-v2__left {
    width: 100%;
    order: 2;
  }
}
.team-v2__left h2 {
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .team-v2__left h2 {
    text-align: center;
  }
}
.team-v2__box {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 575px) {
  .team-v2__box {
    flex-direction: column;
  }
}
.team-v2__item {
  width: calc(50% - 1rem);
  border: 1px solid #D9CFCF;
  border-radius: 2rem;
  padding: 3rem;
}
@media screen and (max-width: 1280px) {
  .team-v2__item {
    padding: 2rem;
  }
}
@media screen and (max-width: 995px) {
  .team-v2__item {
    padding: 3rem;
  }
}
@media screen and (max-width: 575px) {
  .team-v2__item {
    width: 100%;
  }
}
.team-v2__icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 100%;
  background: #2581D9;
  margin-bottom: 2rem;
}
.team-v2__icon img {
  width: 3.6rem;
  height: 3.6rem;
}
.team-v2__titel {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 1.6rem;
}
.team-v2__text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #636060;
  line-height: 1.6;
}
.team-v2__right img {
  width: 57rem;
  height: 72rem;
  border-radius: 2rem;
}
@media screen and (max-width: 995px) {
  .team-v2__right img {
    width: 100%;
    height: auto;
    order: 1;
  }
}
.team-v2__desc {
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  text-align: center;
  padding: 6rem 9rem;
  font-size: 2rem;
  font-weight: 400;
  color: #636060;
  line-height: 1.8;
}
@media screen and (max-width: 1280px) {
  .team-v2__desc {
    padding: 3rem 9rem;
  }
}
@media screen and (max-width: 768px) {
  .team-v2__desc {
    padding: 3rem 0;
    text-align: center;
  }
}

.team-details__row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 995px) {
  .team-details__row {
    flex-direction: column;
  }
}
.team-details__row h3 {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 575px) {
  .team-details__row h3 {
    font-size: 1.8rem;
  }
}
.team-details__left {
  width: 38rem;
}
@media screen and (max-width: 995px) {
  .team-details__left {
    width: 100%;
  }
}
.team-details__left ul {
  margin-bottom: 3.5rem;
}
.team-details__left ul li {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
}
.team-details__left ul li:last-child {
  margin-bottom: 0;
}
.team-details__left ul a {
  color: #000000;
}
.team-details__foto {
  height: 50rem;
  border-radius: 2rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 995px) {
  .team-details__foto {
    margin: o auto;
  }
}
.team-details__social {
  display: flex;
  gap: 1rem;
}
.team-details__social a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.4rem;
  height: 3.4rem;
  background: #F1EEEE;
  border-radius: 100%;
}
.team-details__social a img {
  min-width: 1.4rem;
  height: 1.4rem;
}
.team-details__right {
  width: 78rem;
}
@media screen and (max-width: 1280px) {
  .team-details__right {
    width: 70rem;
  }
}
@media screen and (max-width: 995px) {
  .team-details__right {
    width: 100%;
  }
}
.team-details__right span {
  display: block;
  font-size: 2rem;
  font-weight: 500;
  color: #636060;
  margin-bottom: 2rem;
  text-transform: uppercase;
}
.team-details__right p {
  margin-bottom: 3.5rem;
}
.team-details__experience li {
  font-size: 1.6rem;
  line-height: 1.7;
  margin-bottom: 2rem;
}
.team-details__experience li:last-child {
  margin-bottom: 0;
}
.team-details__experience li::before {
  content: " ";
  display: inline-block;
  background-image: url("../images/checkbox.svg");
  background-size: 9px 9px;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #2581D9;
  border-radius: 100%;
  width: 21px;
  height: 21px;
  vertical-align: middle;
  transform: translateY(-2px);
  margin-right: 1rem;
}
.team-details__book {
  position: relative;
  width: 78rem;
  padding: 4rem;
  border: 1px solid #CECDCD;
  border-radius: 2rem;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .team-details__book {
    width: 70rem;
  }
}
@media screen and (max-width: 995px) {
  .team-details__book {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .team-details__book {
    padding: 1rem;
  }
}
.team-details__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 7rem;
  height: 7rem;
  border-radius: 0 2rem 0 2rem;
  background-color: #2581D9;
  top: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .team-details__icon {
    width: 6rem;
    height: 6rem;
  }
}
@media screen and (max-width: 575px) {
  .team-details__icon {
    border-radius: 1rem;
    width: 4.5rem;
    height: 4.5rem;
  }
}
.team-details__icon img {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 768px) {
  .team-details__icon img {
    width: 2.5rem;
    height: 2.5rem;
  }
}

.schedule {
  width: 78rem;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  .schedule {
    width: 70rem;
  }
}
@media screen and (max-width: 995px) {
  .schedule {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .schedule {
    gap: 1rem;
  }
}
.schedule-item {
  display: flex;
  justify-content: space-between;
  padding: 3rem;
  width: calc(50% - 1rem);
  background-color: #D0EAFD;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .schedule-item {
    padding: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .schedule-item {
    width: 100%;
    padding: 4rem;
  }
}
.schedule-item img {
  width: 3.8rem;
  height: 3.8rem;
}
.schedule-day {
  font-size: 2rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 1.8rem;
}
.schedule-time {
  font-size: 1.4rem;
  font-weight: 400;
  color: #000;
}

.book-form {
  width: 78rem;
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 1280px) {
  .book-form {
    width: 70rem;
  }
}
@media screen and (max-width: 995px) {
  .book-form {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .book-form {
    gap: 1rem;
  }
}
.book-form label {
  display: none;
}
.book-form input {
  width: calc(50% - 5rem);
  height: 5.5rem;
  padding: 1.8rem 2rem;
  background-color: #ECF9FE;
  border-radius: 2rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: #8A8A8A;
}
@media screen and (max-width: 995px) {
  .book-form input {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 575px) {
  .book-form input {
    font-size: 1.2rem;
    height: 3rem;
  }
}
.book-form button {
  background-color: #2581D9;
  width: calc(100% - 8rem);
}
@media screen and (max-width: 995px) {
  .book-form button {
    width: 100%;
  }
}

.faq {
  position: relative;
  min-height: 58.8rem;
  margin-bottom: 1rem;
}
.faq-icon-element {
  margin-left: 6rem;
}
@media screen and (max-width: 1280px) {
  .faq-icon-element {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .faq-icon-element {
    margin-left: 2rem;
  }
}
.faq-row {
  display: flex;
  gap: 3rem;
  justify-content: space-between;
  align-items: center;
  padding: 6rem;
  position: relative;
  background: #00AFFF;
  border-radius: 2rem;
}
@media screen and (max-width: 1280px) {
  .faq-row {
    padding: 4rem;
  }
}
@media screen and (max-width: 995px) {
  .faq-row {
    flex-direction: column;
    min-height: 80rem;
  }
}
@media screen and (max-width: 575px) {
  .faq-row {
    min-height: 70rem;
    padding: 2rem;
  }
}
.faq-left {
  width: 46rem;
}
@media screen and (max-width: 995px) {
  .faq-left {
    width: 100%;
    padding-top: 6rem;
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .faq-left {
    padding-top: 8rem;
  }
}
.faq-left h2 {
  color: #ffffff;
}
.faq-left p {
  line-height: 185%;
  color: #ffffff;
}
@media screen and (max-width: 995px) {
  .faq-right {
    width: 100%;
  }
}
.faq-item {
  width: 55rem;
  height: auto;
  padding: 2.4rem 3rem;
  background: #ffffff;
  border-radius: 1rem;
  margin-bottom: 2rem;
  cursor: pointer;
}
.faq-item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 995px) {
  .faq-item {
    width: 100%;
    padding: 2rem 5rem 2rem 2rem;
  }
}
.faq-question {
  margin-bottom: 1.2rem;
  position: relative;
}
.faq-question::after {
  content: "+";
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 0.6;
  position: absolute;
  right: 0;
  top: 5px;
  transition: 0.5s ease;
}
@media screen and (max-width: 995px) {
  .faq-question::after {
    right: -3rem;
  }
}
@media screen and (max-width: 575px) {
  .faq-question::after {
    font-size: 2.5rem;
  }
}
.faq-question span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 147.02%;
  color: #000000;
}
@media screen and (max-width: 995px) {
  .faq-question span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .faq-question span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 575px) {
  .faq-question span {
    font-size: 1.6rem;
  }
}
.faq-answer {
  display: none;
  border-top: 1px solid #DEDEDE;
}
.faq-answer p {
  padding-top: 1.8rem;
}

.is-active .faq-question::after {
  transform: rotate(45deg);
}

.testimonials {
  position: relative;
}
.testimonials::before {
  content: "";
  position: absolute;
  top: -424px;
  left: 0;
  width: 100%;
  height: 125rem;
  background: #F6ECFF url(../images/background-stars.png) no-repeat center;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 1280px) {
  .testimonials::before {
    height: 130rem;
  }
}
@media screen and (max-width: 995px) {
  .testimonials::before {
    height: 112rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonials::before {
    height: 105rem;
  }
}
.testimonials-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
}
@media screen and (max-width: 995px) {
  .testimonials-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.testimonials-left img {
  width: 54.5rem;
  height: 72.5rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 995px) {
  .testimonials-left img {
    display: none;
  }
}
.testimonials-right {
  width: 61.5rem;
}
@media screen and (max-width: 995px) {
  .testimonials-right {
    width: 100%;
  }
}
@media screen and (max-width: 995px) {
  .testimonials-right h2 {
    width: 100%;
  }
}
.testimonials-right p {
  width: 36rem;
  margin-bottom: 3.5rem;
}
@media screen and (max-width: 995px) {
  .testimonials-right p {
    width: 100%;
    margin-bottom: 2rem;
  }
}

.testimonials-v2 {
  position: relative;
}
.testimonials-v2-row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.testimonials-v2-row p {
  text-align: center;
  width: 40rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 575px) {
  .testimonials-v2-row p {
    width: 30rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonials-v2-row h2 {
    width: 22rem;
    text-align: center;
  }
}

.review {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 61.5rem;
  background: #ffffff;
  border-radius: 2rem;
  padding: 0 4rem 10rem 4rem;
}
@media screen and (max-width: 995px) {
  .review {
    width: 100%;
  }
}
@media screen and (max-width: 575px) {
  .review {
    padding: 0 2rem 10rem 2rem;
  }
}
.review-body {
  width: 52rem;
  font-size: 1.6rem;
  line-height: 170%;
}
@media screen and (max-width: 995px) {
  .review-body {
    width: 100%;
    min-height: 15rem;
  }
}
@media screen and (max-width: 575px) {
  .review-body {
    font-size: 1.4rem;
  }
}
.review-rating {
  display: flex;
  align-items: center;
  gap: 1rem;
  top: 0;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 575px) {
  .review-rating {
    margin-bottom: 2rem;
  }
}
.review-icon-element {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5.4rem;
  height: 5.4rem;
  background: #2581D9;
  border-radius: 0 0 1rem 1rem;
}
.review-stars {
  display: flex;
  gap: 2px;
}
.review-stars img {
  width: 2rem;
  height: 2rem;
}
.review-footer {
  position: absolute;
  display: flex;
  gap: 3rem;
  padding: 2rem;
  height: auto;
  background: #2581D9;
  border-radius: 1rem;
  bottom: -9rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7rem);
}
@media screen and (max-width: 995px) {
  .review-footer {
    bottom: -7rem;
  }
}
@media screen and (max-width: 575px) {
  .review-footer {
    width: calc(100% - 4rem);
    padding: 1rem;
    gap: 2rem;
    bottom: -9rem;
  }
}
.review-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.review-avatar img {
  width: 12.2rem;
  height: 13.2rem;
  border-radius: 1rem;
}
@media screen and (max-width: 575px) {
  .review-avatar img {
    height: 15rem;
  }
}
.review-name {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1rem;
}
.review-spec {
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .review-spec {
    font-size: 1.2rem;
  }
}
.review-social {
  display: flex;
  gap: 1.2rem;
}
.review-social a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.8rem;
  height: 2.8rem;
  border-radius: 100%;
  border: 1px solid #ffffff;
  transition: background 0.5s ease;
}
.review-social a:hover {
  background: #41BEF7;
}
.review-social a img {
  width: 1.1rem;
  height: 1.1rem;
}

.review-v2 {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border-radius: 2rem;
  padding: 0 3rem 9rem 3rem;
  height: 44rem;
  border: 1px solid #DFD4D4;
}
@media screen and (max-width: 1280px) {
  .review-v2 {
    padding: 0 3rem 5rem 3rem;
  }
}
.review-v2-body {
  font-size: 1.6rem;
  line-height: 170%;
}
.review-v2-footer {
  position: absolute;
  display: flex;
  gap: 3rem;
  padding: 2rem;
  height: auto;
  background: #2581D9;
  border-radius: 1rem;
  bottom: -6rem;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 7rem);
}
@media screen and (max-width: 575px) {
  .review-v2-footer {
    width: calc(100% - 4rem);
    padding: 1rem;
    gap: 2rem;
    bottom: -9rem;
  }
}

.swiper-pagination {
  position: static;
  margin-top: 12rem;
}
.swiper-pagination-bullet {
  width: 1.4rem;
  height: 1.4rem;
  color: #2581D9;
  opacity: 0.2;
  transition: width 0.5s ease;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  width: 3rem;
  border-radius: 2.3rem;
}

.swiper-testimonialsv2 .swiper-slide {
  max-width: 36rem;
}

.pricing-box {
  display: flex;
  border: 1px solid #D4CCCC;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  .pricing-box {
    flex-direction: column;
  }
}
.pricing-card {
  width: 40rem;
}
@media screen and (max-width: 768px) {
  .pricing-card {
    width: 100%;
  }
}
.pricing-titel {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: #000000;
  padding: 1.7rem 0;
  text-transform: uppercase;
}
.pricing-price {
  display: flex;
  gap: 0.6rem;
  justify-content: center;
  align-items: center;
  height: 7.5rem;
  background: #41BEF7;
  color: #ffffff;
}
.pricing-price-color2 {
  background: #2581D9;
}
.pricing-big {
  font-size: 3.5rem;
  font-weight: 700;
}
.pricing-month {
  font-size: 1.6rem;
  font-weight: 500;
}
.pricing-item {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 185%;
  padding: 1.5rem 3rem;
  border-bottom: 1px solid #E0DADA;
}
@media screen and (max-width: 768px) {
  .pricing-item {
    font-size: 1.8rem;
    gap: 2rem;
  }
}
.pricing-item::before {
  content: "";
  display: inline-block;
  background: url(../images/checkbox.svg);
  background-size: 9px 9px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 100%;
  background-color: #2581D9;
}
.pricing-off {
  color: #B5AFAF;
}
.pricing-off::before {
  content: "";
  background-color: #B5AFAF;
}
.pricing-footer {
  display: flex;
  justify-content: center;
  padding: 2.5rem 0;
}

.video-item {
  position: relative;
}
.video-img img {
  width: 119.8rem;
  height: 58.3rem;
  border-radius: 2rem;
  border: 8px solid #41BEF7;
}
@media screen and (max-width: 995px) {
  .video-img img {
    width: 100%;
    height: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .video-img img {
    height: 45rem;
  }
}
@media screen and (max-width: 575px) {
  .video-img img {
    height: 27rem;
  }
}
.video-play {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 14;
  width: 11rem;
  height: 11rem;
  border-radius: 100%;
  background-color: #2581D9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-play img {
  width: 5rem;
  height: 5rem;
  margin-left: 1rem;
}
@media screen and (max-width: 995px) {
  .video-play {
    width: 8rem;
    height: 8rem;
  }
}
@media screen and (max-width: 575px) {
  .video-play {
    width: 6.2rem;
    height: 6.2rem;
  }
  .video-play img {
    width: 3rem;
    height: 3rem;
  }
}

.video-play-v2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 14;
  width: 8rem;
  height: 8rem;
  border-radius: 100%;
  background-color: #2581D9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 575px) {
  .video-play-v2 {
    width: 7rem;
    height: 7rem;
  }
}
.video-img-v2 {
  width: 4rem;
  height: 4rem;
  margin-left: 1rem;
}
@media screen and (max-width: 575px) {
  .video-img-v2 {
    width: 2.5rem;
    height: 2.5rem;
    margin-left: 0.5rem;
  }
}

.gallery {
  position: relative;
}
.gallery::before {
  content: "";
  position: absolute;
  top: -32rem;
  left: 0;
  width: 100%;
  height: 135rem;
  background: #BCEAFE url(../app/images/gallery-background.png) no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .gallery::before {
    height: 142rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery::before {
    min-height: 130rem;
    top: -14rem;
  }
}
.gallery-item {
  display: block;
  overflow: hidden;
}
.gallery-item img {
  width: 100%;
  height: 52rem;
}
.gallery-titel {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(48, 118, 184, 0.9);
  border-radius: 1.6rem;
  width: 85%;
  height: 85%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.gallery-titel:hover {
  opacity: 1;
}
.gallery-border {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  height: 80%;
  border-radius: 1.6rem;
  border: 4px solid #ffffff;
}
.gallery-magnify img {
  width: 4.6rem;
  height: 4.6rem;
  margin-bottom: 1rem;
}
.gallery-text {
  font-size: 2rem;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
}
.gallery-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
}

.swiper-horizontal > .swiper-scrollbar, .swiper-scrollbar.swiper-scrollbar-horizontal {
  position: static;
  margin-top: 5rem;
  margin: 5rem auto 0 auto;
  max-width: 31.6rem;
  height: 9px;
  background-color: rgba(37, 129, 217, 0.2);
  cursor: pointer;
}

.swiper-scrollbar-drag {
  background: #2581D9;
}

.gallery-details__row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media screen and (max-width: 995px) {
  .gallery-details__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575px) {
  .gallery-details__row {
    grid-template-columns: repeat(1, 1fr);
  }
}
.gallery-details-item {
  position: relative;
}
.gallery-details-item img {
  width: 38rem;
  height: 42rem;
  border-radius: 2rem;
}
@media screen and (max-width: 995px) {
  .gallery-details-item img {
    width: 49.6rem;
  }
}
@media screen and (max-width: 575px) {
  .gallery-details-item img {
    width: 100%;
  }
}

.magnify img {
  width: 4.6rem;
  height: 4.6rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 995px) {
  .magnify img {
    width: calc(50% - 1rem);
    height: auto;
  }
}

.blog {
  position: relative;
  background-color: #FAF8F8;
  overflow: hidden;
}
.blog-row {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 995px) {
  .blog-row {
    gap: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .blog-row {
    flex-direction: column;
  }
}
.blog-left {
  padding-top: 10rem;
  min-width: 35rem;
}
@media screen and (max-width: 768px) {
  .blog-left {
    min-width: none;
    width: 100%;
    padding-top: 2rem;
    text-align: center;
  }
}
.blog-left p {
  margin-bottom: 3rem;
}
.blog-right {
  width: 100%;
}
.blog-item {
  background-color: #ffffff;
  height: 55rem;
  border-radius: 2rem;
  border: 1px solid #DEDEDE;
  overflow: hidden;
}
.blog-image {
  position: relative;
}
.blog-image img {
  width: 33.3rem;
  height: 25rem;
}
.blog-date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 6.9rem;
  height: 6.9rem;
  background-color: #2581D9;
  color: #ffffff;
  border-radius: 1rem;
  right: 1rem;
  bottom: 1rem;
  z-index: 5;
}
.blog-date strong {
  font-weight: 700;
  font-size: 2.5rem;
}
.blog-date span {
  font-size: 1.4rem;
  font-weight: 400;
}
.blog-content {
  padding: 2.5rem 2.5rem 2.5rem 3rem;
}
.blog-content a {
  color: #000000;
}
.blog-text {
  font-size: 1.6rem;
  font-weight: 400;
  color: #636060;
  line-height: 198%;
  margin-bottom: 2rem;
}

.swiper-blog .swiper-slide {
  max-width: 33.3rem;
}

.swiper-pagination-blog {
  margin-top: 5rem;
}

.swiper-blog {
  padding-right: 250px;
}
@media screen and (max-width: 768px) {
  .swiper-blog {
    padding-right: 0;
  }
}

.blog-v2__row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 995px) {
  .blog-v2__row {
    flex-direction: column;
  }
}
.blog-v2__left {
  width: 78rem;
}
@media screen and (max-width: 995px) {
  .blog-v2__left {
    width: 100%;
  }
}
.blog-v2__card {
  border: 1px solid #D8D8D8;
  border-radius: 2rem;
  margin-bottom: 4rem;
}
.blog-v2__card:last-child {
  margin-bottom: 0;
}
.blog-v2__image {
  position: relative;
}
.blog-v2__image img {
  width: 78rem;
  height: 42rem;
  border-radius: 2rem 2rem 0 0;
}
@media screen and (max-width: 995px) {
  .blog-v2__image img {
    width: 100%;
  }
}
.blog-v2__info {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  background-color: #2581D9;
  left: 0;
  bottom: 0;
  padding: 1.8rem 4rem;
  border-radius: 0 20px 0 0;
}
@media screen and (max-width: 768px) {
  .blog-v2__info {
    padding: 1.2rem 2rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-v2__info {
    justify-content: center;
    gap: 1.5rem;
  }
}
.blog-v2__item {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 575px) {
  .blog-v2__item {
    gap: 0.5rem;
  }
}
.blog-v2__item img {
  width: 1.4rem;
  height: 1.6rem;
}
.blog-v2__item p {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .blog-v2__item p {
    font-size: 1.4rem;
  }
}
.blog-v2__content {
  padding: 2.5rem 4rem 3.5rem 4rem;
}
@media screen and (max-width: 768px) {
  .blog-v2__content {
    padding: 2.5rem 3rem 3.5rem 3rem;
  }
}
@media screen and (max-width: 575px) {
  .blog-v2__content {
    padding: 2.5rem 1.5rem 3.5rem 1.5rem;
  }
}
.blog-v2__content p {
  margin-bottom: 2.5rem;
}
.blog-v2__content em {
  display: block;
  font-size: 16px;
  font-weight: italic;
  line-height: 170%;
  color: #636060;
  margin-bottom: 3rem;
}
.blog-v2__tags {
  display: flex;
  justify-content: center;
  gap: 2rem;
  background-color: #F3F3F3;
  border-radius: 8rem;
  padding: 2.1rem 3rem;
  height: 7rem;
}
.blog-v2__tags-titel {
  font-size: 2rem;
  font-weight: 700;
  color: #000000;
}
.blog-v2__tags-item {
  display: inline-block;
  background-color: #2581D9;
  color: #ffffff;
  padding: 0.8rem 1.8rem;
  border-radius: 2rem;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  height: 3rem;
}
.blog-v2__btn {
  width: 27.5rem;
}
@media screen and (max-width: 995px) {
  .blog-v2__btn {
    width: 45%;
  }
}
@media screen and (max-width: 575px) {
  .blog-v2__btn {
    width: 100%;
  }
}
.blog-v2__rigth {
  width: 38rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.tags__item {
  display: inline-block;
  background-color: #ffffff;
  border-radius: 2rem;
  padding: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  color: black;
  text-transform: uppercase;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, color 0.3s;
}
.tags__item:hover {
  background-color: #1E88E5;
  color: #ffffff;
}

.categories__item {
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  margin-bottom: 1.6rem;
}
.categories__item:last-child {
  margin-bottom: 0;
}
.categories__item a {
  color: #373535;
}
.categories__item a::before {
  content: " ";
  display: inline-block;
  background-image: url("../images/vector-right.svg");
  width: 1.8rem;
  height: 0.9rem;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1px;
}

.recent-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.recent-item:last-child {
  margin-bottom: 0;
}
.recent__left img {
  width: 7.4rem;
  height: 7.4rem;
  border-radius: 5px;
}
.recent__titel a {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #2B2727;
  line-height: 1.3;
  margin: 0;
  padding: 0;
}
.recent__date {
  display: flex;
  align-items: center;
  gap: 5px;
}
.recent__date img {
  width: 13px;
  height: 14px;
}
.recent__date p {
  font-size: 1.4rem;
  font-weight: 400;
}

blockquote {
  margin: 0;
  padding: 0;
  background-color: #F3F2F2;
  border-radius: 2rem;
  border-left: 8px solid #2581D9;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  padding: 3rem 0;
  text-align: center;
  margin-bottom: 4rem;
}
blockquote p {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.7;
  color: #545151;
  margin-bottom: 0 !important;
}
blockquote cite {
  display: block;
  padding-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: #2581D9;
}

.comment-list {
  margin-bottom: 6rem;
}
.comment-list h3 {
  margin-bottom: 3.5rem;
}
.comment-list__item {
  display: flex;
  gap: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #E1E1E1;
  margin-bottom: 3rem;
}
.comment-list__item:last-child {
  margin-bottom: 0;
}
.comment-list__item:nth-child(2n+1) {
  margin-left: 8rem;
}
.comment-list__item img {
  width: 86px;
  height: 86px;
  border-radius: 10px;
}
.comment-list__content h5 {
  color: #000000;
  margin-bottom: 1rem;
}
.comment-list__content span {
  font-size: 1.6rem;
  font-weight: 400;
  color: #636060;
}
.comment-list__content p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}

.dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2581D9;
  border-radius: 100%;
  margin: 1px 5px;
}

.comment-form {
  display: flex;
  flex-direction: column;
}
.comment-form input, .comment-form textarea {
  width: 100%;
  background-color: #efeded;
  opacity: 0.5;
  border-radius: 5px;
  margin-bottom: 2rem;
  padding-left: 2rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.comment-form input {
  height: 5rem;
}
.comment-form textarea {
  height: 13rem;
  padding-top: 2rem;
}

.appointment {
  position: relative;
  background: #BCEAFE;
}
.appointment-row {
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 995px) {
  .appointment-row {
    flex-direction: column;
    justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .appointment-row {
    gap: 4rem;
  }
}
.appointment-left img {
  width: 47rem;
  height: 71.4rem;
  border-radius: 2rem;
}
@media screen and (max-width: 995px) {
  .appointment-left img {
    width: 100%;
    height: 60rem;
  }
}
.appointment-right {
  width: 65rem;
}
@media screen and (max-width: 995px) {
  .appointment-right {
    width: 100%;
  }
}

.swiper-partners .swiper-slide {
  height: auto;
}

.partners-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 30px 24px;
  background: #2581D9;
  color: #ffffff;
  border-radius: 2rem;
}
@media screen and (max-width: 575px) {
  .partners-item {
    font-size: 15px;
  }
}
.partners-item img {
  max-width: 100%;
  height: 6.8rem;
  margin-bottom: 1.4rem;
}
.partners-item strong {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 995px) {
  .partners-item strong {
    font-size: 1.2rem;
  }
}
.partners-item span {
  font-size: 1.2rem;
  font-weight: 400;
  text-transform: uppercase;
}

.newsletter {
  position: relative;
  overflow: hidden;
  background: linear-gradient(0deg, rgba(37, 129, 217, 0.9), rgba(37, 129, 217, 0.9));
}
.newsletter-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.newsletter-left {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .newsletter-left {
    width: 100%;
  }
}
.newsletter-right img {
  padding-top: 1.5rem;
  width: 35.6rem;
  height: 34.5rem;
}
@media screen and (max-width: 995px) {
  .newsletter-right img {
    width: 25rem;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .newsletter-right img {
    display: none;
  }
}

.footer {
  padding: 2rem 0;
  background: #1F568B;
}
.footer-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 995px) {
  .footer-top {
    flex-direction: column;
    align-items: flex-start;
    gap: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .footer-top {
    padding: none;
    padding-top: 4rem;
  }
}
.footer-top-icons {
  display: flex;
  gap: 3.7rem;
}
@media screen and (max-width: 768px) {
  .footer-top-icons {
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }
}
.footer-top-item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem;
}
.footer-top-item:hover .footer-top-icon {
  background: #41BEF7;
}
.footer-top-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ffffff;
  border-radius: 10rem;
  transition: 0.5s ease;
}
.footer-top-text {
  display: flex;
  flex-direction: column;
}
.footer-top-titel {
  font-size: 1.2rem;
  color: #DADADA;
}
.footer-top-name {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ffffff;
}
.footer-logo img {
  width: 18rem;
  height: 4.4rem;
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 4.5rem 0;
  border-bottom: 1px solid #ffffff;
}
@media screen and (max-width: 995px) {
  .footer-bottom {
    flex-direction: column;
    padding: 0;
  }
}
.footer-left {
  border-right: 1px solid #ffffff;
}
@media screen and (max-width: 995px) {
  .footer-left {
    border-right: none;
  }
}
.footer-desc {
  width: 36rem;
  color: #DAD5D5;
  line-height: 160%;
  margin-right: 7rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 1280px) {
  .footer-desc {
    width: 32rem;
    padding-right: 0;
    margin-right: 5rem;
  }
}
@media screen and (max-width: 995px) {
  .footer-desc {
    width: 100%;
    margin-bottom: 4rem;
    margin-right: 0;
    padding-right: 0;
    padding-top: 2rem;
  }
}
.footer-social {
  display: flex;
  gap: 1.4rem;
  align-items: center;
}
@media screen and (max-width: 995px) {
  .footer-social {
    margin-bottom: 4rem;
  }
}
.footer-social-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer-social-item:hover .footer-social-icon {
  background: #41BEF7;
}
.footer-social-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border: 1px solid #ffffff;
  border-radius: 10rem;
  transition: 0.5s ease;
}
.footer-right {
  width: 69.1rem;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  gap: 3rem;
}
@media screen and (max-width: 995px) {
  .footer-right {
    width: 100%;
    gap: 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  .footer-right {
    grid-template-columns: repeat(2, 1fr);
    border-top: 1px solid #ffffff;
    padding-top: 2rem;
  }
}
.footer-list a, .footer-list li {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  color: #ffffff;
  margin-bottom: 1rem;
}
@media screen and (max-width: 575px) {
  .footer-list a, .footer-list li {
    font-size: 1.2rem;
  }
}
.footer-copyright {
  padding-top: 2.5rem;
}
.footer-copyright p, .footer-copyright a {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #ffffff;
}

.about-v2__row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8rem;
}
@media screen and (max-width: 995px) {
  .about-v2__row {
    flex-direction: column;
    justify-content: normal;
    margin-bottom: 4rem;
  }
}
.about-v2__left {
  position: relative;
}
.about-v2__box-img {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 1280px) {
  .about-v2__box-img {
    gap: 1rem;
  }
}
@media screen and (max-width: 995px) {
  .about-v2__box-img {
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    gap: 2rem;
  }
}
@media screen and (max-width: 575px) {
  .about-v2__box-img {
    gap: 1rem;
  }
}
.about-v2__box-img img {
  width: 27.8rem;
  height: 66.1rem;
  border-radius: 2rem;
}
@media screen and (max-width: 1280px) {
  .about-v2__box-img img {
    width: 26rem;
    height: 66.1rem;
  }
}
@media screen and (max-width: 995px) {
  .about-v2__box-img img {
    width: calc(50% - 1rem);
    height: auto;
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 575px) {
  .about-v2__box-img img {
    width: calc(50% - 0.5rem);
    height: 45rem;
  }
}
.about-v2__exp {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.6rem;
  padding: 2.5rem 3.2rem;
  left: -84px;
  bottom: 60px;
  background: #2581D9;
  border-radius: 0 64px 64px 15px;
}
@media screen and (max-width: 1280px) {
  .about-v2__exp {
    left: -44px;
  }
}
@media screen and (max-width: 995px) {
  .about-v2__exp {
    bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .about-v2__exp {
    padding: 2rem 3rem;
  }
}
.about-v2__exp::before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #2673BC;
  width: 86px;
  height: 34px;
  bottom: 100%;
  left: 0;
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  z-index: -1;
}
.about-v2__exp-bold {
  font-size: 5rem;
  font-weight: 700;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about-v2__exp-bold {
    font-size: 4rem;
  }
}
.about-v2__exp-text {
  font-size: 1.8rem;
  font-weight: 400;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .about-v2__exp-text {
    font-size: 1.4rem;
  }
}
.about-v2__right {
  width: 55rem;
}
@media screen and (max-width: 1280px) {
  .about-v2__right {
    width: 50rem;
  }
}
@media screen and (max-width: 995px) {
  .about-v2__right {
    width: 100%;
  }
}
.about-v2__right p {
  margin-bottom: 3rem;
}

.features__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 575px) {
  .features__list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.features__item {
  width: 25.5rem;
  font-size: 1.4rem;
  font-weight: 400;
}
.features__item::before {
  content: " ";
  background-image: url(../images/Check.svg);
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  margin-right: 0.5rem;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.testimonial {
  display: flex;
  align-items: center;
  gap: 3rem;
  border-top: 1px solid #DEDEDE;
  padding-top: 3rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  .testimonial {
    padding-top: 2rem;
    margin-bottom: 2.5rem;
  }
}
@media screen and (max-width: 575px) {
  .testimonial {
    margin-inline: 1rem;
  }
}
@media screen and (max-width: 995px) {
  .testimonial {
    flex-direction: column;
    align-items: initial;
  }
}
.testimonial__avatar {
  width: 8.3rem;
  height: 8.3rem;
  border-radius: 100%;
  border: 1px solid #2581D9;
  padding: 0.8rem;
}
.testimonial__name {
  font-size: 2.4rem;
  font-weight: 400;
}
.testimonial__position {
  font-size: 1.6rem;
  font-weight: 400;
}
.testimonial__signature {
  width: 13.6rem;
  height: 6.2rem;
}

.stats-v2 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  border-top: 1px solid #E3E3E3;
  border-bottom: 1px solid #E3E3E3;
  padding: 3rem 0;
}
@media screen and (max-width: 995px) {
  .stats-v2 {
    padding: 1rem 0;
  }
}
@media screen and (max-width: 768px) {
  .stats-v2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 2rem;
    justify-content: center;
    border-top: none;
    border-bottom: none;
    border: 1px solid #2581D9;
    border-radius: 2rem;
  }
}
.stats-v2__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 5rem;
  border-right: 1px solid #E3E3E3;
}
.stats-v2__item:last-child {
  border-right: 0;
}
@media screen and (max-width: 995px) {
  .stats-v2__item {
    padding: 1rem 3rem;
  }
}
@media screen and (max-width: 768px) {
  .stats-v2__item {
    border-right: none;
    padding: 1rem;
  }
}
@media screen and (max-width: 575px) {
  .stats-v2__item {
    font-size: 3.5rem;
  }
  .stats-v2__item:nth-child(1) {
    border-bottom: 1px solid rgba(37, 129, 217, 0.35);
    border-right: 1px solid rgba(37, 129, 217, 0.35);
  }
  .stats-v2__item:nth-child(2) {
    border-bottom: 1px solid rgba(37, 129, 217, 0.35);
  }
  .stats-v2__item:nth-child(3) {
    border-right: 1px solid rgba(37, 129, 217, 0.35);
  }
}
.stats-v2__item span {
  font-size: 5rem;
  font-weight: 800;
  color: #2581D9;
  text-align: center;
}
@media screen and (max-width: 575px) {
  .stats-v2__item span {
    font-size: 3.5rem;
  }
}
.stats-v2__item p {
  width: 12rem;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .stats-v2__item p {
    font-size: 1.2rem;
  }
}

.offer {
  position: relative;
  padding: 10rem 0;
  background: url(../images/stars_circles.png) no-repeat, linear-gradient(90deg, #00AFFF 0.5%, #18B1F7 100%);
}
@media screen and (max-width: 768px) {
  .offer {
    padding: 6rem 0;
  }
}
.offer-row {
  display: flex;
  gap: 3rem;
}
@media screen and (max-width: 995px) {
  .offer-row {
    gap: 2rem;
  }
}
.offer-row h2, .offer-row p {
  color: #ffffff;
}
.offer-row p {
  margin-bottom: 3rem;
}
.offer-left {
  width: 54.2rem;
}
@media screen and (max-width: 995px) {
  .offer-left {
    width: 48rem;
  }
}
@media screen and (max-width: 768px) {
  .offer-left {
    width: 100%;
  }
}
.offer-btn {
  display: flex;
  gap: 1.5rem;
}
.offer-right img {
  position: absolute;
  height: 42rem;
  bottom: 0;
  right: 10rem;
}
@media screen and (max-width: 995px) {
  .offer-right img {
    right: 0;
  }
}
@media screen and (max-width: 768px) {
  .offer-right img {
    display: none;
  }
}

.service-thumb {
  position: relative;
  height: 42rem;
}
.service-thumb img {
  width: 78rem;
  height: 42rem;
  border-radius: 2rem;
}
@media screen and (max-width: 995px) {
  .service-thumb img {
    width: 100%;
    object-position: right;
  }
}
.service-icon {
  position: absolute;
  width: 7.7rem;
  height: 7.7rem;
  background: #2581D9;
  border-radius: 0 2rem 0 2rem;
  padding: 2rem;
  left: 0;
  bottom: 0;
}
.service-icon img {
  width: 4rem;
  height: 4rem;
  filter: invert(100%) brightness(1000%);
  object-fit: contain;
}
.service-content p {
  font-size: 1.6rem;
  line-height: 1.8;
  margin-bottom: 4rem;
}
.service-content h3 {
  margin-bottom: 2rem;
}

.page-row {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 995px) {
  .page-row {
    flex-direction: column;
  }
}
.page-left {
  width: 78rem;
}
@media screen and (max-width: 1280px) {
  .page-left {
    width: 72rem;
  }
}
@media screen and (max-width: 995px) {
  .page-left {
    width: 100%;
  }
}
.page-right {
  width: 38rem;
}
@media screen and (max-width: 1280px) {
  .page-right {
    width: 44rem;
  }
}
@media screen and (max-width: 995px) {
  .page-right {
    width: 100%;
  }
}

.content-row {
  display: flex;
  gap: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 575px) {
  .content-row {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.content-row li {
  font-size: 1.6rem;
  margin-bottom: 2rem;
}
.content-row li:last-child {
  margin-bottom: 0;
}
.content-row ul li::before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #2581D9;
  border-radius: 100%;
  margin-right: 1rem;
  transform: translateY(-2px);
}
.content-row ol {
  counter-reset: num;
}
.content-row ol li {
  counter-increment: num;
}
.content-row ol li::before {
  content: counter(num) ".";
  display: inline-block;
  color: #2581D9;
  margin-right: 1rem;
}

.pricing-plan {
  width: 77.6rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 1280px) {
  .pricing-plan {
    width: 72rem;
  }
}
@media screen and (max-width: 995px) {
  .pricing-plan {
    width: 100%;
  }
}
.pricing-plan-item {
  font-size: 1.8rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #B4B4B4;
  height: 3.3rem;
  margin-bottom: 2rem;
}
.pricing-plan-item:last-child {
  margin-bottom: 0;
}
.pricing-plan-val {
  font-weight: 700;
  color: #2581D9;
}

.content-img {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}
.content-img img {
  width: 37rem;
  height: 23rem;
  border-radius: 2rem;
}

.video {
  position: relative;
}
.video video {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 2rem;
}
.video-play {
  position: absolute;
}

.widget {
  background: #CFEBFF;
  padding: 3rem;
  border-radius: 2rem;
  margin-bottom: 3rem;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget__titel {
  margin-bottom: 3rem;
  position: relative;
}
.widget__titel::before {
  position: absolute;
  content: " ";
  display: block;
  height: 4px;
  width: 100%;
  background: #C2D1E0;
  border-radius: 2rem;
  bottom: -1.5rem;
}
.widget__titel::after {
  position: absolute;
  content: " ";
  display: block;
  height: 4px;
  width: 35px;
  background: #2581D9;
  border-radius: 2rem;
  bottom: -1.5rem;
}

.widget-search__form {
  position: relative;
  display: flex;
}
.widget-search__input {
  width: 100%;
  height: 5rem;
  background: #ffffff;
  border-radius: 1rem;
  font-size: 1.6rem;
  padding-left: 1rem;
}
.widget-search__button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  width: 5rem;
  height: 5rem;
  background: #2581D9;
  border-radius: 1rem;
  cursor: pointer;
}
.widget-search__button img {
  width: 1.8rem;
  height: 1.8rem;
}

.widget-services ul li {
  margin-bottom: 1.5rem;
}
.widget-services ul li:last-child {
  margin-bottom: 0;
}
.widget-services ul li a {
  position: relative;
  display: block;
  background: #ffffff;
  padding: 1.4rem 1.8rem;
  color: #000000;
  border-radius: 5px;
  font-size: 1.6rem;
}
.widget-services ul li a::after {
  content: " ";
  position: absolute;
  display: inline-block;
  background-image: url("../images/Arrow Next.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 18px;
  height: 18px;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
}

.widget-download li {
  position: relative;
  margin-bottom: 1.5rem;
}
.widget-download li:last-child {
  margin-bottom: 0;
}
.widget-download li a {
  display: flex;
  background: #ffffff;
  padding: 1.4rem 1.8rem;
  color: #000000;
  border-radius: 5px;
  font-size: 1.6rem;
}
.widget-download__file {
  margin-right: 1rem;
}
.widget-download__download-icon {
  position: absolute;
  right: 1.4rem;
}

.contact__row {
  position: relative;
  display: flex;
  gap: 4rem;
  background-color: #BCEAFE;
  border-radius: 2rem;
  padding: 4rem;
}
@media screen and (max-width: 995px) {
  .contact__row {
    flex-direction: column;
    padding: 0;
  }
}
.contact__left {
  background-color: #2581D9;
  border-radius: 1rem;
  padding: 4rem 3.5rem;
  color: #ffffff;
}
@media screen and (max-width: 575px) {
  .contact__left {
    padding: 2rem;
  }
}
@media screen and (max-width: 995px) {
  .contact__right {
    padding: 2rem;
  }
}
.contact__title {
  font-size: 3.5rem;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 1.4rem;
}
.contact__description {
  font-size: 1.6rem;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 3.5rem;
}

.contact-info {
  margin-bottom: 3.5rem;
}
.contact-info__item {
  display: flex;
  gap: 2rem;
  color: #ffffff;
  margin-bottom: 2.2rem;
}
.contact-info__item:last-child {
  margin-bottom: 0;
}
.contact-info__icon img {
  width: 2.4rem;
  height: 2.4rem;
}
.contact-info__text {
  display: flex;
  flex-direction: column;
}
.contact-info__label {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 6px;
}
.contact-info__value {
  font-size: 2rem;
  font-weight: 400;
}

.social-links {
  display: flex;
  gap: 1.5rem;
}
.social-links__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  border-radius: 100%;
  border: 1px solid #ffffff;
}

.map iframe {
  width: 100%;
  height: 60rem;
}
@media screen and (max-width: 768px) {
  .map iframe {
    height: 40rem;
  }
}/*# sourceMappingURL=style.css.map */