@font-face {
  font-family: Montserrat, "Open Sans", sans-serif;
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
body {
  background-color: #fff !important;
  font-family: Montserrat, "Open Sans", sans-serif;
}
p {
  margin: 0;
}
.sloped_container {
  overflow: hidden !important;
}
a {
  color: #000;
}
.responsive {
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.text-block {
  position: absolute;
  top: 37%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 67%;
  text-align: left;
  color: #fff;
  z-index: 2;
}

@media (max-width: 1500px) {
  .text-block {
    width: 90%;
  }
}

@media only screen and (max-width: 1700px) {
  .text-block {
    width: 80%;
  }
}
.text-block h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 45px;
  color: #232323;
  letter-spacing: -3%;
  margin-bottom: 30px;
  max-width: 400px;
}
.text-block h2 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 35px;
  color: #232323;
  margin-bottom: 60px;
  max-width: 100px;
}
.text-block p {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
  max-width: 450px;
  line-height: 1.2;
}
.responsive_mob {
  width: 100%;
  height: auto;
  position: relative;
  text-align: center;
  display: none;
}
.section1 {
  width: 100%;
  height: auto;
}
.section1_container {
  width: 100%;
  height: auto;
}
.sloped {
  height: auto;
  width: 102%;
  transform: rotate(9deg) skew(9deg);
  margin-left: -1% !important;
}
.no_sloped {
  transform: rotate(-9deg) skew(-9deg);
  margin: 0;
}

.hero__btn,
.hero__btn:link,
.hero__btn:visited {
  padding: 10px 20px;
  border-radius: 999px;
  background: linear-gradient(45deg, #01afed 0%, #004098 100%);
  font-family: Montserrat, "Open Sans", sans-serif;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  transition:
    transform 0.15s ease,
    box-shadow 0.15s ease,
    filter 0.15s ease;
  border: none;
  margin-top: 40px;
}

.hero__btn:hover {
  filter: brightness(1.1);
  box-shadow: 0 6px 16px rgba(0, 64, 152, 0.35);
  transform: translateY(-1px);
}

.hero__btn:active {
  transform: translateY(1px) scale(0.98);
  box-shadow: 0 3px 8px rgba(0, 64, 152, 0.3);
}

.hero__btn:focus,
.hero__btn:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(1, 175, 237, 0.4),
    0 6px 16px rgba(0, 64, 152, 0.35);
}

@media only screen and (max-width: 1000px) {
  .hero__btn{
    margin-top: 20px;
  }
}


