.hero_container__JPDnU {
  height: 90vh;
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  padding-top: 60px;
}
.hero_container__JPDnU .hero_circle__sV8je {
  overflow: hidden;
  height: 990px;
  width: 990px;
  background-color: var(--color-1);
  border-radius: 100%;
  position: absolute;
  right: -330px;
  top: -130px;
  z-index: -1;
}
.hero_container__JPDnU .hero_shape_1__p1IkS {
  z-index: -1;
  position: absolute;
  width: 30px;
  height: 30px;
  left: 80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-animation-name: hero_move-around__M7814;
  animation-name: hero_move-around__M7814;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes hero_move-around__M7814 {
  0% {
    top: 50%;
    left: 80px;
  }
  50% {
    top: 60%;
    left: 150px;
  }
  75% {
    top: 70%;
    left: 80px;
  }
  to {
    top: 50%;
  }
}
@keyframes hero_move-around__M7814 {
  0% {
    top: 50%;
    left: 80px;
  }
  50% {
    top: 60%;
    left: 150px;
  }
  75% {
    top: 70%;
    left: 80px;
  }
  to {
    top: 50%;
  }
}
.hero_container__JPDnU .hero_shape_2__5dPGb {
  position: absolute;
  left: 0;
  bottom: -22px;
  z-index: 99;
}
.hero_container__JPDnU .hero_wrapper__vBwQd {
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 {
  display: flex;
  flex-direction: column;
}
.hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 {
  color: var(--text-color-2);
  font-size: 90px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  letter-spacing: -2px;
  width: 100%;
  max-width: 600px;
}
.hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 span {
  color: var(--color-1);
  position: relative;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  h1
  span
  .hero_underline__YNKEH {
  position: absolute;
  bottom: 8px;
  left: 0;
  border-bottom: 9px solid var(--color-2);
  -webkit-animation-name: hero_underline__YNKEH;
  animation-name: hero_underline__YNKEH;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes hero_underline__YNKEH {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes hero_underline__YNKEH {
  0% {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_btnContainer__aUeYJ {
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_btnContainer__aUeYJ
  button {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color-3);
  background: var(--color-1);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  border-radius: 10px;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_btnContainer__aUeYJ
  button:hover {
  background-color: var(--color-2);
  color: var(--text-color-2);
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu {
  display: flex;
  align-items: center;
  gap: 30px;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu
  .hero_social__IbqZd {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu
  .hero_social__IbqZd
  img {
  width: 20px;
  height: 20px;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu
  .hero_social__IbqZd
  p {
  margin: 0;
  text-transform: uppercase;
  color: var(--text-color-2);
  font-weight: 600;
  transition: all 0.27s ease-in-out;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu
  .hero_social__IbqZd:first-child:hover
  p {
  color: #1da1f2;
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu
  .hero_social__IbqZd:nth-child(2):hover
  p {
  color: hsla(0, 2%, 9%, 0.616);
}
.hero_container__JPDnU
  .hero_wrapper__vBwQd
  .hero_left__K7g02
  .hero_socials__fREhu
  .hero_social__IbqZd:nth-child(3):hover
  p {
  color: #197cdf;
}
.hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
  position: absolute;
  top: 57%;
  right: 145px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1800px) {
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
    right: 50px;
  }
}
@media screen and (max-width: 1600px) {
  .hero_container__JPDnU .hero_circle__sV8je {
    right: -500px;
  }
  .hero_container__JPDnU .hero_shape_1__p1IkS {
    left: 20px;
    top: 50%;
  }
  @-webkit-keyframes hero_move-around__M7814 {
    0% {
      top: 50%;
      left: 20px;
    }
    50% {
      top: 60%;
      left: 150px;
    }
    75% {
      top: 70%;
      left: 20px;
    }
    to {
      top: 50%;
    }
  }
  @keyframes hero_move-around__M7814 {
    0% {
      top: 50%;
      left: 20px;
    }
    50% {
      top: 60%;
      left: 150px;
    }
    75% {
      top: 70%;
      left: 20px;
    }
    to {
      top: 50%;
    }
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
    right: 5px;
  }
}
@media screen and (max-width: 1440px) {
  .hero_container__JPDnU {
    height: 100%;
    padding-top: 170px;
    padding-bottom: 60px;
  }
  .hero_container__JPDnU .hero_circle__sV8je {
    right: -370px;
    height: 690px;
    width: 690px;
  }
  .hero_container__JPDnU .hero_shape_1__p1IkS {
    left: 30px;
    top: 20%;
    width: 25px;
    height: 25px;
  }
  @-webkit-keyframes hero_move-around__M7814 {
    0% {
      top: 20%;
      left: 30px;
    }
    25% {
      top: 30%;
      left: 180px;
    }
    50% {
      top: 40%;
      left: 10px;
    }
    to {
      top: 20%;
      left: 30px;
    }
  }
  @keyframes hero_move-around__M7814 {
    0% {
      top: 20%;
      left: 30px;
    }
    25% {
      top: 30%;
      left: 180px;
    }
    50% {
      top: 40%;
      left: 10px;
    }
    to {
      top: 20%;
      left: 30px;
    }
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 {
    padding-bottom: 60px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 {
    font-size: 70px;
    max-width: 400px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    h1
    span
    .hero_underline__YNKEH {
    bottom: 4px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
    position: unset;
    top: unset;
    -webkit-transform: unset;
    transform: unset;
  }
}
@media screen and (max-width: 1200px) {
  .hero_container__JPDnU {
    padding-top: 170px;
    padding-bottom: 60px;
  }
  .hero_container__JPDnU .hero_circle__sV8je {
    right: -408px;
    height: 660px;
    width: 660px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd {
    padding: 0 30px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 {
    padding-bottom: 60px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 {
    font-size: 60px;
    max-width: 350px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
    width: 100%;
    max-width: 480px;
  }
}
@media screen and (max-width: 992px) {
  .hero_container__JPDnU .hero_circle__sV8je {
    height: 400px;
    width: 500px;
    right: -330px;
    top: -130px;
  }
  .hero_container__JPDnU .hero_shape_1__p1IkS {
    left: 30px;
    top: 10%;
    width: 25px;
    height: 25px;
  }
  @-webkit-keyframes hero_move-around__M7814 {
    0% {
      top: 10%;
      left: 30px;
    }
    25% {
      top: 23%;
      left: 160px;
    }
    50% {
      top: 28%;
      left: 2px;
    }
    to {
      top: 10%;
      left: 30px;
    }
  }
  @keyframes hero_move-around__M7814 {
    0% {
      top: 10%;
      left: 30px;
    }
    25% {
      top: 23%;
      left: 160px;
    }
    50% {
      top: 28%;
      left: 2px;
    }
    to {
      top: 10%;
      left: 30px;
    }
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 80px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 {
    width: 100%;
    max-width: 800px;
    align-self: flex-end;
    padding-bottom: 0;
    padding-top: 30px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 {
    max-width: 100%;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_btnContainer__aUeYJ {
    margin-bottom: 35px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_btnContainer__aUeYJ
    button {
    height: 60px;
    line-height: 60px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu {
    gap: 20px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu
    .hero_social__IbqZd {
    gap: 8px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu
    .hero_social__IbqZd
    img {
    width: 16px;
    height: 16px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu
    .hero_social__IbqZd
    p {
    font-size: 14px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-bottom: 50px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
    width: 100%;
    max-width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .hero_container__JPDnU .hero_circle__sV8je {
    height: 300px;
    width: 400px;
    right: -260px;
    top: -115px;
  }
  .hero_container__JPDnU .hero_shape_2__5dPGb {
    bottom: -15px;
    width: 130px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd {
    gap: 60px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 {
    max-width: 600px;
    padding-top: 20px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 {
    max-width: 350px;
    font-size: 56px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    h1
    span
    .hero_underline__YNKEH {
    bottom: 2px;
    border-width: 7px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_right__Cq3O3 img {
    max-width: 550px;
  }
}
@media screen and (max-width: 480px) {
  .hero_container__JPDnU .hero_shape_1__p1IkS {
    left: 30px;
    top: 15%;
    width: 15px;
    height: 15px;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
  }
  @-webkit-keyframes hero_move-around__M7814 {
    0% {
      top: 15%;
      left: 30px;
    }
    25% {
      top: 13%;
      left: 90px;
    }
    50% {
      top: 17%;
      left: 110px;
    }
    75% {
      top: 18%;
      left: 50px;
    }
    to {
      top: 15%;
      left: 30px;
    }
  }
  @keyframes hero_move-around__M7814 {
    0% {
      top: 15%;
      left: 30px;
    }
    25% {
      top: 13%;
      left: 90px;
    }
    50% {
      top: 17%;
      left: 110px;
    }
    75% {
      top: 18%;
      left: 50px;
    }
    to {
      top: 15%;
      left: 30px;
    }
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd {
    padding: 0 20px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  .hero_container__JPDnU .hero_wrapper__vBwQd .hero_left__K7g02 h1 {
    font-size: 38px;
    margin-bottom: 18px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    h1
    span
    .hero_underline__YNKEH {
    bottom: 0;
    border-width: 5px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_btnContainer__aUeYJ
    button {
    height: 56px;
    line-height: 56px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu {
    gap: 25px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu
    .hero_social__IbqZd {
    gap: 8px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu
    .hero_social__IbqZd
    img {
    width: 16px;
    height: 16px;
  }
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu
    .hero_social__IbqZd
    p {
    font-size: 14px;
  }
}
@media screen and (max-width: 400px) {
  .hero_container__JPDnU
    .hero_wrapper__vBwQd
    .hero_left__K7g02
    .hero_socials__fREhu {
    justify-content: space-between;
  }
}

@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, 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");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

/* CONTACT FORM  */

.contact_heading {
  color: white;
  font-size: 20px;
}
.contact_container___CE5a {
  background-color: var(--color-4);
  padding: 63px 20px 119px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid rgba(239, 241, 246, 0.192);
}
.contact_container___CE5a .contact_object__VBBQI {
  position: absolute;
  bottom: 80px;
  right: 80px;
  -webkit-animation: contact_move2__xjEAZ 5s linear infinite;
  animation: contact_move2__xjEAZ 5s linear infinite;
  transition: all 0.5s ease-in-out;
}
@-webkit-keyframes contact_move2__xjEAZ {
  0% {
    bottom: 80px;
  }
  50% {
    bottom: 160px;
  }
  to {
    bottom: 80px;
  }
}
@keyframes contact_move2__xjEAZ {
  0% {
    bottom: 80px;
  }
  50% {
    bottom: 160px;
  }
  to {
    bottom: 80px;
  }
}
.contact_container___CE5a .contact_wrapper__tvaVr {
  width: 100%;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact_container___CE5a .contact_wrapper__tvaVr h1 {
  font-size: 60px;
  color: var(--text-color-3);
  margin: 20px 0 30px;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
.contact_container___CE5a .contact_wrapper__tvaVr h1 img {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}
.contact_container___CE5a .contact_wrapper__tvaVr form {
  width: 100%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.contact_container___CE5a .contact_wrapper__tvaVr form input,
.contact_container___CE5a .contact_wrapper__tvaVr form textarea {
  background-color: transparent;
  border: 1px solid rgba(239, 241, 246, 0.192);
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 16px;
  color: var(--text-color-1);
  outline: 0;
  transition: all 0.4s ease-in-out;
}
.contact_container___CE5a .contact_wrapper__tvaVr form input:focus,
.contact_container___CE5a .contact_wrapper__tvaVr form textarea:focus {
  border: 1px solid var(--color-2);
}
.contact_container___CE5a .contact_wrapper__tvaVr form input {
  height: 60px;
}
.contact_container___CE5a .contact_wrapper__tvaVr form textarea {
  height: 180px;
  resize: none;
}
.contact_container___CE5a .contact_wrapper__tvaVr form button {
  font-size: 16px;
  font-weight: 700;
  color: var(--text-color-2);
  background: var(--color-2);
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0 50px;
  border-radius: 10px;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
}
.contact_container___CE5a .contact_wrapper__tvaVr form button:hover {
  background-color: var(--color-1);
  color: var(--text-color-3);
}
@media screen and (max-width: 1400px) {
  .contact_container___CE5a .contact_wrapper__tvaVr h1 {
    font-size: 50px;
    margin: 20px 0 30px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 img {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 1200px) {
  .contact_container___CE5a .contact_object__VBBQI {
    bottom: 20px;
    right: 40px;
  }
  @-webkit-keyframes contact_move2__xjEAZ {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 120px;
    }
    to {
      bottom: 20px;
    }
  }
  @keyframes contact_move2__xjEAZ {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 120px;
    }
    to {
      bottom: 20px;
    }
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 {
    font-size: 40px;
    margin: 20px 0 30px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 img {
    width: 40px;
    height: 40px;
    margin-left: 15px;
  }
}
@media screen and (max-width: 992px) {
  .contact_container___CE5a .contact_object__VBBQI {
    bottom: 5px;
    right: 50px;
    width: 50px;
  }
  @-webkit-keyframes contact_move2__xjEAZ {
    0% {
      bottom: 5px;
    }
    50% {
      bottom: 60px;
    }
    to {
      bottom: 5px;
    }
  }
  @keyframes contact_move2__xjEAZ {
    0% {
      bottom: 5px;
    }
    50% {
      bottom: 60px;
    }
    to {
      bottom: 5px;
    }
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 {
    font-size: 61px;
    margin: 20px 0 30px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 img {
    width: 35px;
    height: 35px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr form button {
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .contact_container___CE5a .contact_object__VBBQI {
    bottom: 5px;
    right: 10px;
    width: 50px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 {
    max-width: 500px;
    display: block;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 img {
    margin-left: 5px;
    margin-bottom: -7px;
  }
}
@media screen and (max-width: 480px) {
  .contact_container___CE5a .contact_object__VBBQI {
    bottom: 20px;
    right: 20px;
    width: 40px;
    -webkit-animation: contact_move2__xjEAZ 5s linear infinite;
    animation: contact_move2__xjEAZ 5s linear infinite;
  }
  @-webkit-keyframes contact_move2__xjEAZ {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 55px;
    }
    to {
      bottom: 20px;
    }
  }
  @keyframes contact_move2__xjEAZ {
    0% {
      bottom: 20px;
    }
    50% {
      bottom: 55px;
    }
    to {
      bottom: 20px;
    }
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 {
    font-size: 60px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr h1 img {
    width: 28px;
    height: 28px;
    margin-left: 4px;
    margin-bottom: -6px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr form {
    gap: 25px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr form input {
    height: 56px;
  }
  .contact_container___CE5a .contact_wrapper__tvaVr form button {
    height: 56px;
    line-height: 56px;
  }
}
.home_container__Jmzag .home_main__fOcqE {
  overflow: hidden;
}
