@font-face {
  font-family: "Jost-Regular";
  src: url("../fonts/Jost-Regular.woff") format("woff"), url("../fonts/Jost-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Jost-Light";
  src: url("../fonts/Jost-Light.woff") format("woff"), url("../fonts/Jost-Light.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Jost-Medium";
  src: url("../fonts/Jost-Medium.woff") format("woff"), url("../fonts/Jost-Medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
.hb-mn-i-h input {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

html,
body {
  height: 100%;
  margin: 0;
}

body,
button,
input,
optgroup,
select,
textarea,
table {
  font-family: "Jost-Light" !important;
  color: #333333 !important;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  body,
  button,
  input,
  optgroup,
  select,
  textarea,
  table {
    font-size: 18px;
  }
}

a, a:hover, a:active, a:visited {
  text-decoration: none;
  outline: none;
}

body,
div {
  box-sizing: border-box;
}

input:focus, select:focus, textarea:focus {
  outline: none;
  border: none;
}

::-moz-selection {
  background-color: #CCCCCC;
}

::selection {
  background-color: #CCCCCC;
}

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

img {
  height: auto;
  max-width: 100%;
  position: relative;
  border-style: none;
}

body {
  display: block;
  /*-webkit-font-smoothing: antialiased;*/
  text-rendering: optimizeLegibility;
  line-height: 1.8;
  font-weight: 200;
  background-color: #FFF;
}

.flx-h {
  display: flex;
}

.flx-v {
  display: flex;
  flex-direction: column;
}

.flx-c1 {
  justify-content: center;
  align-items: center;
}

.flx-c2 {
  justify-content: center;
}

.flx-c3 {
  justify-content: flex-start;
}

.flx-c4 {
  justify-content: flex-end;
}

.flx-c5 {
  justify-content: space-around;
}

.flx-c6 {
  justify-content: space-between;
}

.flx-c7 {
  align-items: center;
}

.flx-c8 {
  align-items: flex-start;
}

.flx-c9 {
  align-items: flex-end;
}

.flx-g-5 {
  gap: 5px;
}

.flx-g-10 {
  gap: 10px;
}

.flx-g-15 {
  gap: 15px;
}

.flx-g-20 {
  gap: 20px;
}

.flx-g-25 {
  gap: 25px;
}

.flx-g-30 {
  gap: 30px;
}

.flx-g-40 {
  gap: 40px;
}

.flx-g-50 {
  gap: 50px;
}

.flx-g-60 {
  gap: 60px;
}

.flx-wrp {
  flex-wrap: wrap;
}

.flx-nwrp {
  flex-wrap: nowrap;
}

.spacer-xlarge {
  height: 4em !important;
}
@media only screen and (max-width: 480px) {
  .spacer-xlarge {
    height: 2em !important;
  }
}

.spacer-large {
  height: 2em;
}
@media only screen and (max-width: 768px) {
  .spacer-large {
    height: 1.5em;
  }
}

.spacer-medium {
  height: 1.5em;
}

.spacer-small {
  height: 1em;
}

.spacer-tiny {
  height: 0.5em;
}

.txt-fnt-lt {
  font-family: "Jost-Light";
}

.txt-fnt-reg {
  font-family: "Jost-Regular";
}

.txt-fnt-med {
  font-family: "Jost-Medium";
}

.txt-wht {
  color: #FFFFFF !important;
}

.txt-tny {
  font-size: 0.8em;
}

.txt-smll {
  font-size: 1.2em;
}

.txt-mdm {
  font-size: 2em;
}
@media only screen and (max-width: 480px) {
  .txt-mdm {
    font-size: 1em;
  }
}

.txt-lrg {
  font-size: 2.5em;
}
@media only screen and (max-width: 480px) {
  .txt-lrg {
    font-size: 1.8em;
  }
}

.txt-bld {
  font-family: "Jost-Medium";
}

.txt-reg {
  font-family: "Jost-Regular";
}

.lnh-1 {
  line-height: 1;
}

.lnh-1-2 {
  line-height: 1.2;
}

.lnh-1-5 {
  line-height: 1.5;
}

.lnh-2 {
  line-height: 2;
}

.wdth-50 {
  width: 50%;
}

.wdth-100 {
  width: 100%;
}

.bl-btn {
  color: #3F10B6;
  padding: 20px 20px 5px 20px;
  border-bottom: 2px solid #3F10B6;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 0.8em;
  letter-spacing: 2px;
  font-family: "Jost-Regular";
}

h1 {
  font-size: 2.6em;
  font-family: "Jost-Light";
  color: #333333;
  margin: 15px 0;
}

h2 {
  font-size: 1.8em;
  font-family: "Jost-Light";
  color: #333333;
  margin: 15px 0;
}

.page-width {
  padding-left: 120px;
  padding-right: 120px;
  height: inherit;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .page-width {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.page-header {
  width: 100%;
  height: 140px;
  position: fixed;
  z-index: 14000;
  padding: 20px 0;
}
@media only screen and (max-width: 768px) {
  .page-header {
    height: 100px;
    padding-top: 30px;
  }
}
.page-header .pg-lg {
  width: -moz-fit-content;
  width: fit-content;
  height: 100px;
}
@media only screen and (max-width: 480px) {
  .page-header .pg-lg {
    height: 45px;
    margin: unset;
  }
}
.page-header .pg-lg img {
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .page-header .pg-lg img {
    height: 100%;
    margin-top: 0;
  }
}
.page-header .hdr-n-itm {
  color: #333333;
  cursor: pointer;
  font-family: "Jost-Regular";
  font-size: 0.83em;
  line-height: 1.2;
}
.page-header .hdr-n-itm-actv {
  position: relative;
  border-bottom: 1px solid #3F10B6;
  color: #3F10B6;
}
.page-header .hdr-n-itm-actv::before {
  position: absolute;
  content: "";
  height: 11px;
  width: 11px;
  left: -18px;
  bottom: -1.5px;
  background-image: url("../images/sel-arr.svg");
}

.page-header-shdw {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}

.page-content {
  padding-top: 140px;
  min-height: 500px;
}
@media only screen and (max-width: 480px) {
  .page-content {
    padding-top: 100px;
  }
}

.page-footer {
  position: relative;
}
.page-footer .cntct-sec {
  width: 100%;
  height: 450px;
  background-image: url("../images/rggd-ln-lt.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 105%;
  position: relative;
  overflow: hidden;
  top: 11px;
}
@media only screen and (max-width: 480px) {
  .page-footer .cntct-sec {
    background-size: unset;
  }
}
.page-footer .cntct-sec .cntct-bg {
  position: absolute;
  background-color: #D4DCFA;
  height: calc(100% - 11px);
  top: 11px;
  width: 100%;
}
.page-footer .cntct-sec .cntct-ico {
  width: 40px;
  height: 40px;
}
.page-footer .cntct-sec .cntct-inf {
  width: calc(100% - 40px);
}
@media only screen and (max-width: 480px) {
  .page-footer .cntct-sec .cntct-hldr {
    flex-direction: column;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .cntct-sec .cntct-hldr .wdth-50 {
    width: 100%;
  }
}
.page-footer .footer-sec {
  padding: 80px 0 80px 0;
  min-height: 650px;
  color: #FFF;
  background-image: url("../images/rggd-ln-drk.svg");
  background-repeat: no-repeat;
  background-position: top;
  background-size: 105%;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .page-footer .footer-sec {
    background-size: unset;
  }
}
.page-footer .page-footer-bg {
  position: absolute;
  background-color: #6A6F7D;
  height: calc(100% - 11px);
  top: 11px;
  width: 100%;
}
.page-footer .smbl-wt-bg {
  position: absolute;
  background-image: url("../images/smbl-wt-bg.svg");
  background-repeat: no-repeat;
  width: 515px;
  height: 990px;
  right: -100px;
  top: -200px;
}
.page-footer .ftr-n-itm {
  color: #FFF;
  cursor: pointer;
  font-family: "Jost-Light";
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-n-itm {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.page-footer .ftr-n-itm-actv {
  border-bottom: 1px solid #FFF;
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-lg {
    height: 75px;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-lg img {
    height: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .page-footer .ftr-cntnt {
    flex-direction: column;
    gap: 40px;
  }
}

@media only screen and (max-width: 480px) {
  .mn-nav {
    display: none;
  }
}

/**
Mobile Menu
**/
.hb-mn-i-h {
  display: none;
  position: relative;
  z-index: 9002;
}
@media only screen and (max-width: 768px) {
  .hb-mn-i-h {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hb-mn-i-h {
    display: block;
  }
}
.hb-mn-i-h input {
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hb */
  -webkit-touch-callout: none;
}
.hb-mn-i-h input:checked ~ .hb-mn {
  transform: none;
}
.hb-mn-i-h span {
  display: block;
  width: 22px;
  height: 1px;
  margin-bottom: 7px;
  position: relative;
  background: #333; /*$text-color-one;*/
  border-radius: 1px;
  z-index: 1;
  transform-origin: 4px 0px;
  transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
}
@media only screen and (max-width: 480px) {
  .hb-mn-i-h span {
    margin-bottom: 5px;
  }
}
.hb-mn-i-h #hb3 {
  margin-bottom: 0 !important;
}
.hb-mn-i-h #hb2 {
  width: 22px;
}
.hb-mn-i-h #hb1 {
  transform-origin: 0% 100%;
  width: 22px;
}
.hb-mn-i-h input:checked ~ span {
  opacity: 1;
  transform: rotate(45deg) translate(-1px, 0) scale(1.1, 1.1);
  /*background: #FFF;*/
}
.hb-mn-i-h input:checked ~ #hb1 {
  width: 21px;
  top: 0px;
  transform: rotate(42deg) translate(0, 0) scale(1.1, 1.5);
}
.hb-mn-i-h input:checked ~ #hb2 {
  opacity: 1;
  transform: rotate(0deg) scale(0.2, 0.2);
}
.hb-mn-i-h input:checked ~ #hb3 {
  width: 20px;
  transform: rotate(-45deg) translate(0, 0) scale(1.1, 1.5);
  top: 0px;
  left: 0px;
}

.hb-mn {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  color: #FFFFFF;
  background-color: #FFF;
  -webkit-font-smoothing: antialiased;
  transform-origin: 0% 0%;
  transform: translateX(100vw);
  transition: transform 0.8s cubic-bezier(0.77, 0.2, 0.05, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
       user-select: none;
  padding: 30px;
  overflow: scroll;
}

/**
Mobile Menu Ends
**/
.mob-mn-itms {
  padding-top: 30px;
  height: calc(100vh - 100px);
}
.mob-mn-itms a {
  color: #3F10B6;
}
.mob-mn-itms .mob-mn-itm {
  font-family: "Jost-Regular";
}

.hm-hro {
  height: 680px;
  background-image: url("../images/smbl-bl-bg.svg");
  background-repeat: no-repeat;
  background-position: right center;
}
@media only screen and (max-width: 480px) {
  .hm-hro {
    height: 400px;
    background-size: 100%;
  }
}
.hm-hro .hm-hro-txt {
  width: 60%;
}
@media only screen and (max-width: 480px) {
  .hm-hro .hm-hro-txt {
    width: 90%;
  }
}

.faqs .faq-itm {
  margin-bottom: 30px;
}
.faqs .faq-itm-t {
  font-size: 1.25em;
  font-family: "Jost-Regular";
}
.faqs .faq-itm-d {
  font-size: 1em;
  padding-left: 35px;
}
@media only screen and (max-width: 480px) {
  .faqs .faq-itm-d {
    padding-left: 0;
  }
}

.brands {
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 480px) {
  .brands {
    gap: 20px;
  }
}
.brands .brand-itm {
  display: flex;
  height: 400px;
  width: 100%;
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 480px) {
  .brands .brand-itm {
    flex-direction: column;
  }
}
.brands .brand-itm1 {
  display: flex;
  height: 460px;
  width: 100%;
  padding: 30px 0;
  border-top: 1px solid #3F10B6;
}
@media only screen and (max-width: 480px) {
  .brands .brand-itm1 {
    flex-direction: column;
  }
}
.brands .brand-itm1 .brand-itm-rt {
  background-color: #D4DCFA;
  padding: 40px;
}
@media only screen and (max-width: 480px) {
  .brands .brand-itm1 .brand-itm-rt {
    align-items: center;
    text-align: center;
  }
}
.brands .brand-itm1:last-child {
  border-bottom: 1px solid #3F10B6;
}
.brands .brand-itm-lft {
  width: calc(100% - 750px);
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 480px) {
  .brands .brand-itm-lft {
    width: 100%;
    height: 180px;
  }
}
.brands .brand-itm-rt {
  position: relative;
  width: 750px;
}
@media only screen and (max-width: 480px) {
  .brands .brand-itm-rt {
    width: 100%;
    height: 220px;
  }
}
.brands .brand-itm-rt .brand-itm-img {
  position: absolute;
  width: 100%;
  height: 100%;
}
.brands .brand-itm-rt .brand-itm-inf {
  position: absolute;
  height: 80px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  color: #333333;
  padding: 10px;
}
@media only screen and (max-width: 480px) {
  .brands .brand-itm-rt .brand-itm-inf {
    bottom: 0;
  }
}
.brands .brand-itm-rt img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.abt-hro-bg {
  position: absolute;
  width: 100%;
  height: 750px;
  top: 0;
  background-image: url("../images/smbl-bl-bg2.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media only screen and (max-width: 480px) {
  .abt-hro-bg {
    height: 400px;
    background-size: 100%;
  }
}

.abt-hro {
  height: 600px;
}
@media only screen and (max-width: 480px) {
  .abt-hro {
    height: 400px;
  }
}

.ethos-itm {
  display: flex;
  gap: 40px;
  align-items: center;
  height: 136px;
}
@media only screen and (max-width: 480px) {
  .ethos-itm {
    gap: 15px;
  }
}

.ethos-lft {
  width: 100px;
  height: 136px;
}

.ethos-rt {
  width: calc(100% - 140px);
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (max-width: 480px) {
  .ethos-rt {
    width: calc(100% - 115px);
    gap: 5px;
  }
}
.ethos-rt .ethos-rt-t {
  font-family: "Jost-Light";
  font-size: 1.6em;
  line-height: 1;
}
@media only screen and (max-width: 480px) {
  .ethos-rt .ethos-rt-t {
    font-family: "Jost-Regular";
    font-size: 1.1em;
  }
}
.ethos-rt .ethos-rt-d {
  font-family: "Jost-Light";
  font-size: 1em;
  line-height: 1.2;
}
@media only screen and (max-width: 480px) {
  .ethos-rt .ethos-rt-d {
    font-size: 0.9em;
  }
}/*# sourceMappingURL=main.css.map */