.blue_1 {
  height: auto;
  margin-top: -11% !important;
  background: linear-gradient(
    90deg,
    rgba(1, 175, 237, 1) 0,
    rgba(0, 64, 152, 1) 100%
  );
  padding-bottom: 110px;
}
.blue_1 h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 110px;
  text-transform: uppercase;
  max-width: 730px;
  margin: auto;
}
.blue_1 p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  padding-top: 25px;
  margin: auto;
  max-width: 910px;
  margin-bottom: 30px;
}
.button_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media only screen and (max-width: 1000px) {
  .blue_1 {
    padding-bottom: 50px;
  }
}
.todo_carousel {
  margin: auto;
  text-align: center;
  width: 80%;
  overflow: hidden !important;
  padding-top: 100px;
  padding-bottom: 30px;
  max-width: 1500px;
}
.todo_carousel .owl-item {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

@media only screen and (max-width: 1000px) {
  .todo_carousel {
    padding-top: 50px;
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .todo_carousel {
    width: 90%;
  }
}

@media (max-width: 1700px) {
  .todo_carousel {
    width: 80%;
  }
}

.owl-carousel.scale .owl-item img{
  overflow: auto;
  border-radius: 10px;
}
.owl-carousel.scale .owl-stage-outer {
  position: relative;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel.scale .owl-item.center {  
  transform: scale(1.1);  
  transition: transform 0.5s ease;
}

.owl-theme.scale .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
}
@media only screen and (max-width: 1000px) {
  .owl-carousel.scale .owl-item.center {  
    transform: scale(1);  
    transition: transform 0.5s ease;
  }
  .owl-theme.scale .owl-nav.disabled+.owl-dots {
    margin-top: 20px;
  }
}
.white_1 {
  background-color: #fff;
  padding-bottom: 150px;
  padding-top: 150px;
}
.white_1_container {
  margin: auto;
  text-align: center;
  padding-bottom: 30px;
  background-color: #fff;
}
.white_1_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  max-width: 670px;
  padding-top: 120px;
  margin: auto;
}
.white_1_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
  padding-top: 30px;
  padding-bottom: 50px;
  max-width: 1090px;
  margin: auto !important;
}
.white_1_container h2 {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  color: #000;
  padding-bottom: 30px;
}
.responsive_mob h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 40px;
  text-align: center;
  color: #000;
  margin-bottom: 0;
}
.custom {
  background-color: #fff;
  width: 67%;
  margin: auto;
  padding: 100px 0;
}
.image_wrapper {
  width: 100%;
  position: relative;
}
.image_wrapper img {
  height: auto;
  margin-left: 0;
  object-fit: contain;
  transform: translateX(5%);
}
@media only screen and (max-width: 1700px) {
  .custom {
    width: 80%;
  }
}
@media only screen and (max-width: 1000px) {
  .custom {
    width: 95%;
    padding: 50px 0 20px 0;
  }
  .white_1 {
    margin: auto;
    padding-bottom: 80px;
    padding-top: 50px;
  }
  .white_1_container {
    margin: auto;
    text-align: center;
    padding-bottom: 135px;
    width: 90%;
    margin-top: 10px;
  }
  .white_1_container h1 {
    max-width: 670px;
    padding-top: 60px;
    margin: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .white_1_container p {
    padding-top: 30px;
    padding-bottom: 50px;
    max-width: 1090px;
    margin: auto !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .white_1_container img {
    margin: auto;
    height: auto;
    width: 100%;
  }
  .white_1_container h2 {
    padding-bottom: 30px;
  }
  .carousel_wrapper {
    width: 100%;
    margin: auto;
  }
  .owl-carousel .carousel_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .owl-carousel .carousel_item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
  }
}
@media (max-width: 768px) {
  .image_wrapper img {
    width: 100%;
    height: auto;
  }
}

.video_block{
  padding: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.video_block h1{
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  max-width: 715px;
  margin-bottom: 40px;
}

.video_container {
  width: 67%;
  margin: 0 auto;
  aspect-ratio: 850 / 520;
}

.video_container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 10px;
  display: block;
}

@media (max-width: 1000px) {
  .video_block{
    width: 95%;
    margin: auto;
    margin-bottom: 40px;
  }
  .video_block h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-align: left;
    max-width: 700px;
    margin-bottom: 30px;
  }
  .video_container {
    width: 100%;
  }
}

@media (max-width: 1500px) {
  .video_container {
    width: 90%;
  }
}

@media (max-width: 1700px) {
  .video_container {
    width: 80%;
  }
}

