@import url('https://fonts.googleapis.com/css2?family=Reddit+Mono:wght@200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap');

body{
    direction: ltr;
    font-family: 'Reddit Mono', sans-serif !important;
    font-size: 16px;
    margin: 0;
    padding: 0px;
}

:root{
    --medium-padding: 41px;
    --big-padding: 122px;
}
.paddClass{
    padding-top: 41px;
}

*, ::before, ::after { box-sizing: border-box; }

html { line-sizing: normal; }

body { margin: 0; }

[hidden] { display: none; }

h1 { font-size: 2rem; margin-top: 0;}
h2 { font-size: 1.5rem; margin-top: 0;}
h3 { font-size: 1.17rem; margin-top: 0;}
h4 { font-size: 1.00rem; margin-top: 0;}
h5 { font-size: 0.83rem; margin-top: 0;}
h6 { font-size: 0.67rem; margin-top: 0;}

h1 { margin: 0.67em 0; }

pre { white-space: pre-wrap; }

hr {
  border-style: solid;
  border-width: 1px 0 0;
  color: inherit;
  height: 0;
  overflow: visible;
}

img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
  max-width: 100%;
}
audio:not([controls]) { display:none; }

picture { display: contents; }
source { display: none; }

img, svg, video, canvas {
  height: auto;
}

audio { width: 100%; }


img { border-style: none; }


svg { overflow: hidden; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block;
}


[type='checkbox'],
[type='radio'] {
  box-sizing: border-box;
  padding: 0;
}

