@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
.home-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner {
    height: 40vh;
  }
}
.home-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(22deg, rgba(0, 0, 0, 0) 26.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(250deg, rgba(0, 0, 0, 0) 43.27%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 540px) {
  .home-banner::before {
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 57.44%, rgba(0, 0, 0, 0.85) 100%), linear-gradient(177deg, rgba(0, 0, 0, 0) 15.27%, rgba(0, 0, 0, 0.65) 100%);
  }
}
.home-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container {
    padding: 0;
  }
}
.home-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 20%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper {
    width: 100%;
    bottom: 10%;
    margin-left: 0;
  }
}
.home-banner .video-background .container .bg-wrapper .btn {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper .btn {
    display: flex;
    justify-content: center;
    padding-top: 20px;
    margin: auto;
    display: none;
  }
}
.home-banner .video-background .container .bg-wrapper h1 {
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 670px;
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 540px;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper h1 {
    max-width: 90%;
    text-align: center;
    margin: auto;
    font-size: 25px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
}
.home-banner .video-background .container .bg-wrapper p {
  font-family: "Poppins";
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  color: var(--white);
  max-width: 100%;
}
@media only screen and (max-width: 991px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 100%;
    color: rgba(255, 255, 255, 0.8784313725);
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bg-wrapper p {
    max-width: 60%;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: rgba(255, 255, 255, 0.8588235294);
    margin: auto;
  }
}
.home-banner .video-background .container .bottom {
  display: flex;
  align-items: center;
  gap: 15px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  justify-content: right;
  position: absolute;
  bottom: 7%;
  display: none;
}
@media only screen and (max-width: 1024px) {
  .home-banner .video-background .container .bottom {
    max-width: 95%;
  }
}
@media only screen and (max-width: 540px) {
  .home-banner .video-background .container .bottom {
    display: none;
  }
}
.home-banner .video-background .container .bottom .btn:first-child {
  margin: 0;
  padding: 0;
}
.home-banner .video-background .container .bottom .btn:first-child a {
  background: var(--white);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 13px;
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bottom .btn:first-child a {
    padding: 9px;
  }
}
.home-banner .video-background .container .bottom .btn:first-child a svg path {
  fill: var(--black);
}
.home-banner .video-background .container .bottom .btn:first-child a:hover svg path {
  fill: var(--white);
}
.home-banner .video-background .container .bottom .btn:last-child {
  padding: 0;
  margin: 0;
}
.home-banner .video-background .container .bottom .btn:last-child a {
  display: flex;
  align-items: center;
  padding: 10px 20px;
  background: white;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 50px;
  gap: 10px;
  color: black;
}
@media only screen and (max-width: 768px) {
  .home-banner .video-background .container .bottom .btn:last-child a {
    padding: 6px 24px;
  }
}
.home-banner .video-background .container .bottom .btn:last-child a span {
  font-weight: 400;
  font-size: 16px;
  color: black;
}
.home-banner .video-background .container .bottom .btn:last-child a:hover {
  color: var(--white);
}

.banner-strip {
  padding: 20px 0;
  position: relative;
  overflow: hidden;
  background: var(--gradient-a);
}
@media only screen and (max-width: 768px) {
  .banner-strip {
    padding: 40px 0;
  }
}
.banner-strip .flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .banner-strip .flex-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: flex-end;
    gap: 10px;
  }
}
@media only screen and (max-width: 540px) {
  .banner-strip .flex-box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: flex-end;
    gap: 40px;
  }
}
.banner-strip .flex-box .flex-box-item {
  display: flex;
  justify-content: start;
  align-items: anchor-center;
  max-width: 377px;
  gap: 20px;
}
@media only screen and (max-width: 768px) {
  .banner-strip .flex-box .flex-box-item {
    display: block;
    text-align: center;
  }
}
.banner-strip .flex-box .flex-box-item .txt h3 {
  font-weight: 700;
  color: var(--white);
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .banner-strip .flex-box .flex-box-item .txt h3 {
    font-size: 20px;
  }
}
.banner-strip .flex-box .flex-box-item .txt p {
  font-weight: 400;
  font-size: 14px;
  color: var(--white);
}