.black_2 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.black_2_image {
  position: absolute;
  right: 20%;
  bottom: 17%;
  transform: rotate(-9deg) skew(-9deg);
  transform-origin: bottom right;
  max-width: 45%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.black_2_container {
  width: 67%;
  margin: auto;
  padding: 50px 0;
}
.black_2_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  font-size: 25px;
  margin: 0;
  margin-bottom: 60px;
  max-width: 570px;
}
.black_2_container p {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  max-width: 550px;
  margin: 0;
  margin-bottom: 60px;
}
.black_2_container .ray_text {
  margin: 22px 0 34px;
  max-width: 720px;
  line-height: 1.55;
  color: #fff;
}
.black_2_container .ray_col {
  font-weight: 400;
  font-size: 16px;
  font-family: Montserrat, "Open Sans", sans-serif;
}
.black_2_container .ray_col_title {
  font-size: 16px;
  line-height: 1.25;
  max-width: 130px;
}
.black_2_container .ray_grid {
  display: flex;
  gap: 50px;
  margin-top: 20px;
}
@media (max-width: 768px) {
  .black_2 {
    padding-bottom: 260px;
  }
  .black_2_container {
    width: 90%;
    padding: 0 0 300px 0;
    position: relative;
    z-index: 2;
  }
  .black_2_container h1 {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .black_2_container p {
    font-size: 15px;
    margin-bottom: 35px;
    max-width: 100%;
  }
  .black_2_container .ray_col_title {
    max-width: 100%;
    margin-top: 20px;
  }
  .black_2_container .ray_grid {
    gap: 20px;
  }
  .black_2_image {
    right: auto;
    left: 50%;
    bottom: 3%;
    transform: translateX(-50%) rotate(-9deg) skew(-9deg);
    transform-origin: bottom center;
    max-width: 78%;
  }
}
.black_3 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 120px;
  position: relative;
  overflow: hidden;
  margin-top: 150px;
}
.black_3_image {
  position: absolute;
  left: 14%;
  bottom: -18%;
  transform: rotate(-9deg) skew(-9deg);
  transform-origin: bottom left;
  max-width: 45%;
  height: auto;
  pointer-events: none;
  z-index: 1;
}
.black_3_container {
  width: 67%;
  margin: auto;
  padding: 50px 0;
  position: relative;
  z-index: 2;
}
.black_3_content {
  margin-left: auto;
  width: 50%;
}
.black_3_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0;
  color: #fff;
  font-size: 25px;
  margin: 0;
  margin-bottom: 60px;
  max-width: 570px;
}
.black_3_container p {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.25;
  max-width: 612px;
  margin: 0;
  margin-bottom: 40px;
}
.black_3_tag {
  display: inline-block;
  font-family: Montserrat, "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 1);
  border-radius: 10px;
  padding: 18px 22px;
  max-width: 560px;
}
@media (max-width: 768px) {
  .black_3 {
    padding-top: 50px;
    padding-bottom: 370px;
    margin-top: 40px;
  }
  .black_3_container {
    width: 90%;
    padding: 40px 0;
  }
  .black_3_content {
    width: 100%;
    margin-left: 0;
  }
  .black_3_container h1 {
    font-size: 20px;
    margin-bottom: 30px;
    max-width: 100%;
  }
  .black_3_container p {
    font-size: 15px;
    margin-bottom: 40px;
    max-width: 100%;
  }
  .black_3_tag {
    max-width: 100%;
    border: 1px solid rgba(255, 255, 255, 1);
  }
  .black_3_image {
    left: 50%;
    right: auto;
    bottom: 0;
    transform: translateX(-50%) rotate(-9deg) skew(-9deg);
    transform-origin: bottom center;
    max-width: 78%;
  }
}
.white_5 {
  background-color: #fff;
}
.white_5_container {
  width: 70%;
  height: auto;
  margin: auto;
  padding-bottom: 185px;
  padding-top: 145px;
  max-width: 1600px;
}
.white_5_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 85px;
  text-transform: uppercase;
  color: #dfdfdf;
  margin: auto;
  text-align: center;
  letter-spacing: 0.07em;
}
.white_5_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
  margin-top: -30px;
}
.white_5_container .blue {
  font-weight: 600 !important;
  color: #004098 !important;
  width: 32%;
}
.blue_custom_block {
  height: auto;
  width: 102%;
  transform: rotate(9deg) skew(9deg);
  margin-left: -1% !important;
  overflow: visible;
  background: linear-gradient(
    90deg,
    rgba(1, 175, 237, 1) 0,
    rgba(0, 64, 152, 1) 100%
  );
  padding-bottom: 50px;
  position: relative;
  margin-top: 150px;
}
.blue_custom_content {
  margin: 0;
  width: 100%;
  position: relative;
}
@media (max-width: 1000px) {
  .white_4_mob {
    background-color: #fff;
  }
  .white_4_container_mob {
    width: 90%;
    height: auto;
    margin: auto;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .white_4_container_mob h1 {
    font-family: Inter, Montserrat, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #dfdfdf;
    margin: auto;
    text-align: center;
  }
  .white_4_container_mob p {
    font-family: Montserrat, "Open Sans";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    text-align: center;
    padding-bottom: 10px;
  }
  .white_4_container_mob .blue {
    font-weight: 600 !important;
    color: #004098 !important;
    width: 50%;
  }
  .blue_custom_block {
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
  .blue_custom_content {
    width: 95%;
    margin: 0 auto;
  }
}
.white_block {
  background-color: #fff;
  width: 100%;
  padding: 50px 0 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1000px) {
  .white_block {
    padding: 30px 0;
    margin-bottom: -60px;
    margin-top: 60px;
  }
}
.blue_font {
  color: #0178c3 !important;
}
.black_1 {
  padding-top: 30px;
  padding-bottom: 160px;
  background-color: #000;
}
.black_1_container {
  width: 100%;
  height: auto;
  margin: auto;
  text-align: center;
}
.black_1_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.black_1_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #fff;
  max-width: 200px;
  margin: auto !important;
}
.black_1_container .mobile h1 {
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  max-width: 275px;
  padding-top: 5px;
  margin-left: 15px;
}
.black_1_container .mobile p {
  font-weight: 200;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
  margin: inherit !important;
  max-width: 700px;
  margin-left: 15px;
}
.black_1_container .mobile img {
  text-align: left;
  float: left;
  padding-bottom: 50px;
  padding-right: 15px;
}
.white_2 {
  background-color: #fff;
  position: relative;
}
.white_2 img {
  position: absolute;
  bottom: -20%;
  right: -10%;
}
@media only screen and (max-width: 1700px) {
  .white_2 .img_right {
    right: -25%;
    bottom: -30%;
    scale: 0.8;
  }
  .white_2_container h1 {
    text-align: left;
    margin: unset;
    font-size: 16px!important;
  }
  .white_2_container p {
    text-align: left !important;
    margin: unset !important;
    font-size: 16px !important;
  }
}
@media only screen and (max-width: 1500px) {
  .white_2 .img_right {
    display: none;
  }
  .white_2_container h1 {
    text-align: center;
    margin: auto;
  }
  .white_2_container p {
    text-align: center;
    margin: auto !important;
  }
}
.white_2_container {
  width: 67%;
  height: auto;
  margin: auto;
  padding-top: 90px;
  padding-bottom: 160px;
  max-width: 1500px;
}
.white_2_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  color: #000;
  max-width: 560px;
  padding-bottom: 25px;
}
.white_2_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  max-width: 560px;
}
.white_2_container .blue_font1 {
  color: #017bc5;
}
.white_2_container .blue_font2 {
  color: #01a5e5;
  padding-top: 12px;
}
.white_2_container .img_container {
  max-width: 300px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0 !important;
  margin-top: 45px;
}
.white_2_container .img_container img {
  position: inherit;
}
.white_2_container .mobile h1 {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}
.white_2_container .mobile p {
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  text-align: left;
}
@media only screen and (max-width: 1700px) {
  .white_4_container h1 {
    font-size: 55px !important;
  }
}
.white_3_container {
  margin: auto;
  width: 100%;
  padding-top: 150px;
  padding-bottom: 200px;
}
.white_3_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  max-width: 600px;
  margin: auto;
}
.white_3_container h2 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  max-width: 1070px;
  margin: auto;
  padding-top: 35px;
  padding-bottom: 50px;
  text-align: center;
}
.white_3_container h3 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
  padding-top: 20px;
  padding-left: 5px;
}
.white_3_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-align: left;
  padding-left: 5px;
  padding-top: 10px;
}
.blue_2 {
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(1, 175, 237, 1) 0,
    rgba(0, 64, 152, 1) 100%
  );
  padding-bottom: 100px;
}
.blue_2 h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 50px;
}
.blue_2 p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  max-width: 780px;
  margin: auto !important;
  padding-top: 20px;
}
.blue_2 img {
  text-align: center;
  margin: auto;
  margin-top: -3%;
}
.white_4 {
  background-color: #fff;
}
.white_4_container {
  width: 70%;
  height: auto;
  margin: auto;
  padding-bottom: 185px;
  padding-top: 145px;
  max-width: 1500px;
}
.white_4_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 70px;
  line-height: 85px;
  text-transform: uppercase;
  color: #dfdfdf;
  margin: auto;
  text-align: center;
}
.white_4_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}
.white_4_container .blue {
  font-weight: 600 !important;
  color: #004098 !important;
  width: 32%;
}
.blue_4 {
  height: auto;
  background: linear-gradient(
    90deg,
    rgba(1, 175, 237, 1) 0,
    rgba(0, 64, 152, 1) 100%
  );
  margin: auto;
  padding-bottom: 140px;
  padding-top: 80px;
}
.blue_4_container {
  margin: auto;
  text-align: center;
  width: 45%;
  max-width: 875px;
}
.blue_4_container img {
  text-align: center;
  margin: auto;
  width: 100%;
  height: auto;
}
.blue_4_container a.button {
  margin: 20px 10px;
  font-size: 40px;
}
.blue_4_container .arrow-right {
  color: #fff;
}
.blue_4_container .arrow-right::after {
  display: inline-block;
  margin-left: -2.3em;
  content: url(../images/arrow_white_right.svg);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.blue_4_container .arrow-right:hover {
  color: #fff;
}
.blue_4_container .arrow-right:hover::after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
@media only screen and (max-width: 1800px) {
  .blue_4_container .arrow-right::after {
    margin-left: -2.1em;
  }
}
@media only screen and (max-width: 1700px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.9em;
  }
}
@media only screen and (max-width: 1600px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.9em;
  }
}
@media only screen and (max-width: 1500px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.8em;
  }
}
@media only screen and (max-width: 1400px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.7em;
  }
}
@media only screen and (max-width: 1300px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.6em;
    scale: 0.8;
  }
}
@media only screen and (max-width: 1200px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.5em;
    scale: 0.7;
  }
}
@media only screen and (max-width: 1100px) {
  .blue_4_container .arrow-right::after {
    margin-left: -1.35em;
    scale: 0.7;
  }
}
@media only screen and (max-width: 1000px) {
  .blue_4_container a.button {
    margin: 20px 10px;
    font-size: 90px;
  }
  .blue_4_container .arrow-right::after {
    margin-left: -1.4em;
    scale: 0.7;
  }
}
footer {
  background-color: #000;
}
.black {
  background-color: #000;
}
.footer_container {
  padding-top: 50px;
  padding-bottom: 330px;
}
.footer_container h1 {
  padding-top: 20px;
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
  max-width: 400px;
}
.footer_container_1 {
  text-align: right;
  padding-top: 90px;
  color: #fff !important;
}
.footer_container_1 p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #fff;
}
.footer_container_1 img {
  margin-top: 10px;
}
.footer_black {
  background-color: #000;
  margin-top: -200px;
}
@media only screen and (max-width: 1700px) {
  .white_2_container .img_container {
    padding-top: 0;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 700px) {
  .responsive_mob {
    height: auto;
    display: inherit;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mobile {
    display: inherit;
  }
}
@media only screen and (max-width: 1000px) {
  .blue_1 h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    padding-top: 60px;
  }
  .blue_1 p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    padding-bottom: 0;
  }
  .no_sloped {
    width: 95%;
    margin: auto;
  }
  .white_1_container {
    padding-bottom: 0;
    padding-top: 30px;
  }
  .white_1_container h1 {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    padding-top: 30px;
  }
  .white_1_container p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
  }
  .white_1_container h2 {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding-bottom: 15px;
  }
  .white_2_container {
    padding-top: 80px;
    padding-bottom: 110px;
  }
  .black_1 {
    padding-top: 60px;
    padding-bottom: 90px;
  }
  .white_3_container {
    width: 90%;
    padding-top: 150px;
    padding-bottom: 200px;
  }
  .white_3_container h1 {
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
    max-width: 1000px;
  }
  .white_3_container h2 {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .white_3_container {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .blue_2 {
    padding-bottom: 70px;
  }
  .blue_2 h1 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    padding-top: 30px;
  }
  .blue_2 p {
    font-weight: 300;
    font-size: 15px;
    line-height: 18px;
    text-align: left;
    padding-top: 10px;
  }
  .blue_2 img {
    text-align: center;
    margin: auto;
    margin-top: -10%;
    max-width: 150px;
    height: auto;
    width: 30%;
  }
  .blue_4 {
    padding-bottom: 140px;
    padding-top: 80px;
  }
  .blue_4_container {
    margin: auto;
    text-align: center;
    width: 90%;
  }
  .blue_4_container img {
    text-align: center;
    margin: auto;
    width: 100%;
    margin-top: 20px;
    max-width: 400px;
    height: auto;
  }
  .black {
    display: none;
  }
  .footer_black {
    display: none;
  }
  .black_mob {
    display: inherit !important;
  }
}
.black_mob {
  padding-top: 40px;
  padding-bottom: 150px;
  background-color: #000;
  margin: auto;
  display: none;
}
.black_mob_container {
  width: 90%;
  margin: auto;
}
.black_mob .img_mob {
  margin: auto;
  text-align: center;
}
.black_mob p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 100 !important;
  font-size: 10px;
  line-height: 12px;
  color: #fff;
  padding-top: 15px;
}
.black_mob .wrapper {
  display: inline;
  margin-top: 30px;
}
.wrapper .left {
  text-align: left;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 18px !important;
  float: left;
  padding-top: 40px;
}
.wrapper .right {
  text-align: right;
  float: right;
  padding-top: 40px;
}
.responsive_mob .img_cont {
  margin-top: 0;
  position: unset;
}
.img_cont a {
  text-decoration: none !important;
}
.rayface {
  position: absolute;
  top: 30px;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  overflow: hidden;
  background-image: url(../images/header_new/header_rayface.webp);
  height: 600px;
  max-width: 675px;
  background-size: cover;
  background-position: center center;
  margin: auto;
}
.responsive_mob .img_cont {
  position: relative;
  margin-top: 100px;
  margin-bottom: 130px;
}
.img_cont a {
  text-decoration: none !important;
}
@media only screen and (min-width: 799px) {
  .responsive_mob .img_cont {
    margin-top: 40px;
  }
}
.responsive_mob .bg_img {
  display: block;
  position: relative;
  z-index: -1;
  width: auto;
  max-height: 650px;
  width: 100%;
}
@media only screen and (min-width: 500px) {
  .responsive_mob .bg_img {
    display: none;
  }
}
@media only screen and (min-width: 700px) {
  .responsive_mob {
    margin-bottom: 70px;
  }
}
.bg_img_text {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.text_container {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media only screen and (max-width: 1000px) {
  .responsive {
    width: 100%;
    height: auto;
  }
  .responsive_mob {
    height: auto;
    display: inherit;
    overflow: hidden;
  }
}
@media only screen and (max-width: 1000px) {
  .responsive {
    width: 100%;
    height: auto;
    display: none;
  }
  .responsive_mob {
    height: auto;
    display: inherit;
    overflow: hidden;
  }
}
.white_4_mob {
  background-color: #fff;
}
.white_4_container_mob {
  width: 90%;
  height: auto;
  margin: auto;
  padding-bottom: 100px;
  padding-top: 100px;
}
.white_4_container_mob h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  color: #dfdfdf;
  margin: auto;
  text-align: center;
}
.white_4_container_mob p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  padding-bottom: 10px;
}
.white_4_container_mob .blue {
  font-weight: 600 !important;
  color: #004098 !important;
  width: 50%;
}
.modal img {
  width: 100%;
  height: auto;
}
.modal {
  --bs-modal-width: 50% !important;
}
.modal-body {
  padding: 5px !important;
}
@media only screen and (max-width: 1000px) {
  .modal {
    --bs-modal-width: 50% !important;
  }
  .modal-body {
    padding: 0 !important;
    max-width: unset !important;
  }
}
:root {
  --white: #fff;
  --pink: #00b5fc;
  --bs-link-hover-color: white !important;
  scroll-behavior: smooth;
}
.wrap {
  margin-top: 30px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.link {
  font-family: Inter;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.link i,
.link span,
.link svg {
  position: relative;
}
.link span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.link svg {
  margin-left: 0.5em;
}
.link .pink {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: var(--pink);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -0.65em;
}
.link a:hover {
  color: #fff !important;
}
.link1 {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
}
.link1 i,
.link1 span,
.link1 svg {
  position: relative;
}
.link1 span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
.link1 svg {
  margin-left: 0.5em;
}
.link1 .pink1 {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background-color: var(--pink);
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  left: -0.65em;
}
.link1 a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 1700px) {
  .wrap {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
@media only screen and (max-width: 1500px) {
  .wrap {
    margin-top: 20px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
  }
}
@media only screen and (max-width: 1300px) {
  .wrap {
    margin-top: 20px;
  }
}
.blue_new {
  width: 67%;
  height: auto;
  margin: auto;
  padding-bottom: 180px;
  max-width: 1500px;
}
.blue_new h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 25px;
  line-height: 30px;
  text-align: left;
  text-transform: uppercase;
  color: #000;
  padding-top: 40px;
}
.blue_new p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  max-width: 760px;
  text-align: left;
  padding-bottom: 0;
  padding-top: 30px;
}
.blue_new img {
  position: absolute;
  bottom: -18%;
  right: -10%;
}
.blue_2_white {
  width: 100%;
  height: auto;
  margin: auto;
}
@media only screen and (max-width: 1800px) {
  .blue_new {
    width: 80%;
  }
}
@media only screen and (max-width: 1700px) {
  .blue_new {
    width: 85%;
  }
}
@media only screen and (max-width: 1000px) {
  .blue_new {
    padding-bottom: 0;
  }
  .blue_new img {
    position: inherit;
    margin: auto;
    width: 100%;
    height: auto;
    margin-bottom: -20px;
    max-width: 400px;
  }
  .black_2 {
    background-color: #000;
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .black_2_container {
    width: 90%;
    margin: auto;
  }
}
.white_background1 {
  font-family: Montserrat;
  background: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
  width: 67%;
  margin: auto;
  line-height: 1.2;
}
@media only screen and (max-width: 1700px) {
  .white_background1 {
    width: 80%;
  }
}
.white_background1 h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  max-width: 715px;
  margin: auto;
  margin-bottom: 60px;
}
.white_background1 .section_container p {
  font-weight: 500;
  font-size: 20px;
  color: #000;
  text-align: left;
  max-width: 1120px;
  margin-bottom: 20px;
}
.white_background1 .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 40px;
  grid-column-gap: 30px;
}
.white_background1 .grid-item {
  text-align: left;
}
.white_background1 .grid-item img {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}
.white_background1 .grid-item p {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}
.white_background1 .grid-item p:last-of-type {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .white_background1 .grid-container {
    grid-template-columns: 1fr;
  }
  .white_background1 .grid-container {
    grid-row-gap: 40px;
  }
}
.mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .mobile {
    display: inherit;
  }
  .white_background1 {
    font-family: Montserrat;
    background: #fff;
    padding-top: 70px;
    padding-bottom: 70px;
    width: 95%;
    margin: auto;
    line-height: 1.2;
  }
  .white_background1 h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    text-align: left;
    max-width: 700px;
    margin-bottom: 30px;
  }
  .white_background1 .section_container p {
    font-weight: 500;
    font-size: 16px;
    color: #000;
    text-align: left;
    max-width: 1120px;
    margin-bottom: 20px;
  }
  .white_background1 .grid-item p:last-of-type {
    font-weight: 400;
  }
}