.content-block{
    width: 100%;
    padding-right: 22px;
    padding-left: 22px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
@media (min-width: 576px){
    .content-block{
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .content-block{
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .content-block{
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .content-block{
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .content-block{
        max-width: 1231px;
    }
}

.header-layout{
    background: url(image/graphics_header_68f614c848ea86.92688141.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100%;
    color: #fff;
    overflow: hidden;
}

.color-theme{
    position: absolute;
    height: 75%;
    width: 100%;
    filter: blur(164px);
}

.content-block__text{
  padding: 122px 0;
  gap: 5%;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.block__text--left{
  width: 35%;
}
.block__text--right{
  flex: 1;
}
.block__text--right h2{
  font-size: 41px;
  margin-top: 0px;
  text-shadow: 0px 0px 10px #222222c9;
  text-align: center;
}
.text--right__statistic{
  display: flex;
  gap: 24px;
}
.statistic--item i{
  font-size: 38px
}
.statistic--item p{
  margin-block: 10px;
  font-size: 22px
}
.statistic--item span{
  font-weight: 800;
  font-size: 38px;
}
.dnStyle{
  display: none;
}
.hdForm{
  background: #060930;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 28px;
  gap: 25px;
}
input {
  max-width: 100%;
  width: 100%;
  background-color: #f5f5f5;
  color: #242424;
  padding: 20px;
  min-height: 39px;
  border-radius: 5px;
  outline: none;
  border: none;
  line-height: 1.4;
  box-shadow: 0px 13px 25px -20px;
}

input:focus {
  border-bottom: 1px solid #5b5fc7;
  border-radius: 5px 5px 1px 1px;
}

input:hover {
  outline: none;
}
.form-check-label a{
  color: inherit;
}
.paddSection{
  padding-block: 122px;
}
.margSection{
  margin-block: 122px;
}
.paddSectionV2{
  padding-block: 71px;
}
.flexBlock{
  display: flex;
  flex-direction: column-reverse;
  gap: 122px;
}
.aboutUs-layout{
  background: #fff;
  color: #222;
}

.aboutUs-layout--main{
  display: flex;
  flex-direction: row;
  gap: 71px;
}
.aboutUs-layout--main > div{
  flex: 1;
}
.titleSection{
  font-weight: 600;
  font-size: 48px;
  margin-top: 0px;
  font-family: 'Caveat', sans-serif;
}
.aboutUs--main__left > div{
  font-size: 22px;
  line-height: calc(22px + 6px);
}

.cards {
  perspective: 500px;
}

.abPic {
  width: 100%;
  height: 100%;
  border: 0px solid #0D1E36;
  border-radius: 10px;
  position: relative;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .5s;
}

.abPic:hover {
  transform: translateZ(+4px) rotateX(+10deg) rotateY(+10deg);
}
.reasons-layout{
  text-align: center;
}
.reasons--main{
  display: flex;
  gap: 22px;
}
.reasons--main__item{
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 13px;
  transition: all 0.5s ease;
}
.reasons--main__item i{
  font-size: 50px;
  color: #E2703A;
}
.reasons--main__item span{
  font-size: 22px;
}
.reasons--main__item:hover{
  transform: translateY(-10px);
  transition: all 0.5s ease;
}
.video-layout{
  position: relative;
  width: 100%;
}
.videobox{
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.videobox video {
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.videobox--bg{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.video-layout__text{
  position: relative;
  z-index: 1;
  width: 50%;
}
.video-layout__text h5{
  color: #fff;
  font-size: 38px;
  margin: 0;
  display: block;
}
.video-layout__text a{
  padding-inline: 24px;
  padding-block: 13px;
  text-decoration: none;
  margin-top: 41px;
  display: block;
}
.content-block__top{
  display: flex;
  flex-direction: row;
  gap: 41px;
  align-items: center;
}
.content-block__top h1{
  text-transform: inherit;
  font-size: 34px;
  width:39%;
  position: relative;
}
.content-block__top h1:after{
  content: '';
  width: 50%;
  display: block;
  height: 5px;
  background: #E2703A;
  margin-top: 13px;
  border-radius: 0px;
}
.mar:after{
  margin: 0 auto;
}
.content-block__top > div{
  flex: 1;
}
.content-block__top img{
  margin: 0 auto;
  border-radius: 10px;
  height: 398px;
  object-fit: contain;
}
.picture-bg{
  display: none;
  background: #E2703A;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  border-radius: 10px;
  transform: translate3d(+13px, +13px, +13px);
}
.content-block__bottom{
  padding-top: 28px;
}
.servc-title--block{
  text-align: start;
  margin-bottom: 71px;
}
.servc-title--block h3{
  margin-bottom: 13px;
  font-weight: 800;
  color: #E2703A;
}
.servc-title--block p{
  font-size: 22px;
  margin-top: 0px;
}
.service-main{
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.service-main__item{
  display: flex;
  align-items: center;
  gap: 41px;
}
.service-main__item > div{
  flex: 1;
}
.service-main__item img{
  margin: 0 auto;
  height: 398px;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
  transform-style: preserve-3d;
  will-change: transform;
  transition: transform .5s;
}
.service-main__item img:hover{
  transform: translateZ(-5px) rotateX(-10deg) rotateY(-10deg);
}
.service-main__item:nth-child(odd){
  flex-direction: row;
}
.service-main__item a{
  text-decoration: none;
  color: #060930;
  transition: opacity 200ms ease;
}
.service-main__item > div:last-child a:hover,
.service-main__item div:last-child a:focus,
.service-main__item div:last-child a:active{
  opacity: 0.5;
  transition: opacity 200ms ease;
}
.comments--main{
  display: flex;
  gap: 28px;
}
.comments--main__item{
  flex: 1;
  display: flex;
  flex-direction: column-reverse;
  gap: 41px;
}
.comm__item--block{
  position: relative;
}
.comm__item--block svg{
  fill: #E2703A;
  transform: translate(0, 76%);
  position: absolute;
  left: 60px;
}
.comm__item--text{
  background: #E2703A;
  border-radius: 10px;
  padding: 24px;
  color: #fff;
}
.comm__item--info{
  margin: 0px 0px 0px 41px;
  display: flex;
  gap: 20px;
  align-items: center;
}
.comm__item--info img{
  max-width: 71px;
  border-radius: 0%;
}
.comm__item--info-other p{
  margin-top: 0px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
}
.comm__item--info-other span{
  font-size: 15px;
}
.last_comment{
  display: none;
}
.blog-layout--main{
  display: flex;
  flex-direction: column;
  gap: 41px;
  flex-wrap: wrap;
}
.blog-layout--main__item{
  display: flex;
  gap: 28px;
  align-items: center;
}
.blog-layout--main__item > div:first-child{
  width: 39%;
}
.blog-layout--main__item > div:last-child{
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 28px;
}
.blog-layout--main__item > div:last-child > div{
  flex: 1;
}
.blog-layout--main__item > div:last-child > a{
  display: block;
  width: 225px;
  align-self: flex-start;
  padding-block: 13px;
  padding-inline: 13px;
  text-align: center;
  text-decoration: none;
}
.blog-layout--main__item > div:last-child .btn-1{
  color: #333;
}
.blog-layout--main__item > div:last-child .btn-5{
  padding-block: 0px;
}
.blog-layout--main__item > div:first-child img{
  margin: 0 auto;
  height: 300px;
  object-fit: contain;
  border-radius: 10px;
}
.blog-layout--main__item h2 a{
  color: #060930;
  text-decoration: none;
  transition: opacity .2ms ease-in-out;
}
.blog-layout--main__item h2 a:hover,
.blog-layout--main__item h2 a:active,
.blog-layout--main__item h2 a:focus{
  opacity: 0.8;
  transition: opacity .2ms ease-in-out;
}
.blog-layout--main__item:last-child{
  border: none !important;
}
.comments-layout .titleSection, .blog-layout .titleSection, .question-layout .titleSection{
  text-align: start;
  margin-bottom: 71px;
}
.question_block{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 41px;
}
.question_block--item{
  display: flex;
  gap: 25px;
  align-items: center;
}
.question_block--item h5{
  font-size: 26px;
  text-transform: inherit;
  margin-bottom: 13px;
  color: #E2703A;
}
.question_block--item i{
  font-size: 48px;
  color: #E2703A;
}
.question_block--item p{
  margin: 0px;
}
.map-layout{
  padding-bottom: 0px !important;
}
.footer-layout{
  background: #060930;
  color: #fff;
}
.pld{
  margin-block: 20px;
  display: flex;
  gap: 22px;
}
.footer-layout a{
  color: inherit;
  transition: opacity .2ms ease-in-out;
  text-decoration: none;
}
.footer-layout a:hover{
  opacity: 0.7;
  transition: opacity .2ms ease-in-out;
}
.contact-block{
  align-items: center;
  display: flex;
  gap: 13px;
  margin-bottom: 28px;
  flex-direction: column;
}
.contact-block__item{
  display: flex;
  gap: 10px;
  align-items: center;
}
.contact-block__item i{
  font-size: 26px;
  display: none;
}
.contact-block__item div{
  font-size: 22px;
}
.cb-box{
  display: flex;
  flex-direction: column;
  gap: 28px;
 
}
.cb-box-var {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: center;
}

.footer-link{
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 13px;
}
.nrwf{
  width: 45%;
}
.nrwf .nav-title{
  font-size: 26px;
  align-items: center;
}
.nrwf .nav-title img{
  max-height: 50px;
}
.page-content{
  display: flex;
  gap: 71px;
  flex-direction: row;
  padding-bottom: 71px;
  border-bottom: 0px solid #E2703A;
}
.page-content--item{
  flex: 1;
}
.page-content--item .btn-1{
  color: #333;
}
.newpadd{
  padding-top: 71px;
}
.page-content--item li{
  font-size: 21px;
  padding-block: 13px;
  list-style: none;
}
.page-content--item li a{
  color: inherit;
  text-decoration: none;
}

.page-content--item li::before {
  content: "\2022";
  color: #E2703A;
  font-weight: 800;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.page--main__top{
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  gap: 28px;
}
.page--main__top img{
  max-height: 500px;
  object-fit: contain;
}
.page--main__top h1{
  margin: 0;
  border-bottom: 0px solid #E2703A;
  padding-bottom: 22px;
  font-size: 26px;
  text-transform: inherit;
  text-align: start;
}
.page--main__bottom{
  margin-top: 28px;
}
.prbox{
  font-size: 25px;
}




.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  border: none;
  outline: none;
  color: #efefef;
  font-size: 16px;
  text-transform: inherit;
  font-weight: 600;
  text-shadow: 0px 0px 15px #0000004a;
  background-color: inherit;
  padding: 13px 13px 13px 13px;
  font-family: 'Reddit Mono', sans-serif !important;
  margin: 0;
  cursor: pointer;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: rgba(0, 0, 0, 0.7);
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.7);
  min-width: 160px;
  box-shadow: 0px 8px 20px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown i{
  font-size: 14px;
}

.dropdown-content a {
  float: none;
  color: #fff;
  padding: 13px 20px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #0000009c;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.nav {
    height: 50px;
    width: 100%;
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: center;
  }

.nav > .nav-header {
    display: inline;
  }

.nav-title{
    display: flex;
    gap: 13px;
    align-items: center;
}
.nav-title img{
  max-height: 50px;
}
.nals{
    font-size:  26px;
    font-family: 'Caveat', sans-serif;
    color: #fff;
    padding: 13px;
    flex: 1;
    text-decoration: none;
  }

  .nav > .nav-btn {
    display: none;
  }

  .nav > .nav-links {
    display: flex;
    align-items: center;
    float: right;
    font-size: 16px;
  }

  .nav > .nav-links > a {
    display: inline-block;
    padding: 13px 13px 13px 13px;
    text-decoration: none;
    color: #efefef;
    text-transform: inherit;
    font-weight: 600;
    text-shadow: 0px 0px 15px #0000004a;
  }

  .nav > .nav-links > a:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .nav > #nav-check {
    display: none;
  }

@media (max-width:992px) {
    .nav > .nav-btn {
      display: inline-block;
      position: absolute;
      right: 0px;
      top: 0px;
    }
    .nav > .nav-btn > label {
      display: inline-block;
      width: 50px;
      height: 50px;
      padding: 13px;
    }
    .nav > .nav-btn > label:hover,.nav  #nav-check:checked ~ .nav-btn > label {
      background-color: #000000ea;
    }
    .nav > .nav-btn > label > span {
      display: block;
      width: 25px;
      height: 13px;
      border-top: 1px solid #eee;
    }
    .nav > .nav-links {
      position: absolute;
      display: flex;
      flex-direction: column;
      width: 100%;
      background-color: #000000ea;
      height: 0px;
      transition: all 0.3s ease-in;
      overflow-y: hidden;
      top: 50px;
      z-index: 99;
      left: 0px;
    }
    .dropdown{
      width: 100%;
    }
    .dropdown-content{
      display: block;
      position: relative;
      padding: 0px 28px;
    }
    .dropdown .dropbtn{
      padding: 25px 28px;
    }
    .nav > .nav-links > a {
      display: block;
      width: 100%;
      padding: 25px 28px;
    }
    .nav > #nav-check:not(:checked) ~ .nav-links {
      height: 0px;
    }
    .nav > #nav-check:checked ~ .nav-links {
      height: calc(100vh - 50px);
      overflow-y: auto;
    }

    .content-block__top h1{
      width: 100%;
    }
}


.btn-1 {
  display: inline-block;
  padding: 20px 28px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  border: 3px solid rgb(252, 70, 100);
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
  width: 100%;
 }

 .btn-1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(252, 70, 100);
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }

 .btn-1:hover::before {
  transform: translateX(0);
 }
 .btn-2 {
  border-radius: 15px;
  text-transform: inherit;
  font-style: normal;
  font-weight: 200;
  padding-left: 25px;
  padding-right: 25px;
  color: #fff;
  -webkit-clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  clip-path: polygon(0 0,0 0,100% 0,100% 0,100% calc(100% - 15px),calc(100% - 15px) 100%,15px 100%,0 100%);
  height: 39px;
  font-size: 12px;
  line-height: 13px;
  letter-spacing: 1.1px;
  transition: .2s .1s;
  background-image: linear-gradient(90deg,#1c1c1c,#6220fb);
  border: 0 solid;
}

.btn-2:hover {
  cursor: pointer;
  transition: all .3s ease-in;
  padding-right: 28px;
  padding-left: 28px;
}

.btn-3 {
  --width: 100%;
  --timing: 2s;
  border: 0;
  width: var(--width);
  padding-block: 1em;
  color: #fff;
  font-weight: 800;
  font-size: 19px;
  background: rgb(64, 192, 87);
  transition: all 0.2s;
  border-radius: 3px;
}

.btn-3:hover {
  background-image: linear-gradient(to right, rgb(250, 82, 82), rgb(250, 82, 82) 16.65%, rgb(190, 75, 219) 16.65%, rgb(190, 75, 219) 33.3%, rgb(76, 110, 245) 33.3%, rgb(76, 110, 245) 49.95%, rgb(64, 192, 87) 49.95%, rgb(64, 192, 87) 66.6%, rgb(250, 176, 5) 66.6%, rgb(250, 176, 5) 83.25%, rgb(253, 126, 20) 83.25%, rgb(253, 126, 20) 100%, rgb(250, 82, 82) 100%);
  animation: var(--timing) linear dance6123 infinite;
  transform: scale(1.1) translateY(-1px);
}

@keyframes dance6123 {
  to {
    background-position: var(--width);
  }
}
.btn-4 {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #0400ff, #4ce3f7);
  border-radius: 25px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 16px;
  padding: 13px 28px;
 }

.btn-4:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
 }

 @keyframes pulse512 {
  0% {
   box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
   box-shadow: 0 0 0 13px rgb(218 103 68 / 0%);
  }

  100% {
   box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
 }

.btn-5 {
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #183153;
  font-family: "Montserrat", sans-serif;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  color: #fff;
 }

 .btn-5:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #FFD401;
  position: absolute;
  transition: all 0.5s ease-in-out;
  right: 0;
 }

 .btn-5:hover::after {
  right: auto;
  left: 0;
  width: 100%;
 }

 .btn-5 span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 20px 25px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.3em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
 }

 .btn-5:hover span {
  color: #183153;
  animation: scaleUp 0.3s ease-in-out;
 }

 @keyframes scaleUp {
  0% {
   transform: scale(1);
  }

  50% {
   transform: scale(0.95);
  }

  100% {
   transform: scale(1);
  }
 }

 .c-heroImageGrid {
  position: relative;
  overflow: hidden;
  height: 50vw;
  background: #fff;
}

.c-heroImageGrid .container {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: -20vw;
  left: -8vw;
  transform: rotateZ(45deg);
  height: 100vw;
  width: 107vw;
}

.c-heroImageGrid .container .column {
  overflow: hidden;
  position: relative;
}

.c-heroImageGrid .container .column:nth-of-type(1) {
  border-right: 8px solid white;
  width: 25%;
  height: 66vw;
}


.c-heroImageGrid .container .column:nth-of-type(1):before {
  position: absolute;
  top: 8.4vw;
  left: 8.1vw;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateZ(-45deg);
  content: "";
  width: 37vw;
  height: 38vw;
  background-image: url(image/figures_header_68f614c848ebd7.99890172.jpg);
}


.c-heroImageGrid .container .column:nth-of-type(2) {
  display: flex;
  flex-direction: column-reverse;
  width: 75%;
  height: 109.1vw;
}

.c-heroImageGrid .container .column:nth-of-type(2) .row {
  border-top: 8px solid #fff;
}


.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(1) {
  position: relative;
  overflow: hidden;
  height: 50vw;
}


.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(1):before {
  position: absolute;
  top: -10.1vw;
  left: -14.3vw;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateZ(-45deg);
  content: "";
  width: 65vw;
  height: 39vw;
  background-image: url(image/icons_header_68f614c848ec36.74876331.jpg);
}

.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(2) {
  display: flex;
  height: 40.5vw;
}

.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(3) {
  border-top: none;
}

.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1) {
  overflow: hidden;
  width: 30%;
}
.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(1):before {
  position: absolute;
  top: 0;
  left: -17vw;
  width: 49.1vw;
  height: 64vw;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateZ(-45deg);
  content: "";
  background-image: url(image/icons_header_68f614c848ec70.53513309.jpg);
  z-index: -1;
}

.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2) {
  position: relative;
  width: 70%;
  border-left: 8px solid white;
  overflow: hidden;
}


.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(2) div:nth-of-type(2):before {
  position: absolute;
  top: 0;
  left: -40vw;
  width: 110.1vw;
  height: 75vw;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateZ(-45deg);
  content: "";
  background-image: url(image/icons_header_68f614c848ec70.53513309.jpg);
}

.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(3) {
  position: relative;
  height: 18.6vw;
  overflow: hidden;
}


.c-heroImageGrid .container .column:nth-of-type(2) .row:nth-of-type(3):before {
  position: absolute;
  top: 7.5vw;
  left: 25vw;
  width: 33vw;
  height: 27vw;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateZ(-45deg);
  content: "";
  background-image: url(image/figures_header_68f614c848ecb6.17834236.jpg);
}
.card {
  background-color: #fff;
  border-radius: 13px;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.title {
  font-size: 25px;
  font-weight: 600;
  text-align: center;
}

.form {
  display: flex;
  flex-direction: column;
}

.group {
  position: relative;
}

.form .group label {
  font-size: 12px;
  color: rgb(99, 102, 102);
  position: absolute;
  top: -13px;
  left: 13px;
  background-color: #fff;
  transition: all .3s ease;
}

.form .group input,
.form .group textarea {
  padding: 13px 13px;
  border-radius: 5px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 25px;
  outline: 0;
  width: 100%;
  background-color: transparent;
}

.form .group input:placeholder-shown+ label, .form .group textarea:placeholder-shown +label {
  top: 13px;
  background-color: transparent;
}

.form .group input:focus,
.form .group textarea:focus {
  border-color: #3366cc;
}

.form .group input:focus+ label, .form .group textarea:focus +label {
  top: -13px;
  left: 13px;
  background-color: #fff;
  color: #3366cc;
  font-weight: 600;
  font-size: 12px;
}

.form .group textarea {
  resize: none;
  height: 100px;
}

.form button {
  width: 100%;

}
.form-check {
  display: flex;
  align-items: center;
  gap: 13px;
}
.form-check input {
  width: 13px !important;
}
@media (max-width: 991px){
  .header-layout{
    height: fit-content;
    max-height: initial;
  }
  .content-block__text{
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 50px;
    gap: 28px;
  }
  .block__text--left{
    width: 100%;
  }
  .block__text--right h2{
    font-size: 24px;
  }
  .blog-layout--main{
    flex-direction: column !important;
  }
  .blog-layout--main__item{
    width: 100% !important;
  }
  .cb-box{
    flex-direction: column;
  }
  .blog-layout--main__item > div:last-child{
    flex-direction: column;
  }
  .blog-layout--main__item > div:last-child > a{
    width: 100% !important;
  }
}
@media (max-width: 768px){
  .comments--main{
    flex-direction: column;
  }
  .text--right__statistic{
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .reasons--main{
    flex-direction: column;
  }
  .aboutUs-layout--main{
    flex-direction: column;
  }
  .content-block__top{
    flex-direction: column;
    width: 100% !important;
  }
  .content-block__bottom{
    width: 100% !important;
  }
  .service-main__item{
    flex-direction: column !important;
  }
  .question_block--item{
    width: 100% !important;
  }
  .question_block{
    flex-direction: column !important;
  }
  .blog-layout--main__item{
    flex-direction: column;
  }
  .blog-layout--main__item > div:first-child{
    width: 100% !important;
  }
  .block__text--right h2{
    font-size: 19px;
  }
  .video-layout__text{
    width: 80%;
  }
  .video-layout__text h5{
    font-size: 19px;
  }
  .question_block--item{
    flex-direction: column;
    text-align: center;
  }
  .pld{
    flex-direction: column;
  }
  .nrwf .nav-title{
    flex-direction: column;
    font-size: 16px;
  }
  .page--main__top h1{
    font-size: 16px;
  }
  .nav-title{
    flex-direction: column;
    text-align: start;
    align-items: self-start;
  }
  .nals{
    font-size: 16px;
  }
  .page-content{
    flex-direction: column;
  }
}
@media (max-width: 480px){
  .blog-layout--main__item > div:first-child img{
    height: auto !important;
  }
  .contact-block__item div{
    font-size: 14px;
  }
  .page-content--item li{
    font-size: 14px;
  }

  .content-block__top img{
    height: auto;
  }

}

.textarea-field--layout-section{
  max-width: 100%;
  width: 100%;
  background-color: #f5f5f5;
  color: #242424;
  padding: 20px;
  min-height: 39px;
  border-radius: 5px;
  outline: none;
  border: none;
  line-height: 1.4;
  box-shadow: 0px 13px 25px -20px;
}

.poliPadd{
  padding: 112px 0px;
}

iframe{
  border: 0;
}

.cb-box-varFlexShrink{
  flex-shrink: 0;
}

.content-block__topRel{
  position: relative;
}