.p1-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.p1-medium {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.p1-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}

.p2-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.p2-medium {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.p2-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}

.p3-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.p3-medium {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.p3-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 14px;
  line-height: 20px;
  margin: 0;
}

.p4-normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.p4-medium {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.p4-bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
}

.display {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 72px;
  margin: 0;
}
@media (max-width: 414px) {
  .display {
    font-size: 36px;
  }
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 56px;
  line-height: 64px;
  margin: 0;
}
@media (max-width: 414px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin: 0;
}
h2.--normal {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
@media (max-width: 414px) {
  h2.--normal {
    font-size: 32px;
  }
}
@media (max-width: 414px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 36px;
  margin: 0;
}
h3.--bold {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}
@media (max-width: 414px) {
  h3.--bold {
    font-size: 24px;
  }
}
@media (max-width: 414px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 32px;
  margin: 0;
}
@media (max-width: 414px) {
  h4 {
    font-size: 20px;
    line-height: 30px;
  }
}

h5 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  margin: 0;
}
@media (max-width: 500px) {
  h5 {
    font-size: 20px;
    line-height: 30px;
  }
}

h6 {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin: 0;
}

.fc-main-color {
  color: #002FFC;
}

.bg-main-color {
  background-color: #002FFC;
}

.fc-secondary-color {
  color: #FF7A00;
}

.bg-secondary-color {
  background-color: #FF7A00;
}

.fc-neutral {
  color: #1F1F1F;
}

.bg-neutral {
  background-color: #1F1F1F;
}

.fc-bg {
  color: #FBFBFB;
}

.bg-bg {
  background-color: #FBFBFB;
}

.fc-main-80 {
  color: #1742FF;
}

.bg-main-80 {
  background-color: #1742FF;
}

.fc-main-70 {
  color: #4A6CFF;
}

.bg-main-70 {
  background-color: #4A6CFF;
}

.fc-main-60 {
  color: #6481FF;
}

.bg-main-60 {
  background-color: #6481FF;
}

.fc-main-50 {
  color: #7E96FF;
}

.bg-main-50 {
  background-color: #7E96FF;
}

.fc-main-40 {
  color: #98ABFF;
}

.bg-main-40 {
  background-color: #98ABFF;
}

.fc-main-30 {
  color: #B2C0FF;
}

.bg-main-30 {
  background-color: #B2C0FF;
}

.fc-main-20 {
  color: #CBD5FF;
}

.bg-main-20 {
  background-color: #CBD5FF;
}

.fc-main-10 {
  color: #E5EAFF;
}

.bg-main-10 {
  background-color: #E5EAFF;
}

.fc-main-0 {
  color: #FFFFFF;
}

.bg-main-0 {
  background-color: #FFFFFF;
}

.fc-secondary-80 {
  color: #FD8F14;
}

.bg-secondary-80 {
  background-color: #FD8F14;
}

.fc-secondary-70 {
  color: #FD992A;
}

.bg-secondary-70 {
  background-color: #FD992A;
}

.fc-secondary-60 {
  color: #FEAE54;
}

.bg-secondary-60 {
  background-color: #FEAE54;
}

.fc-secondary-50 {
  color: #FEB86A;
}

.bg-secondary-50 {
  background-color: #FEB86A;
}

.fc-secondary-40 {
  color: #FEC27F;
}

.bg-secondary-40 {
  background-color: #FEC27F;
}

.fc-secondary-30 {
  color: #FECC94;
}

.bg-secondary-30 {
  background-color: #FECC94;
}

.fc-secondary-20 {
  color: #FED6AA;
}

.bg-secondary-20 {
  background-color: #FED6AA;
}

.fc-secondary-10 {
  color: #FEE1BF;
}

.bg-secondary-10 {
  background-color: #FEE1BF;
}

.fc-secondary-0 {
  color: #FFEBD4;
}

.bg-secondary-0 {
  background-color: #FFEBD4;
}

.fc-neutral-80 {
  color: #333333;
}

.bg-neutral-80 {
  background-color: #333333;
}