.home-secA {
  padding: 50px 0;
  overflow: hidden;
  position: relative;
}
.home-secA .bg {
  position: absolute;
  line-height: 0;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
}
.home-secA .heading {
  text-align: center;
  max-width: 60%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .home-secA .heading {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .heading {
    max-width: 100%;
  }
  .home-secA .heading h2 {
    font-size: 25px;
  }
  .home-secA .heading p {
    max-width: 100%;
    font-size: 14px;
    margin: 10px auto;
  }
}
.home-secA .tab-section {
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-section {
    padding: 50px 0 20px 0;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-section {
    padding: 20px 0;
  }
}
.home-secA .tab-section .tab-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .tab-section .tab-nav {
    overflow-x: auto;
    gap: 20px;
  }
  .home-secA .tab-section .tab-nav li {
    white-space: nowrap;
  }
  .home-secA .tab-section .tab-nav li:first-child {
    margin-left: 20%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-section .tab-nav li:first-child {
    margin-left: 60%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-section .tab-nav li:first-child {
    margin-left: 170%;
  }
}
@media only screen and (max-width: 390px) {
  .home-secA .tab-section .tab-nav li:first-child {
    margin-left: 172%;
  }
}
@media only screen and (max-width: 375px) {
  .home-secA .tab-section .tab-nav li:first-child {
    margin-left: 190%;
  }
}
@media only screen and (max-width: 360px) {
  .home-secA .tab-section .tab-nav li:first-child {
    margin-left: 200%;
  }
}
.home-secA .tab-section .tab-nav li {
  transition: 0.5s ease;
  position: relative;
  padding: 17px 10px;
}
.home-secA .tab-section .tab-nav li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #B2B1B1;
  transition: 0.5s ease;
}
.home-secA .tab-section .tab-nav li a {
  font-weight: 500;
  color: #666666;
  font-size: 19px;
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-section .tab-nav li a {
    font-size: 16px;
  }
  .home-secA .tab-section .tab-nav li a a:first-child {
    margin-left: 100px;
  }
}
.home-secA .tab-section .tab-nav li.active::before {
  width: 100%;
  background: #50A6AA;
}
.home-secA .tab-section .tab-nav li.active a {
  color: #50A6AA;
}
.home-secA .tab-nav-content {
  padding: 50px 0 0 0;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content {
    padding: 30px 0 0 0;
  }
}
.home-secA .tab-nav-content .tabs {
  transform: translateY(20%);
  opacity: 0;
  transition: 0.5s ease-in-out;
}
.home-secA .tab-nav-content .tabs .flex-box {
  display: flex;
  justify-content: center;
  gap: 70px;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .flex-box {
    gap: 20px;
    flex-direction: column;
  }
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:first-child figure {
  border-radius: 15px;
  overflow: hidden;
  width: 580px;
  height: 404px;
}
@media only screen and (max-width: 1024px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:first-child figure {
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:first-child figure {
    width: 100%;
    height: 100%;
  }
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:first-child figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child {
  max-width: 40%;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child {
    max-width: 100%;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child {
    max-width: 100%;
  }
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child h3 {
  font-weight: 700;
  font-size: 32px;
  color: #303030;
  max-width: 90%;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child h3 {
    font-size: 25px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child h3 {
    max-width: 100%;
    margin: auto;
  }
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child p {
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child p {
    margin: 10px 0 30px 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child p {
    font-size: 14px;
    margin: 10px 0 20px 0;
  }
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child span {
  display: flex;
  gap: 30px;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child span {
    justify-content: center;
  }
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child span .btn {
  margin: 0;
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child span .btn a {
  border: 1px solid #50A6AA;
  color: #50A6AA;
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child span .btn a:hover {
  color: white;
}
.home-secA .tab-nav-content .tabs .flex-box .flex-box-item:last-child span .btn2 {
  margin: 0;
}
.home-secA .tab-nav-content .tabs.active {
  transform: translateY(0%);
  opacity: 1;
}

.home-secB {
  padding: 50px 0;
  background: var(--gradient-a);
}
.home-secB .heading h2 {
  color: var(--white);
  text-align: center;
}
@media only screen and (max-width: 540px) {
  .home-secB .heading h2 {
    font-size: 25px;
    max-width: 90%;
    margin: auto;
  }
}
.home-secB .grid-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  padding: 50px 0;
}
@media only screen and (max-width: 991px) {
  .home-secB .grid-box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 0 20px 0;
  }
}
.home-secB .grid-box .grid-box-item {
  border: 1px solid var(--white);
  padding: 20px;
  border-radius: 10px;
  text-align: center;
  height: 237px;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box .grid-box-item {
    height: -moz-fit-content;
    height: fit-content;
  }
}
.home-secB .grid-box .grid-box-item img {
  margin-bottom: 25px;
}
.home-secB .grid-box .grid-box-item p {
  color: var(--white);
  max-width: 70%;
  margin: auto;
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .home-secB .grid-box .grid-box-item p {
    max-width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secB .grid-box .grid-box-item p {
    max-width: 90%;
    font-size: 26px;
  }
}
.home-secB .btn {
  margin: 0;
  margin: auto;
}

.home-secC {
  padding: 70px 0;
  overflow: hidden;
}
@media only screen and (max-width: 540px) {
  .home-secC {
    padding: 50px 0;
  }
}
.home-secC .heading h2 {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .home-secC .heading h2 {
    max-width: 80%;
    margin: auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secC .heading h2 {
    font-size: 24px;
    max-width: 100%;
  }
}
.home-secC .logo-slider-right, .home-secC .logo-slider-left {
  padding: 50px 0;
}
.home-secC .logo-slider-right .swiper-wrapper, .home-secC .logo-slider-left .swiper-wrapper {
  transition-timing-function: linear !important;
}
.home-secC .logo-slider-right .swiper-wrapper figure, .home-secC .logo-slider-left .swiper-wrapper figure {
  width: 200px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-secC .logo-slider-right .swiper-wrapper figure img, .home-secC .logo-slider-left .swiper-wrapper figure img {
  width: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.home-secC .logo-slider-left {
  padding: 0 0 0 0;
}

.home-secD {
  width: 100%;
}
.home-secD figure {
  line-height: 0;
  position: relative;
}
.home-secD figure::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-secD figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-secD figure figcaption {
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 768px) {
  .home-secD figure figcaption {
    width: 70%;
    top: 25%;
  }
}
.home-secD figure figcaption h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  text-align: center;
  margin-bottom: 18px;
  max-width: 720px;
  color: white;
}
@media only screen and (max-width: 540px) {
  .home-secD figure figcaption h2 {
    font-size: 18px;
  }
}

.home-secE {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 1024px) {
  .home-secE {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .home-secE {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE {
    height: 70vh;
  }
}
@media only screen and (max-width: 441px) {
  .home-secE {
    height: 75vh;
  }
}
@media only screen and (max-width: 390px) {
  .home-secE {
    height: 80vh;
  }
}
@media only screen and (max-width: 375px) {
  .home-secE {
    height: 100vh;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE {
    height: 95vh;
  }
}
.home-secE::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 3.27%, rgba(0, 0, 0, 0.65) 100%);
}
@media only screen and (max-width: 540px) {
  .home-secE::before {
    display: none;
  }
}
.home-secE .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .home-secE .bg img {
    height: auto;
    top: 55%;
  }
}
@media only screen and (max-width: 441px) {
  .home-secE .bg img {
    top: 58%;
  }
}
@media only screen and (max-width: 390px) {
  .home-secE .bg img {
    top: 60%;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .bg img {
    top: 60%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .bg .container {
    padding: 0;
  }
}
.home-secE .bg .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: -moz-fit-content;
  width: fit-content;
  bottom: 20%;
  margin-left: 10px;
}
@media only screen and (max-width: 991px) {
  .home-secE .bg .container .bg-wrapper {
    bottom: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .bg .container .bg-wrapper {
    bottom: 9%;
    left: 0;
    text-align: center;
    margin-left: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .bg .container .bg-wrapper {
    top: 7%;
    margin-left: 0;
  }
}
@media only screen and (max-width: 375px) {
  .home-secE .bg .container .bg-wrapper {
    top: 5%;
  }
}
@media only screen and (max-width: 360px) {
  .home-secE .bg .container .bg-wrapper {
    top: 8%;
  }
}
.home-secE .bg .container .bg-wrapper .play-button {
  margin-top: 100px;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .home-secE .bg .container .bg-wrapper .play-button {
    display: flex;
    justify-content: center;
    margin-top: 10px;
  }
}
.home-secE .bg .container .bg-wrapper .play-button p {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.home-secE .bg .container .bg-wrapper h2 {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.1;
  text-align: left;
  margin-bottom: 18px;
  max-width: 720px;
}
@media only screen and (max-width: 991px) {
  .home-secE .bg .container .bg-wrapper h2 {
    max-width: 70%;
    line-height: 1.2;
    font-size: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .bg .container .bg-wrapper h2 {
    font-size: 30px;
    margin: auto;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .bg .container .bg-wrapper h2 {
    max-width: 100%;
    font-size: 19px;
    line-height: 1.1;
    text-align: center;
    padding: 0 0px;
    margin-bottom: 20px;
    color: black;
  }
}
.home-secE .bg .container .bg-wrapper p {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  max-width: 502px;
}
@media only screen and (max-width: 768px) {
  .home-secE .bg .container .bg-wrapper p {
    max-width: 502px;
    margin: 10px auto;
  }
}
@media only screen and (max-width: 540px) {
  .home-secE .bg .container .bg-wrapper p {
    max-width: 95%;
    font-size: 14px;
    color: black;
  }
}
@media only screen and (max-width: 768px) {
  .home-secE .bg .container .bg-wrapper .btn2 {
    margin: auto;
  }
}

.home-secF {
  position: relative;
  color: white;
  z-index: 1;
  background: var(--white);
}
.home-secF .wrapper {
  padding: 50px 0 0 0;
  border-radius: 15px;
  background: var(--white);
  text-align: center;
  margin: 0 auto;
  transform: translateY(-10%);
}
@media only screen and (max-width: 768px) {
  .home-secF .wrapper {
    transform: translateY(0%);
    padding: 40px 0;
  }
}
@media only screen and (max-width: 360px) {
  .home-secF .wrapper {
    padding-top: 0;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .wrapper .ico img {
    width: 10px;
    width: 40px;
  }
}
.home-secF .wrapper .heading {
  padding: 20px 0;
}
.home-secF .wrapper .form {
  max-width: 55%;
  margin: auto;
  padding: 50px 0 0 0;
  --item: 2;
}
@media only screen and (max-width: 768px) {
  .home-secF .wrapper .form {
    max-width: 80%;
  }
}
@media only screen and (max-width: 540px) {
  .home-secF .wrapper .form {
    padding: 0;
    --item: 1;
    --gaptb: 22px;
    max-width: 95%;
  }
}
.home-secF .wrapper .form .bottom-btn {
  margin: auto;
}
.home-secF .wrapper .form .dropdown-input {
  text-align: left;
}
.home-secF .wrapper .form .dropdown-input .list li {
  color: var(--text);
  transition: 0.5s ease;
}
.home-secF .wrapper .form .dropdown-input .list li.focus {
  color: white;
}
.home-secF .wrapper .form .dropdown-input .list li:hover {
  color: var(--white);
  background: var(--primary);
}
.home-secF .wrapper .form .btn2 {
  margin: 10px auto 0px auto;
}

.form-group-radio {
  position: relative;
  display: flex;
  align-items: center;
  gap: 40px;
}
@media only screen and (max-width: 768px) {
  .form-group-radio {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
}
@media only screen and (max-width: 540px) {
  .form-group-radio {
    align-items: baseline;
  }
}
.form-group-radio::before, .form-group-radio::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: var(--borderwidth);
  transition: 0.5s ease;
}
.form-group-radio::before {
  background: var(--text);
}
.form-group-radio::after {
  width: 0;
  background: var(--borderafter);
}
.form-group-radio h4 {
  font-weight: var(--font);
  line-height: 1;
  font-size: var(--labelfontbefore);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: none;
  color: black;
}
.form-group-radio .radio-wrap {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
}
@media only screen and (max-width: 540px) {
  .form-group-radio .radio-wrap {
    flex-direction: column;
    align-items: unset;
    gap: 0;
  }
}
.form-group-radio .radio-wrap .radio-full {
  position: relative;
  --size: 20px;
  display: flex;
  line-height: normal;
  align-items: center;
  height: calc(var(--inputsize) - var(--borderwidth));
}
.form-group-radio .radio-wrap .radio-full:has(input:checked) .check-span {
  background: var(--gradient-a);
  outline-offset: -4px;
  outline: 2px solid var(--white);
}
.form-group-radio .radio-wrap .radio-full:has(input:checked) p {
  color: var(--black);
}
.form-group-radio .radio-wrap .radio-full input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  z-index: 2;
  cursor: pointer;
}
.form-group-radio .radio-wrap .radio-full .check-span {
  flex: 0 1 auto;
  display: block;
  --size: 17px;
  display: inline-block;
  height: var(--size);
  width: var(--size);
  border: 1px solid var(--primary);
  border-radius: 50%;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  background: transparent;
}
.form-group-radio .radio-wrap .radio-full p {
  padding-left: 14px;
  font-weight: 500;
  color: rgba(102, 102, 102, 0.7803921569);
}/*# sourceMappingURL=home.css.map */