@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: 40%;
  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 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;
  letter-spacing: -0.03em;
  color: #232323;
  margin-bottom: 30px; 
  max-width: 500px;
}
.text-block p {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  max-width: 500px;
  margin-bottom: 0;
  line-height: 1.2;
}
.responsive {
  position: relative;
}
@media only screen and (max-width: 1000px) {
  .text-block {
    width: 80%;
  }
  .text-block h1 {
    font-size: 28px;
  }
  .text-block p {
    font-size: 16px;
  }
}

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

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


.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%
  );
}
.blue_1 h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding-top: 120px;
  text-transform: uppercase;
  max-width: 600px;
  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;
  padding-bottom: 120px;
  margin: auto !important;
  max-width: 770px;
}

.todo_carousel {
  margin: auto;
  text-align: center;
  width: 80%;
  overflow: hidden !important;
  padding-top: 150px;
  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;
}
.white_1_container {
  margin: auto;
  text-align: center;
  padding-bottom: 250px;
}
.black_1 {
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: #000;
}
@media only screen and (min-width: 2000px) {
  .black_1 {
    padding-top: 400px;
  }
}
.black_1_container {
  width: 100%;
  height: auto;
}
.black_1_container img {
  text-align: center;
  margin: auto;
  margin-top: -20%;
}
.black_1_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #fff;
}
.black_1_mob h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 24px !important;
  text-align: center !important;
  text-transform: uppercase !important;
  color: #fff !important;
}
.black_1_mob p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 400 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  color: #fff !important;
  text-align: center;
  padding-bottom: 40px;
}
.white_2 {
  background-color: #fff;
}
.white_2_container {
  margin: auto;
  text-align: center;
  padding-bottom: 100px;
}
.white_2_container h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  color: #000;
  text-align: left;
  padding-left: 10px;
  padding-top: 115px;
}
.white_2_container p {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  max-width: 720px;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  white-space: nowrap;
}
.white_2_container img {
  padding-left: 10px;
  padding-top: 50px;
}
.white_4 {
  background-color: #fff;
}
.white_4_container {
  width: 70%;
  height: auto;
  margin: auto;
  padding-bottom: 185px;
  padding-top: 100px;
  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;
  margin-top: -25px;
}
.white_4_container table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
  margin-top: 30px;
}
.white_4_container caption {
  caption-side: top;
  text-align: center;
  background-color: #f1f1f1;
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000;
  padding: 13px;
  margin-bottom: 20px;
}
.white_4_container tr {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  border: solid #b9b9b9;
  border-width: 1px 0;
}
.white_4_container tr:first-child {
  border-top: none;
}
.white_4_container tr:last-child {
  border-bottom: none;
}
.white_4_container .blue {
  font-weight: 600 !important;
  color: #004098 !important;
  width: 50%;
}
.white_4_container td {
  padding-top: 13px !important;
  padding-bottom: 13px;
  padding-left: 40px;
  padding-right: 40px;
}
.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: 16px;
  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: 16px;
  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_4_container h1 {
    font-size: 55px !important;
  }
}
@media only screen and (max-width: 1000px) {
  .responsive_mob {
    height: auto;
    display: inherit;
  }
}
@media only screen and (max-width: 700px) {
  .responsive_mob {
    height: auto;
    display: inherit;
  }
}
.fullsize {
  display: inherit;
}
.mobile {
  display: none;
}
@media only screen and (max-width: 1000px) {
  .fullsize {
    display: none !important;
  }
  .mobile {
    display: inherit;
  }
}
@media only screen and (max-width: 1000px) {
  .blue_1 {
    height: auto;
    margin-top: -11% !important;
  }
  .blue_1 h1 {
    padding-top: 80px;
    max-width: 600px;
    margin: auto;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
  }
  .blue_1 p {
    padding-top: 25px;
    padding-bottom: 90px;
    margin: auto !important;
    max-width: 770px;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    width: 95%;
  }
  .white_1_container {
    padding-bottom: 90px;
    padding-top: 90px;
  }
  .black_1 {
    padding-top: 90px;
    padding-bottom: 90px;
    background-color: #000;
  }
  .black_1_container {
    width: 100%;
    height: auto;
  }
  .black_1_container img {
    text-align: center;
    margin: auto;
    margin-top: 0;
  }
  .black_1_container h1 {
    font-family: Inter, Montserrat, "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 10px;
    line-height: 12px;
    text-align: center;
    color: #fff;
    margin-top: 10px;
    margin-bottom: 30px;
  }
  .white_2 {
    background-color: #fff;
    padding-top: 0 !important;
  }
  .white_2_container {
    margin: auto;
    text-align: center;
    padding-bottom: 100px;
    width: 100%;
  }
  .white_2_container h1 {
    text-align: left;
    padding-left: 0;
    padding-top: 50px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
  }
  .white_2_container p {
    max-width: 720px;
    text-align: left;
    padding-top: 20px;
    padding-left: 0;
    white-space: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
  }
  .width100 {
    width: 100% !important;
  }
  .white_2_container img {
    padding-left: 0;
    padding-top: 30px;
    max-width: 70%;
  }
  .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: 16px !important;
  line-height: 18px !important;
  float: left;
  padding-top: 40px;
}
.wrapper .right {
  text-align: right;
  float: right;
  padding-top: 40px;
}
.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: 100%;
  max-height: 650px;
}
@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%;
  margin-bottom: 20px;
}
.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;
}
.responsive_mob h2 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  margin-bottom: 0;
  margin-top: 0;
}
.responsive_mob h3 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 25px;
  line-height: 30px;
  color: #000;
}
@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: 95%;
  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 table {
  width: 100%;
  height: auto;
  border-collapse: collapse;
}
.white_4_container_mob tr {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 9px;
  line-height: 11px;
  color: #000;
  border: solid #b9b9b9;
  border-width: 1px 0;
}
.white_4_container_mob tr:first-child {
  border-top: none;
}
.white_4_container_mob tr:last-child {
  border-bottom: none;
}
.white_4_container_mob .blue {
  font-weight: 600 !important;
  color: #004098 !important;
  width: 50%;
}
.white_4_container_mob td {
  padding-top: 10px !important;
  padding-bottom: 10px;
  padding-left: 0;
  padding-right: 0;
}
.question {
  position: relative;
  margin: 0;
  padding: 0 10px;
  padding-top: 5px;
  display: block;
  width: 100%;
  cursor: pointer;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.3);
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 12px;
  text-align: center;
  color: #000;
}
.line {
  background: #f1f1f1;
  margin-top: 5px;
  margin-bottom: 5px;
}
.answers {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  padding: 0 10px;
  margin: 0 0;
  width: 100% !important;
  height: 0;
  overflow: hidden;
  z-index: -1;
  position: relative;
  opacity: 0;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
}
.questions:checked ~ .answers {
  height: auto;
  z-index: 1;
  padding: 10px;
  opacity: 1;
}
.plus {
  float: right;
  z-index: 5;
  font-size: 1em;
  line-height: 100%;
  margin-right: 10px;
  margin-top: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  z-index: 999;
}
.questions:checked ~ .plus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #28bfff !important;
}
.questions:checked ~ .plus {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #28bfff !important;
}
.questions {
  display: none;
}
: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: 400;
  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;
  }
}
.pravki h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
.pravki p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  font-family: Montserrat;
  margin-bottom: 50px;
}
.blue_card {
  border: 2px solid rgba(144, 210, 240, 0.5);
  border-radius: 10px;
  padding: 30px 40px 30px 30px;
  box-sizing: border-box !important;
  min-height: 330px;
}
.blue_card h1 {
  font-family: Montserrat, "Open Sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #0182cb;
  line-height: 30px;
  padding-top: 2px;
  text-transform: none;
  text-align: left;
  padding-left: 10px;
  padding-bottom: 10px;
}
.blue_card ul {
  font-family: Montserrat, "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  text-align: left;
  max-width: 330px;
}
.blue_card li {
  padding-top: 10px;
}
.white_background1 {
  background: #fff;
  padding-top: 160px;
  padding-bottom: 75px;
  width: 67%;
  margin: auto;
  line-height: 1.2;
  font-family: Montserrat;
}

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