.fc-neutral-70 {
  color: #484848;
}

.bg-neutral-70 {
  background-color: #484848;
}

.fc-neutral-60 {
  color: #5C5C5C;
}

.bg-neutral-60 {
  background-color: #5C5C5C;
}

.fc-neutral-50 {
  color: #707070;
}

.bg-neutral-50 {
  background-color: #707070;
}

.fc-neutral-40 {
  color: #858585;
}

.bg-neutral-40 {
  background-color: #858585;
}

.fc-neutral-30 {
  color: #999999;
}

.bg-neutral-30 {
  background-color: #999999;
}

.fc-neutral-20 {
  color: #AEAEAE;
}

.bg-neutral-20 {
  background-color: #AEAEAE;
}

.fc-neutral-10 {
  color: #C2C2C2;
}

.bg-neutral-10 {
  background-color: #C2C2C2;
}

.fc-neutral-0 {
  color: #EBEBEB;
}

.bg-neutral-0 {
  background-color: #EBEBEB;
}

.--animate-height {
  transition: height 1s ease;
}

.first {
  height: calc(100vh - 64px);
}
.first .--position {
  position: absolute;
}
@media (max-width: 1199px) {
  .first {
    height: 100%;
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .first {
    height: calc(100vh - 64px);
  }
  .first .--position {
    position: relative;
  }
}
@media (max-width: 500px) {
  .first {
    height: 100%;
    max-height: 610px;
    padding-bottom: 0px;
  }
}

.top-bar {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.top-bar .menu {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}
.menu {
  z-index: 10;
}
.top-bar .menu button {
  margin-right: 32px;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0px;
  padding: 10px 0;
}
.top-bar .menu button img {
  margin-left: 8px;
}
.top-bar .menu button:last-child {
  margin-right: 0px;
}
.top-bar .menu__mobile {
  display: none;
}
@media (max-width: 768px) {
  .top-bar .menu__mobile {
    display: flex;
    position: fixed;
    top: 0;
    left: 100%;
    right: 0;
    padding: 0 15px;
    width: 100%;
    height: 100vh;
    background-color: #1F1F1F;
    z-index: 99;
    flex-direction: column;
    transition: all 0.1s ease-out;
  }
  .top-bar .menu__mobile .menu__mobile--header {
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .top-bar .menu__mobile .menu__mobile--header button {
    background-color: transparent;
    border: 0px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-bar .menu__mobile .menu__mobile--content ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .top-bar .menu__mobile .menu__mobile--content ul li {
    height: 48px;
    margin: 16px 0;
  }
  .top-bar .menu__mobile .menu__mobile--content ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-bar .menu__mobile .menu__mobile--content ul li a:hover {
    text-decoration: none !important;
  }
  .top-bar .menu__mobile .menu__mobile--bottom {
    margin-top: auto;
    margin-bottom: 20px;
  }
  .top-bar .menu__mobile .menu__mobile--bottom p {
    text-align: center;
  }
  .top-bar .menu__mobile.show {
    left: 0;
    transition: all 0.2s ease-in;
  }
}
.top-bar .menu__mobile--button {
  display: none;
}
@media (max-width: 768px) {
  .top-bar .menu__mobile--button {
    width: 48px;
    height: 48px;
    margin-left: auto;
    display: block;
  }
  .top-bar .menu__mobile--button button {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 0px;
  }
}

.navbar {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 883px) {
  .navbar {
    align-items: flex-start;
    flex-direction: column;
  }
}
.navbar .logo {
  margin-right: 38px;
}
.navbar .logo img {
  width: 226px;
  height: auto;
}
.navbar .menu ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.navbar .menu ul li {
  margin: 0;
  padding: 0;
  margin-right: 16px;
}
.navbar .menu ul li:last-child {
  margin-right: 0px;
}
@media (max-width: 1350px) {
  .navbar .menu {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .navbar {
    justify-content: center;
    align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .navbar .menu {
    display: none;
  }
  .navbar .logo {
    margin-right: 0px;
  }
}

.hero-text {
  height: calc(100vh - 64px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media (max-width: 1199px) {
  .hero-text {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 992px) {
  .hero-text {
    padding-top: 120px;
  }
}
@media (max-width: 883px) {
  .hero-text {
    padding-top: 140px;
  }
}
@media (max-width: 767px) {
  .hero-text {
    height: calc(100vh - 182px);
    padding-top: 0;
  }
  .hero-text h1 {
    text-align: center;
    color: #FFF;
  }
  .hero-text h5 {
    text-align: center;
    color: #FFF;
  }
  .hero-text .primary-button {
    margin: 0 auto;
    background-color: #FF7A00;
  }
}
@media (max-width: 500px) {
  .hero-text {
    height: 448px;
  }
}
.hero-text .primary-button {
  border: 0px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 32px;
  width: -moz-fit-content;
  width: fit-content;
}

.hero-img {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  position: relative;
  height: calc(100vh - 182px);
}
@media (max-width: 1199px) {
  .hero-img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .hero-img {
    position: absolute;
    z-index: -1;
    top: 118px;
    padding-left: 0px;
    background-image: url(../img/img-bg.svg);
    background-repeat: no-repeat;
    background-position: 80% 100%;
    background-size: 110%;
    overflow: hidden;
    height: calc(100vh - 182px);
  }
}
@media (max-width: 500px) {
  .hero-img {
    background-position: 80% 0%;
    height: 448px;
    background-size: 115%;
  }
}
@media (max-width: 430px) {
  .hero-img {
    background-position: 100% 100%;
    background-size: 110%;
  }
}
@media (max-width: 414px) {
  .hero-img {
    background-position: 100% 0%;
    background-size: 105%;
  }
}
@media (max-width: 390px) {
  .hero-img {
    background-position: 100% 0%;
    background-size: 110%;
  }
}
@media (max-width: 375px) {
  .hero-img {
    background-position: 100% 0%;
  }
}
.hero-img .hero-img__bg {
  width: 100%;
  height: 90%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top right;
     object-position: top right;
}
@media (max-width: 767px) {
  .hero-img .hero-img__bg {
    height: 110%;
    width: 110%;
  }
}
.hero-img .--blue-circle {
  position: absolute;
  top: 42px;
  right: calc(75% - 74px);
}
@media (max-width: 1440px) {
  .hero-img .--blue-circle {
    right: inherit;
    left: 0;
  }
}
.hero-img .--orange-circle {
  position: absolute;
  top: calc(50% - 100px);
  right: 36px;
}
.hero-img .--orange-mid-circle {
  position: absolute;
  bottom: 40px;
  left: calc(50% - 204px);
}
@media (max-width: 1199px) {
  .hero-img .--orange-mid-circle {
    bottom: -40px;
  }
}

.clients {
  padding-top: 60px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 120px;
}
.clients img {
  display: block;
  margin: 0 16px 0 0;
}
.clients img:last-child {
  margin: 0;
}
@media (max-width: 992px) {
  .clients img {
    height: 45px;
    width: auto;
    margin: 0 32px 0 0;
  }
}
@media (max-width: 767px) {
  .clients img {
    height: 56px;
    margin: 0 32px 0 0;
  }
}
@media (max-width: 992px) {
  .clients {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .clients::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 768px) {
  .clients {
    margin-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .clients {
    padding-top: 48px;
    margin-bottom: 48px;
  }
}

.--custom-bg-02 {
  position: relative;
  display: flex;
  align-items: center;
}
.--custom-bg-02 .--phone {
  position: relative;
  z-index: 3;
  height: 900px;
  left: 16px;
}
@media (max-width: 1199px) {
  .--custom-bg-02 .--phone {
    width: 100%;
    height: auto;
  }
}
.--custom-bg-02 .--blue-bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 80%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top left;
     object-position: top left;
}
@media (max-width: 1440px) {
  .--custom-bg-02 .--blue-bg {
    width: 100%;
  }
}
.--custom-bg-02 .--yellow-circle {
  position: absolute;
  top: 30px;
  left: 110px;
}
.--custom-bg-02 .--lightblue-circle {
  position: absolute;
  z-index: 1;
}

.services {
  padding-bottom: 96px;
  padding-left: 94px;
  padding-top: 72px;
  padding-right: 0px;
}
.services .services__detail .item {
  display: flex;
  margin-bottom: 48px;
}
.services .services__detail .item:last-child {
  margin-bottom: 0px;
}
.services .services__detail .item .icon {
  margin-right: 32px;
}
.services .services__detail .item .icon img {
  width: 64px;
  height: 64px;
}
@media (max-width: 500px) {
  .services .services__detail .item h3 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
  }
}
@media (max-width: 1200px) {
  .services {
    padding-left: 64px;
  }
}
@media (max-width: 992px) {
  .services {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  .services {
    padding-bottom: 16px;
  }
  .services h2 {
    text-align: center;
    margin-bottom: 24px !important;
  }
  .services h6 {
    text-align: center;
  }
  .services .services__detail {
    margin-top: 24px !important;
  }
  .services .services__detail .item {
    margin-bottom: 24px;
  }
}

.description {
  padding-top: 96px;
  margin-bottom: 80px;
  border-top: 1px solid #C2C2C2;
}
.description .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.description .item .icon {
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
@media (max-width: 500px) {
  .description .item h5 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .description {
    padding-top: 32px;
    margin-bottom: 32px;
    border: 0px;
  }
  .description h2 {
    margin-bottom: 32px !important;
  }
  .description .item {
    margin-top: 64px !important;
  }
  .description .col-lg-4:first-child .item {
    margin-top: 0px !important;
  }
}

.contact {
  background-image: url("../img/bg-form.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact h1 {
  letter-spacing: -2px !important;
}
@media (max-width: 500px) {
  .contact h1 {
    font-size: 56px;
    line-height: 64px;
  }
}
.contact .contact__form {
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: opacity 0.3s linear;
}
.contact .contact__form form {
  padding: 16px 16px 16px 50px;
}
.contact .contact__form form .form__group {
  display: flex;
  align-items: center;
}
.contact .contact__form form .form__group input[type=text] {
  margin-left: 16px;
  margin-right: 16px;
}
.contact .contact__form form .form__group input[type=text]:first-child {
  margin-left: 0px !important;
}
.contact .contact__form form .form__group input[type=text]:last-child {
  margin-right: 0px !important;
}
.contact .contact__form form input[type=text] {
  width: 100%;
  margin-bottom: 32px;
  border-radius: 8px;
  border-color: #707070;
  border-style: solid;
  border-width: 1px;
  padding: 15px;
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #1F1F1F;
}
.contact .contact__form form .button-primary {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0px;
  border-radius: 8px;
}
@media (max-width: 1199px) {
  .contact .contact__form form {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .contact .contact__form form {
    padding: 32px 0 0 0;
  }
}
@media (max-width: 767px) {
  .contact .contact__form form .button-primary {
    background-color: #FF7A00;
  }
  .contact .contact__form form .form__group {
    display: block;
  }
  .contact .contact__form form .form__group input[type=text] {
    margin-left: 0;
    margin-right: 0;
  }
}
.contact .contact__form.hidden {
  height: 50%;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, height 1s, opacity 0.3s linear;
}
.contact .contact__info {
  overflow: hidden;
  transition: opacity 0.3s linear;
}
.contact .contact__info.hidden {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, height 1s, opacity 0.3s linear;
}
.contact .msg-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition: opacity 0.5s linear;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .msg-form * {
  text-align: center;
}
.contact .msg-form.hidden {
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;
}
.contact .msg-form.show {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .contact {
    padding-top: 32px;
    padding-bottom: 16px;
  }
  .contact h5 {
    color: #FCD34D;
  }
  .contact h6 {
    margin-bottom: 16px;
  }
}
@media (max-width: 500px) {
  .contact {
    background-image: url("../img/bg-contact-mobile.svg");
  }
}/*# sourceMappingURL=main.css.map */