@media only screen and (max-width: 1700px){
  .white_background1 {
    width: 80%;
  }
  .white_4_container {
    width: 80%;
  }
}

.white_background1 h1 {
  font-family: Inter, Montserrat, "Open Sans", sans-serif;
  font-weight: 600;
  font-size: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #000;
  margin: auto;
  margin-bottom: 30px;
}
.white_background1 .section_container p {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #000;
  margin: auto;
  margin-bottom: 60px;
  max-width: 850px;
}
.white_background1 .grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.white_background1 .grid-item {
  text-align: center;
}
.white_background1 .grid-item img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}
.white_background1 .grid-item p {
  margin-bottom: 15px;
  font-weight: 700;
  text-align: left;
}
.white_background1 .grid-item p:last-of-type {
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  .white_background1 .grid-container {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 1000px) {
  .todo_carousel {
    padding-top: 0;
    width: 100%;
    overflow: inherit !important;
  }
  .pravki {
    width: 95% !important;
    margin: auto;
  }
  .pravki h1 {
    font-family: Inter, Montserrat, "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
  }
  .pravki p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
  }
  .blue_card {
    padding: 20px;
    min-height: auto;
  }
  .blue_card h1 {
    font-family: Inter, Montserrat, "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #0182cb;
    text-transform: none;
    text-align: left;
    padding-left: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
  .blue_card ul {
    font-family: Montserrat, "Open Sans";
    font-weight: 400;
    font-size: 16px;
    color: #000;
    text-align: left;
    max-width: 330px;
  }
  .blue_card li {
    padding-top: 0;
  }
  .white_background1 {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 0;
    width: 95%;
  }
  .white_background1 h1 {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
    margin: auto;
    margin-bottom: 30px;
  }
  .white_background1 .section_container p {
    font-weight: 400;
    font-size: 16px;
    color: #000;
    margin: auto;
    margin-bottom: 40px;
    max-width: 850px;
  }
  .white_background1 .grid-item p {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-align: left;
  }
  .white_background1 .grid-item p:last-of-type {
    font-weight: 400;
  }
}
